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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-creation-expected.txt

Issue 2066303004: Manual rebaseline for crbug.com/620126 (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 layer at (0,0) size 800x600
2 "bounds": [800, 600], 2 LayoutView at (0,0) size 800x600
3 "children": [ 3 layer at (0,0) size 800x600
4 { 4 LayoutSVGRoot {svg} at (16,42) size 784x170
5 "bounds": [800, 600], 5 LayoutSVGContainer {g} at (16,42) size 784x170 [transform={m=((1.00,0.00)(0. 00,1.50)) t=(0.00,0.00)}]
6 "contentsOpaque": true, 6 LayoutSVGText {text} at (10,16) size 528x69 contains 1 chunk(s)
7 "drawsContent": true, 7 LayoutSVGInlineText {#text} at (0,0) size 528x68
8 "paintInvalidations": [ 8 chunk 1 text run 1 at (10.00,70.00) startOffset 0 endOffset 19 width 5 27.63: "Clipped. INVISIBLE."
9 {
10 "object": "LayoutSVGContainer g id='content'",
11 "rect": [16, 42, 784, 170],
12 "reason": "full"
13 },
14 {
15 "object": "LayoutSVGText text",
16 "rect": [16, 42, 784, 170],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [334, 42, 466, 170],
22 "reason": "incremental"
23 },
24 {
25 "object": "LayoutSVGRoot svg id='svg-root'",
26 "rect": [334, 42, 466, 170],
27 "reason": "incremental"
28 },
29 {
30 "object": "LayoutSVGPath path",
31 "rect": [0, 0, 334, 500],
32 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
36 "reason": "incremental"
37 },
38 {
39 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
40 "reason": "full"
41 },
42 {
43 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
44 "reason": "layoutObject insertion"
45 },
46 {
47 "object": "RootInlineBox",
48 "reason": "full"
49 },
50 {
51 "object": "RootInlineBox",
52 "reason": "full"
53 }
54 ]
55 }
56 ]
57 }
58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698