OLD | NEW |
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 1 lorem ipsum | 16 1 lorem ipsum |
17 <span class="position_absolute">OutOfFlowPositioned</span> | 17 <span class="position_absolute">OutOfFlowPositioned</span> |
18 2 lorem ipsum | 18 2 lorem ipsum |
19 </span> | 19 </span> |
20 </div> | 20 </div> |
21 </body> | 21 </body> |
22 </html> | 22 </html> |
OLD | NEW |