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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/transform-text-element-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/transform-text-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/transform-text-element-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/transform-text-element-expected.txt
index 93d2ecd0893f68ada3ece4397a8ee862661c6d5c..9b8351f207f597197e11252828e9656cc7df73ba 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/transform-text-element-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/transform-text-element-expected.txt
@@ -12,11 +12,6 @@
"reason": "subtree"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [8, 58, 400, 100],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGText text",
"rect": [8, 58, 400, 100],
"reason": "subtree"
@@ -27,11 +22,6 @@
"reason": "subtree"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [8, 8, 400, 100],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGText text",
"rect": [8, 8, 400, 100],
"reason": "subtree"
@@ -41,10 +31,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGText text",
"reason": "subtree"
},

Powered by Google App Engine
This is Rietveld 408576698