1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
5 <head profile=
"http://www.ietf.org/rfc/rfc2731.txt">
7 <title>CSS
2.1 Test Suite: RGB color syntax error handling
</title>
9 <style type=
"text/css">
11 h1#floatnumnum
{color: rgb
(255.0, 0, 0);}
12 h1#numnumfloat
{color: rgb
(0, 0, 128.0);}
17 <h1 id=
"floatnumnum">This should be green, not red
</h1>
18 <h1 id=
"numnumfloat">This should be green, not blue
</h1>