gecko-dev/layout/style/crashtests/1401692.html

15 строки
273 B
HTML

<html>
<head>
<style></style>
<script>
try {
document.styleSheets[0].insertRule(
"t{-moz-outline-radius-topright:calc(9px)!important", 0);
} catch(e) {
}
SpecialPowers.getMemoryReports();
</script>
</head>
</html>