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