mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00: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>
|