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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/svg/custom/text-repaint-including-stroke-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt
index 8bc779e86165b34c4bc8540fd5cfb941fc01023b..3f9b954d1772c74c6307ff922c3c8c9573908892 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutSVGInlineText #text",
"rect": [80, 0, 550, 117],
- "reason": "location change"
+ "reason": "style change"
},
{
"object": "LayoutSVGRoot svg",
@@ -19,12 +19,12 @@
{
"object": "LayoutSVGText text id='bounce'",
"rect": [80, 0, 550, 117],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGInlineText #text",
"rect": [30, 0, 403, 59],
- "reason": "location change"
+ "reason": "style change"
},
{
"object": "LayoutSVGRoot svg",
@@ -34,7 +34,7 @@
{
"object": "LayoutSVGText text id='bounce'",
"rect": [30, 0, 403, 59],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "InlineTextBox 'Repaint me!'",
@@ -42,7 +42,7 @@
},
{
"object": "InlineTextBox 'Repaint me!'",
- "reason": "location change"
+ "reason": "style change"
},
{
"object": "RootInlineBox",

Powered by Google App Engine
This is Rietveld 408576698