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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt

Issue 2080783003: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt
index 2c667616c4c124eec28506129817a41e8c9f6d6f..f02bdb2696b18e7aa9ef71889ac420d28bfddf88 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/invalidation-after-opacity-change-subtree-expected.txt
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [785, 2350],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [785, 2350],
"contentsOpaque": true,
"drawsContent": true,
@@ -55,57 +57,99 @@
"object": "LayoutText #text",
"rect": [8, 2195, 653, 109],
"reason": "subtree"
- },
- {
- "object": "InlineTextBox 'This test checks that switching opacity'",
- "reason": "subtree"
- },
- {
- "object": "InlineTextBox 'This test checks that switching opacity'",
- "reason": "subtree"
- },
- {
- "object": "InlineTextBox 'This text should be visible in the'",
- "reason": "subtree"
- },
- {
- "object": "InlineTextBox 'This text should be visible in the'",
- "reason": "subtree"
- },
- {
- "object": "InlineTextBox 'invalidates the full subtree.'",
- "reason": "subtree"
- },
- {
- "object": "InlineTextBox 'invalidates the full subtree.'",
- "reason": "subtree"
- },
- {
- "object": "InlineTextBox 'output.'",
- "reason": "subtree"
- },
- {
- "object": "InlineTextBox 'output.'",
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='container'",
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='container'",
- "reason": "subtree"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='container'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'This test checks that switching opacity'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'invalidates the full subtree.'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'This text should be visible in the'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'output.'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='container'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "reason": "subtree"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'This test checks that switching opacity'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'invalidates the full subtree.'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "reason": "subtree"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'This text should be visible in the'",
+ "reason": "subtree"
+ },
+ {
+ "object": "InlineTextBox 'output.'",
+ "reason": "subtree"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698