mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
648 B
HTML
17 lines
648 B
HTML
<!DOCTYPE html>
|
|
<html><!-- Þ -->
|
|
<meta charset="Windows-1251">
|
|
<script>
|
|
document.documentElement.setAttribute("data-fail", "FAIL");
|
|
</script>
|
|
<script src="file_html_in_xhr.sjs"></script>
|
|
<script src="file_html_in_xhr.sjs" defer></script>
|
|
<script src="file_html_in_xhr.sjs" async></script>
|
|
<link type="stylesheet" href="file_html_in_xhr.sjs">
|
|
<body onload='document.documentElement.setAttribute("data-fail", "FAIL");'>
|
|
<img src="file_html_in_xhr.sjs">
|
|
<iframe src="file_html_in_xhr.sjs"></iframe>
|
|
<video poster="file_html_in_xhr.sjs" src="file_html_in_xhr.sjs"></video>
|
|
<object data="file_html_in_xhr.sjs"></object>
|
|
<noscript><div></div></noscript>
|