| Index: LayoutTests/fast/hidpi/image-srcset-fraction.html
|
| diff --git a/LayoutTests/fast/hidpi/image-srcset-fraction.html b/LayoutTests/fast/hidpi/image-srcset-fraction.html
|
| index 843afcf658bacc6f4b4ea5989f371b1323713b22..e979bef923a4e5f812340cfce1735694c4aab1dc 100644
|
| --- a/LayoutTests/fast/hidpi/image-srcset-fraction.html
|
| +++ b/LayoutTests/fast/hidpi/image-srcset-fraction.html
|
| @@ -6,6 +6,10 @@
|
| <script src="resources/srcset-helper.js"></script>
|
| <script src="../js/resources/js-test-pre.js"></script>
|
| <script>
|
| + if (window.testRunner) {
|
| + testRunner.dumpAsText();
|
| + }
|
| +
|
| addEventListener("load", function() {
|
| if (internals)
|
| shouldBeTrue('document.getElementById("testimg").clientWidth==200');
|
|
|