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

Unified Diff: third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html

Issue 2320463002: [SPV2] Implement the blink-side scroll property tree (Closed)
Patch Set: Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html
diff --git a/third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html b/third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html
index 375dd51edd0717d92f6c318b11bdbbdd78fb19eb..ceec69bd03e4cdb5cab51b55ca84baa1b8d3e33c 100644
--- a/third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html
+++ b/third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html
@@ -4,9 +4,10 @@ body {
}
#scroller {
- overflow: scroll;
- width: 400px;
- height: 300px;
+ overflow-y: scroll;
+ overflow-x: hidden;
+ width: 413px;
+ height: 317px;
margin-left: 120;
margin-top: 340;

Powered by Google App Engine
This is Rietveld 408576698