mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
318 B
HTML
7 lines
318 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg"><!-- no body element, intentionally --><div style="display: table-column-group;"/><svg:symbol id="s"/><script>
|
|
|
|
document.documentElement.offsetHeight;
|
|
document.getElementById("s").style.display = "table-column-group";
|
|
|
|
</script></html>
|