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

Unified Diff: LayoutTests/media/muted-expected.txt

Issue 205683003: Update <video muted=""> handling to match spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update defaultMuted test Created 6 years, 9 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 | « LayoutTests/media/muted.html ('k') | LayoutTests/media/video-defaultmuted.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/muted-expected.txt
diff --git a/LayoutTests/media/muted-expected.txt b/LayoutTests/media/muted-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2e5e3edf9c6d5250c9f21fb567dda034145db434
--- /dev/null
+++ b/LayoutTests/media/muted-expected.txt
@@ -0,0 +1,26 @@
+This is a testharness.js-based test.
+PASS getting audio.muted (parser-created)
+PASS setting audio.muted (parser-created)
+PASS getting audio.muted with muted="" (parser-created)
+PASS setting audio.muted with muted="" (parser-created)
+PASS getting video.muted (parser-created)
+PASS setting video.muted (parser-created)
+PASS getting video.muted with muted="" (parser-created)
+PASS setting video.muted with muted="" (parser-created)
+PASS getting video.muted with muted="" after load (parser-created)
+PASS getting audio.muted (script-created)
+PASS setting audio.muted (script-created)
+PASS getting audio.muted with muted="" (script-created)
+PASS setting audio.muted with muted="" (script-created)
+PASS getting audio.muted with muted="" (cloneNode-created)
+PASS getting audio.muted with muted="" (innerHTML-created)
+PASS getting audio.muted with muted="" (document.write-created)
+PASS getting video.muted (script-created)
+PASS setting video.muted (script-created)
+PASS getting video.muted with muted="" (script-created)
+PASS setting video.muted with muted="" (script-created)
+PASS getting video.muted with muted="" (cloneNode-created)
+PASS getting video.muted with muted="" (innerHTML-created)
+PASS getting video.muted with muted="" (document.write-created)
+Harness: the test ran to completion.
+
« no previous file with comments | « LayoutTests/media/muted.html ('k') | LayoutTests/media/video-defaultmuted.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698