summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/html/font-face-empty-should-not-crash.html
blob: b23b31cf9339cbfb85414d6a5f9b1f0e61a70b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
</head>
<body>
Test passes if it does not crash.
<font face=""></font>
</body>
</html>