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

Unified Diff: LayoutTests/svg/repaint/text-pattern-update-2-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
Index: LayoutTests/svg/repaint/text-pattern-update-2-expected.txt
diff --git a/LayoutTests/platform/linux/svg/custom/use-clipped-hit-expected.txt b/LayoutTests/svg/repaint/text-pattern-update-2-expected.txt
similarity index 50%
copy from LayoutTests/platform/linux/svg/custom/use-clipped-hit-expected.txt
copy to LayoutTests/svg/repaint/text-pattern-update-2-expected.txt
index 5c2a9756c30e2fc3590236c950ce43c8b23b96b8..551f8d96b839e5baf7ae4a122864c0524f0520a6 100644
--- a/LayoutTests/platform/linux/svg/custom/use-clipped-hit-expected.txt
+++ b/LayoutTests/svg/repaint/text-pattern-update-2-expected.txt
@@ -6,18 +6,19 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [90, 115, 59, 19],
- [90, 115, 59, 19],
- [90, 115, 43, 19],
- [90, 115, 43, 19]
+ [8, 8, 300, 100]
],
"paintInvalidationClients": [
- "InlineTextBox ''",
+ "LayoutSVGResourcePattern pattern id='pat'",
+ "LayoutSVGText text",
"LayoutSVGInlineText #text",
- "RootInlineBox",
- "LayoutSVGText text id='status'",
+ "InlineTextBox 'X'",
+ "LayoutSVGTSpan tspan",
+ "InlineFlowBox",
"LayoutSVGInlineText #text",
- "InlineTextBox 'Passed'"
+ "InlineTextBox 'Y'",
+ "LayoutSVGInlineText #text",
+ "InlineTextBox 'Z'"
]
}
]
« no previous file with comments | « LayoutTests/svg/repaint/text-pattern-update-2.html ('k') | LayoutTests/svg/repaint/text-pattern-update-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698