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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/inner-svg-change-viewPort-relative-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/inner-svg-change-viewPort-relative-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c74c1800340803c69510a9a2739908a54fbad33d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/inner-svg-change-viewPort-relative-expected.txt
@@ -0,0 +1,56 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGViewportContainer svg id='inner'",
+ "rect": [0, 0, 200, 200],
+ "reason": "full"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutSVGViewportContainer svg id='inner'",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGText text",
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGInlineText #text",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'right-aligned text'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutSVGContainer use",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGPath polygon id='triangle'",
+ "reason": "bounds change"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698