summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/text/chromium-linux-fallback-crash.html
blob: 62062ac3a1742b8ad372466e5d3d6f21640be8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <script>
    if (window.testRunner)
      testRunner.dumpAsText();
  </script>

  <body>
    <p>Previously this would crash Chromium Linux by triggering a NULL pointer dereference in the font fallback code.</p>

    <span style="font-family: -webkit-family-will-not-be-found;">Foo</span>
  </body>
</html>