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

Unified Diff: LayoutTests/svg/repaint/text-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
Index: LayoutTests/svg/repaint/text-pattern-update-expected.txt
diff --git a/LayoutTests/fast/repaint/background-currentColor-repaint-expected.txt b/LayoutTests/svg/repaint/text-pattern-update-expected.txt
similarity index 62%
copy from LayoutTests/fast/repaint/background-currentColor-repaint-expected.txt
copy to LayoutTests/svg/repaint/text-pattern-update-expected.txt
index 1c00f057c24f3ce199596f2585541dda98962f89..ecc4410529c3df8917dfcdf1957fd9e0596bb3d8 100644
--- a/LayoutTests/fast/repaint/background-currentColor-repaint-expected.txt
+++ b/LayoutTests/svg/repaint/text-pattern-update-expected.txt
@@ -6,12 +6,13 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [8, 108, 100, 100],
[8, 8, 100, 100]
],
"paintInvalidationClients": [
- "LayoutBlockFlow DIV id='div1'",
- "LayoutBlockFlow DIV id='div2'"
+ "LayoutSVGResourcePattern pattern id='pat'",
+ "LayoutSVGText text",
+ "LayoutSVGInlineText #text",
+ "InlineTextBox 'X'"
]
}
]
« no previous file with comments | « LayoutTests/svg/repaint/text-pattern-update-2-expected.txt ('k') | LayoutTests/svg/repaint/tspan-pattern-update.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698