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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/prefer_compositing_to_lcd_text/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698