blob: eaafa6467cc6e073e13d7ee548fb092d37c28940 [file] [log] [blame]
<html>
<head>
<style>
div.class { }
</style>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
</head>
<body>
<p>Tests that an all-whitespace <tt>class</tt> attribute does not cause an assertion failure.</p>
<div class=" "></div>
</body>
</html>