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
/
http
/
tests
/
inspector
/
resources
/
iframe-from-different-domain-data.html
blob
b9409e2085cbaf8009a38b599f7f14c7639ccf59
1
<html>
2
<head>
3
<script>
4
function
onload
()
5
{
6
console
.
log
(
"IFRAME HOST: "
+
window
.
location
.
host
);
7
}
8
</script>
9
</head>
10
<body
id
=
"iframe-body"
style
=
"background:green;"
onload
=
"onload()"
>
11
Inspect me.
12
</body>
13
</html>