Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/631352-1.html

11 lines
245 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div:not(:lang(foo)) { display: none; }
</style>
</head>
<body onload="document.body.offsetWidth; document.body.lang = 'foo'">
<div>This text should be visible</div>
</body>
</html>