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

Side by Side Diff: third_party/WebKit/LayoutTests/html/dialog/element-removed-from-top-layer-has-original-position-expected.html

Issue 2671603003: Move DIALOG element tests to html/dialog/. (Closed)
Patch Set: Created 3 years, 10 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 .green { 5 .green {
6 color: green; 6 color: green;
7 } 7 }
8 </style> 8 </style>
9 </head> 9 </head>
10 <body> 10 <body>
11 <p>Bug <a href="http://webkit.org/b/106538">106538</a>: Top layer fails for inli ne elements</p> 11 <p>Bug <a href="http://webkit.org/b/106538">106538</a>: Top layer fails for inli ne elements</p>
12 <p>This tests that position 'static' no longer computes to 'absolute' for an 12 <p>This tests that position 'static' no longer computes to 'absolute' for an
13 element that has been removed from the top layer. The test passes if you see 13 element that has been removed from the top layer. The test passes if you see
14 a single line of text.</p> 14 a single line of text.</p>
15 <span class="green">This is the span.</span> 15 <span class="green">This is the span.</span>
16 <span class="green">This is the dialog following it.</span> 16 <span class="green">This is the dialog following it.</span>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698