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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win7/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt

Issue 2041613002: Fix Win baselines for r397912 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, 108],
11 "bounds": [210, 210],
12 "shouldFlattenTransform": false,
13 "drawsContent": true,
14 "paintInvalidations": [
15 {
16 "object": "LayoutBlockFlow DIV id='container'",
17 "rect": [0, 0, 210, 210],
18 "reason": "style change"
19 }
20 ],
21 "children": [
22 {
23 "position": [5, 5],
24 "bounds": [185, 185],
25 "shouldFlattenTransform": false,
26 "children": [
27 {
28 "bounds": [400, 400],
29 "drawsContent": true,
30 "paintInvalidations": [
31 {
32 "object": "LayoutBlockFlow DIV id='container'",
33 "rect": [-5, -5, 210, 210],
34 "reason": "style change"
35 }
36 ]
37 }
38 ]
39 },
40 {
41 "bounds": [210, 210],
42 "children": [
43 {
44 "position": [5, 190],
45 "bounds": [185, 15]
46 },
47 {
48 "position": [190, 5],
49 "bounds": [15, 185]
50 },
51 {
52 "position": [190, 190],
53 "bounds": [15, 15],
54 "drawsContent": true
55 }
56 ]
57 }
58 ]
59 }
60 ]
61 }
62 ]
63 }
64
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698