haikuwebkit/LayoutTests/fast/dom
Chris Dumez 60bdcd698a Document.baseURI is inaccurate for iframe srcdoc documents
https://bugs.webkit.org/show_bug.cgi?id=228933

Reviewed by Alex Christensen.

LayoutTests/imported/w3c:

Rebaseline WPT tests now that more checks are passing.

* web-platform-tests/html/infrastructure/urls/terminology-0/document-base-url-expected.txt:
* web-platform-tests/html/semantics/document-metadata/the-base-element/base_about_blank-expected.txt:
* web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_invalid-expected.txt:
* web-platform-tests/html/semantics/document-metadata/the-base-element/base_srcdoc-expected.txt:

Source/WebCore:

Document.baseURI is inaccurate for iframe srcdoc documents:
- https://html.spec.whatwg.org/#fallback-base-url

This aligns our behavior with both Chrome and Firefox.

No new tests, rebaselined existing tests.

* dom/Document.cpp:
(WebCore::Document::fallbackBaseURL const):
(WebCore::Document::updateBaseURL):
Extract "fallback base URL" logic out of updateBaseURL() and into its own function so that
it can be called from other places. Add logic to deal with iframe srcdoc documents to
our "fallback base URL" logic, as per:
- https://html.spec.whatwg.org/#fallback-base-url

(WebCore::Document::processBaseElement):
As per https://html.spec.whatwg.org/#set-the-frozen-base-url, we should use the document's fallback base URL
as base URL when parsing the base element's href attribute.

* dom/Document.h:

* html/HTMLBaseElement.cpp:
(WebCore::HTMLBaseElement::href const):
Per https://html.spec.whatwg.org/#dom-base-href, we should use the document's fallback base URL when
parsing the base element's href attribute. Also we should return the attribute value if the URL fails
parsing, not a null URL.

* xml/parser/XMLDocumentParserLibxml2.cpp:
(WebCore::openFunc):
Keep in sync with HTMLBaseElement::href(), as per comment.

Source/WebKitLegacy/mac:

* DOM/DOMHTMLBaseElement.mm:
(-[DOMHTMLBaseElement href]):

LayoutTests:

Update existing layout test to reflect behavior change.

* fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html: Removed.
* http/tests/misc/href-attribute-resolves-with-respect-to-document-expected.txt: Renamed from LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt.
* http/tests/misc/href-attribute-resolves-with-respect-to-document.html: Added.


Canonical link: https://commits.webkit.org/240398@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280855 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-10 17:51:30 +00:00
..
Attr
CSSStyleDeclaration Reduce compile time and binary size cost of enabling proper CSSStyleDeclaration property access behavior 2021-04-11 17:06:47 +00:00
Comment
DOMException [WebIDL] Interface prototype objects should define @@toStringTag 2020-05-01 09:48:33 +00:00
DOMImplementation
DOMURL Fix some whitespace handling issues in URL setters 2021-07-08 22:59:59 +00:00
DeviceMotion [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
DeviceOrientation [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
Document document.readyState should be "complete" after calling DOMParser.parseFromString() 2021-07-11 04:16:05 +00:00
DocumentFragment
DocumentType
Element Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
Geolocation Regression(r267865) Geolocation API's error callback should be nullable 2020-11-19 21:06:46 +00:00
HTMLAnchorElement Blob URL changes after loading it 2021-08-10 03:33:03 +00:00
HTMLAreaElement
HTMLBaseElement Document.baseURI is inaccurate for iframe srcdoc documents 2021-08-10 17:51:30 +00:00
HTMLButtonElement Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
HTMLDivElement/align
HTMLDocument Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
HTMLElement DOMException should not have its own toString() 2017-07-19 20:24:15 +00:00
HTMLFontElement
HTMLFormElement [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
HTMLHeadElement
HTMLHrElement
HTMLHtmlElement
HTMLImageElement Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
HTMLInputElement [macOS] Repainting artifacts when moving input type=range slider thumb 2021-07-23 16:07:58 +00:00
HTMLKeygenElement [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
HTMLLabelElement
HTMLLinkElement WebKit doesn't parse "#" as delimiter for fragment identifier in data URIs 2020-10-05 19:36:22 +00:00
HTMLMetaElement
HTMLMeterElement All string resources from UserAgentStyleSheets / UserAgentScripts should be used as non-copying StringImpl 2021-03-25 01:55:58 +00:00
HTMLObjectElement [JSC] Call custom accessors / values with their holder's global object 2021-07-23 20:13:31 +00:00
HTMLOptionElement Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
HTMLOutputElement Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
HTMLProgressElement
HTMLScriptElement [LayoutTess] Delete unused LayoutTests/fast resources 2021-05-25 19:32:08 +00:00
HTMLSelectElement Move selectedOptions cache invalidation timing 2021-04-24 07:41:54 +00:00
HTMLStyleElement
HTMLTableColElement
HTMLTableElement Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
HTMLTableRowElement
HTMLTableSectionElement
HTMLTemplateElement
HTMLTextAreaElement Remove unneeded whitespace between content and <br> 2020-10-28 04:35:54 +00:00
MutationObserver Unreviewed, reverting r267175 and r267779. 2020-10-19 22:12:11 +00:00
Node Fix crash when Node::normalize() triggers mutation event that modifies child order 2020-02-20 03:36:53 +00:00
NodeList Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
Orientation
Range [LFC][Integration] RenderText::absoluteQuadsForRange should use iterator 2020-11-02 21:43:04 +00:00
Selection
SelectorAPI
StyleSheet
Text
TreeWalker Reduce the amount of custom binding code for JSXPathNSResolver 2020-08-07 19:27:56 +00:00
Window Document's fallback base URL should be deduced from its creator when URL is about:blank 2021-07-30 20:25:46 +00:00
getElementsByClassName
nodesFromRect [LFC][Integration] Hit test inline boxes 2021-02-08 16:29:57 +00:00
resources Clicking an HTMLLinkElement should not trigger a navigation 2021-07-30 16:41:37 +00:00
script-tests
34176.html
52776.html
ChildNode-after-expected.txt
ChildNode-after.html
ChildNode-before-expected.txt
ChildNode-before.html
ChildNode-replaceWith-expected.txt
ChildNode-replaceWith.html
DOMParser-assign-variable-expected.txt
DOMParser-assign-variable.html
DOMTokenList-supports-expected.txt Implement rel=noopener 2016-10-25 20:17:36 +00:00
DOMTokenList-supports.html
FileList-iterator-expected.txt
FileList-iterator-using-open-panel-expected.txt Add a way to test file input without relying on drag and drop 2017-02-27 09:49:29 +00:00
FileList-iterator-using-open-panel.html
FileList-iterator.html
ImageDocument-image-deletion-expected.txt
ImageDocument-image-deletion.html
ImageDocument-world-leak-expected.txt
ImageDocument-world-leak.html
NamedNodeMap-named-getter-caching-expected.txt Caching of properties on objects that have named property getters is sometimes incorrect 2015-11-20 20:45:12 +00:00
NamedNodeMap-named-getter-caching.html
NamedNodeMap-parameters-expected.txt
NamedNodeMap-parameters.html
NamedNodeMap-setNamedItem-crash-expected.txt
NamedNodeMap-setNamedItem-crash.html
ParentNode-append-expected.txt DOMException should not have its own toString() 2017-07-19 20:24:15 +00:00
ParentNode-append.html
ParentNode-children-expected.txt
ParentNode-children.html
ParentNode-prepend-expected.txt
ParentNode-prepend.html
Range-insertNode-crash-expected.txt
Range-insertNode-crash.html
URL-attribute-reflection-expected.txt
URL-attribute-reflection.html
XMLHttpRequest-constants-expected.txt
XMLHttpRequest-constants.html
XMLSerializer-attribute-namespace-prefix-conflicts-expected.txt
XMLSerializer-attribute-namespace-prefix-conflicts.html
XMLSerializer-doctype-expected.txt
XMLSerializer-doctype.html
XMLSerializer-doctype2-expected.txt
XMLSerializer-doctype2.html
XMLSerializer-element-empty-namespace-expected.txt XMLSerializer should reset default namespace when necessary 2013-07-31 01:59:00 +00:00
XMLSerializer-element-empty-namespace.html
XMLSerializer-element-empty-namespace2-expected.txt
XMLSerializer-element-empty-namespace2.html
XMLSerializer-entities-expected.txt
XMLSerializer-entities.html
XMLSerializer-expected.txt
XMLSerializer-same-prefix-different-namespaces-conflict-expected.txt
XMLSerializer-same-prefix-different-namespaces-conflict.html Namespace prefix is blindly followed when serializing 2013-08-28 22:25:19 +00:00
XMLSerializer-serializeToString-entities-expected.txt
XMLSerializer-serializeToString-entities.html
XMLSerializer-setAttributeNS-namespace-no-prefix-expected.txt
XMLSerializer-setAttributeNS-namespace-no-prefix.html
XMLSerializer-xml-namespace-expected.txt
XMLSerializer-xml-namespace.html
XMLSerializer.html
access-key-iframe-expected.txt
access-key-iframe.html
add-document-child-and-reparent-old-child-during-document-child-replacement-expected.txt
add-document-child-and-reparent-old-child-during-document-child-replacement.html
add-document-child-during-document-child-replacement-expected.txt
add-document-child-during-document-child-replacement.html
adopt-attr-with-shadow-tree-expected.txt
adopt-attr-with-shadow-tree.html
adopt-attribute-crash-expected.txt
adopt-attribute-crash.svg
adopt-node-crash-2-expected.txt
adopt-node-crash-2.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
adopt-node-crash-expected.txt
adopt-node-crash.html
adopt-node-prevented-expected.txt Crash in TreeScope::focusedElement 2016-05-27 22:31:43 +00:00
adopt-node-prevented.html
allowed-children-expected.txt
allowed-children.html
anchor-backslash-expected.txt
anchor-backslash.html
anchor-origin-expected.txt
anchor-origin.html
anchor-text-expected.txt
anchor-text.html
anchor-toString-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
anchor-toString.html
append-child-with-mutation-event-removal-and-circular-insertion-expected.txt
append-child-with-mutation-event-removal-and-circular-insertion.html
append-child-with-mutation-event-removal-and-circular-shadow-insertion-expected.txt
append-child-with-mutation-event-removal-and-circular-shadow-insertion.html
append-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt
append-child-with-mutation-event-removal-and-circular-template-insertion.html
array-special-accessors-should-ignore-items-expected.txt
array-special-accessors-should-ignore-items.html Use testRunner instead of layoutTestController in fast/doctypes, dom, dynamic, encoding, events, eventsource, and exclusions tests 2012-06-20 03:28:42 +00:00
assertion-on-node-removal-expected.txt
assertion-on-node-removal.html
assign-to-prototype-accessor-on-prototype-should-throw-expected.txt
assign-to-prototype-accessor-on-prototype-should-throw.html Remove Document#selectedStylesheetSet/preferredStylesheetSet 2018-05-16 16:20:26 +00:00
assign-to-window-status-expected.txt
assign-to-window-status.html
attr-style-too-lazy-expected.txt
attr-style-too-lazy.html
attr_dead_doc-expected.txt
attr_dead_doc.html
attribute-case-sensitivity-expected.txt
attribute-case-sensitivity.html
attribute-case-sensitivity2-expected.txt
attribute-case-sensitivity2.xhtml
attribute-downcast-right-expected.txt
attribute-downcast-right.html
attribute-empty-value-no-children-expected.txt
attribute-empty-value-no-children.html
attribute-event-listener-errors-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
attribute-event-listener-errors.html
attribute-legacy-colors-expected.txt
attribute-legacy-colors.html
attribute-namespaces-expected.txt
attribute-namespaces-get-set-expected.txt
attribute-namespaces-get-set.html
attribute-namespaces.xhtml
attribute-set-before-element-in-tree-expected.txt
attribute-set-before-element-in-tree.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
attributes-configurable-expected.txt
attributes-configurable.html
background-shorthand-csstext-expected.txt
background-shorthand-csstext.html
base-attribute-parsing-expected.txt
base-attribute-parsing.xhtml
blank-innerHTML-expected.txt
blank-innerHTML.xhtml
blur-contenteditable.html
body-clone-link-decl-parent-crash-expected.txt
body-clone-link-decl-parent-crash.html
boolean-attribute-reflection-expected.txt
boolean-attribute-reflection.html
br-set-outerText-expected.txt
br-set-outerText.html
call-a-constructor-as-a-function-expected.txt Add experimental feature flag for modern & unprefixed WebAudio API 2020-06-18 04:14:13 +00:00
call-a-constructor-as-a-function.html
canvasContext2d-element-attribute-js-null-expected.txt
canvasContext2d-element-attribute-js-null.html
capturing-event-listeners-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
capturing-event-listeners.html
child-insertion-notify-crash-expected.txt
child-insertion-notify-crash.html
children-nodes.html
circular-dom-tree-crash-expected.txt
circular-dom-tree-crash.html
class-all-whitespace-expected.txt
class-all-whitespace.html
class-attr-change-double-mutation-fire-expected.txt
class-attr-change-double-mutation-fire.html
click-method-on-html-element-expected.txt
click-method-on-html-element.html
client-width-height-expected.txt
client-width-height-quirks-expected.txt
client-width-height-quirks.html
client-width-height.html
clientWidthAfterDocumentIsRemoved-expected.txt
clientWidthAfterDocumentIsRemoved.html
clone-contents-0-end-offset.html
clone-node-dynamic-style.html
clone-node-form-elements-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
clone-node-form-elements-with-attr-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
clone-node-form-elements-with-attr.html
clone-node-form-elements.html
clone-node-load-event-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
clone-node-load-event-crash.html
clone-node-style-expected.txt
clone-node-style.html
clone-node-z-index-expected.txt
clone-node-z-index.html
cloneNode-below-body-attribute-merging-expected.txt
cloneNode-below-body-attribute-merging.html
cloneNode-expected.txt
cloneNode.html
collection-backward-traversal-crash-expected.txt Crash in ElementDescendantIterator::operator--() when calling m_ancestorSiblingStack.last() 2016-04-18 22:36:18 +00:00
collection-backward-traversal-crash.html
collection-idempotence-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
collection-idempotence.html
collection-item-expected.txt
collection-item.html
collection-iterators-expected.txt
collection-iterators.html
collection-length-should-not-be-overridden-expected.txt
collection-length-should-not-be-overridden.html Change fast/d* files to use pre and post js files in LayoutTests/resources. 2013-09-07 22:48:36 +00:00
collection-namedItem-via-item-expected.txt
collection-namedItem-via-item.html
collection-nameditem-move-between-documents-expected.txt
collection-nameditem-move-between-documents.html Change fast/d* files to use pre and post js files in LayoutTests/resources. 2013-09-07 22:48:36 +00:00
collection-null-like-arguments-expected.txt
collection-null-like-arguments.html
comment-document-fragment-expected.txt
comment-document-fragment.html
comment-dom-node-expected.txt
comment-dom-node.html
comment-not-documentElement-expected.txt
comment-not-documentElement.html
compare-document-position-disconnected-nodes-expected.txt
compare-document-position-disconnected-nodes.html
compatMode-AlmostStrict-expected.txt
compatMode-AlmostStrict.html
compatMode-Compat-expected.txt
compatMode-Compat.html
compatMode-Strict-expected.txt
compatMode-Strict.html
computed-style-set-property-expected.txt
computed-style-set-property.html
connected-subframe-counter-overflow-expected.txt The maximum subframe count check should not be skipped for empty URLs. 2019-07-29 21:57:39 +00:00
connected-subframe-counter-overflow.html
console-log-stack-overflow-expected.txt
console-log-stack-overflow.html
constants-expected.txt
constants.html
constructed-objects-prototypes-expected.txt
constructed-objects-prototypes.html
constructor-in-removed-frame-expected.txt
constructor-in-removed-frame.html
constructor-proto-expected.txt
constructor-proto.html
constructors-cached-expected.txt
constructors-cached-navigate-expected.txt
constructors-cached-navigate.html
constructors-cached.html
constructors-overriding-expected.txt
constructors-overriding.html
containerNode-expected.txt
containerNode.html
content-document-prototype-expected.txt
content-document-prototype.html
coreDOM-element-attribute-js-null-expected.txt
coreDOM-element-attribute-js-null.xhtml
crash-moving-subtree-between-documents-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
crash-moving-subtree-between-documents.html
crash-with-bad-url-expected.txt
crash-with-bad-url.html
createAttribute-exception-expected.txt
createAttribute-exception.html
createDocument-empty-expected.txt
createDocument-empty.html
createDocument-expected.txt
createDocument.html
createDocumentType-ownerDocument-expected.txt
createDocumentType-ownerDocument.html
createDocumentType.html
createDocumentType2-expected.txt
createDocumentType2.html
createElement-expected.txt
createElement-with-column-expected.txt
createElement-with-column.html
createElement-with-column.xml
createElement.html
createElementNS-empty-namespace-expected.txt
createElementNS-empty-namespace.html
createElementNS-expected.txt
createElementNS-namespace-errors-expected.txt
createElementNS-namespace-errors.html
createElementNS.html
createNodeIterator-parameters-expected.txt Improve error message for primitive callback interfaces 2020-06-28 22:49:40 +00:00
createNodeIterator-parameters.html Improve error message for primitive callback interfaces 2020-06-28 22:49:40 +00:00
createTreeWalker-parameters-expected.txt Improve error message for primitive callback interfaces 2020-06-28 22:49:40 +00:00
createTreeWalker-parameters.html Improve error message for primitive callback interfaces 2020-06-28 22:49:40 +00:00
cross-frame-node-prototype-expected.txt
cross-frame-node-prototype.html
css-RGBValue-expected.txt
css-RGBValue.html
css-cached-import-rule-expected.txt
css-cached-import-rule.html
css-delete-doc-expected.txt
css-delete-doc.html
css-dom-read-2-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
css-dom-read-2.html
css-dom-read-expected.txt
css-dom-read.html
css-element-attribute-js-null-expected.txt
css-element-attribute-js-null.html
css-inline-style-declaration-crash-expected.txt Don't crash in StyleAttributeMutationScope if the style declaration's element has been GCed 2011-12-13 00:48:36 +00:00
css-inline-style-declaration-crash.html
css-inline-style-important-expected.txt
css-inline-style-important.html
css-innerHTML-expected.txt
css-innerHTML.html
css-insert-import-rule-expected.txt
css-insert-import-rule.html
css-mediarule-deleteRule-update.html
css-mediarule-functions-expected.txt
css-mediarule-functions.html
css-mediarule-insertRule-update.html
css-mediarule-parentRule-expected.txt
css-mediarule-parentRule.html
css-rule-functions.html
css-selectorText-expected.txt CSS Selector an-plus-b serialization is incorrect 2020-10-01 00:13:43 +00:00
css-selectorText.html
css-set-property-exception-expected.txt
css-set-property-exception.html
css-shortHands-expected.txt
css-shortHands.html
css-shorthand-common-value-expected.txt
css-shorthand-common-value.html
cssTarget-crash-expected.txt
cssTarget-crash.html
data-url-css-link-element-cors-active-expected.txt HTML Link elements should load data URLs as same origin 2017-02-09 02:50:00 +00:00
data-url-css-link-element-cors-active.html
dataset-caching-bug-expected.txt
dataset-caching-bug.html
dataset-expected.txt
dataset-gc-expected.txt
dataset-gc.html
dataset-name-getter-properties-expected.txt
dataset-name-getter-properties.html
dataset-name-getter-symbols-expected.txt
dataset-name-getter-symbols.html
dataset-xhtml-expected.txt
dataset-xhtml.xhtml
dataset.html
defaultView-expected.txt
defaultView.html
delete-contents-expected.png
delete-contents-expected.txt
delete-contents.html
destroy-selected-radio-button-crash-expected.txt
destroy-selected-radio-button-crash.html
detaching-attr-node-in-shadow-tree-crash-expected.txt
detaching-attr-node-in-shadow-tree-crash.html
dir-no-body-expected.txt
dir-no-body.html
doctype-event-listener-crash-expected.txt
doctype-event-listener-crash.html
document-all-expected.txt Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
document-all-input-expected.txt
document-all-input.html
document-all-select-expected.txt
document-all-select.html
document-all-tags-expected.txt
document-all-tags.html
document-all-undefined-expected.txt
document-all-undefined.html
document-all.html Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
document-attribute-js-null-expected.txt
document-attribute-js-null.html
document-clear-expected.txt
document-clear.html
document-contentType-DOMParser-expected.txt
document-contentType-DOMParser.html
document-contentType-createDocument-expected.txt Document.contentType implementation 2014-12-16 18:42:43 +00:00
document-contentType-createDocument.html
document-contentType-data-uri-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
document-contentType-data-uri.html
document-dir-empty-document-crash-expected.txt
document-dir-empty-document-crash.html
document-dir-property-expected.txt
document-dir-property.html
document-head-expected.txt
document-head.html
document-importNode-arguments-expected.txt
document-importNode-arguments.html
document-scripts-expected.txt
document-scripts.html
document-set-body-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
document-set-body-null-expected.txt
document-set-body-null.html
document-set-body.html
document-set-title-mutation-crash-expected.txt
document-set-title-mutation-crash.html
document-stylesheets-empty-style-expected.txt
document-stylesheets-empty-style.html
document-width-height-force-layout-expected.txt https://bugs.webkit.org/show_bug.cgi?id=72591 2011-11-19 06:05:05 +00:00
document-width-height-force-layout.html
documentElement-null-expected.txt
documentElement-null.html
document_write_params-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
document_write_params.html
documenturi-loses-to-base-tag-expected.txt
documenturi-loses-to-base-tag.html
documenturi-not-affected-by-base-tag-expected.txt
documenturi-not-affected-by-base-tag.html
documenturi-readonly-expected.txt
documenturi-readonly.html
dom-add-optionelement-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
dom-add-optionelement.html
dom-constructors-expected.txt Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
dom-constructors.html Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
dom-instanceof-expected.txt
dom-instanceof.html
dom-method-document-change-expected.txt
dom-method-document-change.html
dom-parse-close-form-expected.txt
dom-parse-close-form.html
dom-parse-serialize-display-expected.txt
dom-parse-serialize-display.html
dom-parse-serialize-expected.txt
dom-parse-serialize-xmldecl-expected.txt XMLSerializer().serializeToString() doesn't generate the XML declaration markup like Opera and Firefox 2012-04-13 00:58:30 +00:00
dom-parse-serialize-xmldecl.html
dom-parse-serialize.html
dom-serialize-namespace-expected.txt
dom-serialize-namespace.html
dom-window-property-gc-after-frame-detach-expected.txt
dom-window-property-gc-after-frame-detach.html
domListEnumeration-expected.txt Reduce compile time and binary size cost of enabling proper CSSStyleDeclaration property access behavior 2021-04-11 17:06:47 +00:00
domListEnumeration.html Reduce compile time and binary size cost of enabling proper CSSStyleDeclaration property access behavior 2021-04-11 17:06:47 +00:00
domTokenListIterator-expected.txt
domTokenListIterator.html
domparser-parsefromstring-mimetype-support-expected.txt
domparser-parsefromstring-mimetype-support.html DOMParser.parseFromString() should support creating HTML Document with mime-type text/html 2013-09-12 01:41:46 +00:00
domparser-parsefromstring-origin-expected.txt
domparser-parsefromstring-origin.html
domparser-parsefromstring-svg-load-event-expected.txt
domparser-parsefromstring-svg-load-event.html
domstring-attribute-reflection-expected.txt
domstring-attribute-reflection.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
domtimestamp-is-number-expected.txt
domtimestamp-is-number.html
duplicate-ids-document-order-expected.txt
duplicate-ids-document-order.html
duplicate-ids-expected.txt
duplicate-ids.html
early-frame-url-expected.txt
early-frame-url.html
element-attribute-js-null-expected.txt Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
element-attribute-js-null.html Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
element-removed-while-inserting-parent-crash-expected.txt
element-removed-while-inserting-parent-crash.html
element-traversal-on-character-data-expected.txt Element Traversal is not just Elements anymore 2015-05-09 01:14:17 +00:00
element-traversal-on-character-data.html
element-traversal-on-document-expected.txt
element-traversal-on-document-fragment-expected.txt
element-traversal-on-document-fragment.html
element-traversal-on-document.html
elementFromPoint-parameters-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
elementFromPoint-parameters.html
elementFromPoint-relative-to-viewport-expected.txt getBoundingClientRects not updated for programmatic scrolls 2017-07-20 00:15:08 +00:00
elementFromPoint-relative-to-viewport.html
elementFromPoint-scaled-scrolled-expected.txt
elementFromPoint-scaled-scrolled-layout-viewport-expected.txt
elementFromPoint-scaled-scrolled-layout-viewport.html
elementFromPoint-scaled-scrolled.html
empty-hash-and-search-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
empty-hash-and-search.html
error-to-string-stack-overflow-expected.txt
error-to-string-stack-overflow.html
event-attribute-availability-expected.txt Introduce Selection specific mixin of GlobalEventHandlers 2020-10-20 17:24:38 +00:00
event-attribute-availability.html
event-attrs-isolated-world-expected.txt
event-attrs-isolated-world.html
event-handler-attributes-expected.txt Introduce Selection specific mixin of GlobalEventHandlers 2020-10-20 17:24:38 +00:00
event-handler-attributes.html Introduce Selection specific mixin of GlobalEventHandlers 2020-10-20 17:24:38 +00:00
eventtarget-api-parameters-expected.txt
eventtarget-api-parameters.html
everything-to-string-expected.txt
everything-to-string.html
exception-getting-event-handler-expected.txt
exception-getting-event-handler.html
exception-in-binding-expected.txt
exception-in-binding.html
exception-no-frame-inline-script-crash-expected.txt
exception-no-frame-inline-script-crash.html
exception-no-frame-timeout-crash-expected.txt
exception-no-frame-timeout-crash.html
features-expected.txt
features.html
firstletter-tablecell-crash-expected.txt
firstletter-tablecell-crash.html
firstline-fixed-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
firstline-fixed-crash.html
focus-contenteditable.html Remove unneeded whitespace between content and <br> 2020-10-25 19:52:34 +00:00
focus-rem-style-update-expected.html REGRESSION (r257839): Miscomputed style due to computed 'rem' value in matched declaration cache 2020-11-04 22:04:58 +00:00
focus-rem-style-update.html REGRESSION (r257839): Miscomputed style due to computed 'rem' value in matched declaration cache 2020-11-04 22:04:58 +00:00
focus-shift-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
focus-shift-crash.html
focus-style-resolution-attribute-change-expected.html REGRESSION (r257839): Broken focus when 'display' changes in an attribute selector 2021-01-13 19:20:42 +00:00
focus-style-resolution-attribute-change.html REGRESSION (r257839): Broken focus when 'display' changes in an attribute selector 2021-01-13 19:20:42 +00:00
focus-style-resolution-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
focus-style-resolution.html
fragment-activation-focuses-target-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
fragment-activation-focuses-target.html
frame-contentWindow-crash-expected.txt
frame-contentWindow-crash.html
frame-loading-via-document-write-expected.txt
frame-loading-via-document-write.html
frame-src-javascript-url-async-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
frame-src-javascript-url-async.html
gc-1-expected.txt
gc-1.html
gc-2-expected.txt
gc-2.html
gc-3-expected.txt
gc-3.html
gc-4-expected.txt
gc-4.html
gc-5-expected.txt
gc-5.html
gc-6-expected.txt
gc-6.html
gc-7-expected.txt
gc-7.html
gc-8-expected.txt
gc-8.html
gc-9-expected.txt
gc-9.html
gc-10-expected.txt
gc-10.html
gc-11-expected.txt
gc-11.html
gc-12-expected.txt
gc-12.html
gc-acid3-expected.txt
gc-acid3.html
gc-attribute-node-expected.txt
gc-attribute-node.html
gc-custom-prototype-expected.txt
gc-custom-prototype.html
gc-dom-tree-lifetime-expected.txt
gc-dom-tree-lifetime.html
gc-image-element-2-expected.txt
gc-image-element-2.html
gc-image-element-expected.txt
gc-image-element.html
generic-form-element-assert-expected.txt
generic-form-element-assert.html
getElementById-consistency-expected.txt
getElementById-consistency.html
getElementById-consistency2-expected.txt
getElementById-consistency2.html
getElementById-consistency3-expected.txt
getElementById-consistency3.html
getElementById-consistency4-expected.txt
getElementById-consistency4.html
getElementById-consistency5-expected.txt
getElementById-consistency5.html
getElementById-with-rope-string-arg-expected.txt REGRESSION (r168256): ASSERTION FAILED: (buffer + m_length) == position loading vanityfair.com article. 2014-05-05 23:39:04 +00:00
getElementById-with-rope-string-arg.html
getElementsByTagName-HTMLElement-prefix-expected.txt
getElementsByTagName-HTMLElement-prefix.html
getElementsByTagName-localName-matching-expected.txt
getElementsByTagName-localName-matching.html
getElementsByTagName-localName-matching2-expected.txt
getElementsByTagName-localName-matching2.xhtml
getElementsByTagName-return-type-expected.txt
getElementsByTagName-return-type.html
getSVGDocument-on-object-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
getSVGDocument-on-object-crash.html
getelementbyname-invalidation-expected.txt
getelementbyname-invalidation.html
getelementsbyname-invalidation-cache-expected.txt
getelementsbyname-invalidation-cache.html
getelementsbytagnamens-mixed-namespaces-expected.txt
getelementsbytagnamens-mixed-namespaces.html
getter-on-window-object-expected.txt
getter-on-window-object.html
getter-on-window-object2-expected.txt Align JSGlobalObject::defineOwnProperty() with the spec and other runtimes 2021-03-12 00:08:05 +00:00
getter-on-window-object2.html Align JSGlobalObject::defineOwnProperty() with the spec and other runtimes 2021-03-12 00:08:05 +00:00
global-constructors-expected.txt
global-constructors.html
hidden-iframe-no-focus-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
hidden-iframe-no-focus.html
horizontal-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt
horizontal-scrollbar-in-rtl-doesnt-fire-onscroll.html
horizontal-scrollbar-in-rtl-expected.txt
horizontal-scrollbar-in-rtl.html
horizontal-scrollbar-when-dir-change-expected.txt
horizontal-scrollbar-when-dir-change.html
html-attribute-types-expected.txt
html-attribute-types.html
html-collections-named-getter-expected.txt Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
html-collections-named-getter.html Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
html-link-element-activation-behavior-on-element-click-expected.txt Clicking an HTMLLinkElement should not trigger a navigation 2021-07-30 16:41:37 +00:00
html-link-element-activation-behavior-on-element-click.html Clicking an HTMLLinkElement should not trigger a navigation 2021-07-30 16:41:37 +00:00
html-link-element-activation-behavior-on-mouse-click-expected.txt Clicking an HTMLLinkElement should not trigger a navigation 2021-07-30 16:41:37 +00:00
html-link-element-activation-behavior-on-mouse-click.html Clicking an HTMLLinkElement should not trigger a navigation 2021-07-30 16:41:37 +00:00
html-link-element-activation-behavior-url-is-null-expected.txt
html-link-element-activation-behavior-url-is-null.html
htmlallcollection-call-with-index-caching-bug-expected.txt
htmlallcollection-call-with-index-caching-bug.html Change fast/d* files to use pre and post js files in LayoutTests/resources. 2013-09-07 22:48:36 +00:00
htmlallcollection-detached-node-children-expected.txt
htmlallcollection-detached-node-children.html
htmlallcollection-reachable-expected.txt
htmlallcollection-reachable.html
htmlcollection-backwards-subtree-iteration-expected.txt
htmlcollection-backwards-subtree-iteration.html REGRESSION(r122660): Cannot iterate over HTMLCollection that contains non-child descendent nodes in some conditions 2012-07-16 02:26:03 +00:00
htmlcollection-children-mutation-expected.txt
htmlcollection-children-mutation.html
htmlcollection-conversion-throws-exception-expected.txt
htmlcollection-conversion-throws-exception.html Use testRunner instead of layoutTestController in fast/doctypes, dom, dynamic, encoding, events, eventsource, and exclusions tests 2012-06-20 03:28:42 +00:00
htmlcollection-detectability-expected.txt
htmlcollection-detectability.html
htmlcollection-getownproperty-expected.txt
htmlcollection-getownproperty.html
htmlcollection-getownpropertynames-expected.txt Move 'length' property to the prototype 2016-02-11 18:23:25 +00:00
htmlcollection-getownpropertynames.html
htmlcollection-length-after-item-2-expected.txt HTMLCollection caches incorrect length if item(0) is called before length on an empty collection 2015-03-30 00:33:02 +00:00
htmlcollection-length-after-item-2.html
htmlcollection-length-after-item-expected.txt
htmlcollection-length-after-item.html
htmlcollection-namedItem-expected.txt
htmlcollection-namedItem.html
htmlcollection-non-html-expected.txt Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
htmlcollection-non-html.html Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
htmlcollection-protects-base-expected.txt
htmlcollection-protects-base.html
htmlcollection-reachable-expected.txt
htmlcollection-reachable.html
htmlcollection-selectedOptions-namedItem-crash-expected.txt Named element cache can become invalid during HTMLCollection::updateNamedElementCache() 2014-05-05 22:50:33 +00:00
htmlcollection-selectedOptions-namedItem-crash.html
icon-size-property-expected.txt
icon-size-property.html
icon-url-change-expected.txt
icon-url-change.html
icon-url-list-expected.txt
icon-url-list.html
icon-url-without-mimetype-expected.txt
icon-url-without-mimetype.html
id-attribute-with-namespace-crash-expected.txt
id-attribute-with-namespace-crash.html
iframe-contentWindow-crash-expected.txt
iframe-contentWindow-crash.html
iframe-document-expected.txt
iframe-document.html
iframe-inner-size-scaling-expected.txt
iframe-inner-size-scaling.html
iframe-innerWidth-expected.txt
iframe-innerWidth.html
image-object-expected.txt
image-object.html
implementation-createHTMLDocument-expected.txt
implementation-createHTMLDocument.html
import-attribute-node-expected.txt
import-attribute-node.html
import-document-fragment-expected.txt
import-document-fragment.html
importNode-confusing-localName-expected.txt
importNode-confusing-localName.html
importNode-prefix-expected.txt
importNode-prefix.html
importNodeHTML.html
importNodeXML.xhtml
incompatible-operations-expected.txt
incompatible-operations.html
indexed-getters-returning-string-expected.txt
indexed-getters-returning-string.html
inline-event-attributes-crash-expected.txt
inline-event-attributes-crash.html
inline-event-attributes-event-param-name-expected.txt
inline-event-attributes-event-param-name.html
inline-event-attributes-lookup-expected.txt
inline-event-attributes-lookup-removed-expected.txt
inline-event-attributes-lookup-removed-form-expected.txt
inline-event-attributes-lookup-removed-form.html
inline-event-attributes-lookup-removed.html
inline-event-attributes-lookup.html
inline-event-attributes-moved-expected.txt
inline-event-attributes-moved.html
inline-event-attributes-release-expected.txt
inline-event-attributes-release.html
inner-text-001-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
inner-text-001.html
inner-text-first-letter-expected.txt
inner-text-first-letter.html
inner-text-rtl-expected.txt
inner-text-rtl.html
inner-text-with-no-renderer-expected.txt
inner-text-with-no-renderer.html
inner-text.html
inner-width-height-expected.txt
inner-width-height.html
innerHTML-detached-element-expected.txt
innerHTML-detached-element.xhtml
innerHTML-escaping-attribute-expected.txt
innerHTML-escaping-attribute.html
innerHTML-nbsp-expected.txt
innerHTML-nbsp.html
innerHTML-single-text-node-expected.txt
innerHTML-single-text-node.html
insert-child-with-mutation-event-removal-and-circular-insertion-expected.txt
insert-child-with-mutation-event-removal-and-circular-insertion.html
insert-child-with-mutation-event-removal-and-circular-shadow-insertion-expected.txt
insert-child-with-mutation-event-removal-and-circular-shadow-insertion.html
insert-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt
insert-child-with-mutation-event-removal-and-circular-template-insertion.html
insert-span-into-long-text-bug-28245-expected.txt
insert-span-into-long-text-bug-28245.html
insert-template-parent-into-adopted-content-expected.txt
insert-template-parent-into-adopted-content.html appendChild should throw when inserting an ancestor of a template into its content adopted to another document 2019-03-20 20:26:18 +00:00
insertAdjacentHTML-DocumentFragment-crash-expected.txt
insertAdjacentHTML-DocumentFragment-crash.html
insertAdjacentHTML-DocumentFragment-parent-expected.txt
insertAdjacentHTML-DocumentFragment-parent.html Align Element.insertAdjacentHTML() with the specification 2016-09-23 16:24:35 +00:00
insertBefore-refChild-crash-expected.txt
insertBefore-refChild-crash.html
insertedIntoDocument-child-expected.txt
insertedIntoDocument-child.html
insertedIntoDocument-iframe-expected.txt
insertedIntoDocument-iframe.html
insertedIntoDocument-no-crash-expected.txt
insertedIntoDocument-no-crash.html
insertedIntoDocument-sibling-expected.txt
insertedIntoDocument-sibling.html
interface-name-property-expected.txt
interface-name-property.html
isEqualNode-after-removeAttribute-expected.txt
isEqualNode-after-removeAttribute.html
iterable-tests.js
javascript-backslash-expected.txt
javascript-backslash.html
javascript-url-crash-function-expected.txt
javascript-url-crash-function.html
javascript-url-exception-isolation-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
javascript-url-exception-isolation.html
jsDevicePixelRatio-expected.txt
jsDevicePixelRatio.html
left-overflow-in-ltr-expected.txt
left-overflow-in-ltr.html
legend-display-inline-expected.txt
legend-display-inline.html
length-attribute-mapping-expected.txt
length-attribute-mapping.html
length-property-configurable-expected.txt
length-property-configurable.html
linkify-phone-numbers-expected.html
linkify-phone-numbers.html
location-assign-expected.txt
location-assign.html
location-hash-expected.txt
location-hash.html
location-new-window-no-crash-expected.txt
location-new-window-no-crash.html
location-valueOf-after-object-prototype-update-expected.txt Expose Symbol.toPrimitive / valueOf on Location instances 2017-02-15 18:23:33 +00:00
location-valueOf-after-object-prototype-update.html
location-valueOf-after-object-prototype-update2-expected.txt Expose Symbol.toPrimitive / valueOf on Location instances 2017-02-15 18:23:33 +00:00
location-valueOf-after-object-prototype-update2.html
message-port-deleted-by-accessor-expected.txt
message-port-deleted-by-accessor.html
microtask-detach-expected.txt
microtask-detach.html
microtask-inorder-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
microtask-inorder.html
microtask-promise-mutation-observer-order-expected.txt
microtask-promise-mutation-observer-order.html
microtask-reverse-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
microtask-reverse.html
modify-node-and-while-in-the-callback-too-crash-expected.txt Create render tree lazily 2013-12-20 14:44:23 +00:00
modify-node-and-while-in-the-callback-too-crash.html Unreviewed, reverting r274054. 2021-03-10 06:39:48 +00:00
move-detached-child-in-range-expected.txt Crash in WebCore::Range::borderAndTextRects 2020-06-20 00:16:12 +00:00
move-detached-child-in-range.html
move-nodes-across-documents-expected.txt
move-nodes-across-documents.html
multiple-ids-expected.txt
multiple-ids.html
mutation-details-focus-expected.txt
mutation-details-focus.html
mutation-event-listener-with-dirty-inline-style-crash-expected.txt
mutation-event-listener-with-dirty-inline-style-crash.html
mutation-event-remove-inserted-node-expected.txt
mutation-event-remove-inserted-node.html
named-items-with-empty-name-expected.txt
named-items-with-empty-name.html
named-items-with-symbol-name-expected.txt
named-items-with-symbol-name.html
named-map-removed-while-inserting-parent-crash-expected.txt Various assertion failures occur when executing script in the midst of DOM insertion 2015-06-19 21:55:55 +00:00
named-map-removed-while-inserting-parent-crash.html
namednodemap-namelookup-expected.txt
namednodemap-namelookup.html
namespaces-1-expected.txt
namespaces-1.html
navigation-type-back-forward-expected.txt
navigation-type-back-forward.html
navigation-type-navigate-expected.txt
navigation-type-navigate.html
navigation-type-reload-expected.txt
navigation-type-reload.html
navigation-with-sideeffects-expected.txt
navigation-with-sideeffects.html
navigator-cookieEnabled-no-crash-expected.txt
navigator-cookieEnabled-no-crash.html
navigator-detached-no-crash-expected.txt Stop building WebGPU and the WHLSL compiler to decrease binary size 2021-07-30 03:53:49 +00:00
navigator-detached-no-crash.html
navigator-iOS-userAgent-expected.txt
navigator-iOS-userAgent.html fast/dom/navigator-iOS-userAgent.html fails on iPad because the platform is not "iPhone" or "iPad" 2021-08-03 20:29:28 +00:00
navigator-property-gc-after-frame-detach-expected.txt
navigator-property-gc-after-frame-detach.html
navigator-userAgent-expected.txt
navigator-userAgent-frozen-expected.txt
navigator-userAgent-frozen.html
navigator-userAgent.html
navigator-vendorSub-expected.txt
navigator-vendorSub.html
nested-script-exceptions-expected.txt
nested-script-exceptions.html
nested-timer-visible-element-throttling-expected.txt
nested-timer-visible-element-throttling.html
no-assert-for-malformed-js-url-attribute-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
no-assert-for-malformed-js-url-attribute.html
no-elements-expected.txt
no-elements.html
node-childNodes-idempotence-expected.txt
node-childNodes-idempotence.html
node-filter-detached-iframe-crash-expected.txt
node-filter-detached-iframe-crash.html
node-filter-gc-expected.txt
node-filter-gc.html
node-filter-interface-expected.txt
node-filter-interface.html
node-item-expected.txt
node-item.html
node-iterator-detach-noop-expected.txt
node-iterator-detach-noop.html
node-iterator-document-moved-crash-expected.txt
node-iterator-document-moved-crash.html
node-iterator-reference-node-moved-crash-expected.txt
node-iterator-reference-node-moved-crash.html
node-iterator-reference-node-removed-expected.txt
node-iterator-reference-node-removed.html
node-iterator-with-doctype-root-expected.txt
node-iterator-with-doctype-root.html
node-move-to-new-document-crash-main-expected.txt
node-move-to-new-document-crash-main.html
nodeListIterator-expected.txt
nodeListIterator.html
nodelist-item-parameter-expected.txt
nodelist-item-parameter.html
non-numeric-values-numeric-parameters-expected.txt Add CSSConditionRule and CSSGroupingRule 2020-09-25 17:19:48 +00:00
non-numeric-values-numeric-parameters.html Add CSSConditionRule and CSSGroupingRule 2020-09-25 17:19:48 +00:00
non-styled-element-id-crash-expected.txt
non-styled-element-id-crash.html
nonce-attribute-reflection-expected.txt
nonce-attribute-reflection.html
normalize-attributes-mutation-event-crash-expected.txt
normalize-attributes-mutation-event-crash.html
noscript-canvas-in-created-html-document-expected.txt
noscript-canvas-in-created-html-document.html
noscript-style-expected.txt
noscript-style.html
null-chardata-crash-expected.txt
null-chardata-crash.html
null-document-location-assign-crash-expected.txt
null-document-location-assign-crash.html
null-document-location-href-put-crash-expected.txt
null-document-location-href-put-crash.html
null-document-location-put-crash-expected.txt
null-document-location-put-crash.html
null-document-location-replace-crash-expected.txt
null-document-location-replace-crash.html
null-document-window-open-crash-expected.txt
null-document-window-open-crash.html
null-inline-style-expected.txt Null check inlineStyle in StyledElement::invalidateStyleAttribute 2020-07-28 03:53:56 +00:00
null-inline-style.html Null check inlineStyle in StyledElement::invalidateStyleAttribute 2020-07-28 03:53:56 +00:00
null-page-show-modal-dialog-crash-expected.txt
null-page-show-modal-dialog-crash.html
objc-big-method-name-expected.txt
objc-big-method-name.html
object-computed-style-event-expected.txt
object-computed-style-event.html
object-plugin-hides-properties-expected.txt
object-plugin-hides-properties.html
offset-parent-positioned-and-inline-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
offset-parent-positioned-and-inline.html
offset-position-writing-modes-expected.txt
offset-position-writing-modes.html
onerror-img-expected.txt
onerror-img.html
onload-open-expected.txt
onload-open.html
open-and-close-by-DOM-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
open-and-close-by-DOM.html
option-properties-expected.txt
option-properties.html
option-text-mutation-crash-expected.txt
option-text-mutation-crash.html
options-collection-zero-length-crash-expected.txt
options-collection-zero-length-crash.html
outerText-no-element-expected.txt
outerText-no-element.html
outerText.html
parsed-document-dispatchEvent-expected.txt
parsed-document-dispatchEvent.html
ping-attribute-dom-binding-expected.txt
ping-attribute-dom-binding.html
plugin-attributes-enumeration-expected.txt Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
plugin-attributes-enumeration.html Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
prefixed-image-tag-expected.txt
prefixed-image-tag.xhtml
processing-instruction-appendChild-exceptions-expected.txt
processing-instruction-appendChild-exceptions.xhtml
processing-instruction-inherit-characterdata-expected.txt
processing-instruction-inherit-characterdata.xhtml Change some remaining fast/* files to use pre and post js files in LayoutTests/resources. 2013-09-09 19:19:15 +00:00
prototype-chain-expected.txt [WebIDL] Interface prototype objects should define @@toStringTag 2020-05-01 09:48:33 +00:00
prototype-chain.html
prototype-constructor-setter-expected.txt
prototype-constructor-setter.html
prototype-property-expected.txt
prototype-property-not-enumerable-expected.txt
prototype-property-not-enumerable.html
prototype-property.html
prototypes-expected.txt
prototypes.html
quotes-continuation-crash-expected.txt Ignore non-null lastQuote ASSERT when continuation is broken 2021-04-07 14:47:57 +00:00
quotes-continuation-crash.html Ignore non-null lastQuote ASSERT when continuation is broken 2021-04-07 14:47:57 +00:00
rangeContainsBoundaryPoint-expected.txt Remove another function that implicitly uses the composed tree (intersects with range) 2020-11-11 00:41:21 +00:00
rangeContainsBoundaryPoint.html Remove another function that implicitly uses the composed tree (intersects with range) 2020-11-11 00:41:21 +00:00
rangeContainsNode-expected.txt Start removing functions that implicitly use composed tree 2020-11-02 18:53:36 +00:00
rangeContainsNode.html Start removing functions that implicitly use composed tree 2020-11-02 18:53:36 +00:00
rangeContainsRange-expected.txt Start removing functions that implicitly use composed tree 2020-11-02 18:53:36 +00:00
rangeContainsRange.html Start removing functions that implicitly use composed tree 2020-11-02 18:53:36 +00:00
rangeIntersectsNode-expected.txt Remove another function that implicitly uses the composed tree (intersects with range) 2020-11-11 00:41:21 +00:00
rangeIntersectsNode.html Remove another function that implicitly uses the composed tree (intersects with range) 2020-11-11 00:41:21 +00:00
rangeIntersectsRange-expected.txt Remove another function that implicitly uses the composed tree (intersects with range) 2020-11-11 00:41:21 +00:00
rangeIntersectsRange.html Remove another function that implicitly uses the composed tree (intersects with range) 2020-11-11 00:41:21 +00:00
ready-state-change-crash-expected.txt
ready-state-change-crash.html
reference-cycle-leaks-expected.txt Add leak tests for Range and StaticRange 2021-03-06 00:11:34 +00:00
reference-cycle-leaks.html Add leak tests for Range and StaticRange 2021-03-06 00:11:34 +00:00
reflect-unsigned-long-expected.txt
reflect-unsigned-long.html
regress-131530-expected.txt
regress-131530.html
rel-list-expected.txt
rel-list-gc-expected.txt
rel-list-gc.html
rel-list.html
remove-body-during-body-replacement-expected.txt Crash in ContainerNode functions due to mutation events. 2012-02-07 20:01:42 +00:00
remove-body-during-body-replacement.html
remove-body-during-body-replacement2-expected.txt
remove-body-during-body-replacement2.html
remove-body-during-title-creation-expected.txt
remove-body-during-title-creation.html
remove-children-notification-order-expected.txt
remove-children-notification-order.html
remove-element-with-id-that-was-inserted-on-DOMNodeRemoved-expected.txt
remove-element-with-id-that-was-inserted-on-DOMNodeRemoved.html
remove-element-with-name-that-was-inserted-on-DOMNodeRemoved-expected.txt
remove-element-with-name-that-was-inserted-on-DOMNodeRemoved.html
remove-id-form-associated-elemet-id-observer-crash-expected.txt
remove-id-form-associated-elemet-id-observer-crash.html
remove-named-attribute-crash-expected.txt
remove-named-attribute-crash.html
remove-style-element-expected.txt
remove-style-element.html
removing-focused-object-element-expected.txt
removing-focused-object-element.html
repeating-timer-element-overflow-throttling-expected.txt
repeating-timer-element-overflow-throttling.html LayoutTest fast/dom/timer-throttling-hidden-page.html is a flaky failure 2017-03-06 19:14:21 +00:00
repeating-timer-element-overflowing-child-own-layer-throttling-expected.txt
repeating-timer-element-overflowing-child-own-layer-throttling.html
repeating-timer-mixed-visible-display-none-elements-throttling-expected.txt
repeating-timer-mixed-visible-display-none-elements-throttling.html
repeating-timer-visible-element-throttling-expected.txt
repeating-timer-visible-element-throttling.html LayoutTest fast/dom/timer-throttling-hidden-page.html is a flaky failure 2017-03-06 19:14:21 +00:00
replace-child-siblings-expected.txt
replace-child-siblings.html
replace-child-with-mutation-event-removal-and-circular-insertion-expected.txt
replace-child-with-mutation-event-removal-and-circular-insertion.html
replace-child-with-mutation-event-removal-and-circular-shadow-insertion-expected.txt
replace-child-with-mutation-event-removal-and-circular-shadow-insertion.html
replace-child-with-mutation-event-removal-and-circular-template-insertion-expected.txt
replace-child-with-mutation-event-removal-and-circular-template-insertion.html
replace-first-child-expected.txt
replace-first-child.html
replaceChild-expected.txt
replaceChild.html
replaceable-setter-throws-if-defineownproperty-fails-expected.txt [WebIDL] Properly validate and merge descriptors in [Replaceable] setter 2021-07-24 01:56:31 +00:00
replaceable-setter-throws-if-defineownproperty-fails.html [WebIDL] Properly validate and merge descriptors in [Replaceable] setter 2021-07-24 01:56:31 +00:00
replaced-image-map-expected.txt
replaced-image-map-valid-hash-name-expected.txt Ignore usemap attributes without '#' in img element 2014-08-20 04:32:12 +00:00
replaced-image-map-valid-hash-name.html
replaced-image-map.html
resource-locations-in-created-html-document-expected.txt
resource-locations-in-created-html-document.html document.open() should not propagate URLs to non-fully active documents 2018-09-27 16:31:53 +00:00
right-overflow-in-rtl-expected.txt
right-overflow-in-rtl.html
row-inner-text.html
rtl-scroll-to-leftmost-and-resize.html
script-add-expected.txt
script-add.html
script-charset-update-expected.txt
script-charset-update.html
script-clone-rerun-expected.txt
script-clone-rerun-self-expected.txt
script-clone-rerun-self.html
script-clone-rerun-src-expected.txt
script-clone-rerun-src.xhtml
script-clone-rerun.html
script-element-gc-expected.txt
script-element-gc.html
script-element-remove-self-expected.txt
script-element-remove-self.html
script-element-without-frame-crash-expected.txt
script-element-without-frame-crash.html
script-for-event-spaces-expected.txt
script-for-event-spaces.html
script-innerHTML-expected.txt
script-innerHTML-x-expected.txt
script-innerHTML-x.xhtml
script-innerHTML.html
script-remove-child-id-map-expected.txt
script-remove-child-id-map.html
script-subtext-in-script-elements-expected.txt
script-subtext-in-script-elements.html
scroll-element-to-rect-centered-expected.txt
scroll-element-to-rect-centered.html
scroll-element-to-rect-expected.txt
scroll-element-to-rect.html
scroll-position-for-new-loads-expected.txt
scroll-position-for-new-loads.html
scroll-reveal-left-overflow-expected.txt
scroll-reveal-left-overflow.html
scroll-reveal-top-overflow-expected.txt
scroll-reveal-top-overflow.html
search-shadow-host-crash-expected.txt
search-shadow-host-crash.html
select-size-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
select-size.html
serialize-attribute-expected.txt
serialize-attribute.xhtml
serialize-cdata-expected.txt
serialize-cdata.html
serialize-nodes-expected.txt
serialize-nodes.xhtml
set-custom-validity-with-too-few-arguments-expected.txt
set-custom-validity-with-too-few-arguments.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
set-document-location-host-to-unaccepted-values-expected.txt Perform IDNA encoding on parameters for setHostAndPort and setHost 2016-06-09 05:07:24 +00:00
set-document-location-host-to-unaccepted-values.html
set-document-location-hostname-to-unaccepted-values-expected.txt
set-document-location-hostname-to-unaccepted-values.html
set-frame-src-while-running-script-in-frame-expected.txt
set-frame-src-while-running-script-in-frame.html
set-inner-text-newlines-expected.txt
set-inner-text-newlines.html
set-innerHTML-expected.txt
set-innerHTML.xhtml
set-outer-html-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
set-outer-html-special-cases-expected.txt Relax "parent must be an HTMLElement" restriction in outerHTML setter 2021-06-13 19:16:48 +00:00
set-outer-html-special-cases.html Relax "parent must be an HTMLElement" restriction in outerHTML setter 2021-06-13 19:16:48 +00:00
set-outer-html.html
set-outer-text-expected.txt
set-outer-text.html
setAttribute-using-initial-input-value-expected.txt
setAttribute-using-initial-input-value.html
setAttributeNS-empty-namespace-expected.txt
setAttributeNS-empty-namespace.html
setAttributeNS-expected.txt
setAttributeNS-namespace-errors-expected.txt
setAttributeNS-namespace-errors.html
setAttributeNS.html
setPrimitiveValue-exceptions-expected.txt
setPrimitiveValue-exceptions.html
setPrimitiveValue-expected.txt
setPrimitiveValue.html
setter-type-enforcement-expected.txt
setter-type-enforcement.html
shared-inline-style-after-node-removal-expected.txt
shared-inline-style-after-node-removal.html
simultaneously-registered-timer-fire-order-expected.txt
simultaneously-registered-timer-fire-order.html Fix misspelling test named fast/dom/simultaneouslyRegsiteredTimerFireOrder.html 2019-10-30 22:17:03 +00:00
space-to-text-expected.txt
space-to-text.html
split-cdata-expected.txt
split-cdata.xml
static-range-gc-expected.txt StaticRange should keep its start and end containers alive 2021-01-30 08:53:10 +00:00
static-range-gc.html StaticRange should keep its start and end containers alive 2021-01-30 08:53:10 +00:00
stripNullFromTextNodes-expected.txt
stripNullFromTextNodes.html
style-media-null-document-element-expected.txt
style-media-null-document-element.html
style-sheet-candidate-remove-unrendered-document-expected.txt
style-sheet-candidate-remove-unrendered-document.html
styled-clone-inline-style-decl-parent-crash-expected.txt
styled-clone-inline-style-decl-parent-crash.html Change fast/d* files to use pre and post js files in LayoutTests/resources. 2013-09-07 22:48:36 +00:00
styled-not-in-document-clone-inline-style-decl-parent-crash-expected.txt
styled-not-in-document-clone-inline-style-decl-parent-crash.html
subtree-modified-attributes-expected.txt
subtree-modified-attributes.html
tab-in-right-alignment-expected.txt
tab-in-right-alignment.html
tabindex-defaults-expected.txt
tabindex-defaults.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
template-document-dispatchEvent-expected.txt
template-document-dispatchEvent.html
text-control-crash-on-select-expected.txt
text-control-crash-on-select.html
text-node-append-data-remove-crash-expected.txt 2011-01-13 Emil Eklund <eae@chromium.org> 2011-01-13 22:49:44 +00:00
text-node-append-data-remove-crash.html
text-node-attach-crash-expected.txt
text-node-attach-crash.xhtml
throttled-timer-running-on-document-destruction-expected.txt Crash when destroying a Document that has a throttled timer still running 2014-11-20 18:44:12 +00:00
throttled-timer-running-on-document-destruction.html
timer-clear-interval-in-handler-and-generate-error-expected.txt
timer-clear-interval-in-handler-and-generate-error.html
timer-clear-interval-in-handler-expected.txt
timer-clear-interval-in-handler.html
timer-destruction-during-firing-expected.txt
timer-destruction-during-firing.html
timer-fire-after-page-pause-expected.txt
timer-fire-after-page-pause.html
timer-height-change-no-throttling-expected.txt
timer-height-change-no-throttling.html
timer-increase-min-interval-and-reset-part-1-expected.txt
timer-increase-min-interval-and-reset-part-1.html
timer-increase-min-interval-and-reset-part-2-expected.txt
timer-increase-min-interval-and-reset-part-2.html
timer-increase-min-interval-expected.txt
timer-increase-min-interval-repeating-expected.txt
timer-increase-min-interval-repeating.html
timer-increase-min-interval.html
timer-increase-then-decrease-min-interval-expected.txt
timer-increase-then-decrease-min-interval-repeating-expected.txt
timer-increase-then-decrease-min-interval-repeating.html
timer-increase-then-decrease-min-interval.html
timer-throttling-hidden-page-expected.txt
timer-throttling-hidden-page-non-nested-expected.txt
timer-throttling-hidden-page-non-nested.html Remove all remaining boolean overridePreference calls 2020-10-30 01:17:30 +00:00
timer-throttling-hidden-page.html Remove all remaining boolean overridePreference calls 2020-10-30 01:17:30 +00:00
timer-throttling-lowPowerMode-expected.txt
timer-throttling-lowPowerMode.html
timer-throttling-subframe-expected.txt
timer-throttling-subframe.html
title-content-set-innerText-get-expected.txt
title-content-set-innerText-get.xhtml
title-content-write-set-expected.txt
title-content-write-set.html
title-directionality-expected.txt
title-directionality-removeChild-expected.txt
title-directionality-removeChild.html
title-directionality.html
title-setter-new-text-node-expected.txt
title-setter-new-text-node-svg-expected.txt
title-setter-new-text-node-svg.html
title-setter-new-text-node.html
title-text-property-2-expected.txt
title-text-property-2.html Use event loop to set title 2021-02-11 06:22:38 +00:00
title-text-property-assigning-empty-string-expected.txt
title-text-property-assigning-empty-string.html Use event loop to set title 2021-02-11 06:22:38 +00:00
title-text-property-expected.txt
title-text-property.html Use event loop to set title 2021-02-11 06:22:38 +00:00
toString_attributes-expected.txt
toString_attributes.html
treeOrder-expected.txt Start removing functions that implicitly use composed tree 2020-11-02 18:53:36 +00:00
treeOrder.html Start removing functions that implicitly use composed tree 2020-11-02 18:53:36 +00:00
treeOrderBoundaryPoint-expected.txt Remove another function that implicitly uses the composed tree (documentOrder on nodes and boundary points) 2020-11-08 19:41:11 +00:00
treeOrderBoundaryPoint.html Remove another function that implicitly uses the composed tree (documentOrder on nodes and boundary points) 2020-11-08 19:41:11 +00:00
undetectable-document-all-expected.txt Remove [Replaceable] extended attribute from `document.all` 2021-04-02 22:24:18 +00:00
undetectable-document-all.html Remove [Replaceable] extended attribute from `document.all` 2021-04-02 22:24:18 +00:00
unforgeable-attributes-expected.txt
unforgeable-attributes.html
uniquing-attributes-via-setAttribute-expected.txt
uniquing-attributes-via-setAttribute.html
variadic-operations-length-expected.txt
variadic-operations-length.html
vertical-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt Update fast/dom test since it progressed. 2011-01-27 00:58:47 +00:00
vertical-scrollbar-in-rtl-doesnt-fire-onscroll.html
vertical-scrollbar-in-rtl-expected.txt
vertical-scrollbar-in-rtl.html fast/dom/vertical-scrollbar-in-rtl.html is flaky failing 2020-05-28 18:02:01 +00:00
vertical-scrollbar-when-dir-change-expected.txt
vertical-scrollbar-when-dir-change.html
webidl-operations-on-node-prototype-expected.txt JSC bindings generator should generate deletable JSC functions 2013-11-12 08:33:35 +00:00
webidl-operations-on-node-prototype.html
webtiming-document-open-expected.txt
webtiming-document-open.html
webtiming-expected.txt
webtiming-navigate-within-document-expected.txt JSON.stringify returns empty when used with performance.timing. 2016-08-30 00:15:17 +00:00
webtiming-navigate-within-document.html
webtiming-performance-timing-stringify-expected.txt
webtiming-performance-timing-stringify.html
webtiming.html
window-const-variable-shadowing-expected.txt
window-const-variable-shadowing.html
window-domurl-crash-expected.txt
window-domurl-crash.html
window-inner-size-scaling-expected.txt
window-inner-size-scaling.html
window-inner-width-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
window-inner-width-crash.html
window-languagechange-event-expected.txt
window-languagechange-event.html
window-load-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
window-load-crash.html
window-open-ephemeral-expected.txt
window-open-ephemeral.html
window-opener-setter-throws-if-defineownproperty-fails-1-expected.txt [WebIDL] Properly validate and merge descriptors in [Replaceable] setter 2021-07-24 01:56:31 +00:00
window-opener-setter-throws-if-defineownproperty-fails-1.html [WebIDL] Properly validate and merge descriptors in [Replaceable] setter 2021-07-24 01:56:31 +00:00
window-opener-setter-throws-if-defineownproperty-fails-2-expected.txt [WebIDL] Properly validate and merge descriptors in [Replaceable] setter 2021-07-24 01:56:31 +00:00
window-opener-setter-throws-if-defineownproperty-fails-2.html [WebIDL] Properly validate and merge descriptors in [Replaceable] setter 2021-07-24 01:56:31 +00:00
window-scroll-scaling-expected.txt
window-scroll-scaling.html
wrapper-classes-expected.txt Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
wrapper-classes.html Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
wrapper-context-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
wrapper-context.html
wrapper-identity-expected.txt
wrapper-identity.html
wrapper-scope-expected.txt
wrapper-scope.html
xhtml-fragment-parsing-exceptions-expected.txt
xhtml-fragment-parsing-exceptions.xhtml
xhtml-fragment-whitespace-expected.txt
xhtml-fragment-whitespace.xhtml
xml-large-expected.txt
xml-large.html
xml-parser-entity-in-attribute-value-expected.txt
xml-parser-entity-in-attribute-value.html
xml-parser-error-message-crash-expected.txt
xml-parser-error-message-crash.svg
xmlhttprequest-constructor-in-detached-document-expected.txt Location.href setter uses wrong window to resolve relative URLs 2021-07-27 01:07:59 +00:00
xmlhttprequest-constructor-in-detached-document.html
xmlserializer-ampersand-in-style-expected.txt
xmlserializer-ampersand-in-style.html
xmlserializer-serialize-to-string-exception-expected.txt
xmlserializer-serialize-to-string-exception.html XMLSerializer.serializeToString() should throw exception for invalid node value. 2013-09-12 14:41:49 +00:00
xss-DENIED-javascript-variations-expected.txt
xss-DENIED-javascript-variations.html
zoom-scroll-page-test-expected.txt
zoom-scroll-page-test.html