Chromium Code Reviews| Index: LayoutTests/fast/hidpi/image-srcset-intrinsic-size-zero-expected.txt |
| diff --git a/LayoutTests/fast/hidpi/image-srcset-intrinsic-size-zero-expected.txt b/LayoutTests/fast/hidpi/image-srcset-intrinsic-size-zero-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a3f239d25fc20848c32348482bf316acfd3607a2 |
| --- /dev/null |
| +++ b/LayoutTests/fast/hidpi/image-srcset-intrinsic-size-zero-expected.txt |
| @@ -0,0 +1,6 @@ |
| +PASS successfullyParsed is true |
| + |
| +TEST COMPLETE |
| +PASS imgWidth == 33554432 || imgWidth == 0 is true |
| +This test passes if the image is displayed with infinite dimensions. Because of a flaky bug with infinite intrinsic dimensions, It also accepts zero width. |
| + |