blob: 0fe55212aff6c00e1720820760ad0d31676288f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<html>
<head>
<title></title>
<style type="text/css">
br { font: bold; }
</style>
</head>
<body>
<p>
Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9341">http://bugzilla.opendarwin.org/show_bug.cgi?id=9341</a>
REGRESSION: Repro crash caused by style="font:bold"</i>.
</p>
<p>
PASS (didn’t crash)
</p>
</body>
</html>
|