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

Side by Side Diff: third_party/WebKit/LayoutTests/html/dialog/top-layer-containing-block.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 ::backdrop { 5 ::backdrop {
6 display: none; 6 display: none;
7 } 7 }
8 </style> 8 </style>
9 </head> 9 </head>
10 <body> 10 <body>
(...skipping 17 matching lines...) Expand all
28 position and percent lengths are relative to that. 28 position and percent lengths are relative to that.
29 </dialog> 29 </dialog>
30 </div> 30 </div>
31 <script> 31 <script>
32 document.getElementById('bottomDialog').showModal(); 32 document.getElementById('bottomDialog').showModal();
33 document.getElementById('unclippedDialog').showModal(); 33 document.getElementById('unclippedDialog').showModal();
34 document.getElementById('opaqueDialog').showModal(); 34 document.getElementById('opaqueDialog').showModal();
35 </script> 35 </script>
36 </body> 36 </body>
37 </html> 37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698