blob: 3e9ba4c5af13aeb0acdf0113469e6fc6dc7d0743 [file] [log] [blame]
<html>
<head>
<title>Test HTML Page</title>
<style type="text/css">
dfn { content: "text"; content: initial; }
</style>
<script type="text/javascript">
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=12061">bug 12061</a>.</p>
<p>PASS: If this doesn't crash, the test has succeeded.</p>
<dfn>dfn</dfn>
</body>
</html>