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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt

Issue 1809643008: Adding or changing any of box-shadow, outline, or border-image-outset does not need a layout.. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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 UL", 10 "object": "LayoutBlockFlow UL",
11 "rect": [8, 83, 789, 30], 11 "rect": [8, 83, 789, 30],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow BODY",
16 "rect": [8, 108, 789, 5],
17 "reason": "incremental"
18 },
19 {
15 "object": "LayoutBlockFlow A id='link'", 20 "object": "LayoutBlockFlow A id='link'",
16 "rect": [30, 83, 767, 30], 21 "rect": [30, 83, 767, 30],
17 "reason": "style change" 22 "reason": "style change"
18 }, 23 },
19 { 24 {
20 "object": "LayoutListItem LI", 25 "object": "LayoutListItem LI",
21 "rect": [30, 83, 767, 30], 26 "rect": [30, 83, 767, 30],
22 "reason": "bounds change" 27 "reason": "bounds change"
23 }, 28 },
24 { 29 {
25 "object": "InlineBox", 30 "object": "LayoutBlockFlow BODY",
26 "reason": "full" 31 "rect": [792, 16, 5, 97],
27 }, 32 "reason": "incremental"
28 {
29 "object": "InlineTextBox 'Lorem Ipsum'",
30 "reason": "full"
31 }, 33 },
32 { 34 {
33 "object": "RootInlineBox", 35 "object": "RootInlineBox",
34 "reason": "full"
35 },
36 {
37 "object": "RootInlineBox",
38 "reason": "full" 36 "reason": "full"
39 } 37 }
40 ] 38 ]
41 } 39 }
42 ] 40 ]
43 } 41 }
44 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698