blob: b946520ea6649bba08a8e4824542e8512588d6ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<base href="http://test1.example.org/tests/dom/html/test/bug445004-inner.html">
<script src="bug445004-inner.js"></script>
</head>
<body>
<iframe name="w" id="w" width="100" height="100"></iframe>
<iframe name="x" id="x" width="100" height="100"></iframe>
<iframe name="y" id="y" width="100" height="100"></iframe>
<iframe name="z" id="z" width="100" height="100"></iframe>
<img src="test1.example.org.png">
</body>
</html>
|