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

Side by Side Diff: third_party/WebKit/LayoutTests/html/dialog/top-layer-stacking-correct-order-remove-readd-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 <link rel="stylesheet" href="resources/dialog.css"> 4 <link rel="stylesheet" href="resources/dialog.css">
5 <style> 5 <style>
6 .pseudodialog { 6 .pseudodialog {
7 height: 100px; 7 height: 100px;
8 width: 100px; 8 width: 100px;
9 } 9 }
10 </style> 10 </style>
11 </head> 11 </head>
12 <body> 12 <body>
13 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=105489">105489</a>: Elem ents must be reattached when inserted/removed from top layer 13 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=105489">105489</a>: Elem ents must be reattached when inserted/removed from top layer
14 <p>The test passes if you see a green rectangle stacked on top of a blue rectang le. 14 <p>The test passes if you see a green rectangle stacked on top of a blue rectang le.
15 15
16 <div class="pseudodialog" style="top: 100px; background-color: blue"></div> 16 <div class="pseudodialog" style="top: 100px; background-color: blue"></div>
17 <div class="pseudodialog" style="top: 150px; left: 50px; background-color: green "></div> 17 <div class="pseudodialog" style="top: 150px; left: 50px; background-color: green "></div>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698