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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/filter-refresh-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/svg/filters/filter-refresh-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/filters/filter-refresh-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/filter-refresh-expected.txt
index 365be0594335c89d2a52a7a9a388f20f8a309469..7bdd1c40b5af40ebbcbd2eb22b97a4a4ccd10dc8 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/filter-refresh-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/filters/filter-refresh-expected.txt
@@ -110,7 +110,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [90, 170, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",
@@ -120,7 +120,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [90, 130, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",
@@ -130,7 +130,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [90, 90, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",
@@ -140,7 +140,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [90, 50, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",
@@ -150,7 +150,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [50, 170, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",
@@ -160,7 +160,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [50, 130, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",
@@ -170,7 +170,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [50, 90, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",
@@ -180,7 +180,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [50, 50, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",
@@ -190,7 +190,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [10, 170, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",
@@ -200,7 +200,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [10, 130, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",
@@ -210,7 +210,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [10, 90, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",
@@ -220,7 +220,7 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
{
"object": "LayoutSVGRect rect id='rect'",
"rect": [10, 50, 30, 30],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutSVGRect rect id='rect'",

Powered by Google App Engine
This is Rietveld 408576698