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
/
resources
/
subframe-self-close.html
blob
34745a2013ee5c5a9d2911ffd38ded287114623a
1
<script>
self
.
close
();
</script>
2
<html>
3
<body>
4
This subframe calls
"self.close()"
as it's very first action.
<br>
5
That self.close() call should not close the window.
6
</body>
7
</html>