| Index: LayoutTests/webarchive/doctype.html
|
| diff --git a/LayoutTests/webarchive/doctype.html b/LayoutTests/webarchive/doctype.html
|
| deleted file mode 100644
|
| index 4887a2683ec38aa9b75675e7a0de33710eed8c0a..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/webarchive/doctype.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<html>
|
| -<head>
|
| -<title>Test for Bug 15290: REGRESSION (r14184-r14216): Duplicate DOCTYPE definitions when saving files as webarchives</title>
|
| -</head>
|
| -<script>
|
| - if (window.testRunner)
|
| - testRunner.dumpSourceAsWebArchive();
|
| -</script>
|
| -<body>
|
| -<div>
|
| -<a href="https://bugs.webkit.org/show_bug.cgi?id=15290">Bug 15290: REGRESSION (r14184-r14216): Duplicate DOCTYPE definitions when saving files as webarchives</a>
|
| -</div>
|
| -<div>
|
| -This test checks that only one <!DOCTYPE> tag is written to a webarchive.
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|