mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
config redirect
This commit is contained in:
20
node_modules/get-size/test/iframe4.html
generated
vendored
Normal file
20
node_modules/get-size/test/iframe4.html
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user