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
/
397022-1.html
blob
ececc3fa5f8125a0836dfd04ea8b8ed453ff1d1f
1
<html>
2
<head>
3
<style>
4
5
div:before { content: counter(c); }
6
7
.b:before { content:
"x"
; }
8
9
</style>
10
</head>
11
12
<body
onload
=
"document.getElementById('v').setAttribute('class', 'b');"
>
13
14
<div
id
=
"v"
></div>
15
16
</body>
17
</html>