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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/no-inherited-dashed-stroke-expected.txt

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 years, 1 month 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 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x169 3 layer at (0,0) size 800x169
4 LayoutBlockFlow {html} at (0,0) size 800x169 4 LayoutBlockFlow {html} at (0,0) size 800x169
5 LayoutBlockFlow {body} at (8,8) size 784x153 5 LayoutBlockFlow {body} at (8,8) size 784x153
6 LayoutBlockFlow {div} at (0,0) size 784x48 [border: (4px dotted #000000)] 6 LayoutBlockFlow {div} at (0,0) size 784x48 [border: (4px dotted #000000)]
7 LayoutText {#text} at (4,4) size 410x19 7 LayoutText {#text} at (4,4) size 410x19
8 text run at (4,4) width 410: "The SVG rect below this should have a so lid red stroke and blue fill." 8 text run at (4,4) width 410: "The SVG rect below this should have a so lid red stroke and blue fill."
9 LayoutBR {br} at (414,4) size 0x19 9 LayoutBR {br} at (414,4) size 0x19
10 LayoutText {#text} at (4,24) size 291x19 10 LayoutText {#text} at (4,24) size 291x19
11 text run at (4,24) width 291: "https://bugs.webkit.org/show_bug.cgi?id =25738" 11 text run at (4,24) width 291: "https://bugs.webkit.org/show_bug.cgi?id =25738"
12 LayoutBlockFlow (anonymous) at (0,48) size 784x105 12 LayoutBlockFlow (anonymous) at (0,48) size 784x105
13 LayoutSVGRoot {svg} at (8,56) size 100x100 13 LayoutSVGRoot {svg} at (0,0) size 100x100
14 LayoutSVGRect {rect} at (8,56) size 100x100 [stroke={[type=SOLID] [col or=#FF0000] [stroke width=5.00]}] [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] 14 LayoutSVGRect {rect} at (0,0) size 100x100 [stroke={[type=SOLID] [colo r=#FF0000] [stroke width=5.00]}] [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
15 LayoutText {#text} at (0,0) size 0x0 15 LayoutText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698