mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
371 B
HTML
12 lines
371 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="http://mochi.test:8888/tests/SimpleTest/test.css">
|
|
<script src="bug909218.js"></script>
|
|
</head>
|
|
<body>
|
|
<img src="http://mochi.test:8888/tests/docshell/test/chrome/red.png">
|
|
<!-- an iframe so we can check these too get the correct flags -->
|
|
<iframe src="generic.html"/>
|
|
</body>
|
|
</html>
|