blob: f82bddfef1c1f7f9f32abeb0dad4a215db807f9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1715098">
<style>
:not(table) {
column-width: 0;
margin-right: 91%;
}
#a {
column-span: all;
display: -webkit-box;
}
</style>
<textarea>a</textarea>
<del>a</del>
<q style="float: left">a</q>
<br id="a"></br>
|