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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll-expected.txt

Issue 2037713002: Adjust for composited scrolling when invalidating paint rectangles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/LayoutTests/paint/invalidation/caret-with-composited-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-move-after-scroll-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll-expected.txt
similarity index 52%
copy from third_party/WebKit/LayoutTests/fast/repaint/overflow-move-after-scroll-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll-expected.txt
index 09142e964b2edf2322352385ce035f1dc7084488..c3a1e9b651d26ed1bba475e3b8618a3724531397 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-move-after-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll-expected.txt
@@ -7,55 +7,56 @@
"drawsContent": true,
"children": [
{
- "position": [10, 60],
- "bounds": [700, 400],
+ "position": [8, 48],
+ "bounds": [100, 100],
"shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
- "bounds": [685, 385],
+ "bounds": [100, 100],
"shouldFlattenTransform": false,
"children": [
{
- "bounds": [685, 600],
+ "bounds": [205, 1022],
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow (positioned) DIV id='block'",
- "rect": [300, 200, 120, 50],
- "reason": "bounds change"
+ "object": "LayoutTextControl INPUT id='text'",
+ "rect": [-1, 999, 207, 24],
+ "reason": "subtree"
},
{
- "object": "LayoutBlockFlow (positioned) DIV id='block'",
- "rect": [50, 200, 120, 50],
- "reason": "bounds change"
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [3, 1003, 200, 16],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [2, 1002, 3, 18],
+ "reason": "invalidate paint rectangle"
}
]
}
]
},
{
- "bounds": [700, 400],
+ "bounds": [100, 100],
"children": [
{
- "position": [0, 385],
- "bounds": [685, 15]
+ "position": [0, 100],
+ "bounds": [100, 0],
+ "drawsContent": true
},
{
- "position": [685, 0],
- "bounds": [15, 385],
+ "position": [100, 0],
+ "bounds": [0, 100],
+ "drawsContent": true,
"paintInvalidations": [
{
"object": "Vertical Scrollbar Layer",
- "rect": [0, 0, 15, 385],
"reason": "full"
}
]
- },
- {
- "position": [685, 385],
- "bounds": [15, 15],
- "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698