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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-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-rescale-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-rescale-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-rescale-expected.txt
index 98896ad8b8f65038c1f348705465dbc86ef3819c..f4a5f74ae6156bdafefd294487b520f81321ab4b 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-rescale-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-rescale-expected.txt
@@ -7,16 +7,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutSVGRoot (positioned) svg",
- "rect": [0, 13, 402, 187],
- "reason": "bounds change"
- },
- {
- "object": "LayoutSVGRoot (positioned) svg",
- "rect": [0, 0, 402, 163],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGContainer g id='text2g'",
"rect": [0, 63, 402, 100],
"reason": "full"
@@ -246,10 +236,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot (positioned) svg",
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGContainer g id='text1g'",
"reason": "full"
},

Powered by Google App Engine
This is Rietveld 408576698