| Index: LayoutTests/fast/dom/HTMLImageElement/image-srcset-react-to-media-changes.html
|
| diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-srcset-react-to-media-changes.html b/LayoutTests/fast/dom/HTMLImageElement/image-srcset-react-to-media-changes.html
|
| index 35c872d582f0a9aaac537da7ccb84a1be1c85ab9..6b5057f6f9f27183038c5ab0ba892edbd36f8792 100644
|
| --- a/LayoutTests/fast/dom/HTMLImageElement/image-srcset-react-to-media-changes.html
|
| +++ b/LayoutTests/fast/dom/HTMLImageElement/image-srcset-react-to-media-changes.html
|
| @@ -17,7 +17,7 @@ onload = function() {
|
| if (first) {
|
| first = false;
|
| shouldNotBe('img.currentSrc.indexOf("blue_rect")', '-1');
|
| - iframe.style.width = '100px';
|
| + iframe.style.width = '120px';
|
| } else {
|
| shouldNotBe('img.currentSrc.indexOf("image-set-4x")', '-1');
|
| finishJSTest();
|
|
|