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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex-expected.txt

Issue 2086703002: Auto-rebaseline for r400760 (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
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 15 matching lines...) Expand all
26 { 26 {
27 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", 27 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
28 "rect": [0, 100, 100, 100], 28 "rect": [0, 100, 100, 100],
29 "reason": "bounds change" 29 "reason": "bounds change"
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ], 33 ],
34 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
35 { 35 {
36 "object": "InlineTextBox '\n'",
37 "reason": "full"
38 },
39 {
36 "object": "LayoutBR BR", 40 "object": "LayoutBR BR",
37 "reason": "layoutObject removal" 41 "reason": "layoutObject removal"
38 }, 42 },
39 { 43 {
44 "object": "RootInlineBox",
45 "reason": "full"
46 },
47 {
40 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'", 48 "object": "LayoutBlockFlow DIV id='inline-block-1' class='item'",
41 "reason": "layoutObject removal" 49 "reason": "layoutObject removal"
42 }, 50 },
43 { 51 {
52 "object": "InlineBox",
53 "reason": "full"
54 },
55 {
56 "object": "RootInlineBox",
57 "reason": "full"
58 },
59 {
60 "object": "InlineBox",
61 "reason": "full"
62 },
63 {
64 "object": "RootInlineBox",
65 "reason": "full"
66 },
67 {
68 "object": "InlineBox",
69 "reason": "full"
70 },
71 {
72 "object": "RootInlineBox",
73 "reason": "full"
74 },
75 {
44 "object": "LayoutBlockFlow DIV", 76 "object": "LayoutBlockFlow DIV",
45 "reason": "invalidate paint rectangle" 77 "reason": "invalidate paint rectangle"
46 }, 78 },
47 { 79 {
48 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'", 80 "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
49 "reason": "bounds change" 81 "reason": "bounds change"
50 }, 82 },
51 { 83 {
52 "object": "RootInlineBox", 84 "object": "RootInlineBox",
53 "reason": "bounds change" 85 "reason": "bounds change"
54 }, 86 },
55 { 87 {
56 "object": "LayoutBR BR", 88 "object": "LayoutBR BR",
57 "reason": "bounds change" 89 "reason": "bounds change"
58 }, 90 },
59 { 91 {
60 "object": "InlineTextBox '\n'", 92 "object": "InlineTextBox '\n'",
61 "reason": "bounds change" 93 "reason": "bounds change"
62 } 94 }
63 ] 95 ]
64 } 96 }
65 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698