mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
29
toolkit/modules/tests/browser/file_WebRequest_page1.html
Normal file
29
toolkit/modules/tests/browser/file_WebRequest_page1.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="file_style_good.css">
|
||||
<link rel="stylesheet" href="file_style_bad.css">
|
||||
<link rel="stylesheet" href="file_style_redirect.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="test">Sample text</div>
|
||||
|
||||
<img id="img_good" src="file_image_good.png">
|
||||
<img id="img_bad" src="file_image_bad.png">
|
||||
<img id="img_redirect" src="file_image_redirect.png">
|
||||
|
||||
<script src="file_script_good.js"></script>
|
||||
<script src="file_script_bad.js"></script>
|
||||
<script src="file_script_redirect.js"></script>
|
||||
|
||||
<script src="file_script_xhr.js"></script>
|
||||
|
||||
<script src="nonexistent_script_url.js"></script>
|
||||
|
||||
<iframe src="file_WebRequest_page2.html" width="200" height="200"></iframe>
|
||||
<iframe src="WebRequest_redirection.sjs" width="200" height="50"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue