| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Fetch: data URL loading after redirections</title> | |
| <script src="/resources/testharness.js"></script> | |
| <script src="/resources/testharnessreport.js"></script> | |
| </head> | |
| <body> | |
| <script src="/common/get-host-info.sub.js"></script> | |
| <script src="redirect-to-dataurl.js"></script> | |
| </body> | |
| </html> |