git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
WebCore:
[WebKit-https.git]
/
LayoutTests
/
fast
/
dom
/
class-all-whitespace.html
1
<html>
2
<head>
3
<style>
4
div.class { }
5
</style>
6
<script>
7
if (window.layoutTestController)
8
layoutTestController.dumpAsText();
9
</script>
10
</head>
11
<body>
12
<p>Tests that an all-whitespace <tt>class</tt> attribute does not cause an assertion failure.</p>
13
<div class=" "></div>
14
</body>
15
</html>