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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/squashing/remove-squashed-layer-plus-move-expected.txt

Issue 1536233005: Partially manual rebaseline for r366396 https://codereview.chromium.org/1536663004 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back out PNG change Created 4 years, 12 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
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, 116, 1410, 54], 9 [8, 116, 1410, 54],
10 [8, 62, 1410, 54], 10 [8, 62, 1410, 54],
11 [8, 62, 769, 54], 11 [8, 62, 769, 54],
12 [8, 8, 769, 108] 12 [8, 8, 769, 108]
13 ], 13 ],
14 "paintInvalidationClients": [
15 "RootInlineBox",
16 "RootInlineBox",
17 "LayoutBlockFlow DIV id='container'",
18 "LayoutBlockFlow DIV id='container'",
19 "RootInlineBox",
20 "LayoutBlockFlow (anonymous)",
21 "RootInlineBox",
22 "LayoutText #text",
23 "LayoutText #text"
24 ],
14 "children": [ 25 "children": [
15 { 26 {
16 "shouldFlattenTransform": false, 27 "shouldFlattenTransform": false,
17 "children": [ 28 "children": [
18 { 29 {
19 "position": [8, 8], 30 "position": [8, 8],
20 "bounds": [1000, 1000] 31 "bounds": [1000, 1000]
21 }, 32 },
22 { 33 {
23 "position": [8, 8], 34 "position": [8, 8],
24 "bounds": [1000, 104], 35 "bounds": [1000, 104],
25 "drawsContent": true, 36 "drawsContent": true,
26 "repaintRects": [ 37 "repaintRects": [
27 [0, 108, 1000, 50], 38 [0, 108, 1000, 50],
28 [0, 54, 1000, 50], 39 [0, 54, 1000, 50],
29 [0, 54, 100, 50], 40 [0, 54, 100, 50],
30 [0, 0, 100, 50], 41 [0, 0, 100, 50],
31 [0, 0, 100, 50] 42 [0, 0, 100, 50]
43 ],
44 "paintInvalidationClients": [
45 "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti le'",
46 "InlineBox",
47 "InlineBox",
48 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
49 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
50 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
51 "LayoutBlockFlow (relative positioned) DIV class='mv-tile'"
32 ] 52 ]
33 } 53 }
34 ] 54 ]
35 } 55 }
36 ] 56 ]
37 } 57 }
38 ] 58 ]
39 } 59 }
40 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698