Bug 1918322 - Minor content area outline and shadow cleanup. r=desktop-theme-reviewer...
[gecko.git] / layout / painting / crashtests / 1870415-1.html
blobef379dad4dc5f4b0d7e5257fe5517067c9abaf41
1 <!DOCTYPE html>
2 <html class="reftest-wait" >
4 <style>
5 HTML {
6 border: lch(53% 16 none) solid 472288419.0851412mm;
7 background-blend-mode: difference
9 * {
10 overflow-y: hidden;
11 position: sticky;
12 content-visibility: auto;
13 background: url(#x) local, scroll repeat-x bottom / contain, left 3% center / contain scroll padding-box, image-set('\E0FAEt\1BA3F\E0379o8' type('c\1D242+\6F0\A8E6**=\D\A\11D5D\1F9D4*\A0\FFF9 2\1F500\6F9\26F1C\2F220 0\D\1FE4C\2064*|\301\62DC\1DD1\101FD 3\643X\E00E6\E0998\2B4C7Y\6F0+*=\23DD6 A>\1615A\101FD\E0C32\1DE4\2F51D\A34A\1D908\1D244\1F9FB*"\135F-=%Z\1D172\1BF1C\C7D\A16B\669\FFFF\A21F\161BF\E0E63\3099\1BBDB\1924\E006C 4\20F9D-\101FD\E3F7\D\3099\2F97E\B>>=5\669\2998A\E0A33\E0450\1D1AC\2FDC2\2FE9E\D\1F973\E0918>\E0493\346\209BC\1D244 c4\1F469\669\E0563\D\Al3\2027\66A') 249dppx, '\E0E1B\E0500\2CC7\E020A+\FDDE\66A 0\A 5\200E\2FD7A/*\1F82 91\2F69F\D\1A7F\FE20(\D-\2F9B0\202A,\3099\FFF9\2FFEA 99G\FE22\11A03 e\16D58]7\1B7D8y\ED25\E08AB\D\A\7F2\235FE\1DBB1\3000\1B71\2029\E08A1vH|=\B751\D\0\66A' type('\23A\2F300\BCC\B48E\1D187 7\E0969\98D3\BBC5\133DF?[\2F36E\1F252\E04CE>>=\2F94D.\660\1D243\E029A 3\27048L\2BF98\2FF8B\7F1\66A\1D168 9\2826\101FD\390\1B07D 29\669\7E5DZ\2029\6F9\6F0\11F0D\27DA2\2F7EB\29A96\E05A5sA\D;\253CB\660\166D6\E0C9C*=\2F046\A682\2044\660o\296A9p\2011{\202D\202F\9\2F8BD C\\#\2A9A7\645') 75dpcm, '\301\4430\301\2F40D\1D943\16DFC 8R\12ED6\1FC45\2426\2FEA8 0<<=\29E7D\2AC8E\D\2028\66A\1D244\1125A\16FE7\D\D\16ED4\66B\1D0BA|=\FB2C\E0C77\BF-\2F93B\23A\A\D^=s\F6D5\E02EB\E008D\36A\0\\\1B885\205F/=\E0FD5\3000#8]n\6F9s\2F9B7\1A7F\B^\1D574!U4\2F645\E0A65\2060B;\FDFA\D>>=\1648A\D3EC\24A09\E05AE\E02FF\A0\E078E{\E0135\2FB3F\1D16E f\1D1AA\4FFB\3A7A\16943\A\D\E032B' 11dppx type('\489\5932\E0A6B\6F9\1F7A0\66A\1F182\205F\D\A\7F3\1DD7\16110\1D11B\1BADC\72E5\12CDB\E034E\25E85\8\669\AD\3000 9')), border-box repeat-x;
14 rotate: 2116778118.5570207grad 32 20208 64
16 </style>
17 <script>
18 window.addEventListener("load", () => {
19 let a = document.createElementNS("http://www.w3.org/1999/xhtml", "form")
20 document.documentElement.appendChild(a)
21 let b = document.createElementNS("http://www.w3.org/1999/xhtml", "p")
22 let c = document.createElementNS("http://www.w3.org/1999/xhtml", "span")
23 let d = document.createElementNS("http://www.w3.org/1999/xhtml", "bdo")
24 d.contentEditable = true
25 d.setAttribute("autofocus", true)
26 c.appendChild(d)
27 b.appendChild(c)
28 a.appendChild(b)
29 setTimeout(finish, 1000);
30 });
31 function finish() {
32 document.documentElement.className = "";
34 </script>
35 </html>