Chromium Code Reviews| Index: LayoutTests/fast/hidpi/image-srcset-remove-dynamically-from-js-expected.txt |
| diff --git a/LayoutTests/fast/hidpi/image-srcset-remove-dynamically-from-js-expected.txt b/LayoutTests/fast/hidpi/image-srcset-remove-dynamically-from-js-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e6d0ce01a25b4ce095e184fe404e4e8e67c31f87 |
| --- /dev/null |
| +++ b/LayoutTests/fast/hidpi/image-srcset-remove-dynamically-from-js-expected.txt |
| @@ -0,0 +1,3 @@ |
| +PASS document.getElementById("foo").clientWidth==200 is true |
| +This test passes if this img tag below is a green square. It ensures that attributes can be removed dynamically from javascript |
| + |