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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed-expected.html

Issue 1398043004: Change ref-tests to avoid subpixel element boundary issues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 h5 { 5 h5 {
6 margin: 0; 6 margin: 0;
7 } 7 }
8 8
9 div {
10 font-family: monospace;
11 }
12
9 .container { 13 .container {
10 position: relative; 14 position: relative;
11 left: 150px; 15 left: 150px;
12 font-size: 0.8em; 16 font-size: 0.8em;
13 } 17 }
14 18
15 .main { 19 .main {
16 width: 400px; 20 width: 400px;
17 } 21 }
18 22
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 <div class="main relative grey rtl" style="left: 100px;"> 177 <div class="main relative grey rtl" style="left: 100px;">
174 relative 178 relative
175 <span class="relative green" style="left: 25%;"> 179 <span class="relative green" style="left: 25%;">
176 relative2<div class="inline blue">fixed</div> 180 relative2<div class="inline blue">fixed</div>
177 </span> 181 </span>
178 </div> 182 </div>
179 </div> 183 </div>
180 184
181 </body> 185 </body>
182 </html> 186 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698