Index: third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat.html |
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat.html b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat.html |
index 8c608a8a765c087d57f5a9ec4fc673500f390f27..6c21ec0235e0e6e985a650af24f14c3be74240ca 100644 |
--- a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat.html |
+++ b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat.html |
@@ -1,5 +1,4 @@ |
-<html> |
-<head> |
+<!DOCTYPE html> |
<script src="resources/srcset-helper.js"></script> |
<style> |
#foo { |
@@ -10,10 +9,5 @@ |
background-size: 30px 30px; |
} |
</style> |
-</head> |
- |
-<body id="body"> |
- <div>This test passes if the div below contains 9 evenly spaced delete buttons, and if the high resolution resource is used when the deviceScaleFactor is 2.</div> |
- <div id=foo></div> |
-</body> |
-</html> |
+<div>This test passes if the div below contains 9 evenly spaced delete buttons, and if the high resolution resource is used when the deviceScaleFactor is 2.</div> |
+<div id=foo></div> |