git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added layout test for just-fixed JavaScriptCore bug.
[WebKit-https.git]
/
LayoutTests
/
fast
/
js
/
resources
/
child.html
1
<html>
2
<head>
3
<script>
4
window.which = "child";
5
parent.bar();
6
</script>
7
</head>
8
</html>