1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-10 00:58:50 +00:00
Files
UXP/layout/base/crashtests/795646.html
T

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>