mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8 lines
297 B
HTML
8 lines
297 B
HTML
<!DOCTYPE html>
|
|
<html style="position: fixed; backface-visibility: hidden;">
|
|
<body onload="setTimeout(function() { document.documentElement.style.MozBackfaceVisibility = 'hidden'; }, 0);">
|
|
<div style="position: fixed; height: 8px; width: 200px; background-color: yellow;"></div>
|
|
V
|
|
|
|
</body></html>
|