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

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

Issue 24438004: Rename testRunner.dumpAsText(true) to testRunner.dumpAsTextWithPixelResults() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 7 years, 3 months 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 | Annotate | Revision Log
OLDNEW
1 <script> 1 <script>
2 if (window.testRunner) 2 if (window.testRunner)
3 testRunner.dumpAsText(true); 3 testRunner.dumpAsTextWithPixelResults();
4 </script> 4 </script>
5 <fieldset style="-webkit-margin-end: 99999; 5 <fieldset style="-webkit-margin-end: 99999;
6 -webkit-mask-box-image: url('data:image/png;base64,iVBORw0KGgoA AAANSUhEUgAAAE\ 6 -webkit-mask-box-image: url('data:image/png;base64,iVBORw0KGgoA AAANSUhEUgAAAE\
7 IAAABCAQAAAADLLz1FAAAACXZwQWcAAABCAAAAQgCVDTvpAAAAFElEQVQoz2P4D wUHGEZZo6xBwQI\ 7 IAAABCAQAAAADLLz1FAAAACXZwQWcAAABCAAAAQgCVDTvpAAAAFElEQVQoz2P4D wUHGEZZo6xBwQI\
8 ANWY/j0PofaAAAAAASUVORK5CYII=') 10000% 10000 9999999999%;"> 8 ANWY/j0PofaAAAAAASUVORK5CYII=') 10000% 10000 9999999999%;">
9 </fieldset> 9 </fieldset>
10 <div style="position: absolute; 10 <div style="position: absolute;
11 top: 0px; 11 top: 0px;
12 left: 0px; 12 left: 0px;
13 width: 100px; 13 width: 100px;
14 height: 100px; 14 height: 100px;
15 z-index: 1; 15 z-index: 1;
16 background-color: white;"></div> 16 background-color: white;"></div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/images/jpeg-with-color-profile.html ('k') | LayoutTests/fast/images/object-image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698