3 <style type=
"text/css">
5 div
.green
{ color: green
; }
11 Test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=7761">http://bugzilla.opendarwin.org/show_bug.cgi?id=
7761</a>
12 Tabs in class attribute not treated as whitespace
</i>.
14 <p>All of the following should be green:
</p>
15 <div class=
"green ">Tab after
</div>
16 <div class=
" green">Tab before
</div>
20 green">Newline before
</div>
21 <div class=
"green ">Spaces after
</div>
22 <div class=
" green">Spaces before
</div>
23 <div class=
"green
foo">CR after
</div>
24 <div class=
"foo
green">CR before
</div>