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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-id-expected.txt

Issue 1927223002: Convert track tests from video-test.js to testharness.js based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/media/track/track-id-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/track-id-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-id-expected.txt
deleted file mode 100644
index eea221c8502be3b2999d6353c2a7f8643111fcc3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/track/track-id-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Tests that the TextTrack "id" attribute is appropriately set.
-
-
-++ Test default attribute value
-EXPECTED (textTrack.id == 'LoremIpsum') OK
-EXPECTED (video.textTracks[0].id == 'LoremIpsum') OK
-
-++ Make sure we can look tracks up by id
-EXPECTED (video.textTracks.getTrackById('LoremIpsum') == '[object TextTrack]') OK
-
-++ Test that it's readonly
-RUN(textTrack.id = 'newvalue';)
-EXPECTED (textTrack.id == 'LoremIpsum') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698