Chromium Code Reviews| Index: LayoutTests/http/tests/htmlimports/resources/importing-cors.html |
| diff --git a/LayoutTests/http/tests/htmlimports/resources/importing-cors.html b/LayoutTests/http/tests/htmlimports/resources/importing-cors.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f0bdcab7b343cb321b1655473e7d5dc23ffa69af |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/htmlimports/resources/importing-cors.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<link id="cors" rel="import" href="http://localhost:8000/htmlimports/resources/cors-basic.cgi"> |
| +</head> |
| +<body><h1>Importing a CORS Import</h1></body> |
| +</html> |