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

Unified Diff: third_party/WebKit/LayoutTests/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/paint/invalidation/svg/use-setAttribute-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/use-setAttribute-crash-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/use-setAttribute-crash-expected.txt
index bc87857cf2aa6c5bc0dba9c824a07ba781972d0a..0c8660632cfe284581581874ed8f78b467d3ec17 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/use-setAttribute-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/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