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 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git]
/
layout
/
reftests
/
text
/
control-chars-03b.html
blob
488e5e7513f0332ae5d43fa7b392514df5d16c32
1
<!DOCTYPE
HTML
>
2
<html>
3
<body
style
=
"-moz-control-character-visibility:visible"
>
4
<span
id
=
"s"
>
foo

bar
</span>
5
<script>
6
var
x
=
s
.
getBoundingClientRect
().
width
;
7
document
.
body
.
setAttribute
(
"style"
,
"-moz-control-character-visibility:hidden"
);
8
</script>
9
</body>
10
</html>