| Index: LayoutTests/svg/custom/zoomed-word-spacing-expected.html
 | 
| diff --git a/LayoutTests/svg/custom/zoomed-word-spacing-expected.html b/LayoutTests/svg/custom/zoomed-word-spacing-expected.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..8e81cff2db417cb74b652936a89655a324daea6c
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/svg/custom/zoomed-word-spacing-expected.html
 | 
| @@ -0,0 +1,8 @@
 | 
| +<!doctype html>
 | 
| +<body style="zoom:2">
 | 
| +  <p>The word spacing should be identical:</p>
 | 
| +  <div>
 | 
| +    <svg style="word-spacing: 10px" width="200" height="50"><text x="0" y="20">one two three</text></svg><br>
 | 
| +    <svg style="word-spacing: 10px" width="200" height="50"><text x="0" y="20">one two three</text></svg>
 | 
| +  </div>
 | 
| +</body>
 | 
| 
 |