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

Side by Side Diff: LayoutTests/css3/filters/nested-filter.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 <style> 1 <style>
2 div { 2 div {
3 width: 200px; 3 width: 200px;
4 height: 200px; 4 height: 200px;
5 } 5 }
6 6
7 #div1_back { 7 #div1_back {
8 background-color: red; 8 background-color: red;
9 margin-left:40px; 9 margin-left:40px;
10 margin-top:40px; 10 margin-top:40px;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 <div style="position:absolute"> 42 <div style="position:absolute">
43 <div id="div1"> 43 <div id="div1">
44 <!-- This paragraph will have a filter applied. --> 44 <!-- This paragraph will have a filter applied. -->
45 <div id="div2"> 45 <div id="div2">
46 </div> 46 </div>
47 </div> 47 </div>
48 </div> 48 </div>
49 49
50 <script> 50 <script>
51 if (window.testRunner) 51 if (window.testRunner)
52 window.testRunner.dumpAsText(true); 52 window.testRunner.dumpAsTextWithPixelResults();
53 </script> 53 </script>
OLDNEW
« no previous file with comments | « LayoutTests/css3/filters/multiple-filters-invalidation.html ('k') | LayoutTests/css3/filters/nested-filters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698