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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.txt

Issue 2080783003: Auto-rebaseline for r400605 (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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (floating) SPAN", 12 "object": "LayoutBlockFlow (floating) SPAN",
11 "rect": [305, 35, 296, 18], 13 "rect": [305, 35, 296, 18],
12 "reason": "layoutObject insertion" 14 "reason": "layoutObject insertion"
13 }, 15 },
14 { 16 {
15 "object": "LayoutText #text", 17 "object": "LayoutText #text",
16 "rect": [305, 35, 296, 18], 18 "rect": [305, 35, 296, 18],
17 "reason": "layoutObject insertion" 19 "reason": "layoutObject insertion"
18 }, 20 },
19 { 21 {
20 "object": "LayoutBlockFlow (positioned) SPAN", 22 "object": "LayoutBlockFlow (positioned) SPAN",
21 "rect": [153, 35, 296, 18], 23 "rect": [153, 35, 296, 18],
22 "reason": "layoutObject insertion" 24 "reason": "layoutObject insertion"
23 }, 25 },
24 { 26 {
25 "object": "LayoutText #text", 27 "object": "LayoutText #text",
26 "rect": [153, 35, 296, 18], 28 "rect": [153, 35, 296, 18],
27 "reason": "layoutObject insertion" 29 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "InlineTextBox 'the quick brown fox jumped over the lazy dog '",
31 "reason": "layoutObject insertion"
32 },
33 {
34 "object": "InlineTextBox 'the quick brown fox jumped over the lazy dog '",
35 "reason": "layoutObject insertion"
36 },
37 {
38 "object": "RootInlineBox",
39 "reason": "full"
40 },
41 {
42 "object": "RootInlineBox",
43 "reason": "full"
44 } 30 }
45 ] 31 ]
46 } 32 }
33 ],
34 "objectPaintInvalidations": [
35 {
36 "object": "LayoutBlockFlow (floating) SPAN",
37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "RootInlineBox",
41 "reason": "layoutObject insertion"
42 },
43 {
44 "object": "LayoutText #text",
45 "reason": "layoutObject insertion"
46 },
47 {
48 "object": "InlineTextBox 'the quick brown fox jumped over the lazy dog'",
49 "reason": "layoutObject insertion"
50 },
51 {
52 "object": "LayoutBlockFlow (positioned) SPAN",
53 "reason": "layoutObject insertion"
54 },
55 {
56 "object": "RootInlineBox",
57 "reason": "layoutObject insertion"
58 },
59 {
60 "object": "LayoutText #text",
61 "reason": "layoutObject insertion"
62 },
63 {
64 "object": "InlineTextBox 'the quick brown fox jumped over the lazy dog'",
65 "reason": "layoutObject insertion"
66 }
47 ] 67 ]
48 } 68 }
49 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698