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

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

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months 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="../../../../fast/js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 <script src="../../../../fast/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);
11 } 11 }
12 12
13 // we only test a few cases of the "old" serialization format because 13 // we only test a few cases of the "old" serialization format because
14 // that is all that was left around from previous tests. Those values 14 // that is all that was left around from previous tests. Those values
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 [0x01ff, 0x003f, 0x0241, 0x013f, 0x0353, 141 [0x01ff, 0x003f, 0x0241, 0x013f, 0x0353,
142 0x6f66, 0x3f6f, 0x5301, 0x6203, 0x7261, 142 0x6f66, 0x3f6f, 0x5301, 0x6203, 0x7261,
143 0x013f, 0x0153, 0x3f61, 0x5401, 0x013f, 143 0x013f, 0x0153, 0x3f61, 0x5401, 0x013f,
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 </script> 150 </script>
151 <script src="../../../../fast/js/resources/js-test-post.js"></script> 151 <script src="../js/resources/js-test-post.js"></script>
152 </body> 152 </body>
153 </html> 153 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698