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

Unified Diff: LayoutTests/svg/repaint/tspan-pattern-update-expected.txt

Issue 1331053002: Propagate resource-triggered repaints to text node children of <text> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Name/comment updates. Created 5 years, 3 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
« no previous file with comments | « LayoutTests/svg/repaint/tspan-pattern-update.html ('k') | Source/core/layout/LayoutBoxModelObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/repaint/tspan-pattern-update-expected.txt
diff --git a/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt b/LayoutTests/svg/repaint/tspan-pattern-update-expected.txt
similarity index 58%
copy from LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt
copy to LayoutTests/svg/repaint/tspan-pattern-update-expected.txt
index 9bbc775c55da7b5d65470dbfde94810db4715680..376c012dcfa6d410c5097705f975031c9bea8dbe 100644
--- a/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt
+++ b/LayoutTests/svg/repaint/tspan-pattern-update-expected.txt
@@ -6,15 +6,14 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [215, 0, 40, 10],
- [210, -5, 50, 20]
+ [8, 8, 300, 100]
],
"paintInvalidationClients": [
- "LayoutInline SPAN",
+ "LayoutSVGResourcePattern pattern id='pat'",
+ "LayoutSVGTSpan tspan",
"InlineFlowBox",
- "LayoutText #text",
- "InlineTextBox 'Test'",
- "LayoutText #text"
+ "LayoutSVGInlineText #text",
+ "InlineTextBox 'Y'"
]
}
]
« no previous file with comments | « LayoutTests/svg/repaint/tspan-pattern-update.html ('k') | Source/core/layout/LayoutBoxModelObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698