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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-clear-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 DIV id='firstLine'", 10 "object": "LayoutBlockFlow DIV id='firstLine'",
11 "rect": [8, 8, 100, 200], 11 "rect": [8, 8, 100, 200],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (anonymous)", 15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [8, 208, 100, 100], 16 "rect": [8, 208, 100, 100],
17 "reason": "location change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (anonymous)", 20 "object": "LayoutBlockFlow (anonymous)",
21 "rect": [8, 108, 100, 100], 21 "rect": [8, 108, 100, 100],
22 "reason": "location change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [8, 48, 88, 119], 26 "rect": [8, 48, 88, 119],
27 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [8, 48, 4, 19], 31 "rect": [8, 48, 4, 19],
32 "reason": "location change" 32 "reason": "layoutObject insertion"
33 }, 33 },
34 { 34 {
35 "object": "InlineTextBox '\n'", 35 "object": "InlineTextBox '\n'",
36 "reason": "location change" 36 "reason": "bounds change"
37 }, 37 },
38 { 38 {
39 "object": "InlineTextBox '\n'", 39 "object": "InlineTextBox '\n'",
40 "reason": "selection" 40 "reason": "selection"
41 }, 41 },
42 { 42 {
43 "object": "InlineTextBox 'FAIL: Test did'", 43 "object": "InlineTextBox 'FAIL: Test did'",
44 "reason": "full" 44 "reason": "full"
45 }, 45 },
46 { 46 {
47 "object": "InlineTextBox 'not run'", 47 "object": "InlineTextBox 'not run'",
48 "reason": "full" 48 "reason": "full"
49 }, 49 },
50 { 50 {
51 "object": "InlineTextBox '\u00A0'", 51 "object": "InlineTextBox '\u00A0'",
52 "reason": "location change"
53 },
54 {
55 "object": "InlineTextBox '\u00A0'",
56 "reason": "selection" 52 "reason": "selection"
57 }, 53 },
58 { 54 {
59 "object": "LayoutBR BR", 55 "object": "InlineTextBox '\u00A0'",
60 "reason": "location change" 56 "reason": "layoutObject insertion"
61 }, 57 },
62 { 58 {
63 "object": "LayoutBR BR", 59 "object": "LayoutBR BR",
60 "reason": "bounds change"
61 },
62 {
63 "object": "LayoutBR BR",
64 "reason": "selection" 64 "reason": "selection"
65 }, 65 },
66 { 66 {
67 "object": "LayoutBlockFlow (anonymous)", 67 "object": "LayoutBlockFlow (anonymous)",
68 "reason": "selection" 68 "reason": "selection"
69 }, 69 },
70 { 70 {
71 "object": "LayoutBlockFlow BODY", 71 "object": "LayoutBlockFlow BODY",
72 "reason": "selection" 72 "reason": "selection"
73 }, 73 },
(...skipping 27 matching lines...) Expand all
101 }, 101 },
102 { 102 {
103 "object": "RootInlineBox", 103 "object": "RootInlineBox",
104 "reason": "full" 104 "reason": "full"
105 } 105 }
106 ] 106 ]
107 } 107 }
108 ] 108 ]
109 } 109 }
110 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698