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

Side by Side 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: Fix 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 12: [object HTMLDivElement]
dsinclair 2014/09/05 19:35:10 This should go away when the console.log is remove
chrishtr 2014/09/05 19:59:09 Done.
1 { 2 {
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
5 "bounds": [800, 600], 6 "bounds": [800, 600],
6 "contentsOpaque": true, 7 "contentsOpaque": true,
7 "drawsContent": true, 8 "drawsContent": true,
8 "repaintRects": [ 9 "repaintRects": [
9 [334, 40, 466, 168], 10 [18, 18, 284, 20],
10 [334, 40, 466, 168], 11 [18, 18, 284, 20],
11 [16, 40, 784, 168], 12 [18, 18, 284, 20],
12 [16, 40, 318, 168], 13 [10, 18, 300, 28],
13 [0, 0, 334, 500] 14 [8, 167, 784, 20],
15 [8, 167, 784, 20],
16 [8, 167, 784, 20],
17 [0, 175, 800, 20]
chrishtr 2014/09/04 22:34:41 Without my CL, there would be an additional: [0,
14 ] 18 ]
15 } 19 }
16 ] 20 ]
17 } 21 }
18 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698