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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux-precise/fast/repaint/repaint-during-scroll-with-zoom-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": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "backgroundColor": "#C0C0C0",
9 "paintInvalidations": [
10 {
11 "object": "LayoutIFrame (positioned) IFRAME",
12 "rect": [2, 64, 235, 236],
13 "reason": "invalidate paint rectangle"
14 },
15 {
16 "object": "LayoutBlockFlow BODY",
17 "rect": [2, 65, 235, 235],
18 "reason": "full"
19 },
20 {
21 "object": "LayoutView #document",
22 "rect": [2, 65, 235, 235],
23 "reason": "full"
24 },
25 {
26 "object": "LayoutView #document",
27 "rect": [2, 299, 235, 16],
28 "reason": "scroll"
29 },
30 {
31 "object": "LayoutView #document",
32 "rect": [2, 300, 235, 15],
33 "reason": "scroll"
34 },
35 {
36 "object": "LayoutBlockFlow HTML",
37 "rect": [2, 65, 225, 235],
38 "reason": "full"
39 },
40 {
41 "object": "LayoutText #text",
42 "rect": [2, 65, 52, 17],
43 "reason": "full"
44 },
45 {
46 "object": "LayoutView #document",
47 "rect": [237, 64, 15, 236],
48 "reason": "scroll"
49 },
50 {
51 "object": "LayoutView #document",
52 "rect": [237, 65, 15, 235],
53 "reason": "scroll"
54 },
55 {
56 "object": "LayoutView #document",
57 "rect": [237, 299, 15, 16],
58 "reason": "scroll"
59 },
60 {
61 "object": "LayoutView #document",
62 "rect": [237, 300, 15, 15],
63 "reason": "scroll"
64 },
65 {
66 "object": "HorizontalScrollbar",
67 "reason": "scroll"
68 },
69 {
70 "object": "InlineTextBox 'scroll me'",
71 "reason": "full"
72 },
73 {
74 "object": "RootInlineBox",
75 "reason": "full"
76 },
77 {
78 "object": "VerticalScrollbar",
79 "reason": "scroll"
80 }
81 ]
82 }
83 ]
84 }
85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698