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/mac/paint/invalidation/focus-enable-continuations-expected.txt

Issue 2765763002: Fix inline focus ring paint invalidation on continuation change (Closed)
Patch Set: - 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": "LayoutInline SPAN id='outer'", 10 "object": "LayoutInline SPAN id='outer'",
(...skipping 11 matching lines...) Expand all
22 { 22 {
23 "object": "LayoutInline SPAN id='outer'", 23 "object": "LayoutInline SPAN id='outer'",
24 "reason": "style change" 24 "reason": "style change"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow (anonymous)", 27 "object": "LayoutBlockFlow (anonymous)",
28 "reason": "forced by layout" 28 "reason": "forced by layout"
29 }, 29 },
30 { 30 {
31 "object": "LayoutInline SPAN id='outer'", 31 "object": "LayoutInline SPAN id='outer'",
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutInline SPAN id='outer'",
36 "reason": "style change" 32 "reason": "style change"
37 } 33 }
38 ] 34 ]
39 } 35 }
40 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698