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

Unified Diff: webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/audio-constructor-autobuffer-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
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-canvas-source-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/audio-constructor-autobuffer-expected.txt
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/audio-constructor-autobuffer-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/audio-constructor-autobuffer-expected.txt
deleted file mode 100644
index efc10a3272669f7923851cae11a1d97de1dfbad8..0000000000000000000000000000000000000000
--- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/audio-constructor-autobuffer-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Test that Audio() sets 'autobuffer' attribute.
-
-RUN(mediaElement = new Audio())
-
-++ Test initial attribute value
-EXPECTED (mediaElement.getAttribute('autobuffer') != 'null') OK
-EXPECTED (mediaElement.autobuffer == 'true') OK
-
-RUN(mediaElement.src = 'content/test.oga')
-RUN(mediaElement.load())
-
-++ Test after 'load' event
-EXPECTED (mediaElement.getAttribute('autobuffer') != 'null') OK
-EXPECTED (mediaElement.autobuffer == 'true') OK
-END OF TEST
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-canvas-source-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698