| Index: LayoutTests/svg/text/white-space-no-autowrap.html | 
| diff --git a/LayoutTests/svg/text/white-space-no-autowrap.html b/LayoutTests/svg/text/white-space-no-autowrap.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..875069e19e1643de7e74d75f643ebf8cbf31ac32 | 
| --- /dev/null | 
| +++ b/LayoutTests/svg/text/white-space-no-autowrap.html | 
| @@ -0,0 +1,9 @@ | 
| +<!DOCTYPE html> | 
| +<svg width="400" height="200"> | 
| +  <text x="20" y="20">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text> | 
| +  <text x="20" y="40" style="white-space: normal">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text> | 
| +  <text x="20" y="60" style="white-space: pre-line">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text> | 
| +  <text x="20" y="80" style="white-space: pre-wrap">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text> | 
| +  <text x="20" y="100" style="white-space: pre">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text> | 
| +  <text x="20" y="120" style="white-space: nowrap">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text> | 
| +</svg> | 
|  |