Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
	<head>
		<title></title>
		<script src="http://code.jquery.com/jquery-1.9.0.min.js"></script>
		<script src="../jquery.cookie.js"></script>
		<script>
			try {
				Object.defineProperty(document, "cookie", { get: function() { return "first=one; ; second=two"; } });
				window.testValue = $.cookie("second");
				window.ok = true;
			} catch (er) {
			}
		</script>
	</head>
	<body>
	</body>
</html>

Commits for Nextrek/Web/Smartcharging_site/js/cookie/test/malformed_cookie.html

Diff revisions: vs.
Revision Author Commited Message
803 JMBauan picture JMBauan Mon 19 Oct, 2015 14:14:39 +0000