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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/inner-svg-change-viewPort-relative-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/inner-svg-change-viewPort-relative-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
index 77efe693379e7fce0e5770562e46cef5057673a0..30a5fbc1f23e184190ff115edcec3ce57a9a0200 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
@@ -17,11 +17,6 @@
"reason": "full"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [100, 0, 100, 200],
- "reason": "incremental"
- },
- {
"object": "LayoutSVGInlineText #text",
"rect": [100, 85, 100, 19],
"reason": "forced by layout"
@@ -76,10 +71,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "reason": "incremental"
- },
- {
"object": "LayoutSVGViewportContainer svg id='inner'",
"reason": "full"
},

Powered by Google App Engine
This is Rietveld 408576698