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

Unified Diff: third_party/WebKit/LayoutTests/fast/hidpi/image-srcset-change-resource-dpr.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
Index: third_party/WebKit/LayoutTests/fast/hidpi/image-srcset-change-resource-dpr.html
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/image-srcset-change-resource-dpr.html b/third_party/WebKit/LayoutTests/fast/hidpi/image-srcset-change-resource-dpr.html
index 207bebeff06190afb243f7ba108a73599c71adce..e16afc59791eae56c5990b5178e6dc0580c6eaaa 100644
--- a/third_party/WebKit/LayoutTests/fast/hidpi/image-srcset-change-resource-dpr.html
+++ b/third_party/WebKit/LayoutTests/fast/hidpi/image-srcset-change-resource-dpr.html
@@ -1,5 +1,4 @@
-<html>
-<head>
+<!DOCTYPE html>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
@@ -19,11 +18,6 @@
}, false);
}, false);
</script>
-</head>
-
-<body id="body">
- <div>This test passes if this img tag below is a green square when the scale factor is 2.
- It ensures that attributes can be changed dynamically from javascript, and that only the correct resource is loaded.</div>
- <img id="foo" src="resources/blue-100-px-square.png">
-</body>
-</html>
+<div>This test passes if this img tag below is a green square when the scale factor is 2.
+ It ensures that attributes can be changed dynamically from javascript, and that only the correct resource is loaded.</div>
+<img id="foo" src="resources/blue-100-px-square.png">

Powered by Google App Engine
This is Rietveld 408576698