| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/heading-obsolete-attributes-01.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/heading-obsolete-attributes-01.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/heading-obsolete-attributes-01.html
|
| deleted file mode 100644
|
| index 58d9d13ebc405955c5b99f2ce5deb661cdbb72a6..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/heading-obsolete-attributes-01.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>HTMLHeadingElement: obsolete attribute reflecting</title>
|
| -<link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
|
| -<link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-hx-align">
|
| -<link rel="help" href="https://heycam.github.io/webidl/#es-DOMString">
|
| -<link rel="help" href="http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf#page=57">
|
| -<script src="../../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../../resources/testharnessreport.js"></script>
|
| -<div id="log"></div>
|
| -<script>
|
| -test(function() {
|
| - var el = document.createElement("h7");
|
| - el.align = "left";
|
| - assert_equals(el.align, "left");
|
| - assert_false(el.hasAttribute("align"));
|
| - assert_equals(el.getAttribute("align"), null);
|
| -}, "IDL attributes for HTMLHeadingElement should not apply to h7.")
|
| -</script>
|
|
|