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

Side by Side Diff: LayoutTests/fast/css/empty-webkit-mask-crash.html

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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.dumpAsTextWithPixelResults(); 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 LayoutBox::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

Powered by Google App Engine
This is Rietveld 408576698