mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00: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>
|