summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/JSON-stringify.html
blob: 6cb776ef9d6d47fcf8268f41ea3db2e35cb23876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
var nativeJSON = this.JSON;
this.JSON = null;
</script>
<script src="resources/json2-es5-compat.js"></script>
<script src="resources/JSON-stringify.js"></script>
</body>
</html>