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

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

Issue 177613005: Remove the TextTrackCue constructor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix fast/js/constructor-length.html Created 6 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/fast/js/constructor-length-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../resources/js-test.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');
(...skipping 23 matching lines...) Expand all
34 shouldBe('MessageChannel.length', '0'); 34 shouldBe('MessageChannel.length', '0');
35 shouldBe('MessageEvent.length', '1'); 35 shouldBe('MessageEvent.length', '1');
36 shouldBe('OverflowEvent.length', '1'); 36 shouldBe('OverflowEvent.length', '1');
37 shouldBe('PageTransitionEvent.length', '1'); 37 shouldBe('PageTransitionEvent.length', '1');
38 shouldBe('PeerConnection.length', '2'); 38 shouldBe('PeerConnection.length', '2');
39 shouldBe('PopStateEvent.length', '1'); 39 shouldBe('PopStateEvent.length', '1');
40 shouldBe('ProgressEvent.length', '1'); 40 shouldBe('ProgressEvent.length', '1');
41 shouldBe('ShadowRoot.length', '0'); 41 shouldBe('ShadowRoot.length', '0');
42 shouldBe('SharedWorker.length', '1'); 42 shouldBe('SharedWorker.length', '1');
43 shouldBe('StorageEvent.length', '1'); 43 shouldBe('StorageEvent.length', '1');
44 shouldBe('TextTrackCue.length', '3');
45 shouldBe('TrackEvent.length', '1'); 44 shouldBe('TrackEvent.length', '1');
46 shouldBe('Uint16Array.length', '3'); 45 shouldBe('Uint16Array.length', '3');
47 shouldBe('Uint32Array.length', '3'); 46 shouldBe('Uint32Array.length', '3');
48 shouldBe('Uint8Array.length', '3'); 47 shouldBe('Uint8Array.length', '3');
49 shouldBe('Uint8ClampedArray.length', '3'); 48 shouldBe('Uint8ClampedArray.length', '3');
50 shouldBe('VTTCue.length', '3'); 49 shouldBe('VTTCue.length', '3');
51 shouldBe('WebGLContextEvent.length', '1'); 50 shouldBe('WebGLContextEvent.length', '1');
52 shouldBe('WebKitAnimationEvent.length', '1'); 51 shouldBe('WebKitAnimationEvent.length', '1');
53 shouldBe('WebKitCSSMatrix.length', '0'); 52 shouldBe('WebKitCSSMatrix.length', '0');
54 shouldBe('WebKitMutationObserver.length', '1'); 53 shouldBe('WebKitMutationObserver.length', '1');
55 shouldBe('WebKitPoint.length', '0'); 54 shouldBe('WebKitPoint.length', '0');
56 shouldBe('WebKitTransitionEvent.length', '1'); 55 shouldBe('WebKitTransitionEvent.length', '1');
57 shouldBe('WebSocket.length', '1'); 56 shouldBe('WebSocket.length', '1');
58 shouldBe('Worker.length', '1'); 57 shouldBe('Worker.length', '1');
59 shouldBe('URL.length', '1'); 58 shouldBe('URL.length', '1');
60 shouldBe('XMLHttpRequest.length', '0'); 59 shouldBe('XMLHttpRequest.length', '0');
61 shouldBe('XMLSerializer.length', '0'); 60 shouldBe('XMLSerializer.length', '0');
62 shouldBe('XPathEvaluator.length', '0'); 61 shouldBe('XPathEvaluator.length', '0');
63 shouldBe('XSLTProcessor.length', '0'); 62 shouldBe('XSLTProcessor.length', '0');
64 63
65 </script> 64 </script>
66 </body> 65 </body>
67 </html> 66 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/js/constructor-length-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698