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 1918529 - fix some subpixel misalignment issues with gfx.webrender.svg-filter...
[gecko.git]
/
layout
/
reftests
/
table-anonymous-boxes
/
372641-1a.xhtml
blob
90b747caed8ff64e723000a261b9968b857cfa01
1
<html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
2
<head>
3
</head>
4
5
<body>
6
7
<table
border
=
"1"
id
=
"table"
>
XXX
<tbody><tr><td>
TD
</td></tr></tbody></table>
8
9
<script>
10
document
.
body
.
offsetWidth
;
11
document
.
getElementById
(
"table"
).
firstChild
.
data
=
''
;
12
</script>
13
14
</body>
15
</html>