Files
lamine_wp/node_modules/get-size/test/iframe4.html
T

21 lines
246 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>iframe4</title>
</head>
<body>
<h1>iframe4</h1>
<script>
var p = document.createElement('p');
alert( getComputedStyle( p, null ) );
</script>
</body>
</html>