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

Unified Diff: third_party/WebKit/LayoutTests/fast/hidpi/video-controls-in-hidpi.html

Issue 1908463002: Modernize fast/hidpi layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add NeedsManualRebaseline Created 4 years, 8 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 | « third_party/WebKit/LayoutTests/fast/hidpi/resize-corner-hidpi.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/hidpi/video-controls-in-hidpi.html
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/video-controls-in-hidpi.html b/third_party/WebKit/LayoutTests/fast/hidpi/video-controls-in-hidpi.html
index 896522a0d524f2d838bb6def37b864132be3373d..d987da40b104e666d85e0dff1bd79ff18e8ad092 100644
--- a/third_party/WebKit/LayoutTests/fast/hidpi/video-controls-in-hidpi.html
+++ b/third_party/WebKit/LayoutTests/fast/hidpi/video-controls-in-hidpi.html
@@ -1,19 +1,12 @@
-<html>
+<!DOCTYPE html>
+<div>This test passes if the video controls are non-blurry and properly positioned in HiDPI.</div>
+<video controls></video>
<script>
- function startTest() {
- if (window.testRunner) {
- testRunner.waitUntilDone();
- testRunner.setBackingScaleFactor(2, finishTest);
- }
- }
-
function finishTest() {
setTimeout(function() { testRunner.notifyDone(); }, 0);
}
- </script>
-</head>
-<body onload="startTest();">
- <div>This test passes if the video controls are non-blurry and properly positioned in HiDPI.</div>
- <video controls></video>
-</body>
-</html>
+ if (window.testRunner) {
+ testRunner.waitUntilDone();
+ testRunner.setBackingScaleFactor(2, finishTest);
+ }
+</script>
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/hidpi/resize-corner-hidpi.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698