Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Side by Side Diff: LayoutTests/fast/storage/serialized-script-value.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 <script src="../storage/resources/serialized-script-value.js"></script> 4 <script src="../storage/resources/serialized-script-value.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 8
9 function testSerialization(obj, values, oldFormat, serializeExceptionValue) { 9 function testSerialization(obj, values, oldFormat, serializeExceptionValue) {
10 _testSerialization(2, obj, values, oldFormat, serializeExceptionValue); 10 _testSerialization(2, obj, values, oldFormat, serializeExceptionValue);
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 0x0153, 0x3f62, 0x4601, 0x013f, 0x0353, 144 0x0153, 0x3f62, 0x4601, 0x013f, 0x0353,
145 0x6f66, 0x3f6f, 0x4901, 0x01f6, 0x013f, 145 0x6f66, 0x3f6f, 0x4901, 0x01f6, 0x013f,
146 0x0353, 0x6162, 0x3f72, 0x4901, 0x0790, 146 0x0353, 0x6162, 0x3f72, 0x4901, 0x0790,
147 0x013f, 0x0053, 0x013f, 0x2430, 0x0205]); 147 0x013f, 0x0053, 0x013f, 0x2430, 0x0205]);
148 148
149 testSerialization(function(){}, [], null, DOMException.DATA_CLONE_ERR); 149 testSerialization(function(){}, [], null, DOMException.DATA_CLONE_ERR);
150 150
151 testBlobSerialization(); 151 testBlobSerialization();
152 152
153 </script> 153 </script>
154 <script src="../js/resources/js-test-post.js"></script>
155 </body> 154 </body>
156 </html> 155 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/storage/disallowed-storage.html ('k') | LayoutTests/fast/storage/storage-disallowed-in-data-url.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698