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"> |