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
/
http
/
tests
/
security
/
drag-drop-same-unique-origin.html
blob
6ef8385ef637aab511118ef831a9a6485fe9dcd8
1
<html>
2
<head>
3
<script>
4
if
(
window
.
testRunner
) {
5
testRunner
.
waitUntilDone
();
6
testRunner
.
dumpAsText
();
7
}
8
</script>
9
</head>
10
<body>
11
<iframe
src
=
"http://127.0.0.1:8000/security/resources/drag-drop-allowed.html"
sandbox
=
"allow-scripts"
></iframe>
12
</body>
13
</html>