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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/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 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 800x164 3 layer at (0,0) size 800x164
4 LayoutBlockFlow {html} at (0,0) size 800x164 4 LayoutBlockFlow {html} at (0,0) size 800x164
5 LayoutBlockFlow {body} at (8,8) size 784x148 5 LayoutBlockFlow {body} at (8,8) size 784x148
6 LayoutBlockFlow {div} at (0,0) size 784x44 [border: (4px dotted #000000)] 6 LayoutBlockFlow {div} at (0,0) size 784x44 [border: (4px dotted #000000)]
7 LayoutText {#text} at (4,4) size 439x18 7 LayoutText {#text} at (4,4) size 439x18
8 text run at (4,4) width 439: "The SVG rect below this should have a so lid red stroke and blue fill." 8 text run at (4,4) width 439: "The SVG rect below this should have a so lid red stroke and blue fill."
9 LayoutBR {br} at (442,4) size 1x18 9 LayoutBR {br} at (442,4) size 1x18
10 LayoutText {#text} at (4,22) size 310x18 10 LayoutText {#text} at (4,22) size 310x18
11 text run at (4,22) width 310: "https://bugs.webkit.org/show_bug.cgi?id =25738" 11 text run at (4,22) width 310: "https://bugs.webkit.org/show_bug.cgi?id =25738"
12 LayoutBlockFlow (anonymous) at (0,44) size 784x104 12 LayoutBlockFlow (anonymous) at (0,44) size 784x104
13 LayoutSVGRoot {svg} at (8,52) size 100x100 13 LayoutSVGRoot {svg} at (0,0) size 100x100
14 LayoutSVGRect {rect} at (8,52) 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