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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-viewbox-rescale-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/platform/linux/paint/invalidation/svg/text-viewbox-rescale-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-viewbox-rescale-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-viewbox-rescale-expected.txt
index d74c1b860768a2f808c80d7b2e2177021477de18..f1e714b305df2f8ad81b37e96d30e80293b7412f 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-viewbox-rescale-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-viewbox-rescale-expected.txt
@@ -7,11 +7,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutSVGRoot (positioned) svg",
- "rect": [0, 0, 154, 166],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGInlineText #text",
"rect": [59, 143, 95, 23],
"reason": "forced by layout"
@@ -101,10 +96,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot (positioned) svg",
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGViewportContainer svg id='inner1'",
"reason": "full"
},

Powered by Google App Engine
This is Rietveld 408576698