repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git]
/
layout
/
style
/
crashtests
/
448161-2.html
blob
41dc7800fce715c52bb55f0e4868d7b913aa656c
1
<html>
2
<body>
3
<script>
4
var
node
=
document
.
createElement
(
"a"
);
5
node
.
href
=
"http://www.mozilla.org"
;
6
document
.
defaultView
.
getComputedStyle
(
node
,
""
).
color
7
</script>
8
</body>
9
</html>