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
/
391034-1.xhtml
blob
315796d2859fde7f9da80e5e8004e7623a637cc7
1
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
2
<head>
3
<script>
4
function
boom
()
5
{
6
var
p
=
document
.
getElementById
(
"p"
);
7
window
.
getComputedStyle
(
p
,
null
).
getPropertyValue
(
"right"
);
8
}
9
</script>
10
</head>
11
12
<body
onload
=
"boom();"
>
13
14
<p
id
=
"p"
style
=
"position: relative; left: 3ch;"
>
foo
</p>
15
16
</body>
17
</html>