diff options
Diffstat (limited to 'layout/reftests/css-import/290018-ref.html')
-rw-r--r-- | layout/reftests/css-import/290018-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/css-import/290018-ref.html b/layout/reftests/css-import/290018-ref.html new file mode 100644 index 000000000..30e4f9b2e --- /dev/null +++ b/layout/reftests/css-import/290018-ref.html @@ -0,0 +1,11 @@ +<!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 style='padding:2px'>test</p></body></html>"); + win.document.close(); + </script> +</body> + |