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

Side by Side Diff: LayoutTests/fast/gradients/unprefixed-list-item-gradient.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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 /* List item should be a 1em by 1em round gradient bullet. */ 4 /* List item should be a 1em by 1em round gradient bullet. */
5 ul { list-style-image: radial-gradient(closest-side, red, blue 99%, transparent 100%); } 5 ul { list-style-image: radial-gradient(closest-side, red, blue 99%, transparent 100%); }
6 </style> 6 </style>
7 </head> 7 </head>
8 <body> 8 <body>
9 <ul> 9 <ul>
10 <li>&nbsp; 10 <li>&nbsp;
11 <li>&nbsp; 11 <li>&nbsp;
12 <li>&nbsp; 12 <li>&nbsp;
13 </ul> 13 </ul>
14 14
15 <script> 15 <script>
16 if (window.testRunner) { 16 if (window.testRunner) {
17 var dumpPixels = true; 17 testRunner.dumpAsTextWithPixelResults();
18 testRunner.dumpAsText(dumpPixels);
19 } 18 }
20 </script> 19 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698