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

branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
equal deleted inserted replaced
-1:000000000000 0:0e69519634eb
1 <!DOCTYPE html>
2 <body>
3 <iframe></iframe>
4 <script>
5 var win = window.frames[0];
6 win.document.open();
7 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>");
8 win.document.close();
9 </script>
10 </body>
11

mercurial