Files
Popsu-coloque/node_modules/get-size/test/iframe4.html
T
2020-07-16 17:24:02 +02:00

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>