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

Side by Side Diff: third_party/WebKit/LayoutTests/html/dialog/backdrop-stacking-order-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 <style> 2 <style>
3 div { 3 div {
4 position: absolute; 4 position: absolute;
5 } 5 }
6 6
7 #bottom-backdrop { 7 #bottom-backdrop {
8 top: 100px; 8 top: 100px;
9 left: 100px; 9 left: 100px;
10 height: 300px; 10 height: 300px;
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 Test for dialog::backdrop stacking order. The test passes if there are 6 56 Test for dialog::backdrop stacking order. The test passes if there are 6
57 boxes enclosed in each other, becoming increasingly smaller and brighter 57 boxes enclosed in each other, becoming increasingly smaller and brighter
58 green. 58 green.
59 <div id="bottom-backdrop"></div> 59 <div id="bottom-backdrop"></div>
60 <div id="bottom"></div> 60 <div id="bottom"></div>
61 <div id="middle-backdrop"></div> 61 <div id="middle-backdrop"></div>
62 <div id="middle"></div> 62 <div id="middle"></div>
63 <div id="top-backdrop"></div> 63 <div id="top-backdrop"></div>
64 <div id="top"></div> 64 <div id="top"></div>
65 </body> 65 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698