summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/FileAPI/BlobURL/support/file_test3.html
blob: fa234cb9f997fd097b32f78a410cd19cbfa70812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Test file</title>
    <style>
        body {
            margin: 0;
        }
        .block {
            height: 5000px;
        }
    </style>
    <script>
        window.test_result = 'test3_OK';
    </script>
</head>
<body>
    <a id="block1"></a>
    <div class="block"></div>

    <a id="block2"></a>
    <div class="block"></div>
</body>
</html>