summaryrefslogtreecommitdiffstats
path: root/layout/reftests/cssom/computed-style-cross-window-inner.html
blob: 370ed9bd5fc54acf94819222350a7ebd02355509 (plain)
1
2
3
4
5
6
<!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>