blob: 4a5817bf7384af4eadf1cbb9077ec6a79c17433e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html class="reftest-wait">
<style>
* {
white-space: pre-wrap;
width: min-content;
}
*::first-letter {}
</style>
<script>
function go() {
document.documentElement.style.fontSize = "1.2rem";
document.documentElement.classList.remove("reftest-wait");
}
document.addEventListener('MozReftestInvalidate', go);
</script>
<body>
aa aaaaaaaaaaaaaa a aa a aaaaaaaaaaaaaa a
|