mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
8 lines
234 B
HTML
8 lines
234 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body onload="document.getElementById('d').style.MozColumnWidth = '';">
|
|
<div id="d" style="height: 1px; -moz-column-width: 1px;">d d <span style="position: absolute;"></span></div>
|
|
</body>
|
|
</html>
|