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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/make-children-non-inline-expected.txt

Issue 988113003: Auto-rebaseline for r191480 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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": [ 8 "repaintRects": [
9 [8, 304, 64, 18], 9 [8, 304, 64, 18],
10 [8, 286, 30, 18], 10 [8, 286, 30, 18],
11 [8, 268, 69, 18], 11 [8, 268, 69, 18],
12 [8, 250, 784, 72], 12 [8, 250, 784, 72],
13 [8, 250, 113, 18], 13 [8, 250, 113, 18],
14 [8, 204, 64, 18], 14 [8, 204, 64, 18],
15 [8, 186, 30, 18], 15 [8, 186, 30, 18],
16 [8, 168, 69, 18], 16 [8, 168, 69, 18],
17 [8, 150, 113, 18], 17 [8, 150, 113, 18],
18 [8, 150, 10, 100], 18 [8, 150, 10, 100],
19 [8, 132, 80, 18], 19 [8, 132, 80, 18],
20 [8, 114, 45, 18], 20 [8, 114, 45, 18],
21 [8, 96, 80, 18], 21 [8, 96, 80, 18],
22 [8, 78, 44, 18], 22 [8, 78, 44, 18],
23 [8, 60, 784, 262], 23 [8, 60, 784, 262],
24 [8, 60, 784, 162], 24 [8, 60, 784, 162],
25 [8, 60, 784, 90], 25 [8, 60, 784, 90],
26 [8, 60, 41, 18] 26 [8, 60, 41, 18]
27 ],
28 "paintInvalidationClients": [
29 "LayoutBlockFlow DIV",
30 "LayoutBlockFlow (anonymous)",
31 "LayoutText #text",
32 "LayoutBR BR",
33 "LayoutText #text",
34 "LayoutBR BR",
35 "LayoutText #text",
36 "LayoutBR BR",
37 "LayoutText #text",
38 "LayoutBR BR",
39 "LayoutText #text",
40 "LayoutBR BR",
41 "LayoutBlockFlow DIV id='target'",
42 "LayoutBlockFlow (anonymous)",
43 "LayoutText #text",
44 "LayoutBR BR",
45 "LayoutText #text",
46 "LayoutBR BR",
47 "LayoutText #text",
48 "LayoutBR BR",
49 "LayoutText #text"
27 ] 50 ]
28 } 51 }
29 ] 52 ]
30 } 53 }
31 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698