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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
loader
/
javascript-url-in-object.html
blob
a77b7873d916f85a372b6c5fa73e5fae9d0e8467
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
</script>
5
<p>
This tests that javascript: urls in an object tag do not get executed.
</p>
6
<object
data
=
"javascript:alert('FAIL - javascript: url was executed.');"
></object>