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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux-precise/compositing/overflow/fixed-scroll-in-empty-root-layer-expected.txt

Issue 2004623002: Manually rebaseline the mistakenly rebaselined tests by https://crrev.com/395002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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": [785, 2016],
3 "children": [
4 {
5 "bounds": [785, 2016],
6 "contentsOpaque": true,
7 "children": [
8 {
9 "bounds": [785, 2016],
10 "drawsContent": true,
11 "paintInvalidations": [
12 {
13 "object": "LayoutBlockFlow (positioned) DIV",
14 "rect": [0, 250, 100, 100],
15 "reason": "full"
16 },
17 {
18 "object": "LayoutBlockFlow (positioned) DIV",
19 "rect": [0, 50, 100, 100],
20 "reason": "full"
21 }
22 ],
23 "children": [
24 {
25 "position": [0, 250],
26 "bounds": [100, 100],
27 "contentsOpaque": true,
28 "drawsContent": true,
29 "backfaceVisibility": "hidden",
30 "backgroundColor": "#FF0000"
31 },
32 {
33 "bounds": [785, 2016],
34 "drawsContent": true,
35 "paintInvalidations": [
36 {
37 "object": "LayoutBlockFlow (positioned) DIV",
38 "rect": [0, 250, 100, 100],
39 "reason": "full"
40 },
41 {
42 "object": "LayoutBlockFlow (positioned) DIV",
43 "rect": [0, 50, 100, 100],
44 "reason": "full"
45 }
46 ]
47 }
48 ]
49 }
50 ]
51 }
52 ]
53 }
54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698