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

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

Issue 2299533002: WIP: Construct SPV2's scroll paint property tree (Closed)
Patch Set: Add more paint property builder tests, update comments/documentation" 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;
« no previous file with comments | « third_party/WebKit/Source/core/paint/test_data/fixed-position.html ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698