Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / transform-all-spaces.html
blobb07bff8a65c11fd44b4c38e919b93e9896bc829c
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <p>
6 This test passes if it doesn't crash under ASAN.
7 </p>
8 <script>
9 document.body.webkitTransform = ' ';
10 </script>