Index: third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-expected.html b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-expected.html |
index 541e5f549554505f1308a78fd128b35601dd6ee7..134b9bb1877e139dbd7ecbbdab902f8a9c284c6c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-expected.html |
+++ b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-expected.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> |