1 <html class=
"reftest-wait">
6 window
.addEventListener("MozReftestInvalidate", finish
);
7 try { o1
= window
.open("") } catch(e
) { }
8 try { o1
.location
.reload() } catch(e
) { }
9 try { o2
= o1
.navigator
} catch(e
) { }
10 try { o3
= o2
.mediaDevices
} catch(e
) { }
11 try { o4
= new XMLHttpRequest() } catch(e
) { }
12 try { p1
= o3
.getUserMedia({video
: true, fake
: true }).then((stream
) => {}).catch((error
) => {}) } catch (e
) {}
13 try { o4
.open("T", "aa", false) } catch(e
) { }
14 try { o4
.send() } catch(e
) { }
15 try { p2
= o3
.getUserMedia({video
: true}).then((stream
) => {}).catch((error
) => {}) } catch (e
) {}
17 async
function finish() {
27 document
.documentElement
.className
= "";