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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 "paintInvalidations": [ 14 "paintInvalidations": [
15 { 15 {
16 "object": "LayoutText #text",
17 "rect": [520, 0, 80, 340],
18 "reason": "style change"
19 },
20 {
16 "object": "InlineTextBox 'Lorem ipsum dolor'", 21 "object": "InlineTextBox 'Lorem ipsum dolor'",
17 "rect": [0, 0, 0, 0],
18 "reason": "style change" 22 "reason": "style change"
19 }, 23 },
20 { 24 {
21 "object": "InlineTextBox 'adipiscing elit.'", 25 "object": "InlineTextBox 'adipiscing elit.'",
22 "rect": [0, 0, 0, 0],
23 "reason": "style change" 26 "reason": "style change"
24 }, 27 },
25 { 28 {
26 "object": "InlineTextBox 'consectetur'", 29 "object": "InlineTextBox 'consectetur'",
27 "rect": [0, 0, 0, 0],
28 "reason": "style change" 30 "reason": "style change"
29 }, 31 },
30 { 32 {
31 "object": "InlineTextBox 'sit amet,'", 33 "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" 34 "reason": "style change"
39 } 35 }
40 ] 36 ]
41 } 37 }
42 ] 38 ]
43 } 39 }
44 ] 40 ]
45 } 41 }
46 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698