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

Unified Diff: LayoutTests/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt

Issue 544743003: Clean up paint invalidation container logic for RenderText. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Created 6 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/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt
diff --git a/LayoutTests/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt b/LayoutTests/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..29f021b9b6deca78f12ccc828e724635bfab6cd3
--- /dev/null
+++ b/LayoutTests/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt
@@ -0,0 +1,21 @@
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [18, 18, 284, 20],
+ [18, 18, 284, 20],
+ [18, 18, 284, 20],
+ [10, 18, 300, 28],
+ [8, 187, 784, 20],
+ [8, 187, 784, 20],
+ [8, 187, 784, 20],
+ [0, 195, 800, 20]
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698