1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<body>
<h1>Timeline Graph Tests</h1>
<i>test_resize_frame() is why the tests are run inside an iframe.</i>
<iframe
id="timeline-iframe"
name="timeline-iframe"
src="timeline-iframe.html"
height="100%"
width="100%">
</iframe>
</body>
</html>
|