| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/resource-metadata-management/document-compatmode-01.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/resource-metadata-management/document-compatmode-01.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/resource-metadata-management/document-compatmode-01.html
|
| deleted file mode 100644
|
| index ff663d93492027d1c6d6db9cb58fd0fbe0b6f2b1..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/documents/resource-metadata-management/document-compatmode-01.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>document.compatMode: Standards</title>
|
| -<link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
|
| -<link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-document-compatmode">
|
| -<body>
|
| -<div id="log"></div>
|
| -<script src="../../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../../resources/testharnessreport.js"></script>
|
| -<script>
|
| -test(function() {
|
| - assert_equals(document.compatMode, "CSS1Compat");
|
| -})
|
| -</script>
|
|
|