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
/
harness
/
resources
/
cached-page-2.html
blob
f0d54785aa534c858b94470225027b555d717770
1
<script>
2
function
init
() {
3
window
.
opener
.
canExit
=
true
;
4
window
.
opener
.
log
(
'page-2, about to go back to page-1'
);
5
history
.
back
();
6
}
7
</script>
8
<body
onload
=
"init()"
></body>