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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/background/background-positioning-area-vrl-expected.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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 #container > div { 3 #container > div {
4 font-size:1px; 4 font-size:1px;
5 } 5 }
6 img { 6 img {
7 width:100px; 7 width:100px;
8 height:100px; 8 height:100px;
9 margin-left:100px; 9 margin-left:100px;
10 } 10 }
11 </style> 11 </style>
12 <div id="container"> 12 <div id="container">
13 <p>This tests <a href="http://www.w3.org/TR/css3-background/#background-posi tioning-area">background positioning area</a> in vertical-rl.</p> 13 <p>This tests <a href="http://www.w3.org/TR/css3-background/#background-posi tioning-area">background positioning area</a> in vertical-rl.</p>
14 <p>Test passes if single green rectangle below.</p> 14 <p>Test passes if single green rectangle below.</p>
15 <div><img src="../images/resources/green-10.png"></div> 15 <div><img src="../../images/resources/green-10.png"></div>
16 </div> 16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698