Status: Unconfirmed Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 6004 by ilkkah: Rendering bug http://code.google.com/p/chromium/issues/detail?id=6004 Chrome Version : 1.0.154.36 URLs (if applicable) : Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue: Safari 3: FAIL Firefox 3: OK IE 7: OK What steps will reproduce the problem? 1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <style type="text/css"> * { padding:0; margin:0 } #adiv, #adiv2 { position: absolute; top:30px; left:30px; height:300px; width:400px; border:solid 1px #def; background:#f88 } #adiv2 { height:100px; width:100px; } </style> <!--[if IE]> <style type="text/css"> #adiv, #adiv2 { } #adiv * { background:#000 } </style> <![endif]--> <link rel="StyleSheet" src="/s.css" type="text/css" /> </head> <body> <div id="adiv"> <div id="adiv2"></div> </div> </body> </html> 2. 3. What is the expected result? Inner div (adiv2) should be red. What happens instead? It's black. Please provide any additional information below. Attach a screenshot if possible. Safari bug? Can someone tell them? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
