renames
This commit is contained in:
parent
787d58a83f
commit
455d300d8d
280 changed files with 2 additions and 2 deletions
|
@ -0,0 +1,15 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div>The iframe below is has <code>sandbox</code> attribute.</div>
|
||||
|
||||
<iframe sandbox src="sandboxed.html" style="height:60px;width:90%"></iframe>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<button onclick="alert(123)">Click to run a script (doesn't work)</button>
|
||||
|
||||
<form action="http://google.com">
|
||||
<input type="text">
|
||||
<input type="submit" value="Submit (doesn't work)">
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue