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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/paint/invalidation/svg/text-viewbox-rescale-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-viewbox-rescale-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-viewbox-rescale-expected.txt
index f5348a89a6d7eb1911d6b6eec51fb5be6e1147f9..f83f17f404dfd87571eb754bfebd9c9daa5c596d 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-viewbox-rescale-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/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