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

Side by Side Diff: LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html

Issue 16529003: Simplify 'position' adjustment of top layer elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div {
6 background-color: green;
7 position: absolute;
8 top: 100px;
9 left: 100px;
10 height: 50px;
11 width: 150px;
12 }
13 </style>
14 </head>
15 <body>
16 <p>Bug <a href="http://webkit.org/b/106538">106538</a>: Top layer fails for inli ne elements
17 <p>This tests that position 'relative' computes to 'absolute' in the top layer. The test passes if you see a single green box.</p>
18 <div></div>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698