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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 2 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/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt
index 55078d08684e89773a774396c4b08eb68b12dbf3..fd7d6e46a32b09e53188fa05d61624414b6d3cf6 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt
@@ -27,11 +27,6 @@
"reason": "forced by layout"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [11, 11, 380, 180],
- "reason": "bounds change"
- },
- {
"object": "LayoutBlockFlow BODY",
"rect": [0, 0, 285, 135],
"reason": "forced by layout"
@@ -47,11 +42,6 @@
"reason": "scroll"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [10, 10, 275, 125],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGRect rect",
"rect": [211, 11, 180, 180],
"reason": "bounds change"
@@ -139,7 +129,7 @@
},
{
"object": "LayoutSVGRoot svg",
- "reason": "bounds change"
+ "reason": "location change"
},
{
"object": "LayoutSVGRect rect",

Powered by Google App Engine
This is Rietveld 408576698