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

Side by Side Diff: LayoutTests/fast/js/constructor-length.html

Issue 58533003: Move fast/js/resources files to resources. (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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 description("This tests the length property of constructors."); 8 description("This tests the length property of constructors.");
9 9
10 shouldBe('ArrayBuffer.length', '1'); 10 shouldBe('ArrayBuffer.length', '1');
11 shouldBe('AudioContext.length', '0'); 11 shouldBe('AudioContext.length', '0');
12 shouldBe('AutocompleteErrorEvent.length', '1'); 12 shouldBe('AutocompleteErrorEvent.length', '1');
13 shouldBe('BeforeLoadEvent.length', '1'); 13 shouldBe('BeforeLoadEvent.length', '1');
14 shouldBe('Blob.length', '0'); 14 shouldBe('Blob.length', '0');
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 shouldBe('Worker.length', '1'); 57 shouldBe('Worker.length', '1');
58 shouldBe('URL.length', '1'); 58 shouldBe('URL.length', '1');
59 shouldBe('XMLHttpRequest.length', '0'); 59 shouldBe('XMLHttpRequest.length', '0');
60 shouldBe('XMLSerializer.length', '0'); 60 shouldBe('XMLSerializer.length', '0');
61 shouldBe('XPathEvaluator.length', '0'); 61 shouldBe('XPathEvaluator.length', '0');
62 shouldBe('XSLTProcessor.length', '0'); 62 shouldBe('XSLTProcessor.length', '0');
63 63
64 </script> 64 </script>
65 </body> 65 </body>
66 </html> 66 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/constructor-attributes.html ('k') | LayoutTests/fast/js/cross-frame-bad-time.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698