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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-focus-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 10 matching lines...) Expand all
21 { 21 {
22 "object": "LayoutBlockFlow P", 22 "object": "LayoutBlockFlow P",
23 "rect": [0, 36, 800, 19], 23 "rect": [0, 36, 800, 19],
24 "reason": "invalidate paint rectangle" 24 "reason": "invalidate paint rectangle"
25 } 25 }
26 ] 26 ]
27 } 27 }
28 ], 28 ],
29 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
30 { 30 {
31 "object": "InlineFlowBox",
32 "reason": "full"
33 },
34 {
35 "object": "InlineTextBox 'Home'",
36 "reason": "full"
37 },
38 {
39 "object": "InlineFlowBox",
40 "reason": "full"
41 },
42 {
43 "object": "RootInlineBox",
44 "reason": "full"
45 },
46 {
47 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get the ir outline painted'",
48 "reason": "full"
49 },
50 {
51 "object": "RootInlineBox",
52 "reason": "full"
53 },
54 {
31 "object": "LayoutBlockFlow (anonymous)", 55 "object": "LayoutBlockFlow (anonymous)",
32 "reason": "invalidate paint rectangle" 56 "reason": "invalidate paint rectangle"
33 }, 57 },
34 { 58 {
35 "object": "LayoutInline A id='link'", 59 "object": "LayoutInline A id='link'",
36 "reason": "style change" 60 "reason": "style change"
37 }, 61 },
38 { 62 {
39 "object": "InlineFlowBox", 63 "object": "InlineFlowBox",
40 "reason": "style change" 64 "reason": "style change"
41 }, 65 },
42 { 66 {
43 "object": "LayoutBlockFlow P", 67 "object": "LayoutBlockFlow P",
44 "reason": "invalidate paint rectangle" 68 "reason": "invalidate paint rectangle"
45 } 69 }
46 ] 70 ]
47 } 71 }
48 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698