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

Side by Side Diff: LayoutTests/fast/reflections/reflection-direction.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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
« no previous file with comments | « LayoutTests/fast/overflow/paged-x-on-root.html ('k') | LayoutTests/fast/replaced/005.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <body style="white-space:nowrap"> 2 <body style="white-space:nowrap; overflow: hidden;">
3 <div style="display:inline-block"> 3 <div style="display:inline-block">
4 <img src="resources/kate.png" style="-webkit-box-reflect:right 1px"><br> 4 <img src="resources/kate.png" style="-webkit-box-reflect:right 1px"><br>
5 <img src="resources/kate.png" style="-webkit-box-reflect:left 1px;margin-left:33 6px"><br> 5 <img src="resources/kate.png" style="-webkit-box-reflect:left 1px;margin-left:33 6px"><br>
6 </div> 6 </div>
7 <div style="display:inline-block"> 7 <div style="display:inline-block">
8 <img src="resources/kate.png" style="-webkit-box-reflect:above 1px;margin-top:29 7px"> 8 <img src="resources/kate.png" style="-webkit-box-reflect:above 1px;margin-top:29 7px">
9 <img src="resources/kate.png" style="-webkit-box-reflect:below 1px;margin-bottom :297px"> 9 <img src="resources/kate.png" style="-webkit-box-reflect:below 1px;margin-bottom :297px">
10 </div> 10 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/overflow/paged-x-on-root.html ('k') | LayoutTests/fast/replaced/005.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698