| testRunner.dumpChildFramesAsText(); |
| testRunner.waitUntilDone(); |
| .a { color: rgb(0,0,0); } |
| .a { color: rgb(255,255,255); } |
| .a { color: rgba(0,0,0,255); } |
| .a { color: rgba(0,0,0,0); } |
| var rules = document.getElementsByTagName('style')[0].sheet.cssRules; |
| for(i = 0 ; i < rules.length; ++i) { |
| var val = rules[i].style.getPropertyCSSValue('color'); |
| val = rules[i].style.getPropertyCSSValue('width'); |
| Test that primitive value wrappers are not shared accross documents.<br> |
| <iframe height=300 src="http://localhost:8000/security/resources/cross-origin-css-primitive-iframe.html"></iframe> |