mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-15 03:31:24 +00:00
20 lines
250 B
HTML
20 lines
250 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
|
|
function b() {
|
|
try { sset("u"); } catch(e) { }
|
|
try { [0].map(b); } catch(e) { }
|
|
}
|
|
|
|
var sset = document.documentElement.style.__lookupSetter__("textIndent");
|
|
b();
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|
|
|