Chromium Code Reviews| Index: LayoutTests/svg/stroke/stroke-width-rem-type.html |
| diff --git a/LayoutTests/svg/stroke/stroke-width-rem-type.html b/LayoutTests/svg/stroke/stroke-width-rem-type.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bb5e3be2482f15174c56b7a1f8da7f1402ad6420 |
| --- /dev/null |
| +++ b/LayoutTests/svg/stroke/stroke-width-rem-type.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| +<svg height="100" width="100"> |
| + <line x1="0" y1="0" x2="100" y2="100" style="stroke:rgb(255,0,0);stroke-width:2rem" /> |
|
Erik Dahlström (inactive)
2015/03/26 16:11:03
Please add a test for:
* stroke-width using rem un
Shanmuga Pandi
2015/03/30 14:40:14
Done.
|
| + Sorry, your browser does not support inline SVG. |
|
Erik Dahlström (inactive)
2015/03/26 16:11:03
Is this text really necessary?
|
| +</svg> |
| +</body> |
| +</html> |