Index: LayoutTests/http/tests/webarchive/cross-origin-stylesheet-crash.html |
diff --git a/LayoutTests/http/tests/webarchive/cross-origin-stylesheet-crash.html b/LayoutTests/http/tests/webarchive/cross-origin-stylesheet-crash.html |
deleted file mode 100644 |
index 4d0ba21a16afcd9d1431754c0c927ca69705810e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/webarchive/cross-origin-stylesheet-crash.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<html> |
-<head> |
-<script> |
-if (window.testRunner) |
- testRunner.dumpDOMAsWebArchive(); |
-</script> |
-<link rel="stylesheet" href="http://localhost:8000/webarchive/resources/localhost-stylesheet.css" type="text/css"> |
-</head> |
-<body> |
-This HTML links to an external stylesheet from a different security origin.<br> |
-Making a webarchive of this page should not crash. |
-</body> |
-</html> |