summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/old-tests/webdriver/timeouts/res/page_load_timeouts_tests.html
blob: 555e19b70ef53d781fd89508b0d6a26b2d3a9f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
    <title>Hello WebDriver</title>
</head>
<body>
    <h1>Page Load Timeouts Test</h1>
    <div>
        Say Cheese
    </div>
</body>
</html>