repo.or.cz
/
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 1800044 [wpt PR 36907] - Fix same URL navigation test, a=testonly
[gecko.git]
/
layout
/
reftests
/
margin-collapsing
/
dynamic-add-text-1.html
blob
cc8b2bf3574affb90c63f27f14449207e02a77ec
1
<html>
2
<head></head>
3
<body
onload
=
"document.getElementById('a').nextSibling.data = 'x';"
>
4
<div
id
=
"a"
style
=
"margin-bottom: 1em;"
>
A
</div> <div
style
=
"margin-top: 2em;"
>
B
</div>
5
</body>
6
</html>