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

Side by Side Diff: LayoutTests/platform/win-xp/compositing/squashing/remove-squashed-layer-plus-move-expected.txt

Issue 1190263002: Auto-rebaseline for r197368 (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": [1418, 1008], 2 "bounds": [1418, 1008],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [1418, 1008], 5 "bounds": [1418, 1008],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [8, 118, 1410, 55], 9 [8, 118, 1410, 55],
10 [8, 63, 1410, 55], 10 [8, 63, 1410, 55],
11 [8, 63, 769, 55], 11 [8, 63, 769, 55],
12 [8, 8, 769, 109] 12 [8, 8, 769, 109]
13 ], 13 ],
14 "paintInvalidationClients": [
15 "RootInlineBox",
16 "RootInlineBox",
17 "LayoutBlockFlow DIV id='container'",
18 "LayoutBlockFlow DIV id='container'",
19 "LayoutBlockFlow (anonymous)",
20 "LayoutText #text",
21 "LayoutText #text"
22 ],
14 "children": [ 23 "children": [
15 { 24 {
16 "shouldFlattenTransform": false, 25 "shouldFlattenTransform": false,
17 "children": [ 26 "children": [
18 { 27 {
19 "position": [8, 8], 28 "position": [8, 8],
20 "bounds": [1000, 1000] 29 "bounds": [1000, 1000]
21 }, 30 },
22 { 31 {
23 "position": [8, 8], 32 "position": [8, 8],
24 "bounds": [1000, 105], 33 "bounds": [1000, 105],
25 "drawsContent": true, 34 "drawsContent": true,
26 "repaintRects": [ 35 "repaintRects": [
27 [0, 110, 1000, 50], 36 [0, 110, 1000, 50],
28 [0, 55, 1000, 50], 37 [0, 55, 1000, 50],
29 [0, 55, 100, 50], 38 [0, 55, 100, 50],
30 [0, 0, 100, 50], 39 [0, 0, 100, 50],
31 [0, 0, 100, 50] 40 [0, 0, 100, 50]
41 ],
42 "paintInvalidationClients": [
43 "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti le'",
44 "InlineBox",
45 "InlineBox",
46 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
47 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
48 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
49 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'"
32 ] 50 ]
33 } 51 }
34 ] 52 ]
35 } 53 }
36 ] 54 ]
37 } 55 }
38 ] 56 ]
39 } 57 }
40 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698