mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
config redirect
This commit is contained in:
22
node_modules/get-size/test/iframe3.html
generated
vendored
Normal file
22
node_modules/get-size/test/iframe3.html
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>iframe3</title>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>iframe3</h1>
|
||||
|
||||
<script src="../get-size.js"></script>
|
||||
<script>
|
||||
window.onload = function() {
|
||||
getSize( document.querySelector('h1') );
|
||||
};
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user