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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-css-property-whitelist-expected.txt

Issue 1882583002: Convert track tests from video-test.js to testharness.js based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments 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-css-property-whitelist-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/track-css-property-whitelist-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-css-property-whitelist-expected.txt
deleted file mode 100644
index a976a72985ef352c92d32c029fb3a5c3b5ccef0d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/track/track-css-property-whitelist-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This should display inline
-EVENT(canplaythrough)
-EVENT(seeked)
-
-
-Test that only allowed for the ::cue pseudo-element properties are applied to WebVTT node objects.
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
-EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
-EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
-EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
-EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
-EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
-EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
-
-Test that filtering doesn't apply to elements which class equals 'cue' outside WebVTT scope.
-EXPECTED (getComputedStyle(cueNode).display == 'inline') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698