Commit a4809304 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

Move fast/dom/{Comment,DocumentFramgnet,DocumentType,Node,Text} to dom/

TBR=kochi@chromium.org

Bug: 685886
Change-Id: I7c1723a999e06f6a99feb3e3ddfd3bab18ea19a6
Reviewed-on: https://chromium-review.googlesource.com/601667Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491941}
parent 9a125635
......@@ -2351,6 +2351,16 @@ crbug.com/591099 dom/attr/direction-attribute-set-and-cleared.html [ Failure ]
crbug.com/591099 dom/attr/set-attr-value-no-DOMSubtreeModified.html [ Failure ]
crbug.com/591099 dom/attr/set-attribute-node-from-iframe.html [ Failure ]
crbug.com/591099 dom/attr/update-attribute-node-no-crash.html [ Failure ]
crbug.com/591099 dom/comment/comment-constructor.html [ Failure ]
crbug.com/591099 dom/comment/remove.html [ Failure ]
crbug.com/591099 dom/document_fragment/document-fragment-constructor.html [ Failure ]
crbug.com/591099 dom/document_fragment/get-element-by-id.html [ Failure ]
crbug.com/591099 dom/document_fragment/parent-node-interface.html [ Failure ]
crbug.com/591099 dom/document_fragment/sibling-rules-under-document-fragment.html [ Failure ]
crbug.com/591099 dom/document_type/clone-node.html [ Failure ]
crbug.com/591099 dom/document_type/next-element-sibling.html [ Failure ]
crbug.com/591099 dom/document_type/previous-element-sibling.html [ Failure ]
crbug.com/591099 dom/document_type/remove.html [ Failure ]
crbug.com/591099 dom/domparsing/dom-parse-serialize-display.html [ Failure ]
crbug.com/591099 dom/domparsing/dom-parse-serialize-xmldecl.html [ Failure ]
crbug.com/591099 dom/domparsing/dom-parse-serialize.html [ Failure ]
......@@ -2365,6 +2375,20 @@ crbug.com/591099 dom/domparsing/xmlserializer-attribute-special-namespaces.html
crbug.com/591099 dom/domparsing/xmlserializer-doctype2.html [ Failure ]
crbug.com/591099 dom/domparsing/xmlserializer-double-xmlns.html [ Failure ]
crbug.com/591099 dom/legacy_dom_conformance/html/level2/html/AppletsCollection.html [ Crash Failure ]
crbug.com/591099 dom/node/DOMNodeRemovedEvent.html [ Failure ]
crbug.com/591099 dom/node/contains-method.html [ Failure ]
crbug.com/591099 dom/node/default-namespace-empty-argument.html [ Failure ]
crbug.com/591099 dom/node/fragment-mutation.html [ Crash Failure ]
crbug.com/591099 dom/node/initial-values.html [ Failure ]
crbug.com/591099 dom/node/isEqualNode.html [ Failure ]
crbug.com/591099 dom/node/isSupported.html [ Failure ]
crbug.com/591099 dom/node/mutation-blur.html [ Crash Failure ]
crbug.com/591099 dom/node/normalize-with-cdata.html [ Failure ]
crbug.com/591099 dom/text/next-element-sibling.html [ Failure ]
crbug.com/591099 dom/text/previous-element-sibling.html [ Failure ]
crbug.com/591099 dom/text/remove.html [ Failure ]
crbug.com/591099 dom/text/text-constructor.html [ Failure ]
crbug.com/591099 dom/text/text-should-not-have-attributes.html [ Failure ]
crbug.com/591099 editing/active-suggestion-marker-basic.html [ Failure ]
crbug.com/591099 editing/active-suggestion-marker-split.html [ Failure ]
crbug.com/591099 editing/assert_selection.html [ Crash Failure ]
......@@ -5922,8 +5946,6 @@ crbug.com/591099 fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html
crbug.com/591099 fast/dom/CSSStyleDeclaration/css-style-item.html [ Failure ]
crbug.com/591099 fast/dom/CSSStyleDeclaration/empty-string-property.html [ Failure ]
crbug.com/591099 fast/dom/CSSStyleDeclaration/transition-property-names.html [ Failure ]
crbug.com/591099 fast/dom/Comment/comment-constructor.html [ Failure ]
crbug.com/591099 fast/dom/Comment/remove.html [ Failure ]
crbug.com/591099 fast/dom/DOMError-constructor.html [ Failure ]
crbug.com/591099 fast/dom/DOMException/XPathException.html [ Failure ]
crbug.com/591099 fast/dom/DOMException/dispatch-event-exception.html [ Failure ]
......@@ -5964,14 +5986,6 @@ crbug.com/591099 fast/dom/Document/scrollingElement-noStyleUpdate-strict.html [
crbug.com/591099 fast/dom/Document/title-property-creates-title-element.html [ Failure ]
crbug.com/591099 fast/dom/Document/title-property-set-multiple-times.html [ Failure ]
crbug.com/591099 fast/dom/Document/title-with-multiple-children.html [ Failure ]
crbug.com/591099 fast/dom/DocumentFragment/document-fragment-constructor.html [ Failure ]
crbug.com/591099 fast/dom/DocumentFragment/get-element-by-id.html [ Failure ]
crbug.com/591099 fast/dom/DocumentFragment/parent-node-interface.html [ Failure ]
crbug.com/591099 fast/dom/DocumentFragment/sibling-rules-under-document-fragment.html [ Failure ]
crbug.com/591099 fast/dom/DocumentType/clone-node.html [ Failure ]
crbug.com/591099 fast/dom/DocumentType/next-element-sibling.html [ Failure ]
crbug.com/591099 fast/dom/DocumentType/previous-element-sibling.html [ Failure ]
crbug.com/591099 fast/dom/DocumentType/remove.html [ Failure ]
crbug.com/591099 fast/dom/Element/attr-param-typechecking.html [ Failure ]
crbug.com/591099 fast/dom/Element/class-attribute-whitespace.html [ Failure ]
crbug.com/591099 fast/dom/Element/class-list-move-between-document-with-different-quirks-mode.html [ Failure ]
......@@ -6235,15 +6249,6 @@ crbug.com/591099 fast/dom/MutationObserver/script-end-tag.html [ Failure ]
crbug.com/591099 fast/dom/MutationObserver/shadow-dom.html [ Failure ]
crbug.com/591099 fast/dom/MutationObserver/takeRecords.html [ Failure ]
crbug.com/591099 fast/dom/MutationObserver/transient-gc-crash.html [ Failure ]
crbug.com/591099 fast/dom/Node/DOMNodeRemovedEvent.html [ Failure ]
crbug.com/591099 fast/dom/Node/contains-method.html [ Failure ]
crbug.com/591099 fast/dom/Node/default-namespace-empty-argument.html [ Failure ]
crbug.com/591099 fast/dom/Node/fragment-mutation.html [ Crash Failure ]
crbug.com/591099 fast/dom/Node/initial-values.html [ Failure ]
crbug.com/591099 fast/dom/Node/isEqualNode.html [ Failure ]
crbug.com/591099 fast/dom/Node/isSupported.html [ Failure ]
crbug.com/591099 fast/dom/Node/mutation-blur.html [ Crash Failure ]
crbug.com/591099 fast/dom/Node/normalize-with-cdata.html [ Failure ]
crbug.com/591099 fast/dom/NodeIterator/detach-no-op.html [ Failure ]
crbug.com/591099 fast/dom/NodeList/5725058-crash-scenario-1.html [ Failure ]
crbug.com/591099 fast/dom/NodeList/5725058-crash-scenario-2.html [ Failure ]
......@@ -6336,11 +6341,6 @@ crbug.com/591099 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ]
crbug.com/591099 fast/dom/StyleSheet/gc-rule-children-wrappers.html [ Failure ]
crbug.com/591099 fast/dom/StyleSheet/gc-styleheet-wrapper.xhtml [ Failure ]
crbug.com/591099 fast/dom/StyleSheet/get-stylesheet-byname.html [ Failure ]
crbug.com/591099 fast/dom/Text/next-element-sibling.html [ Failure ]
crbug.com/591099 fast/dom/Text/previous-element-sibling.html [ Failure ]
crbug.com/591099 fast/dom/Text/remove.html [ Failure ]
crbug.com/591099 fast/dom/Text/text-constructor.html [ Failure ]
crbug.com/591099 fast/dom/Text/text-should-not-have-attributes.html [ Failure ]
crbug.com/591099 fast/dom/TreeWalker/TreeWalker-currentNode.html [ Failure ]
crbug.com/591099 fast/dom/TreeWalker/acceptNode-filter.html [ Failure ]
crbug.com/591099 fast/dom/TreeWalker/filter-throw.html [ Failure ]
......@@ -77,11 +77,20 @@ custom-properties/var-reference-registered-properties.html
device_orientation/motion/add-listener-from-callback.html
device_orientation/orientation/create-event.html
dom/attr/parent-adopt-node.html
dom/comment/remove.html
dom/document_fragment/parent-node-interface.html
dom/document_fragment/sibling-rules-under-document-fragment.html
dom/document_type/next-element-sibling.html
dom/document_type/previous-element-sibling.html
dom/document_type/remove.html
dom/domparsing/domparser-assign-variable.html
dom/domparsing/xhtml-serialize.html
dom/legacy_dom_conformance/svg/level3/xpath/XPathResult_booleanValue_false.svg
dom/legacy_dom_conformance/xhtml/level1/core/hc_elementgettagname.xhtml
dom/node/normalize-with-cdata.html
dom/parent_node/append.html
dom/text/normalize-crash-in-spell-checker.html
dom/text/previous-element-sibling.html
editing/caret/caret-height.html
editing/caret/caret-height-multi-line.html
editing/deleting/2610675-3.html
......@@ -436,15 +445,9 @@ fast/css/variables/webkit-text-emphasis-crash.html
fast/deprecated-flexbox/horizontal-box-float-crash.html
fast/doctypes/005-case-preserving.html
fast/doctypes/doctype-after-comment.html
fast/dom/Comment/remove.html
fast/dom/compatMode-Strict.html
fast/dom/CSSStyleDeclaration/css-computed-style-item.html
fast/dom/CSSStyleDeclaration/css-style-item.html
fast/dom/DocumentFragment/parent-node-interface.html
fast/dom/DocumentFragment/sibling-rules-under-document-fragment.html
fast/dom/DocumentType/next-element-sibling.html
fast/dom/DocumentType/previous-element-sibling.html
fast/dom/DocumentType/remove.html
fast/dom/DOMException/constructor.html
fast/dom/DOMImplementation/createHTMLDocument-title.html
fast/dom/element-bounding-client-rect-relative-to-viewport.html
......@@ -493,14 +496,11 @@ fast/dom/HTMLTemplateElement/cycles-in-shadow.html
fast/dom/MutationObserver/script-append.html
fast/dom/NodeList/5725058-crash-scenario-3.html
fast/dom/NodeList/nodelist-moved-to-fragment.html
fast/dom/Node/normalize-with-cdata.html
fast/dom/nodesFromRect/nodesFromRect-culled-inlines-between-silblings.html
fast/dom/Range/create-contextual-fragment-from-xhtml-document-range.xhtml
fast/dom/shadow/remove-stylesheet-from-shadow-crash.html
fast/dom/shadow/shadow-root-text-child.html
fast/dom/StyleSheet/detached-style-pi.xhtml
fast/dom/Text/normalize-crash-in-spell-checker.html
fast/dom/Text/previous-element-sibling.html
fast/dom/TreeWalker/previousNodeLastChildReject.html
fast/dom/TreeWalker/TreeWalker-currentNode.html
fast/domurl/url-pathname.html
......
......@@ -14,6 +14,18 @@ Please do not add tests unrelated to DOM standard.
For [ChildNode mixin](https://dom.spec.whatwg.org/#interface-childnode)
* comment/
For [Comment interface](https://dom.spec.whatwg.org/#interface-comment)
* document_fragment/
For [DocumentFragment interface](https://dom.spec.whatwg.org/#interface-documentfragment)
* document_type/
For [DocumentType interface](https://dom.spec.whatwg.org/#interface-documenttype)
* domparsing/
See [domparsing/README.md](domparsing/README.md)
......@@ -33,3 +45,7 @@ Please do not add tests unrelated to DOM standard.
* parent_node/
For [ParentNode mixin](https://dom.spec.whatwg.org/#interface-parentnode)
* text/
For [Text interface](https://dom.spec.whatwg.org/#interface-text)
<!DOCTYPE html>
<body>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
description('This tests that Comment is constructable.');
......
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<div id="test"></div>
<script>
......
<!DOCTYPE html>
<body>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
description('This tests that DocumentFragment is constructable.');
......
......@@ -2,7 +2,7 @@
<html>
<head>
<link rel="help" href="https://dom.spec.whatwg.org/#interface-nonelementparentnode">
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<div id="notInFragment"></div>
......
<!DOCTYPE html>
<body>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
description('This tests that DocumentFragment implements the ParentNode interface.');
......
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
description('Tests :first-child rule under DocumentFragment.');
......
<!DOCTYPE html>
<title>DocumentType.cloneNode()</title>
<link rel="help" href="https://dom.spec.whatwg.org/#dom-node-clonenode">
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
description('Tests cloneNode for DocumentType.');
......
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
description('This tests the NonDocumentTypeChildNode interface nextElementSibling property on a DocumentType node.');
......
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
description('This tests the NonDocumentTypeChildNode interface previousElementSibling property on a DocumentType node.');
......
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
description('This tests the DOM 4 remove method on a DocumentType node.');
......
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
......
......@@ -2,8 +2,8 @@
<html>
<head>
<title>Test that Node.appendChild throws TypeError when a wrong type of argument is passed.</title>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
</head>
<body>
<script>
......
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
......
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
......
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
......
<!doctype html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
......
<!doctype html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
......
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
......
......@@ -2,8 +2,8 @@
<html>
<head>
<link rel="help" href="https://dom.spec.whatwg.org/#dom-node-textcontent">
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
</head>
<body>
<div id="testDiv">test</div>
......
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
description('This tests the NonDocumentTypeChildNode interface nextElementSibling property on a Text node.');
......
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
description('This tests the NonDocumentTypeChildNode interface previousElementSibling property on a Text node.');
......
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<div id="test"></div>
<script>
......
<!DOCTYPE html>
<body>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
description('This tests that Text is constructable.');
......
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script src="../../resources/js-test.js"></script>
<div id="test"></div>
<script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment