Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / chromium-linux-fallback-crash.html
blob62062ac3a1742b8ad372466e5d3d6f21640be8e4
1 <html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
7 <body>
8 <p>Previously this would crash Chromium Linux by triggering a NULL pointer dereference in the font fallback code.</p>
10 <span style="font-family: -webkit-family-will-not-be-found;">Foo</span>
11 </body>
12 </html>