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

Side by Side Diff: LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-out-of-flow.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 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(true); 6 testRunner.dumpAsTextWithPixelResults();
7 </script> 7 </script>
8 <link rel="stylesheet" type="text/css" href="style.css"> 8 <link rel="stylesheet" type="text/css" href="style.css">
9 </head> 9 </head>
10 <body> 10 <body>
11 <p>Test if out of flow boxes are ignored when calculating the offset for 11 <p>Test if out of flow boxes are ignored when calculating the offset for
12 'text-underline-position: under'. The horizontal line below should not go 12 'text-underline-position: under'. The horizontal line below should not go
13 outside the box. Bugzilla link: http://webkit.org/b/102795.</p> 13 outside the box. Bugzilla link: http://webkit.org/b/102795.</p>
14 14
15 <div class="under"> 15 <div class="under">
16 &nbsp;1 lorem ipsum&nbsp;&nbsp; 16 &nbsp;1 lorem ipsum&nbsp;&nbsp;
17 <span class="position_absolute">OutOfFlowPositioned</span> 17 <span class="position_absolute">OutOfFlowPositioned</span>
18 &nbsp;2 lorem ipsum&nbsp;&nbsp; 18 &nbsp;2 lorem ipsum&nbsp;&nbsp;
19 </span> 19 </span>
20 </div> 20 </div>
21 </body> 21 </body>
22 </html> 22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698