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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/filter-refresh-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/filter-refresh-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/filter-refresh-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/filter-refresh-expected.txt
index 2385e606b076b285bd3ad4c3561e51841383135e..4b77133bc35bed9e48e0942a8c3dc003f9df7ba5 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/filter-refresh-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/filter-refresh-expected.txt
@@ -33,21 +33,6 @@
},
{
"object": "LayoutSVGContainer g",
- "rect": [90, 170, 36, 36],
- "reason": "SVG resource change"
- },
- {
- "object": "LayoutSVGContainer g",
- "rect": [90, 130, 36, 36],
- "reason": "SVG resource change"
- },
- {
- "object": "LayoutSVGContainer g",
- "rect": [90, 90, 36, 36],
- "reason": "SVG resource change"
- },
- {
- "object": "LayoutSVGContainer g",
"rect": [90, 90, 36, 36],
"reason": "SVG resource change"
},
@@ -58,26 +43,6 @@
},
{
"object": "LayoutSVGContainer g",
- "rect": [90, 50, 36, 36],
- "reason": "SVG resource change"
- },
- {
- "object": "LayoutSVGContainer g",
- "rect": [50, 170, 36, 36],
- "reason": "SVG resource change"
- },
- {
- "object": "LayoutSVGContainer g",
- "rect": [50, 130, 36, 36],
- "reason": "SVG resource change"
- },
- {
- "object": "LayoutSVGContainer g",
- "rect": [50, 90, 36, 36],
- "reason": "SVG resource change"
- },
- {
- "object": "LayoutSVGContainer g",
"rect": [50, 90, 36, 36],
"reason": "SVG resource change"
},
@@ -88,11 +53,6 @@
},
{
"object": "LayoutSVGContainer g",
- "rect": [50, 50, 36, 36],
- "reason": "SVG resource change"
- },
- {
- "object": "LayoutSVGContainer g",
"rect": [10, 90, 36, 36],
"reason": "SVG resource change"
},
@@ -102,11 +62,6 @@
"reason": "SVG resource change"
},
{
- "object": "LayoutSVGRect rect id='separate1'",
- "rect": [140, 60, 30, 30],
- "reason": "style change"
- },
- {
"object": "LayoutSVGRect rect id='rect'",
"rect": [90, 170, 30, 30],
"reason": "layoutObject insertion"

Powered by Google App Engine
This is Rietveld 408576698