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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt

Issue 2178363002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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": [
11 { 11 {
12 "object": "LayoutBlockFlow DIV id='content'", 12 "object": "LayoutBlockFlow DIV id='content'",
13 "rect": [138, 128, 654, 100], 13 "rect": [138, 128, 654, 100],
14 "reason": "style change" 14 "reason": "style change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow P", 17 "object": "LayoutBlockFlow P",
18 "rect": [138, 128, 654, 100], 18 "rect": [138, 128, 654, 100],
19 "reason": "forced by layout" 19 "reason": "forced by layout"
20 }, 20 },
21 { 21 {
22 "object": "LayoutText #text", 22 "object": "LayoutText #text",
23 "rect": [138, 128, 651, 99], 23 "rect": [137, 128, 652, 99],
24 "reason": "forced by layout" 24 "reason": "forced by layout"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow DIV id='content'", 27 "object": "LayoutBlockFlow DIV id='content'",
28 "rect": [148, 128, 644, 100], 28 "rect": [148, 128, 644, 100],
29 "reason": "style change" 29 "reason": "style change"
30 }, 30 },
31 { 31 {
32 "object": "LayoutBlockFlow P", 32 "object": "LayoutBlockFlow P",
33 "rect": [148, 128, 644, 100], 33 "rect": [148, 128, 644, 100],
34 "reason": "forced by layout" 34 "reason": "forced by layout"
35 }, 35 },
36 { 36 {
37 "object": "LayoutText #text", 37 "object": "LayoutText #text",
38 "rect": [148, 128, 640, 99], 38 "rect": [147, 128, 641, 99],
39 "reason": "forced by layout" 39 "reason": "forced by layout"
40 }, 40 },
41 { 41 {
42 "object": "LayoutBlockFlow DIV id='content'", 42 "object": "LayoutBlockFlow DIV id='content'",
43 "rect": [400, 128, 392, 160], 43 "rect": [400, 128, 392, 160],
44 "reason": "style change" 44 "reason": "style change"
45 }, 45 },
46 { 46 {
47 "object": "LayoutBlockFlow P", 47 "object": "LayoutBlockFlow P",
48 "rect": [400, 128, 392, 160], 48 "rect": [400, 128, 392, 160],
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "object": "InlineTextBox 'vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta elit.'", 148 "object": "InlineTextBox 'vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta elit.'",
149 "reason": "forced by layout" 149 "reason": "forced by layout"
150 }, 150 },
151 { 151 {
152 "object": "InlineTextBox 'Pellentesque erat lectus, ultricies a lobortis i d, faucibus id quam.'", 152 "object": "InlineTextBox 'Pellentesque erat lectus, ultricies a lobortis i d, faucibus id quam.'",
153 "reason": "forced by layout" 153 "reason": "forced by layout"
154 } 154 }
155 ] 155 ]
156 } 156 }
157 157
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698