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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-changed-expected.txt

Issue 2088323003: Don't invalidate width for children unless scrollbars have changed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: nits Created 4 years, 5 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": [
11 { 11 {
12 "object": "LayoutBlockFlow DIV id='target'", 12 "object": "LayoutBlockFlow DIV id='dynamic' class='content'",
13 "rect": [22, 50, 226, 166], 13 "rect": [0, 0, 185, 20],
14 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow DIV id='target'", 17 "object": "LayoutBlockFlow DIV id='scroller'",
18 "rect": [22, 50, 226, 166], 18 "rect": [185, 0, 15, 100],
19 "reason": "invalidate paint rectangle" 19 "reason": "scroll"
20 }, 20 },
21 { 21 {
22 "object": "LayoutText #text", 22 "object": "LayoutText #text",
23 "rect": [23, 51, 71, 109], 23 "rect": [0, 5, 15, 15],
24 "reason": "full" 24 "reason": "full"
25 } 25 }
26 ] 26 ]
27 } 27 }
28 ], 28 ],
29 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
30 { 30 {
31 "object": "InlineTextBox ''", 31 "object": "InlineTextBox ''",
32 "reason": "full" 32 "reason": "full"
33 }, 33 },
34 { 34 {
35 "object": "RootInlineBox", 35 "object": "RootInlineBox",
36 "reason": "full" 36 "reason": "full"
37 }, 37 },
38 { 38 {
39 "object": "LayoutBlockFlow DIV id='target'", 39 "object": "VerticalScrollbar",
40 "reason": "scroll"
41 },
42 {
43 "object": "LayoutBlockFlow DIV id='dynamic' class='content'",
40 "reason": "invalidate paint rectangle" 44 "reason": "invalidate paint rectangle"
41 }, 45 },
42 { 46 {
43 "object": "LayoutBlockFlow DIV id='target'",
44 "reason": "invalidate paint rectangle"
45 },
46 {
47 "object": "LayoutText #text", 47 "object": "LayoutText #text",
48 "reason": "full" 48 "reason": "full"
49 }, 49 },
50 { 50 {
51 "object": "InlineTextBox 'PASS'", 51 "object": "InlineTextBox 'z'",
52 "reason": "full" 52 "reason": "full"
53 } 53 }
54 ] 54 ]
55 } 55 }
56 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698