File: iframe2.htm

package info (click to toggle)
html2canvas 0.5.0~beta4%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 920 kB
  • ctags: 416
  • sloc: makefile: 52
file content (23 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title></title>
    <style>

        html, body {
            background: red;
            margin: 0;
            padding: 0;
        }
        .valid {
            margin-top: 350px;
            height: 350px;
            background: green;
            display: block;
            margin-bottom: 500px;
        }
    </style>
</head>
<body><div class="valid">&nbsp;</div></body>
</html>