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

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

Issue 2247543003: Tweak priorities of paint invalidation reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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/svg/text/exs-display-none-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/text/exs-display-none-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/text/exs-display-none-expected.txt
index 9f299327ddb12af2fe22e904b63787ef6c0f78db..fa46075d2dfe0fe172f512f038beb7b0823acd39 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/text/exs-display-none-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/text/exs-display-none-expected.txt
@@ -11,7 +11,7 @@
{
"object": "LayoutSVGContainer g",
"rect": [50, 50, 561, 82],
- "reason": "bounds change"
+ "reason": "became visible"
},
{
"object": "LayoutSVGInlineText #text",
@@ -31,7 +31,7 @@
{
"object": "LayoutSVGRoot svg",
"rect": [50, 50, 561, 82],
- "reason": "bounds change"
+ "reason": "became visible"
},
{
"object": "LayoutSVGTSpan tspan",
@@ -54,11 +54,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutSVGRoot svg",
- "reason": "bounds change"
+ "reason": "became visible"
},
{
"object": "LayoutSVGContainer g",
- "reason": "bounds change"
+ "reason": "became visible"
},
{
"object": "LayoutSVGText text id='text'",

Powered by Google App Engine
This is Rietveld 408576698