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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/scrolling-without-painting-expected.txt

Issue 1454953002: Auto-rebaseline for r360144 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 8],
11 "bounds": [202, 202],
12 "drawsContent": true,
13 "children": [
14 {
15 "position": [1, 1],
16 "bounds": [185, 185],
17 "children": [
18 {
19 "bounds": [185, 1025],
20 "shouldFlattenTransform": false,
21 "drawsContent": true
22 }
23 ]
24 },
25 {
26 "children": [
27 {
28 "position": [1, 186],
29 "bounds": [185, 15]
30 },
31 {
32 "position": [186, 1],
33 "bounds": [15, 185],
34 "repaintRects": [
35 [0, 0, 15, 185],
36 [0, 0, 15, 185],
37 [0, 0, 15, 185]
38 ]
39 },
40 {
41 "position": [186, 186],
42 "bounds": [15, 15],
43 "drawsContent": true
44 }
45 ]
46 }
47 ]
48 }
49 ]
50 }
51 ]
52 }
53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698