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

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. 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/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
This is Rietveld 408576698