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

Side by Side Diff: LayoutTests/fast/gradients/unprefixed-zero-range-repeating-gradient-hang.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style type="text/css"> 2 <style type="text/css">
3 .box { 3 .box {
4 height: 100px; 4 height: 100px;
5 width: 100px; 5 width: 100px;
6 background: no-repeat repeating-linear-gradient(red, blue, green 0); 6 background: no-repeat repeating-linear-gradient(red, blue, green 0);
7 } 7 }
8 </style> 8 </style>
9 <script type="text/javascript" charset="utf-8"> 9 <script type="text/javascript" charset="utf-8">
10 if (window.testRunner) { 10 if (window.testRunner) {
11 var dumpPixels = true; 11 testRunner.dumpAsTextWithPixelResults();
12 testRunner.dumpAsText(dumpPixels);
13 } 12 }
14 </script> 13 </script>
15 <!-- This test should not hang. You should see a green square. --> 14 <!-- This test should not hang. You should see a green square. -->
16 <div class="box"></div> 15 <div class="box"></div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/gradients/unprefixed-repeating-radial-gradients.html ('k') | LayoutTests/fast/images/embed-image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698