blob: 5ef210f115a1ce1aedfed04046d7875c49d0ca3e (
plain)
1
2
3
4
5
6
7
|
<!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>
|