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

Unified Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-controls-expected.txt

Issue 345004: Rebaseline media tests after http://trac.webkit.org/changeset/50063 . (Closed)
Patch Set: Created 11 years, 2 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: webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-controls-expected.txt
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-controls-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-controls-expected.txt
deleted file mode 100644
index 1d7bdb0972f5e79d4fff6f13648e126368c07a49..0000000000000000000000000000000000000000
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-controls-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Test 'controls' attribute
-
-EXPECTED (video.controls != 'null') OK
-EVENT(load)
-EXPECTED (video.controls != 'null') OK
-RUN(video.removeAttribute('controls'))
-EXPECTED (video.controls == 'false') OK
-RUN(video.controls = true)
-EXPECTED (video.getAttribute('controls') == 'controls') OK
-RUN(video.controls = false)
-EXPECTED (video.controls == 'false') OK
-RUN(video.setAttribute('controls','controls'))
-EXPECTED (video.controls != 'null') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698