mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +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
25
toolkit/modules/tests/browser/file_WebRequest_page2.html
Normal file
25
toolkit/modules/tests/browser/file_WebRequest_page2.html
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<!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 class="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="nonexistent_script_url.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue