tenfourfox/layout/reftests/cssom/computed-style-cross-window-inner.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

7 lines
178 B
HTML

<!DOCTYPE HTML>
<style>
p { color: fuchsia }
</style>
<p>This is a paragraph inside the iframe.</p>
<div style="display:none"><p>This is a paragraph inside the iframe.</p></div>