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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed.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
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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 relative2 214 relative2
211 <span class="fixed blue"> 215 <span class="fixed blue">
212 fixed 216 fixed
213 </span> 217 </span>
214 </span> 218 </span>
215 </div> 219 </div>
216 </div> 220 </div>
217 221
218 </body> 222 </body>
219 </html> 223 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698