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

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

Issue 2239443004: Add more unittesting for GeometryMapper+PaintPropertyTrreBuilde integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 22bdf638b5e3cfcab9938fa6f5ba57d441bb1a83..375dd51edd0717d92f6c318b11bdbbdd78fb19eb 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
@@ -20,6 +20,8 @@ body {
position: relative;
left: 560px;
top: 780px;
+ width: 100px;
+ height: 200px;
transform: translateZ(0);
overflow: hidden;
@@ -29,6 +31,8 @@ body {
position: absolute;
left: 123px;
top: 456px;
+ width: 300px;
+ height: 400px;
transform: translateZ(0);
overflow: hidden;

Powered by Google App Engine
This is Rietveld 408576698