Index: LayoutTests/svg/css/getComputedStyle-basic.xhtml |
diff --git a/LayoutTests/svg/css/getComputedStyle-basic.xhtml b/LayoutTests/svg/css/getComputedStyle-basic.xhtml |
index 90c4f05a0ae57b306ddc194974bfc6f98aa2e9d3..523912ba288927a57aad51b19f6f76a8954f2fcc 100644 |
--- a/LayoutTests/svg/css/getComputedStyle-basic.xhtml |
+++ b/LayoutTests/svg/css/getComputedStyle-basic.xhtml |
@@ -1,7 +1,7 @@ |
<html xmlns="http://www.w3.org/1999/xhtml"> |
<body> |
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
- <g id="g" stroke="orange" stroke-width="2px"> |
+ <g id="g" stroke="orange" stroke-width="2px" marker-start="url(#pserver)"> |
<rect id="rect" width="100" height="100" fill="blue" /> |
</g> |
</svg> |