Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / white-space-pre-wrap-whitespace-only-crash.html
blob400083b4d46b7d7dd6a0a43300adc0761bde60be
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <p>PASS if no crash.</p>
7 <svg>
8 <text style='white-space: normal'> </text>
9 <text style='white-space: nowrap'> </text>
10 <text style='white-space: pre'> </text>
11 <text style='white-space: pre-wrap'> </text>
12 <text style='white-space: pre-line'> </text>
13 </svg>