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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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/platform/linux/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
deleted file mode 100644
index b4e9ea7713deae852dd39e0073d8a5ea8f2c74a1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/repaint-during-scroll-with-zoom-expected.txt
+++ /dev/null
@@ -1,82 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#C0C0C0",
- "paintInvalidations": [
- {
- "object": "LayoutIFrame (positioned) IFRAME",
- "rect": [2, 65, 236, 235],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "rect": [3, 65, 235, 235],
- "reason": "subtree"
- },
- {
- "object": "LayoutView #document",
- "rect": [3, 65, 235, 235],
- "reason": "subtree"
- },
- {
- "object": "LayoutView #document",
- "rect": [3, 300, 235, 15],
- "reason": "scroll"
- },
- {
- "object": "LayoutText #text",
- "rect": [3, 65, 55, 17],
- "reason": "subtree"
- },
- {
- "object": "LayoutView #document",
- "rect": [238, 65, 15, 235],
- "reason": "scroll"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutIFrame (positioned) IFRAME",
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "HorizontalScrollbar",
- "reason": "scroll"
- },
- {
- "object": "VerticalScrollbar",
- "reason": "scroll"
- },
- {
- "object": "LayoutView #document",
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "subtree"
- },
- {
- "object": "RootInlineBox",
- "reason": "subtree"
- },
- {
- "object": "LayoutText #text",
- "reason": "subtree"
- },
- {
- "object": "InlineTextBox 'scroll me'",
- "reason": "subtree"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698