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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mavericks/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
(Empty)
1 {
2 "bounds": [1418, 1008],
3 "children": [
4 {
5 "bounds": [1418, 1008],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [8, 116, 1410, 54],
10 [8, 62, 1410, 54],
11 [8, 62, 769, 54],
12 [8, 8, 769, 108]
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 ],
23 "children": [
24 {
25 "shouldFlattenTransform": false,
26 "children": [
27 {
28 "position": [8, 8],
29 "bounds": [1000, 1000]
30 },
31 {
32 "position": [8, 8],
33 "bounds": [1000, 104],
34 "drawsContent": true,
35 "repaintRects": [
36 [0, 108, 1000, 50],
37 [0, 54, 1000, 50],
38 [0, 54, 100, 50],
39 [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'"
50 ]
51 }
52 ]
53 }
54 ]
55 }
56 ]
57 }
58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698