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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/tabgroup-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/tabgroup-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/tabgroup-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/tabgroup-expected.txt
index 571c902dda8b3fe979377130732661166c65ab86..74987779ae7e018f026d4918347ddec2572a47e7 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/tabgroup-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/tabgroup-expected.txt
@@ -7,11 +7,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "rect": [7, 7, 736, 573],
- "reason": "became visible"
- },
- {
"object": "LayoutSVGPath path",
"rect": [389, 37, 316, 82],
"reason": "layoutObject insertion"
@@ -991,10 +986,6 @@
"reason": "layoutObject removal"
},
{
- "object": "LayoutSVGRoot svg",
- "reason": "became visible"
- },
- {
"object": "LayoutSVGContainer g id='tabgroupRect'",
"reason": "became visible"
},

Powered by Google App Engine
This is Rietveld 408576698