git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make sure the class attribute works when newlines are present in the attribute.
[WebKit-https.git]
/
LayoutTests
/
fast
/
css
/
008.html
1
<head>
2
<style>
3
.a { border:10px solid olive; }
4
.b { font-size: 24px; }
5
</style>
6
</head>
7
<body>
8
<div class="a
9
b">
10
You should see 24px text inside a 10px solid olive border.
11
</div>