TimeTrex/vendor/phpunit/phpunit-selenium/selenium-1-tests/html/test_element_rect.html

13 lines
220 B
HTML
Raw Normal View History

2022-12-13 07:10:06 +01:00
<html>
<head>
<title>Element Rect page</title>
<script type="text/javascript">
</script>
</head>
<body>
This is a test of the rect command.
<div id="rect" style="width: 50px; height: 30px"></div>;
</body>
</html>