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

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

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 | « no previous file | LayoutTests/media/video-canvas-source.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-canvas.html-disabled
diff --git a/LayoutTests/media/video-canvas.html-disabled b/LayoutTests/media/video-canvas.html-disabled
index b160f63ae0f64d4c72c9406537a23e29c518fa69..8dce0cedd762a6d6b5796d9656c810b706046889 100644
--- a/LayoutTests/media/video-canvas.html-disabled
+++ b/LayoutTests/media/video-canvas.html-disabled
@@ -75,11 +75,11 @@
<body onload="start()" >
<div>
- <video controls="true"></video>
+ <video controls></video>
<canvas width="160" height="120" ></canvas>
</div>
<p>Test &lt;video&gt; as a source for &lt;canvas&gt;.</p>
</body>
-</html>
+</html>
« no previous file with comments | « no previous file | LayoutTests/media/video-canvas-source.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698