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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/vertical-rl-as-paint-container-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (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 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [600, 400], 11 "bounds": [600, 400],
12 "drawsContent": true, 12 "drawsContent": true,
13 "backfaceVisibility": "hidden", 13 "backfaceVisibility": "hidden",
14 "repaintRects": [ 14 "paintInvalidations": [
15 [520, 0, 80, 340] 15 {
16 ], 16 "object": "InlineTextBox 'Lorem ipsum dolor'",
17 "paintInvalidationClients": [ 17 "rect": [0, 0, 0, 0],
18 "LayoutText #text", 18 "reason": "style change"
19 "InlineTextBox 'Lorem ipsum dolor'", 19 },
20 "InlineTextBox 'sit amet,'", 20 {
21 "InlineTextBox 'consectetur'", 21 "object": "InlineTextBox 'adipiscing elit.'",
22 "InlineTextBox 'adipiscing elit.'" 22 "rect": [0, 0, 0, 0],
23 "reason": "style change"
24 },
25 {
26 "object": "InlineTextBox 'consectetur'",
27 "rect": [0, 0, 0, 0],
28 "reason": "style change"
29 },
30 {
31 "object": "InlineTextBox 'sit amet,'",
32 "rect": [0, 0, 0, 0],
33 "reason": "style change"
34 },
35 {
36 "object": "LayoutText #text",
37 "rect": [520, 0, 80, 340],
38 "reason": "style change"
39 }
23 ] 40 ]
24 } 41 }
25 ] 42 ]
26 } 43 }
27 ] 44 ]
28 } 45 }
29 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698