comparison: layout/reftests/bugs/571347-2c.html
layout/reftests/bugs/571347-2c.html
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 <!-- Quirks on purpose --> |
|
2 <head> |
|
3 <style> |
|
4 body { color: red; } |
|
5 .Foo { color: green; } |
|
6 </style> |
|
7 <body onload="document.body.className = 'abc foO'" class="abc"> |
|
8 This should be green |
|
9 </body> |
|
10 </head> |