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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/compositing/fixed-pos-with-abs-pos-child-scroll-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/mac/paint/invalidation/compositing/fixed-pos-with-abs-pos-child-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/compositing/fixed-pos-with-abs-pos-child-scroll-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/compositing/fixed-pos-with-abs-pos-child-scroll-expected.txt
deleted file mode 100644
index 038fc3e21e3af3c2bfd99cbc9b5294c90166e4d4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/compositing/fixed-pos-with-abs-pos-child-scroll-expected.txt
+++ /dev/null
@@ -1,96 +0,0 @@
-Hi!
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [785, 4021],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow (positioned) DIV id='abs'",
- "rect": [425, 980, 360, 90],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='abs'",
- "rect": [425, 980, 360, 90],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='abs'",
- "rect": [425, 480, 360, 90],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='abs'",
- "rect": [425, 480, 360, 90],
- "reason": "subtree"
- },
- {
- "object": "LayoutText #text",
- "rect": [425, 980, 22, 18],
- "reason": "subtree"
- },
- {
- "object": "LayoutText #text",
- "rect": [425, 980, 22, 18],
- "reason": "subtree"
- },
- {
- "object": "LayoutText #text",
- "rect": [425, 480, 22, 18],
- "reason": "subtree"
- },
- {
- "object": "LayoutText #text",
- "rect": [425, 480, 22, 18],
- "reason": "subtree"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='abs'",
- "reason": "subtree"
- },
- {
- "object": "RootInlineBox",
- "reason": "subtree"
- },
- {
- "object": "LayoutText #text",
- "reason": "subtree"
- },
- {
- "object": "InlineTextBox 'Hi!'",
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='abs'",
- "reason": "subtree"
- },
- {
- "object": "RootInlineBox",
- "reason": "subtree"
- },
- {
- "object": "LayoutText #text",
- "reason": "subtree"
- },
- {
- "object": "InlineTextBox 'Hi!'",
- "reason": "subtree"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698