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
Backed out changeset 39e6a7e77cfb (bug 1927808) for causing multiple failures. CLOSED...
[gecko.git]
/
layout
/
reftests
/
table-anonymous-boxes
/
325543-1b.html
blob
83b2d29ed2844d0e8953fdc0362cac69eef57c1f
1
<!DOCTYPE
html
>
2
<html>
3
<body
onload
=
"document.getElementById('t').style.display = 'block'"
>
4
<!-- space between the two spans is key -->
5
<span
style
=
"display: table-cell"
>
First line
</span> <span
style
=
"display: none"
id
=
"t"
>
Second line
</span>
6
</body>
7
</html>