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

Unified Diff: third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-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/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt b/third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt
index 96d18897f1c758bdeef4144767946656b72ff5df..e6b4d1fe0b0bb900c55a78efc40b1bad832a7940 100644
--- a/third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt
@@ -19,17 +19,17 @@
{
"object": "LayoutBlockFlow BODY",
"rect": [1, 1, 400, 200],
- "reason": "location change"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow HTML",
"rect": [1, 1, 400, 200],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutEmbeddedObject OBJECT",
"rect": [1, 1, 400, 200],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutView #document",
@@ -39,42 +39,42 @@
{
"object": "LayoutView #document",
"rect": [1, 1, 400, 200],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutView #document",
"rect": [1, 1, 400, 200],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRoot svg",
"rect": [11, 11, 380, 180],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow BODY",
"rect": [0, 0, 285, 135],
- "reason": "location change"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow HTML",
"rect": [0, 0, 285, 135],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutEmbeddedObject OBJECT",
"rect": [0, 0, 285, 135],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutView #document",
"rect": [0, 0, 285, 135],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutView #document",
"rect": [0, 0, 285, 135],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutView #document",
@@ -84,27 +84,27 @@
{
"object": "LayoutSVGRoot svg",
"rect": [10, 10, 275, 125],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRect rect",
"rect": [211, 11, 180, 180],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRect rect",
"rect": [11, 11, 180, 180],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRect rect",
"rect": [10, 10, 180, 125],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGRect rect",
"rect": [210, 10, 75, 125],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutView #document",
@@ -134,7 +134,7 @@
},
{
"object": "LayoutText #text",
- "reason": "location change"
+ "reason": "none"
},
{
"object": "LayoutView #document",

Powered by Google App Engine
This is Rietveld 408576698