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
/
misc
/
resources
/
iframe-policy-2.html
blob
23280afb55b140fb9604eed534985e840567ae61
1
<html>
2
<head>
3
<script>
4
5
function
loaded
()
6
{
7
if
(
window
.
testRunner
)
8
testRunner
.
notifyDone
();
9
}
10
11
</script>
12
13
<body
onload
=
"loaded();"
>
14
You've reached the second page. Congratulations.
15
</body>
16
</html>