| Index: LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html
|
| diff --git a/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html b/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html
|
| index b1c02e8759ad795d80045e2b4ef1471286013158..d650ef56efdfd100b199f458794f4178bc1a5687 100644
|
| --- a/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html
|
| +++ b/LayoutTests/fast/hidpi/image-srcset-invalid-descriptor.html
|
| @@ -8,7 +8,7 @@
|
| <script>
|
| addEventListener("load", function() {
|
| shouldBeTrue('document.getElementById("foo").clientWidth==100');
|
| - shouldBeTrue('document.getElementById("foo2").clientWidth==200');
|
| + shouldBeTrue('document.getElementById("foo2").clientWidth==100');
|
| }, false);
|
| </script>
|
| </head>
|
|
|