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

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

Issue 1880263003: Auto-rebaseline for r386782 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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": "InlineTextBox 'Lorem Ipsum'", 10 "object": "InlineTextBox 'Lorem Ipsum'",
11 "rect": [0, 0, 0, 0], 11 "rect": [0, 0, 0, 0],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "InlineTextBox 'Lorem Ipsum'", 15 "object": "InlineTextBox 'Lorem Ipsum'",
16 "rect": [0, 0, 0, 0], 16 "rect": [0, 0, 0, 0],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (positioned) A id='link' class='updated'", 20 "object": "LayoutBlockFlow (positioned) A id='link' class='updated'",
21 "rect": [48, 108, 82, 20],
22 "reason": "style change"
23 },
24 {
25 "object": "LayoutBlockFlow (positioned) A id='link' class='updated'",
26 "rect": [43, 103, 91, 30], 21 "rect": [43, 103, 91, 30],
27 "reason": "style change" 22 "reason": "style change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutText #text", 25 "object": "LayoutText #text",
31 "rect": [48, 108, 82, 19], 26 "rect": [48, 108, 82, 19],
32 "reason": "style change" 27 "reason": "style change"
33 }, 28 },
34 { 29 {
35 "object": "RootInlineBox", 30 "object": "RootInlineBox",
36 "rect": [0, 0, 0, 0], 31 "rect": [0, 0, 0, 0],
37 "reason": "full" 32 "reason": "full"
38 }, 33 },
39 { 34 {
40 "object": "RootInlineBox", 35 "object": "RootInlineBox",
41 "rect": [0, 0, 0, 0], 36 "rect": [0, 0, 0, 0],
42 "reason": "full" 37 "reason": "full"
43 } 38 }
44 ] 39 ]
45 } 40 }
46 ] 41 ]
47 } 42 }
48 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698