| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
| <html> | |
| <head> | |
| <title>Test case for html*.test selector</title> | |
| <style type="text/css"> | |
| html*.test { background-color: red; } | |
| </style> | |
| </head> | |
| <body> | |
| <p class="test">This element SHOULD NOT have RED background</p> | |
| </body> | |
| </html> |