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

Unified Diff: LayoutTests/fast/repaint/text-match-document-change-expected.txt

Issue 1053123007: Invalidate paint of tickmarks on document change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/fast/repaint/text-match-document-change.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/text-match-document-change-expected.txt
diff --git a/LayoutTests/fast/repaint/text-match-document-change-expected.txt b/LayoutTests/fast/repaint/text-match-document-change-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e714dbe4c4acbcabc1c8efc8cd2774124ecf8331
--- /dev/null
+++ b/LayoutTests/fast/repaint/text-match-document-change-expected.txt
@@ -0,0 +1,21 @@
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [295, 102, 15, 400],
+ [295, 102, 15, 400],
+ [18, 170, 269, 332],
+ [18, 150, 269, 352],
+ [18, 130, 269, 40],
+ [18, 130, 269, 20],
+ [18, 130, 236, 39],
+ [18, 130, 77, 19]
+ ]
+ }
+ ]
+}
+
« no previous file with comments | « LayoutTests/fast/repaint/text-match-document-change.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698