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

Side by Side Diff: LayoutTests/fast/css/empty-webkit-mask-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 // We need to dump the image to get the crash but we don't care about the la yout information. 2 // We need to dump the image to get the crash but we don't care about the la yout information.
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText(true); 4 testRunner.dumpAsTextWithPixelResults();
5 </script> 5 </script>
6 <style> 6 <style>
7 *{ 7 *{
8 -webkit-mask-image:none,none,url(x); 8 -webkit-mask-image:none,none,url(x);
9 } 9 }
10 </style> 10 </style>
11 <p style="position:absolute; top: -1000px">https://bugs.webkit.org/show_bug.cgi? id=50151 : Crash in RenderBox::paintMaskImages due to a mask without an associat ed image<br> 11 <p style="position:absolute; top: -1000px">https://bugs.webkit.org/show_bug.cgi? id=50151 : Crash in RenderBox::paintMaskImages due to a mask without an associat ed image<br>
12 The test passes if it does not CRASH (normally the output is a white page)</p> 12 The test passes if it does not CRASH (normally the output is a white page)</p>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/border-solid-single-edge-antialias.html ('k') | LayoutTests/fast/css/linear-gradient-currentcolor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698