Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / images / mask-box-image-crash.html
blob35ced77f553e044499e11198667ff0fd51db9e80
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsTextWithPixelResults();
4 </script>
5 <fieldset style="-webkit-margin-end: 99999px;
6 -webkit-mask-box-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE\
7 IAAABCAQAAAADLLz1FAAAACXZwQWcAAABCAAAAQgCVDTvpAAAAFElEQVQoz2P4DwUHGEZZo6xBwQI\
8 ANWY/j0PofaAAAAAASUVORK5CYII=') 10000% 10000 9999999999%;">
9 </fieldset>
10 <div style="position: absolute;
11 top: 0px;
12 left: 0px;
13 width: 100px;
14 height: 100px;
15 z-index: 1;
16 background-color: white;"></div>