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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/sub-pixel/snap-overflow-rect-of-children-width.html

Issue 2074353002: The element's offset isn't relevant when comparing its dimensions with that of its overflow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@621359
Patch Set: bug 619509 Created 4 years, 5 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
(Empty)
1 <!DOCTYPE html>
2 <body style="zoom:125%;">
3 <p>crbug.com/619509: There should be no scrollbar below.</p>
4 <div style="top: 70px; left: 70px; width: 359px; height: 50px; overflow: auto; p osition: absolute;">
5 <div style="width: 359.2px; height: 30px;">
6 <div style="height: 1px; width: 1px;"></div>
7 </div>
8 </div>
9 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698