repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
frames
/
sandboxed-iframe-attribute-parsing-11.html
blob
90d16da24203327cbb7f166b6ffdc15c4febb7fd
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script
src='resources/sandboxed-iframe-attribute-test.js'
></script>
5
</head>
6
<body>
7
<p>
Misspelling.
</p>
8
<iframe
sandbox
=
"aallow-scripts allow-same-origin"
9
src
=
"resources/sandboxed-iframe-attribute-parsing-disallowed.html"
>
10
</iframe>
11
</body>
12
</html>