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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/overflow-hidden-yet-scrolled-expected.txt

Issue 2704383008: Auto-rebaseline for r453070 (Closed)
Patch Set: Created 3 years, 9 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 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='scroller'",
11 "position": [8, 8],
12 "bounds": [302, 302],
13 "drawsContent": true,
14 "backfaceVisibility": "hidden",
15 "paintInvalidations": [
16 {
17 "object": "LayoutBlockFlow DIV id='scroller'",
18 "rect": [0, 0, 302, 302],
19 "reason": "subtree"
20 },
21 {
22 "object": "LayoutBlockFlow DIV",
23 "rect": [1, 1, 300, 600],
24 "reason": "subtree"
25 },
26 {
27 "object": "LayoutBlockFlow DIV",
28 "rect": [1, -399, 300, 600],
29 "reason": "subtree"
30 },
31 {
32 "object": "LayoutBlockFlow DIV",
33 "rect": [1, 601, 100, 100],
34 "reason": "subtree"
35 },
36 {
37 "object": "LayoutBlockFlow DIV",
38 "rect": [1, 201, 100, 100],
39 "reason": "subtree"
40 }
41 ]
42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutBlockFlow DIV id='scroller'",
47 "reason": "subtree"
48 },
49 {
50 "object": "LayoutBlockFlow DIV",
51 "reason": "subtree"
52 },
53 {
54 "object": "LayoutBlockFlow DIV",
55 "reason": "subtree"
56 }
57 ]
58 }
59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698