| Index: third_party/WebKit/LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html | 
| diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html b/third_party/WebKit/LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html | 
| index 47c3d304d4b0e7b055581e2b7b6f278caa7bdb0d..e6dc64641e497f236b3a4a64f28bfa5a5f43e756 100644 | 
| --- a/third_party/WebKit/LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html | 
| +++ b/third_party/WebKit/LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html | 
| @@ -1,5 +1,4 @@ | 
| -<html> | 
| -<head> | 
| +<!DOCTYPE html> | 
| <script src="resources/srcset-helper.js"></script> | 
| <script src="../../resources/js-test.js"></script> | 
| <script> | 
| @@ -17,11 +16,6 @@ | 
| shouldBeTrue('document.getElementById("foo").clientWidth==200'); | 
| }, 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"> | 
| -</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"> | 
|  |