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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/exs-display-none-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 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/platform/linux/paint/invalidation/svg/exs-display-none-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/exs-display-none-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/exs-display-none-expected.txt
index 37fd986aa7f3114000a5c4cfc4cce8b1df0c3996..31729d2fdea38a69d1074cca800d7d0e7b831817 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/exs-display-none-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/exs-display-none-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutSVGContainer g",
"rect": [50, 50, 572, 82],
- "reason": "became visible"
+ "reason": "appeared"
}
]
}
@@ -17,55 +17,55 @@
"objectPaintInvalidations": [
{
"object": "LayoutSVGContainer g",
- "reason": "became visible"
+ "reason": "appeared"
},
{
"object": "LayoutSVGText text id='text'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "RootInlineBox",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutSVGTSpan tspan id='tspan'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "InlineFlowBox",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutSVGInlineText #text",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "InlineTextBox 'Two lines of text should be visible.'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutSVGInlineText #text",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "InlineTextBox ' '",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutSVGTSpan tspan",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "InlineFlowBox",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutSVGInlineText #text",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "InlineTextBox 'Two lines of text should be visible.'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698