gecko/layout/reftests/css-import/290018-ref.html

12 lines
361 B
HTML

<!DOCTYPE html>
<body>
<iframe></iframe>
<script>
var win = window.frames[0];
win.document.open();
win.document.write("<!DOCTYPE html><html><head><link rel='stylesheet' type='text/css' href='outer-sheet.css' /></head><body><p>test</p></body></html>");
win.document.close();
</script>
</body>