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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/compositing/repaint/resize-repaint-expected.txt

Issue 1181143002: Auto-rebaseline for r197003 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [
9 [0, 121, 800, 102]
10 ],
11 "paintInvalidationClients": [
12 "LayoutBlockFlow HTML"
13 ],
14 "children": [ 8 "children": [
15 { 9 {
16 "position": [8, 8], 10 "position": [8, 8],
17 "bounds": [402, 207], 11 "bounds": [402, 207],
18 "drawsContent": true, 12 "drawsContent": true,
19 "repaintRects": [ 13 "repaintRects": [
20 [2, 155, 398, 50], 14 [2, 155, 398, 50],
21 [2, 104, 398, 50], 15 [2, 104, 398, 50],
22 [0, 105, 402, 102], 16 [0, 105, 402, 102],
23 [0, 104, 402, 103] 17 [0, 104, 402, 103]
24 ], 18 ],
25 "paintInvalidationClients": [ 19 "paintInvalidationClients": [
26 "LayoutBlockFlow DIV id='resizing'", 20 "LayoutBlockFlow DIV id='resizing'",
27 "LayoutBlockFlow DIV", 21 "LayoutBlockFlow DIV",
28 "LayoutBlockFlow DIV" 22 "LayoutBlockFlow DIV"
29 ] 23 ]
30 } 24 }
31 ] 25 ]
32 } 26 }
33 ] 27 ]
34 } 28 }
35 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698