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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/use-setAttribute-crash-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 years, 10 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/use-setAttribute-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/use-setAttribute-crash-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/use-setAttribute-crash-expected.txt
index b0a53b8dc1de2e7519f0cd817adb285e99d3bde9..d428deca99862112d4e850234518caaa1ef05141 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/use-setAttribute-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/use-setAttribute-crash-expected.txt
@@ -17,21 +17,6 @@
"reason": "layoutObject insertion"
},
{
- "object": "LayoutSVGContainer svg:use id='use'",
- "rect": [33, 33, 50, 50],
- "reason": "full"
- },
- {
- "object": "LayoutSVGRoot svg:svg id='svg'",
- "rect": [33, 33, 50, 50],
- "reason": "full"
- },
- {
- "object": "LayoutSVGViewportContainer svg id='symbol'",
- "rect": [33, 33, 50, 50],
- "reason": "layoutObject insertion"
- },
- {
"object": "LayoutSVGEllipse svg:circle id='circle'",
"rect": [7, 7, 27, 27],
"reason": "subtree"

Powered by Google App Engine
This is Rietveld 408576698