Chromium Code Reviews

Unified Diff: LayoutTests/media/video-canvas-source.html

Issue 613153002: Change <video controls=true> to just <video controls> in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « LayoutTests/media/video-canvas.html-disabled ('k') | LayoutTests/media/video-paint-invalidation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-canvas-source.html
diff --git a/LayoutTests/media/video-canvas-source.html b/LayoutTests/media/video-canvas-source.html
index f3735fec7bb429127c41ec6dee13c22774ad9eb5..bd8370115d4fbe584e4db33c6e976bdc8176705f 100644
--- a/LayoutTests/media/video-canvas-source.html
+++ b/LayoutTests/media/video-canvas-source.html
@@ -37,7 +37,7 @@
<body onload="start()" >
<p id="description"></p>
- <video controls="true"></video>
+ <video controls></video>
<canvas width="160" height="120" ></canvas>
<div id="console"></div>
</body>
« no previous file with comments | « LayoutTests/media/video-canvas.html-disabled ('k') | LayoutTests/media/video-paint-invalidation.html » ('j') | no next file with comments »

Powered by Google App Engine