blob: a311f5b9298b878ff667abddf31d7bdbd02f6edf (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<head>
<style type="text/css"> @import "resources/scrollable-style.css"; </style>
<script src="../../resources/js-test.js"></script>
<script src="resources/scrollable-area.js"></script>
</head>
<body onload="runTest(1);">
<iframe width=120 scrolling=no src="resources/generic-scrollable-content.html"></iframe>
<div id='console'></div>
</html>
|