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

Side by Side Diff: LayoutTests/fast/block/positioning/rtl-static-positioning.html

Issue 5670003: Merge 73531 - https://bugs.webkit.org/show_bug.cgi?id=50576... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years 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 3
4 <body> 4 <body>
5 5
6 There should be a green 100x100 square below. If you see any red, then the test has failed. 6 There should be a green 100x100 square below. If you see any red, then the test has failed.
7 7
8 <div style="position:relative; direction:rtl; border:20px solid transparent; pad ding:20px; width:300px; height:300px"> 8 <div style="position:relative; direction:rtl; border:20px solid transparent; pad ding:20px; width:300px; height:300px">
9 <div style="position:absolute;width:100px;height:100px;background-color:red; l eft:200px; top: 30px"></div> 9 <div style="position:absolute;width:100px;height:100px;background-color:red; l eft:200px; top: 30px"></div>
10 10
11 <div style="border:10px solid transparent; padding-left:20px; padding-right:10 px; width:200px; height:200px"> 11 <div style="border:10px solid transparent; padding-left:20px; padding-right:10 px; width:200px; height:200px">
12 <span><div style="position:absolute;width:100px;height:100px;background-col or:green"></div> 12 <span><div style="position:absolute;width:100px;height:100px;background-col or:green"></div>
13 </div> 13 </div>
14 </div> 14 </div>
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/block/positioning/rtl-static-positioning-inline-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698