Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/images/mask-box-image-crash.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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,iVBORw0KGgoA AAANSUhEUgAAAE\
7 IAAABCAQAAAADLLz1FAAAACXZwQWcAAABCAAAAQgCVDTvpAAAAFElEQVQoz2P4D wUHGEZZo6xBwQI\
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698