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

Unified Diff: LayoutTests/media/video-paint-invalidation.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-source.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-paint-invalidation.html
diff --git a/LayoutTests/media/video-paint-invalidation.html b/LayoutTests/media/video-paint-invalidation.html
index 5be78ba9f4c80922918cfdcdc636a6f5c6f447bc..c80b92b74b44f34c5f524a30754b52b1125d194a 100644
--- a/LayoutTests/media/video-paint-invalidation.html
+++ b/LayoutTests/media/video-paint-invalidation.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<script src="../fast/repaint/resources/text-based-repaint.js"></script>
-<video id="video" controls=true></video>
+<video id="video" controls></video>
<script>
if (testRunner)
testRunner.waitUntilDone();
@@ -20,4 +20,4 @@ function repaintTest() {
}
video.src = "content/test-25fps.ogv";
-</script>
+</script>
« no previous file with comments | « LayoutTests/media/video-canvas-source.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698