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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/absolute-display-block-to-none-expected.txt

Issue 2719993003: Collapse whitespace away when creating whitespace layout objects.
Patch Set: Update test expectations. 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
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow BODY",
11 "rect": [8, 8, 784, 20],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutBlockFlow (positioned) DIV id='absolute'", 15 "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
11 "rect": [100, 100, 100, 100], 16 "rect": [100, 100, 100, 100],
12 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
13 } 18 }
14 ] 19 ]
15 } 20 }
16 ], 21 ],
17 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
18 { 23 {
19 "object": "LayoutBlockFlow (positioned) DIV id='absolute'", 24 "object": "LayoutBlockFlow (positioned) DIV id='absolute'",
20 "reason": "layoutObject removal" 25 "reason": "layoutObject removal"
26 },
27 {
28 "object": "LayoutText #text",
29 "reason": "layoutObject removal"
30 },
31 {
32 "object": "LayoutBlockFlow BODY",
33 "reason": "forced by layout"
34 },
35 {
36 "object": "RootInlineBox",
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutText #text",
41 "reason": "forced by layout"
42 },
43 {
44 "object": "InlineTextBox 'When an absolute positioned element is set displ ay:none, we should not invalidate the whole body.'",
45 "reason": "forced by layout"
21 } 46 }
22 ] 47 ]
23 } 48 }
24 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698