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

Unified Diff: LayoutTests/fast/js/constructor-length.html

Issue 59623008: Let the TextTrackCue constructor return a VTTCue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@vttcue
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/js/constructor-length-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/constructor-length.html
diff --git a/LayoutTests/fast/js/constructor-length.html b/LayoutTests/fast/js/constructor-length.html
index e6dbe9199c50b0d165bb75db19fb43532f37c49c..212dd553f70550828365f5f5065419927fbcf54b 100644
--- a/LayoutTests/fast/js/constructor-length.html
+++ b/LayoutTests/fast/js/constructor-length.html
@@ -41,6 +41,7 @@ shouldBe('ProgressEvent.length', '1');
shouldBe('ShadowRoot.length', '0');
shouldBe('SharedWorker.length', '1');
shouldBe('StorageEvent.length', '1');
+shouldBe('TextTrackCue.length', '3');
shouldBe('TrackEvent.length', '1');
shouldBe('Uint16Array.length', '3');
shouldBe('Uint32Array.length', '3');
« 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