blob: e59ecb79b2a6f48b3f9603d202ede8cb3db14bc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html class="reftest-wait">
<head>
<script src="utils.js">
</script>
</head>
<body onLoad="forceLoadPlugin('p1')">
<div style="width:100px; height:100px; overflow:auto;">
<div style="width:100px; height:100px; overflow:hidden;">
<embed type="application/x-test" style="width:200px;" id="p1"></embed>
</div>
</div>
<div style="width:100px; height:100px; background-color:lime;"></div>
</body>
</html>
|