<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[191379] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/191379">191379</a></dd>
<dt>Author</dt> <dd>youenn.fablet@crf.canon.fr</dd>
<dt>Date</dt> <dd>2015-10-21 00:44:33 -0700 (Wed, 21 Oct 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update web-platform-tests tests to the same revision as tools
https://bugs.webkit.org/show_bug.cgi?id=149656

Reviewed by Darin Adler.

LayoutTests/imported/w3c:

Syncing tests with WPT repository.
Some files previously in resources folder are now in not-resources folder.
Updated TestExpectations to skip those files.
web-platform-tests/dom/nodes/resources should be removed for a later patch.

* web-platform-tests/common/failing-test.html: Removed.
* web-platform-tests/common/w3c-import.log:
* web-platform-tests/dom/collections/HTMLCollection-supported-property-names.html:
* web-platform-tests/dom/collections/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log.
* web-platform-tests/dom/events/w3c-import.log: Added.
* web-platform-tests/dom/historical-expected.txt:
* web-platform-tests/dom/historical.html:
* web-platform-tests/dom/interfaces-expected.txt:
* web-platform-tests/dom/interfaces.html:
* web-platform-tests/dom/lists/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log.
* web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt:
* web-platform-tests/dom/nodes/DOMImplementation-createDocument.html:
* web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument-expected.txt:
* web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument.html:
* web-platform-tests/dom/nodes/Document-adoptNode.html:
* web-platform-tests/dom/nodes/Document-characterSet-normalization-expected.txt:
* web-platform-tests/dom/nodes/Document-characterSet-normalization.html:
* web-platform-tests/dom/nodes/Document-constructor-expected.txt:
* web-platform-tests/dom/nodes/Document-constructor.html:
* web-platform-tests/dom/nodes/Document-contentType/contentType/w3c-import.log: Added.
* web-platform-tests/dom/nodes/Document-contentType/resources/w3c-import.log: Added.
* web-platform-tests/dom/nodes/Document-contentType/support/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log.
* web-platform-tests/dom/nodes/Document-createAttribute-expected.txt:
* web-platform-tests/dom/nodes/Document-createAttribute.html:
* web-platform-tests/dom/nodes/Document-createElement-namespace-expected.txt:
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.html: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.svg: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xhtml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.html: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.svg: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xhtml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.html: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.svg: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xhtml: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xml: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.html: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.svg: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.xhtml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.xml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/generate.py: Added.
(__main__):
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.html: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.svg: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xhtml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.html: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.svg: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xhtml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.html: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.svg: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xhtml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/w3c-import.log: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.html: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.svg: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xhtml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.html: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.svg: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xhtml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.html: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.svg: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xhtml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xml: Added.
* web-platform-tests/dom/nodes/Document-createElement-namespace.html:
* web-platform-tests/dom/nodes/Document-doctype.html:
* web-platform-tests/dom/nodes/Document-getElementById.html:
* web-platform-tests/dom/nodes/Element-matches.html:
* web-platform-tests/dom/nodes/MutationObserver-characterData-expected.txt:
* web-platform-tests/dom/nodes/MutationObserver-characterData.html:
* web-platform-tests/dom/nodes/Node-compareDocumentPosition.html:
* web-platform-tests/dom/nodes/Node-contains.html:
* web-platform-tests/dom/nodes/Node-lookupPrefix.xhtml:
* web-platform-tests/dom/nodes/Node-parentNode-iframe.html: Added.
* web-platform-tests/dom/nodes/Node-parentNode.html:
* web-platform-tests/dom/nodes/Node-properties-expected.txt:
* web-platform-tests/dom/nodes/Node-properties.html:
* web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.html: Added.
* web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.xht: Added.
* web-platform-tests/dom/nodes/ParentNode-querySelector-All.html:
* web-platform-tests/dom/nodes/getElementsByClassName-14.htm:
* web-platform-tests/dom/nodes/getElementsByClassName-28.htm:
* web-platform-tests/dom/nodes/w3c-import.log: Added.
* web-platform-tests/dom/ranges/w3c-import.log: Added.
* web-platform-tests/dom/traversal/TreeWalker-acceptNode-filter.html:
* web-platform-tests/dom/traversal/TreeWalker-basic.html:
* web-platform-tests/dom/traversal/TreeWalker-currentNode.html:
* web-platform-tests/dom/traversal/TreeWalker-previousNodeLastChildReject.html:
* web-platform-tests/dom/traversal/TreeWalker-previousSiblingLastChildSkip.html:
* web-platform-tests/dom/traversal/TreeWalker-traversal-reject.html:
* web-platform-tests/dom/traversal/TreeWalker-traversal-skip-most.html:
* web-platform-tests/dom/traversal/TreeWalker-traversal-skip.html:
* web-platform-tests/dom/traversal/TreeWalker-walking-outside-a-tree.html:
* web-platform-tests/dom/traversal/w3c-import.log: Added.
* web-platform-tests/dom/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/w3c-import.log.
* web-platform-tests/domparsing/DOMParser-parseFromString-html-expected.txt:
* web-platform-tests/domparsing/DOMParser-parseFromString-html.html:
* web-platform-tests/domparsing/w3c-import.log:
* web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/w3c-import.log: Added.
* web-platform-tests/html/dom/documents/dom-tree-accessors/w3c-import.log: Added.
* web-platform-tests/html/dom/documents/resource-metadata-management/document-lastModified-01.html:
* web-platform-tests/html/dom/documents/resource-metadata-management/w3c-import.log: Added.
* web-platform-tests/html/dom/dynamic-markup-insertion/closing-the-input-stream/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log.
* web-platform-tests/html/dom/dynamic-markup-insertion/document-write/w3c-import.log: Added.
* web-platform-tests/html/dom/dynamic-markup-insertion/document-writeln/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/w3c-import.log.
* web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html: Added.
* web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html: Added.
* web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-expected.txt:
* web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html: Added.
* web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/w3c-import.log: Added.
* web-platform-tests/html/dom/elements/content-models/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log.
* web-platform-tests/html/dom/elements/element-definitions/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/w3c-import.log.
* web-platform-tests/html/dom/elements/elements-in-the-dom/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log.
* web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-001.html:
* web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-002.html:
* web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-003.html:
* web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-004.html:
* web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-005.html:
* web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-006.html:
* web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-007.html:
* web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-008.html:
* web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-009.html:
* web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-010.html:
* web-platform-tests/html/dom/elements/global-attributes/w3c-import.log: Added.
* web-platform-tests/html/dom/elements/wai-aria/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log.
* web-platform-tests/html/dom/interfaces-expected.txt:
* web-platform-tests/html/dom/interfaces.html:
* web-platform-tests/html/dom/w3c-import.log: Added.
* web-platform-tests/html/resources/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log.
* web-platform-tests/html/semantics/disabled-elements/w3c-import.log:
* web-platform-tests/html/semantics/document-metadata/styling/support/w3c-import.log:
* web-platform-tests/html/semantics/document-metadata/the-base-element/base_multiple.html:
* web-platform-tests/html/semantics/document-metadata/the-base-element/example.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/resources/example.html.
* web-platform-tests/html/semantics/document-metadata/the-base-element/example2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/resources/example2.html.
* web-platform-tests/html/semantics/document-metadata/the-base-element/w3c-import.log:
* web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01-expected.txt:
* web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01.html:
* web-platform-tests/html/semantics/document-metadata/the-link-element/w3c-import.log:
* web-platform-tests/html/semantics/document-metadata/the-meta-element/w3c-import.log:
* web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01-expected.txt:
* web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01.html:
* web-platform-tests/html/semantics/document-metadata/the-style-element/w3c-import.log:
* web-platform-tests/html/semantics/document-metadata/the-title-element/w3c-import.log:
* web-platform-tests/html/semantics/edits/the-del-element/w3c-import.log:
* web-platform-tests/html/semantics/edits/the-ins-element/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLMediaElement/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TrackEvent/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/offsets-into-the-media-resource/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/resources/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/user-interface/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/media-elements/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-area-element/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-audio-element/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-canvas-element/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-embed-element/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_javascript_url_01.htm: Removed.
* web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script-expected.txt:
* web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html: Removed.
* web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_01.html: Removed.
* web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_02.html: Removed.
* web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_03.html: Removed.
* web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html: Removed.
* web-platform-tests/html/semantics/embedded-content/the-iframe-element/resources/sandbox_allow_script.html: Removed.
* web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/sandbox_allow_script.html: Removed.
* web-platform-tests/html/semantics/embedded-content/the-iframe-element/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/iframed.sub.html: Added.
* web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change-expected.txt:
* web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-expected.txt:
* web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-iframed.sub.html: Added.
* web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-img-element/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-object-element/object-handler.html:
* web-platform-tests/html/semantics/embedded-content/the-object-element/test0.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/resources/test0.html.
* web-platform-tests/html/semantics/embedded-content/the-object-element/test1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/resources/test1.html.
* web-platform-tests/html/semantics/embedded-content/the-object-element/test2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/resources/test2.html.
* web-platform-tests/html/semantics/embedded-content/the-object-element/w3c-import.log:
* web-platform-tests/html/semantics/embedded-content/the-video-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr-iframe.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/resources/dirname-ltr-iframe.html.
* web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr.html:
* web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/w3c-import.log:
* web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt:
* web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong.html:
* web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt:
* web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing.html:
* web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
* web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html:
* web-platform-tests/html/semantics/forms/constraints/support/validator.js:
(validator.test_reportValidity):
(validator.set_conditions):
(validator.set_dirty):
* web-platform-tests/html/semantics/forms/constraints/support/w3c-import.log:
* web-platform-tests/html/semantics/forms/constraints/w3c-import.log:
* web-platform-tests/html/semantics/forms/form-control-infrastructure/w3c-import.log:
* web-platform-tests/html/semantics/forms/form-submission-0/w3c-import.log:
* web-platform-tests/html/semantics/forms/introduction-1/w3c-import.log:
* web-platform-tests/html/semantics/forms/resetting-a-form/w3c-import.log:
* web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt:
* web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html:
* web-platform-tests/html/semantics/forms/textfieldselection/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-button-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-datalist-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-fieldset-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-form-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt:
* web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html:
* web-platform-tests/html/semantics/forms/the-input-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html:
* web-platform-tests/html/semantics/forms/the-label-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-legend-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-option-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-output-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-progress-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-select-element/w3c-import.log:
* web-platform-tests/html/semantics/forms/the-textarea-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-dd-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-div-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-dl-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-dt-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-figcaption-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-figure-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-hr-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref-expected.html: Removed.
* web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref.html: Removed.
* web-platform-tests/html/semantics/grouping-content/the-li-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html: Added.
* web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1b.html: Added.
* web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1c.html: Added.
* web-platform-tests/html/semantics/grouping-content/the-ol-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-p-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-pre-element/w3c-import.log:
* web-platform-tests/html/semantics/grouping-content/the-ul-element/w3c-import.log:
* web-platform-tests/html/semantics/interactive-elements/commands/w3c-import.log:
* web-platform-tests/html/semantics/interactive-elements/the-details-element/w3c-import.log:
* web-platform-tests/html/semantics/interactive-elements/the-dialog-element/w3c-import.log:
* web-platform-tests/html/semantics/interactive-elements/the-menu-element/w3c-import.log:
* web-platform-tests/html/semantics/interfaces-expected.txt:
* web-platform-tests/html/semantics/interfaces.js:
* web-platform-tests/html/semantics/links/downloading-resources/w3c-import.log:
* web-platform-tests/html/semantics/links/linktypes/w3c-import.log:
* web-platform-tests/html/semantics/scripting-1/the-script-element/w3c-import.log:
* web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/w3c-import.log:
* web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/w3c-import.log:
* web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/w3c-import.log:
* web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/w3c-import.log:
* web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type-expected.txt:
* web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html:
* web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/w3c-import.log:
* web-platform-tests/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/w3c-import.log:
* web-platform-tests/html/semantics/scripting-1/the-template-element/resources/w3c-import.log:
* web-platform-tests/html/semantics/scripting-1/the-template-element/serializing-html-templates/w3c-import.log:
* web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset-expected.txt:
* web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html:
* web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/w3c-import.log:
* web-platform-tests/html/semantics/sections/headings-and-sections/w3c-import.log:
* web-platform-tests/html/semantics/sections/the-h1-h2-h3-h4-h5-and-h6-elements/w3c-import.log:
* web-platform-tests/html/semantics/selectors/pseudo-classes/disabled-expected.txt:
* web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html:
* web-platform-tests/html/semantics/selectors/pseudo-classes/focus-iframe.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/resources/focus-iframe.html.
* web-platform-tests/html/semantics/selectors/pseudo-classes/focus.html:
* web-platform-tests/html/semantics/selectors/pseudo-classes/w3c-import.log:
* web-platform-tests/html/semantics/tabular-data/attributes-common-to-td-and-th-elements/w3c-import.log:
* web-platform-tests/html/semantics/tabular-data/processing-model-1/w3c-import.log:
* web-platform-tests/html/semantics/tabular-data/the-caption-element/w3c-import.log:
* web-platform-tests/html/semantics/tabular-data/the-table-element/w3c-import.log:
* web-platform-tests/html/semantics/tabular-data/the-tbody-element/w3c-import.log:
* web-platform-tests/html/semantics/tabular-data/the-tr-element/w3c-import.log:
* web-platform-tests/html/semantics/text-level-semantics/the-a-element/w3c-import.log:
* web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/w3c-import.log:
* web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/w3c-import.log:
* web-platform-tests/html/semantics/text-level-semantics/the-br-element/w3c-import.log:
* web-platform-tests/html/semantics/text-level-semantics/the-time-element/w3c-import.log:
* web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/w3c-import.log:
* web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-expected.html:
* web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-ref.html: Removed.
* web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html:
* web-platform-tests/html/semantics/w3c-import.log:

LayoutTests:

* TestExpectations: Skipping imported resource files that are not in 'resources' folder.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsTestExpectations">trunk/LayoutTests/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsimportedw3cChangeLog">trunk/LayoutTests/imported/w3c/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestscommonw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/common/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomcollectionsHTMLCollectionsupportedpropertynameshtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/collections/HTMLCollection-supported-property-names.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomhistoricalexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomhistoricalhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdominterfacesexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdominterfaceshtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDOMImplementationcreateDocumentexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDOMImplementationcreateDocumenthtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDOMImplementationcreateHTMLDocumentexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDOMImplementationcreateHTMLDocumenthtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentadoptNodehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-adoptNode.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcharacterSetnormalizationexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcharacterSetnormalizationhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentconstructorexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-constructor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentconstructorhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-constructor.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateAttributeexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createAttribute-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateAttributehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createAttribute.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespaceexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentdoctypehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-doctype.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentgetElementByIdhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-getElementById.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesElementmatcheshtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-matches.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesMutationObservercharacterDataexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-characterData-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesMutationObservercharacterDatahtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-characterData.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodecompareDocumentPositionhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-compareDocumentPosition.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodecontainshtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-contains.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodelookupPrefixxhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-lookupPrefix.xhtml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodeparentNodehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-parentNode.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodepropertiesexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-properties-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodepropertieshtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-properties.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesParentNodequerySelectorAllhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesgetElementsByClassName14htm">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-14.htm</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesgetElementsByClassName28htm">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-28.htm</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkeracceptNodefilterhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-acceptNode-filter.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkerbasichtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-basic.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkercurrentNodehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-currentNode.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkerpreviousNodeLastChildRejecthtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-previousNodeLastChildReject.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkerpreviousSiblingLastChildSkiphtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-previousSiblingLastChildSkip.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkertraversalrejecthtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-reject.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkertraversalskipmosthtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-skip-most.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkertraversalskiphtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-skip.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkerwalkingoutsideatreehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-walking-outside-a-tree.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomparsingDOMParserparseFromStringhtmlexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomparsingDOMParserparseFromStringhtmlhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomparsingw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdocumentsresourcemetadatamanagementdocumentlastModified01html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-lastModified-01.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionopeningtheinputstream010expectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute001html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-001.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute002html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-002.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute003html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-003.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute004html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-004.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute005html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-005.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute006html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-006.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute007html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-007.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute008html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-008.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute009html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-009.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute010html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-010.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfacesexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfaceshtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdisabledelementsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatastylingsupportw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/support/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathebaseelementbase_multiplehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_multiple.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathebaseelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathelinkelementlinkstyleerror01expectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathelinkelementlinkstyleerror01html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathelinkelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathemetaelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathestyleelementstyleerror01expectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathestyleelementstyleerror01html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathestyleelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathetitleelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-title-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticseditsthedelelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-del-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticseditstheinselementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-ins-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentimagemapsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesHTMLElementHTMLMediaElementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLMediaElement/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesHTMLElementHTMLTrackElementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesTextTrackw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesTextTrackCuew3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesTextTrackCueListw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesTextTrackListw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesTrackEventw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TrackEvent/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsmimetypesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsoffsetsintothemediaresourcew3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/offsets-into-the-media-resource/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsplayingthemediaresourcew3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementstracktrackelementresourcesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/resources/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementstracktrackelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsuserinterfacew3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/user-interface/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheareaelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheaudioelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-audio-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentthecanvaselementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheembedelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementiframe_sandbox_allow_scriptexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementcurrentpixeldensityw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementenvironmentchangesviewportchangeexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementenvironmentchangesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementsizesparseasizesattributeexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementsizesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementsrcsetw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementobjecthandlerhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/object-handler.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentthevideoelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsattributescommontoformcontrolsdirnameltrhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsattributescommontoformcontrolsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationvaliditytooLongexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationvaliditytooLonghtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationvalidityvalueMissingexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationvalidityvalueMissinghtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationwillValidateexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationwillValidatehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintssupportvalidatorjs">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/support/validator.js</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintssupportw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/support/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsformcontrolinfrastructurew3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsformsubmission0w3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsintroduction1w3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/introduction-1/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsresettingaformw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/resetting-a-form/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstextfieldselectiontextfieldselectionsetSelectionRangeexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstextfieldselectiontextfieldselectionsetSelectionRangehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstextfieldselectionw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthebuttonelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-button-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthedatalistelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthefieldsetelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-fieldset-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheformelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementinputtextselection01expectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementinputtextselection01html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthelabelelementlabelattributeshtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthelabelelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthelegendelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-legend-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthemeterelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheoptionelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheoutputelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-output-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheprogresselementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-progress-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheselectelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthetextareaelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheddelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dd-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthedivelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-div-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthedlelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dl-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthedtelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dt-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthefigcaptionelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-figcaption-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthefigureelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-figure-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthehrelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-hr-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthelielementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheolelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthepelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-p-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthepreelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheulelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ul-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinteractiveelementscommandsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/commands/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinteractiveelementsthedetailselementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-details-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinteractiveelementsthedialogelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinteractiveelementsthemenuelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-menu-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinterfacesexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinterfacesjs">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces.js</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticslinksdownloadingresourcesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/links/downloading-resources/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticslinkslinktypesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/links/linktypes/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thescriptelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementadditionstoparsingxhtmldocumentsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementadditionstoserializingxhtmldocumentsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementadditionstothecssuseragentstylesheetw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementadditionstothestepstocloneanodew3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementdefinitionstemplatecontentsownerdocumenttypeexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementdefinitionstemplatecontentsownerdocumenttypehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementdefinitionsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementinnerhtmlontemplatesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementresourcesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementserializinghtmltemplatesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/serializing-html-templates/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementtemplateelementtemplatedescendantframesetexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementtemplateelementtemplatedescendantframesethtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementtemplateelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticssectionsheadingsandsectionsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/sections/headings-and-sections/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticssectionstheh1h2h3h4h5andh6elementsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/sections/the-h1-h2-h3-h4-h5-and-h6-elements/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsselectorspseudoclassesdisabledexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsselectorspseudoclassesdisabledhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsselectorspseudoclassesfocushtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsselectorspseudoclassesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardataattributescommontotdandthelementsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/attributes-common-to-td-and-th-elements/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardataprocessingmodel1w3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/processing-model-1/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardatathecaptionelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-caption-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardatathetableelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardatathetbodyelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tbody-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardatathetrelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tr-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticstheaelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-a-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthebdielementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthebdoelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthebrelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-br-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthetimeelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-time-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthewbrelementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthewbrelementwbrelementexpectedhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-expected.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthewbrelementwbrelementhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/w3c-import.log</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomcollectionsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/collections/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomeventsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomlistsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/lists/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcontentTypecontentTypew3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcontentTyperesourcesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcontentTypesupportw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/support/w3c-import.log</a></li>
<li>trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/</li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_mathmlhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_mathmlsvg">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.svg</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_mathmlxhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xhtml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_mathmlxml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_svghtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_svgsvg">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.svg</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_svgxhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xhtml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_svgxml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_xhtmlhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_xhtmlsvg">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.svg</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_xhtmlxhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xhtml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_xhtmlxml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsgeneratepy">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/generate.py</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsmathmlhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsmathmlsvg">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.svg</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsmathmlxhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xhtml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsmathmlxml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsminimal_htmlhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsminimal_htmlsvg">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.svg</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsminimal_htmlxhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xhtml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsminimal_htmlxml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestssvghtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestssvgsvg">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.svg</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestssvgxhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xhtml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestssvgxml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtmlhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtmlsvg">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.svg</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtmlxhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xhtml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtmlxml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_changedhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_changedsvg">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.svg</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_changedxhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xhtml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_changedxml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_removedhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_removedsvg">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.svg</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_removedxhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xhtml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_removedxml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xml</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodeparentNodeiframehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-parentNode-iframe.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesParentNodequerySelectorAllcontenthtml">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesParentNodequerySelectorAllcontentxht">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.xht</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomrangesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdocumentsdomtreeaccessorsdocumentgetElementsByNamew3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdocumentsdomtreeaccessorsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdocumentsresourcemetadatamanagementw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionclosingtheinputstreamw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/closing-the-input-stream/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertiondocumentwritew3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertiondocumentwritelnw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-writeln/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionopeningtheinputstream0101html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionopeningtheinputstream0102html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionopeningtheinputstream010html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionopeningtheinputstreamw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementscontentmodelsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/content-models/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementselementdefinitionsw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/element-definitions/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementselementsinthedomw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/elements-in-the-dom/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementswaiariaw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/wai-aria/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlresourcesw3cimportlog">trunk/LayoutTests/imported/w3c/web-platform-tests/html/resources/w3c-import.log</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathebaseelementexamplehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathebaseelementexample2html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example2.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementenvironmentchangesiframedsubhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/iframed.sub.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementsizessizesiframedsubhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-iframed.sub.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementtest0html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test0.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementtest1html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test1.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementtest2html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test2.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsattributescommontoformcontrolsdirnameltriframehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr-iframe.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheolelementreversed1ahtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheolelementreversed1bhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1b.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheolelementreversed1chtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1c.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsselectorspseudoclassesfocusiframehtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus-iframe.html</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestscommonfailingtesthtml">trunk/LayoutTests/imported/w3c/web-platform-tests/common/failing-test.html</a></li>
<li>trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/resources/</li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementiframe_javascript_url_01htm">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_javascript_url_01.htm</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementiframe_sandbox_allow_scripthtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementmove_iframe_in_dom_01html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_01.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementmove_iframe_in_dom_02html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_02.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementmove_iframe_in_dom_03html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_03.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementmove_iframe_in_dom_04html">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html</a></li>
<li>trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/resources/</li>
<li>trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/</li>
<li>trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/resources/</li>
<li>trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/resources/</li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthelielementgroupinglireftest002refexpectedhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref-expected.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthelielementgroupinglireftest002refhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref.html</a></li>
<li>trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/resources/</li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthewbrelementwbrelementrefhtml">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-ref.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/ChangeLog        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2015-10-21  Youenn Fablet  &lt;youenn.fablet@crf.canon.fr&gt;
+
+        Update web-platform-tests tests to the same revision as tools
+        https://bugs.webkit.org/show_bug.cgi?id=149656
+
+        Reviewed by Darin Adler.
+
+        * TestExpectations: Skipping imported resource files that are not in 'resources' folder.
+
</ins><span class="cx"> 2015-10-21  Frederic Wang  &lt;fred.wang@free.fr&gt;
</span><span class="cx"> 
</span><span class="cx">         [FreeType] Add support for the USE_TYPO_METRICS flag
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/TestExpectations        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -233,6 +233,39 @@
</span><span class="cx"> # Promises/A+ 2.3.3 has many tests and it sometimes exceeds the time limit. 
</span><span class="cx"> webkit.org/b/136878 js/promises-tests/promises-tests-2-3-3.html [ Slow ]
</span><span class="cx"> 
</span><ins>+# Resource files not in resources folder
+imported/w3c/web-platform-tests/common/blank.html [ Skip ]
+imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests [ Skip ]
+imported/w3c/web-platform-tests/dom/nodes/Node-parentNode-iframe.html [ Skip ]
+imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.html [ Skip ]
+imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.xht [ Skip ]
+imported/w3c/web-platform-tests/dom/nodes/getElementsByClassNameFrame.htm [ Skip ]
+imported/w3c/web-platform-tests/dom/ranges/Range-test-iframe.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-1.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-2.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004-1.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011-1.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012-1.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014-1.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015-1.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016-1.html [ Skip ]
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example2.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/iframed.sub.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-iframed.sub.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test0.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test1.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test2.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr-iframe.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1b.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1c.html [ Skip ]
+imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus-iframe.html [ Skip ]
+
</ins><span class="cx"> # Skip W3C tests that are too slow in debug builds.
</span><span class="cx"> webkit.org/b/148546 [ Debug ] imported/w3c/web-platform-tests/dom/interfaces.html [ Skip ]
</span><span class="cx"> webkit.org/b/148546 [ Debug ] imported/w3c/web-platform-tests/dom/ranges/Range-compareBoundaryPoints.html [ Skip ]
</span><span class="lines">@@ -308,6 +341,14 @@
</span><span class="cx"> imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html.html [ Pass Failure ]
</span><span class="cx"> imported/w3c/web-platform-tests/domparsing/insert-adjacent.html [ Pass Failure ]
</span><span class="cx"> 
</span><ins>+# W3C html timing out tests
+imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html [ Timeout ]
+imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_multiple.html [ Timeout ]
+imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01.html [ Timeout ]
+imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01.html [ Timeout ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/object-handler.html [ Timeout ]
+imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change.html [ Timeout ]
+
</ins><span class="cx"> # Imported W3C canvas failed tests
</span><span class="cx"> webkit.org/b/138676 imported/w3c/canvas/2d.pattern.image.null.html [ Failure ]
</span><span class="cx"> webkit.org/b/138676 imported/w3c/canvas/2d.pattern.image.incomplete.omitted.html [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/ChangeLog (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/ChangeLog        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/ChangeLog        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,3 +1,309 @@
</span><ins>+2015-10-21  Youenn Fablet  &lt;youenn.fablet@crf.canon.fr&gt;
+
+        Update web-platform-tests tests to the same revision as tools
+        https://bugs.webkit.org/show_bug.cgi?id=149656
+
+        Reviewed by Darin Adler.
+
+        Syncing tests with WPT repository.
+        Some files previously in resources folder are now in not-resources folder.
+        Updated TestExpectations to skip those files.
+        web-platform-tests/dom/nodes/resources should be removed for a later patch.
+
+        * web-platform-tests/common/failing-test.html: Removed.
+        * web-platform-tests/common/w3c-import.log:
+        * web-platform-tests/dom/collections/HTMLCollection-supported-property-names.html:
+        * web-platform-tests/dom/collections/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log.
+        * web-platform-tests/dom/events/w3c-import.log: Added.
+        * web-platform-tests/dom/historical-expected.txt:
+        * web-platform-tests/dom/historical.html:
+        * web-platform-tests/dom/interfaces-expected.txt:
+        * web-platform-tests/dom/interfaces.html:
+        * web-platform-tests/dom/lists/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log.
+        * web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt:
+        * web-platform-tests/dom/nodes/DOMImplementation-createDocument.html:
+        * web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument-expected.txt:
+        * web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument.html:
+        * web-platform-tests/dom/nodes/Document-adoptNode.html:
+        * web-platform-tests/dom/nodes/Document-characterSet-normalization-expected.txt:
+        * web-platform-tests/dom/nodes/Document-characterSet-normalization.html:
+        * web-platform-tests/dom/nodes/Document-constructor-expected.txt:
+        * web-platform-tests/dom/nodes/Document-constructor.html:
+        * web-platform-tests/dom/nodes/Document-contentType/contentType/w3c-import.log: Added.
+        * web-platform-tests/dom/nodes/Document-contentType/resources/w3c-import.log: Added.
+        * web-platform-tests/dom/nodes/Document-contentType/support/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log.
+        * web-platform-tests/dom/nodes/Document-createAttribute-expected.txt:
+        * web-platform-tests/dom/nodes/Document-createAttribute.html:
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-expected.txt:
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.html: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.svg: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xhtml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.html: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.svg: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xhtml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.html: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.svg: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xhtml: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xml: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.html: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.svg: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.xhtml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.xml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/generate.py: Added.
+        (__main__):
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.html: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.svg: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xhtml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.html: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.svg: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xhtml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.html: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.svg: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xhtml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/w3c-import.log: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.html: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.svg: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xhtml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.html: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.svg: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xhtml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.html: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.svg: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xhtml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xml: Added.
+        * web-platform-tests/dom/nodes/Document-createElement-namespace.html:
+        * web-platform-tests/dom/nodes/Document-doctype.html:
+        * web-platform-tests/dom/nodes/Document-getElementById.html:
+        * web-platform-tests/dom/nodes/Element-matches.html:
+        * web-platform-tests/dom/nodes/MutationObserver-characterData-expected.txt:
+        * web-platform-tests/dom/nodes/MutationObserver-characterData.html:
+        * web-platform-tests/dom/nodes/Node-compareDocumentPosition.html:
+        * web-platform-tests/dom/nodes/Node-contains.html:
+        * web-platform-tests/dom/nodes/Node-lookupPrefix.xhtml:
+        * web-platform-tests/dom/nodes/Node-parentNode-iframe.html: Added.
+        * web-platform-tests/dom/nodes/Node-parentNode.html:
+        * web-platform-tests/dom/nodes/Node-properties-expected.txt:
+        * web-platform-tests/dom/nodes/Node-properties.html:
+        * web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.html: Added.
+        * web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.xht: Added.
+        * web-platform-tests/dom/nodes/ParentNode-querySelector-All.html:
+        * web-platform-tests/dom/nodes/getElementsByClassName-14.htm:
+        * web-platform-tests/dom/nodes/getElementsByClassName-28.htm:
+        * web-platform-tests/dom/nodes/w3c-import.log: Added.
+        * web-platform-tests/dom/ranges/w3c-import.log: Added.
+        * web-platform-tests/dom/traversal/TreeWalker-acceptNode-filter.html:
+        * web-platform-tests/dom/traversal/TreeWalker-basic.html:
+        * web-platform-tests/dom/traversal/TreeWalker-currentNode.html:
+        * web-platform-tests/dom/traversal/TreeWalker-previousNodeLastChildReject.html:
+        * web-platform-tests/dom/traversal/TreeWalker-previousSiblingLastChildSkip.html:
+        * web-platform-tests/dom/traversal/TreeWalker-traversal-reject.html:
+        * web-platform-tests/dom/traversal/TreeWalker-traversal-skip-most.html:
+        * web-platform-tests/dom/traversal/TreeWalker-traversal-skip.html:
+        * web-platform-tests/dom/traversal/TreeWalker-walking-outside-a-tree.html:
+        * web-platform-tests/dom/traversal/w3c-import.log: Added.
+        * web-platform-tests/dom/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/w3c-import.log.
+        * web-platform-tests/domparsing/DOMParser-parseFromString-html-expected.txt:
+        * web-platform-tests/domparsing/DOMParser-parseFromString-html.html:
+        * web-platform-tests/domparsing/w3c-import.log:
+        * web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/w3c-import.log: Added.
+        * web-platform-tests/html/dom/documents/dom-tree-accessors/w3c-import.log: Added.
+        * web-platform-tests/html/dom/documents/resource-metadata-management/document-lastModified-01.html:
+        * web-platform-tests/html/dom/documents/resource-metadata-management/w3c-import.log: Added.
+        * web-platform-tests/html/dom/dynamic-markup-insertion/closing-the-input-stream/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log.
+        * web-platform-tests/html/dom/dynamic-markup-insertion/document-write/w3c-import.log: Added.
+        * web-platform-tests/html/dom/dynamic-markup-insertion/document-writeln/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/w3c-import.log.
+        * web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html: Added.
+        * web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html: Added.
+        * web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-expected.txt:
+        * web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html: Added.
+        * web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/w3c-import.log: Added.
+        * web-platform-tests/html/dom/elements/content-models/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log.
+        * web-platform-tests/html/dom/elements/element-definitions/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/w3c-import.log.
+        * web-platform-tests/html/dom/elements/elements-in-the-dom/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log.
+        * web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-001.html:
+        * web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-002.html:
+        * web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-003.html:
+        * web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-004.html:
+        * web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-005.html:
+        * web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-006.html:
+        * web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-007.html:
+        * web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-008.html:
+        * web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-009.html:
+        * web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-010.html:
+        * web-platform-tests/html/dom/elements/global-attributes/w3c-import.log: Added.
+        * web-platform-tests/html/dom/elements/wai-aria/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log.
+        * web-platform-tests/html/dom/interfaces-expected.txt:
+        * web-platform-tests/html/dom/interfaces.html:
+        * web-platform-tests/html/dom/w3c-import.log: Added.
+        * web-platform-tests/html/resources/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log.
+        * web-platform-tests/html/semantics/disabled-elements/w3c-import.log:
+        * web-platform-tests/html/semantics/document-metadata/styling/support/w3c-import.log:
+        * web-platform-tests/html/semantics/document-metadata/the-base-element/base_multiple.html:
+        * web-platform-tests/html/semantics/document-metadata/the-base-element/example.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/resources/example.html.
+        * web-platform-tests/html/semantics/document-metadata/the-base-element/example2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/resources/example2.html.
+        * web-platform-tests/html/semantics/document-metadata/the-base-element/w3c-import.log:
+        * web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01-expected.txt:
+        * web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01.html:
+        * web-platform-tests/html/semantics/document-metadata/the-link-element/w3c-import.log:
+        * web-platform-tests/html/semantics/document-metadata/the-meta-element/w3c-import.log:
+        * web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01-expected.txt:
+        * web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01.html:
+        * web-platform-tests/html/semantics/document-metadata/the-style-element/w3c-import.log:
+        * web-platform-tests/html/semantics/document-metadata/the-title-element/w3c-import.log:
+        * web-platform-tests/html/semantics/edits/the-del-element/w3c-import.log:
+        * web-platform-tests/html/semantics/edits/the-ins-element/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLMediaElement/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TrackEvent/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/offsets-into-the-media-resource/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/resources/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/user-interface/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-area-element/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-audio-element/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-canvas-element/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-embed-element/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_javascript_url_01.htm: Removed.
+        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script-expected.txt:
+        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html: Removed.
+        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_01.html: Removed.
+        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_02.html: Removed.
+        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_03.html: Removed.
+        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html: Removed.
+        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/resources/sandbox_allow_script.html: Removed.
+        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/sandbox_allow_script.html: Removed.
+        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/iframed.sub.html: Added.
+        * web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change-expected.txt:
+        * web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-expected.txt:
+        * web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-iframed.sub.html: Added.
+        * web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-img-element/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-object-element/object-handler.html:
+        * web-platform-tests/html/semantics/embedded-content/the-object-element/test0.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/resources/test0.html.
+        * web-platform-tests/html/semantics/embedded-content/the-object-element/test1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/resources/test1.html.
+        * web-platform-tests/html/semantics/embedded-content/the-object-element/test2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/resources/test2.html.
+        * web-platform-tests/html/semantics/embedded-content/the-object-element/w3c-import.log:
+        * web-platform-tests/html/semantics/embedded-content/the-video-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr-iframe.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/resources/dirname-ltr-iframe.html.
+        * web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr.html:
+        * web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt:
+        * web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong.html:
+        * web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt:
+        * web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing.html:
+        * web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt:
+        * web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html:
+        * web-platform-tests/html/semantics/forms/constraints/support/validator.js:
+        (validator.test_reportValidity):
+        (validator.set_conditions):
+        (validator.set_dirty):
+        * web-platform-tests/html/semantics/forms/constraints/support/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/constraints/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/form-control-infrastructure/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/form-submission-0/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/introduction-1/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/resetting-a-form/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt:
+        * web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html:
+        * web-platform-tests/html/semantics/forms/textfieldselection/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-button-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-datalist-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-fieldset-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-form-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt:
+        * web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html:
+        * web-platform-tests/html/semantics/forms/the-input-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html:
+        * web-platform-tests/html/semantics/forms/the-label-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-legend-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-option-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-output-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-progress-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-select-element/w3c-import.log:
+        * web-platform-tests/html/semantics/forms/the-textarea-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-dd-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-div-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-dl-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-dt-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-figcaption-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-figure-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-hr-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref-expected.html: Removed.
+        * web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref.html: Removed.
+        * web-platform-tests/html/semantics/grouping-content/the-li-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html: Added.
+        * web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1b.html: Added.
+        * web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1c.html: Added.
+        * web-platform-tests/html/semantics/grouping-content/the-ol-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-p-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-pre-element/w3c-import.log:
+        * web-platform-tests/html/semantics/grouping-content/the-ul-element/w3c-import.log:
+        * web-platform-tests/html/semantics/interactive-elements/commands/w3c-import.log:
+        * web-platform-tests/html/semantics/interactive-elements/the-details-element/w3c-import.log:
+        * web-platform-tests/html/semantics/interactive-elements/the-dialog-element/w3c-import.log:
+        * web-platform-tests/html/semantics/interactive-elements/the-menu-element/w3c-import.log:
+        * web-platform-tests/html/semantics/interfaces-expected.txt:
+        * web-platform-tests/html/semantics/interfaces.js:
+        * web-platform-tests/html/semantics/links/downloading-resources/w3c-import.log:
+        * web-platform-tests/html/semantics/links/linktypes/w3c-import.log:
+        * web-platform-tests/html/semantics/scripting-1/the-script-element/w3c-import.log:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/w3c-import.log:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/w3c-import.log:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/w3c-import.log:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/w3c-import.log:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type-expected.txt:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/w3c-import.log:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/w3c-import.log:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/resources/w3c-import.log:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/serializing-html-templates/w3c-import.log:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset-expected.txt:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html:
+        * web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/w3c-import.log:
+        * web-platform-tests/html/semantics/sections/headings-and-sections/w3c-import.log:
+        * web-platform-tests/html/semantics/sections/the-h1-h2-h3-h4-h5-and-h6-elements/w3c-import.log:
+        * web-platform-tests/html/semantics/selectors/pseudo-classes/disabled-expected.txt:
+        * web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html:
+        * web-platform-tests/html/semantics/selectors/pseudo-classes/focus-iframe.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/resources/focus-iframe.html.
+        * web-platform-tests/html/semantics/selectors/pseudo-classes/focus.html:
+        * web-platform-tests/html/semantics/selectors/pseudo-classes/w3c-import.log:
+        * web-platform-tests/html/semantics/tabular-data/attributes-common-to-td-and-th-elements/w3c-import.log:
+        * web-platform-tests/html/semantics/tabular-data/processing-model-1/w3c-import.log:
+        * web-platform-tests/html/semantics/tabular-data/the-caption-element/w3c-import.log:
+        * web-platform-tests/html/semantics/tabular-data/the-table-element/w3c-import.log:
+        * web-platform-tests/html/semantics/tabular-data/the-tbody-element/w3c-import.log:
+        * web-platform-tests/html/semantics/tabular-data/the-tr-element/w3c-import.log:
+        * web-platform-tests/html/semantics/text-level-semantics/the-a-element/w3c-import.log:
+        * web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/w3c-import.log:
+        * web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/w3c-import.log:
+        * web-platform-tests/html/semantics/text-level-semantics/the-br-element/w3c-import.log:
+        * web-platform-tests/html/semantics/text-level-semantics/the-time-element/w3c-import.log:
+        * web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/w3c-import.log:
+        * web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-expected.html:
+        * web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-ref.html: Removed.
+        * web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html:
+        * web-platform-tests/html/semantics/w3c-import.log:
+
</ins><span class="cx"> 2015-10-18  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Script element with an empty for or event attributes should not execute
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestscommonfailingtesthtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/common/failing-test.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/common/failing-test.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/common/failing-test.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;meta charset=utf-8&gt;
-&lt;title&gt;Failing test&lt;/title&gt;
-&lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
-&lt;script&gt;
-test(function() {
-  assert_unreached(&quot;Expected failure&quot;);
-});
-&lt;/script&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestscommonw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/common/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/common/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/common/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,6 +15,7 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><ins>+/LayoutTests/imported/w3c/web-platform-tests/common/blank.html
</ins><span class="cx"> /LayoutTests/imported/w3c/web-platform-tests/common/canvas-frame.css
</span><span class="cx"> /LayoutTests/imported/w3c/web-platform-tests/common/canvas-index.css
</span><span class="cx"> /LayoutTests/imported/w3c/web-platform-tests/common/canvas-spec.css
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomcollectionsHTMLCollectionsupportedpropertynameshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/collections/HTMLCollection-supported-property-names.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/collections/HTMLCollection-supported-property-names.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/collections/HTMLCollection-supported-property-names.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -6,20 +6,20 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;div id=log&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><del>-&lt;!-- with no attribute --&gt;
</del><ins>+&lt;!--  with no attribute  --&gt;
</ins><span class="cx"> &lt;span&gt;&lt;/span&gt;
</span><span class="cx"> 
</span><del>-&lt;!-- with `id` attribute --&gt;
</del><ins>+&lt;!--  with `id` attribute  --&gt;
</ins><span class="cx"> &lt;span id=''&gt;&lt;/span&gt;
</span><span class="cx"> &lt;span id='some-id'&gt;&lt;/span&gt;
</span><del>-&lt;span id='some-id'&gt;&lt;/span&gt;&lt;!-- to ensure no duplicates --&gt;
</del><ins>+&lt;span id='some-id'&gt;&lt;/span&gt;&lt;!--  to ensure no duplicates  --&gt;
</ins><span class="cx"> 
</span><del>-&lt;!-- with `name` attribute --&gt;
</del><ins>+&lt;!--  with `name` attribute  --&gt;
</ins><span class="cx"> &lt;span name=''&gt;&lt;/span&gt;
</span><span class="cx"> &lt;span name='some-name'&gt;&lt;/span&gt;
</span><del>-&lt;span name='some-name'&gt;&lt;/span&gt;&lt;!-- to ensure no duplicates --&gt;
</del><ins>+&lt;span name='some-name'&gt;&lt;/span&gt;&lt;!--  to ensure no duplicates  --&gt;
</ins><span class="cx"> 
</span><del>-&lt;!-- with `name` and `id` attribute --&gt;
</del><ins>+&lt;!--  with `name` and `id` attribute  --&gt;
</ins><span class="cx"> &lt;span id='another-id' name='another-name'&gt;&lt;/span&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomcollectionsw3cimportlogfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentimagemapsw3cimportlog"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/collections/w3c-import.log (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/collections/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/collections/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/dom/collections/HTMLCollection-empty-name.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/collections/HTMLCollection-supported-property-names.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomeventsw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,36 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-constants.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-constructors.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-defaultPrevented.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-bubbles-false.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-handlers-changed.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-omitted-capture.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-reenter.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-target-moved.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-target-removed.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-initEvent.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-propagation.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-type-empty.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-type.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/EventTarget-addEventListener.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-returnvalue.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/EventTarget-removeEventListener.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/events/ProgressEvent.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomhistoricalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> PASS Historical DOM features must be removed: domConfig 
</span><span class="cx"> PASS Historical DOM features must be removed: normalizeDocument 
</span><span class="cx"> PASS Historical DOM features must be removed: renameNode 
</span><del>-FAIL Historical DOM features must be removed: charset assert_equals: expected (undefined) undefined but got (string) &quot;ISO-8859-1&quot;
</del><span class="cx"> FAIL Historical DOM features must be removed: defaultCharset assert_equals: expected (undefined) undefined but got (string) &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Historical DOM features must be removed: height assert_equals: expected (undefined) undefined but got (number) 600
</span><span class="cx"> FAIL Historical DOM features must be removed: width assert_equals: expected (undefined) undefined but got (number) 800
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomhistoricalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -47,7 +47,6 @@
</span><span class="cx">   &quot;domConfig&quot;,
</span><span class="cx">   &quot;normalizeDocument&quot;,
</span><span class="cx">   &quot;renameNode&quot;,
</span><del>-  &quot;charset&quot;,
</del><span class="cx">   &quot;defaultCharset&quot;,
</span><span class="cx">   &quot;height&quot;,
</span><span class="cx">   &quot;width&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdominterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -35,6 +35,7 @@
</span><span class="cx"> CONSOLE MESSAGE: line 1152: Deprecated attempt to access property 'origin' on a non-Document object.
</span><span class="cx"> CONSOLE MESSAGE: line 1152: Deprecated attempt to access property 'compatMode' on a non-Document object.
</span><span class="cx"> CONSOLE MESSAGE: line 1152: Deprecated attempt to access property 'characterSet' on a non-Document object.
</span><ins>+CONSOLE MESSAGE: line 1152: Deprecated attempt to access property 'charset' on a non-Document object.
</ins><span class="cx"> CONSOLE MESSAGE: line 1152: Deprecated attempt to access property 'inputEncoding' on a non-Document object.
</span><span class="cx"> CONSOLE MESSAGE: line 1152: Deprecated attempt to access property 'contentType' on a non-Document object.
</span><span class="cx"> CONSOLE MESSAGE: line 1152: Deprecated attempt to access property 'doctype' on a non-Document object.
</span><span class="lines">@@ -412,6 +413,9 @@
</span><span class="cx"> FAIL Document interface: attribute characterSet assert_throws: getting property on prototype object must throw TypeError function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><ins>+FAIL Document interface: attribute charset assert_throws: getting property on prototype object must throw TypeError function &quot;function () {
+    [native code]
+}&quot; did not throw
</ins><span class="cx"> FAIL Document interface: attribute inputEncoding assert_throws: getting property on prototype object must throw TypeError function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><span class="lines">@@ -472,85 +476,86 @@
</span><span class="cx"> PASS Document interface: xmlDoc must inherit property &quot;origin&quot; with the proper type (3) 
</span><span class="cx"> PASS Document interface: xmlDoc must inherit property &quot;compatMode&quot; with the proper type (4) 
</span><span class="cx"> PASS Document interface: xmlDoc must inherit property &quot;characterSet&quot; with the proper type (5) 
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;inputEncoding&quot; with the proper type (6) 
-PASS Document interface: xmlDoc must inherit property &quot;contentType&quot; with the proper type (7) 
-PASS Document interface: xmlDoc must inherit property &quot;doctype&quot; with the proper type (8) 
-PASS Document interface: xmlDoc must inherit property &quot;documentElement&quot; with the proper type (9) 
-PASS Document interface: xmlDoc must inherit property &quot;getElementsByTagName&quot; with the proper type (10) 
</del><ins>+FAIL Document interface: xmlDoc must inherit property &quot;charset&quot; with the proper type (6) assert_equals: expected &quot;string&quot; but got &quot;undefined&quot;
+PASS Document interface: xmlDoc must inherit property &quot;inputEncoding&quot; with the proper type (7) 
+PASS Document interface: xmlDoc must inherit property &quot;contentType&quot; with the proper type (8) 
+PASS Document interface: xmlDoc must inherit property &quot;doctype&quot; with the proper type (9) 
+PASS Document interface: xmlDoc must inherit property &quot;documentElement&quot; with the proper type (10) 
+PASS Document interface: xmlDoc must inherit property &quot;getElementsByTagName&quot; with the proper type (11) 
</ins><span class="cx"> FAIL Document interface: calling getElementsByTagName(DOMString) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;getElementsByTagNameNS&quot; with the proper type (11) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;getElementsByTagNameNS&quot; with the proper type (12) 
</ins><span class="cx"> FAIL Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;getElementsByClassName&quot; with the proper type (12) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;getElementsByClassName&quot; with the proper type (13) 
</ins><span class="cx"> FAIL Document interface: calling getElementsByClassName(DOMString) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;createElement&quot; with the proper type (13) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;createElement&quot; with the proper type (14) 
</ins><span class="cx"> PASS Document interface: calling createElement(DOMString) on xmlDoc with too few arguments must throw TypeError 
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;createElementNS&quot; with the proper type (14) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;createElementNS&quot; with the proper type (15) 
</ins><span class="cx"> FAIL Document interface: calling createElementNS(DOMString,DOMString) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;createDocumentFragment&quot; with the proper type (15) 
-PASS Document interface: xmlDoc must inherit property &quot;createTextNode&quot; with the proper type (16) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;createDocumentFragment&quot; with the proper type (16) 
+PASS Document interface: xmlDoc must inherit property &quot;createTextNode&quot; with the proper type (17) 
</ins><span class="cx"> FAIL Document interface: calling createTextNode(DOMString) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;createComment&quot; with the proper type (17) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;createComment&quot; with the proper type (18) 
</ins><span class="cx"> FAIL Document interface: calling createComment(DOMString) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;createProcessingInstruction&quot; with the proper type (18) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;createProcessingInstruction&quot; with the proper type (19) 
</ins><span class="cx"> FAIL Document interface: calling createProcessingInstruction(DOMString,DOMString) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;importNode&quot; with the proper type (19) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;importNode&quot; with the proper type (20) 
</ins><span class="cx"> FAIL Document interface: calling importNode(Node,boolean) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;adoptNode&quot; with the proper type (20) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;adoptNode&quot; with the proper type (21) 
</ins><span class="cx"> FAIL Document interface: calling adoptNode(Node) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;createAttribute&quot; with the proper type (21) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;createAttribute&quot; with the proper type (22) 
</ins><span class="cx"> FAIL Document interface: calling createAttribute(DOMString) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;createAttributeNS&quot; with the proper type (22) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;createAttributeNS&quot; with the proper type (23) 
</ins><span class="cx"> FAIL Document interface: calling createAttributeNS(DOMString,DOMString) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;createEvent&quot; with the proper type (23) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;createEvent&quot; with the proper type (24) 
</ins><span class="cx"> FAIL Document interface: calling createEvent(DOMString) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;createRange&quot; with the proper type (24) 
-PASS Document interface: xmlDoc must inherit property &quot;createNodeIterator&quot; with the proper type (25) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;createRange&quot; with the proper type (25) 
+PASS Document interface: xmlDoc must inherit property &quot;createNodeIterator&quot; with the proper type (26) 
</ins><span class="cx"> PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on xmlDoc with too few arguments must throw TypeError 
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;createTreeWalker&quot; with the proper type (26) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;createTreeWalker&quot; with the proper type (27) 
</ins><span class="cx"> PASS Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on xmlDoc with too few arguments must throw TypeError 
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;getElementById&quot; with the proper type (27) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;getElementById&quot; with the proper type (28) 
</ins><span class="cx"> FAIL Document interface: calling getElementById(DOMString) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;children&quot; with the proper type (28) 
-PASS Document interface: xmlDoc must inherit property &quot;firstElementChild&quot; with the proper type (29) 
-PASS Document interface: xmlDoc must inherit property &quot;lastElementChild&quot; with the proper type (30) 
-PASS Document interface: xmlDoc must inherit property &quot;childElementCount&quot; with the proper type (31) 
-PASS Document interface: xmlDoc must inherit property &quot;prepend&quot; with the proper type (32) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;children&quot; with the proper type (29) 
+PASS Document interface: xmlDoc must inherit property &quot;firstElementChild&quot; with the proper type (30) 
+PASS Document interface: xmlDoc must inherit property &quot;lastElementChild&quot; with the proper type (31) 
+PASS Document interface: xmlDoc must inherit property &quot;childElementCount&quot; with the proper type (32) 
+PASS Document interface: xmlDoc must inherit property &quot;prepend&quot; with the proper type (33) 
</ins><span class="cx"> PASS Document interface: calling prepend([object Object],[object Object]) on xmlDoc with too few arguments must throw TypeError 
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;append&quot; with the proper type (33) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;append&quot; with the proper type (34) 
</ins><span class="cx"> PASS Document interface: calling append([object Object],[object Object]) on xmlDoc with too few arguments must throw TypeError 
</span><del>-FAIL Document interface: xmlDoc must inherit property &quot;query&quot; with the proper type (34) assert_inherits: property &quot;query&quot; not found in prototype chain
</del><ins>+FAIL Document interface: xmlDoc must inherit property &quot;query&quot; with the proper type (35) assert_inherits: property &quot;query&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling query(DOMString) on xmlDoc with too few arguments must throw TypeError assert_inherits: property &quot;query&quot; not found in prototype chain
</span><del>-FAIL Document interface: xmlDoc must inherit property &quot;queryAll&quot; with the proper type (35) assert_inherits: property &quot;queryAll&quot; not found in prototype chain
</del><ins>+FAIL Document interface: xmlDoc must inherit property &quot;queryAll&quot; with the proper type (36) assert_inherits: property &quot;queryAll&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling queryAll(DOMString) on xmlDoc with too few arguments must throw TypeError assert_inherits: property &quot;queryAll&quot; not found in prototype chain
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;querySelector&quot; with the proper type (36) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;querySelector&quot; with the proper type (37) 
</ins><span class="cx"> PASS Document interface: calling querySelector(DOMString) on xmlDoc with too few arguments must throw TypeError 
</span><del>-PASS Document interface: xmlDoc must inherit property &quot;querySelectorAll&quot; with the proper type (37) 
</del><ins>+PASS Document interface: xmlDoc must inherit property &quot;querySelectorAll&quot; with the proper type (38) 
</ins><span class="cx"> PASS Document interface: calling querySelectorAll(DOMString) on xmlDoc with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: xmlDoc must inherit property &quot;ELEMENT_NODE&quot; with the proper type (0) 
</span><span class="cx"> PASS Node interface: xmlDoc must inherit property &quot;ATTRIBUTE_NODE&quot; with the proper type (1) 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdominterfaceshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> &lt;title&gt;DOM IDL tests&lt;/title&gt;
</span><span class="cx"> &lt;script src=/resources/testharness.js&gt;&lt;/script&gt;
</span><span class="cx"> &lt;script src=/resources/testharnessreport.js&gt;&lt;/script&gt;
</span><del>-&lt;script src=/resources/webidl2/lib/webidl2.js&gt;&lt;/script&gt;
</del><ins>+&lt;script src=/resources/WebIDLParser.js&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=/resources/idlharness.js&gt;&lt;/script&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;h1&gt;DOM IDL tests&lt;/h1&gt;
</span><span class="lines">@@ -223,6 +223,7 @@
</span><span class="cx">   readonly attribute DOMString origin;
</span><span class="cx">   readonly attribute DOMString compatMode;
</span><span class="cx">   readonly attribute DOMString characterSet;
</span><ins>+  readonly attribute DOMString charset; // legacy alias of .characterSet
</ins><span class="cx">   readonly attribute DOMString inputEncoding; // legacy alias of .characterSet
</span><span class="cx">   readonly attribute DOMString contentType;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomlistsw3cimportlogfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsintroduction1w3cimportlog"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/lists/w3c-import.log (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/introduction-1/w3c-import.log) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/lists/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/lists/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/dom/lists/DOMTokenList-stringifier.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDOMImplementationcreateDocumentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -2,13 +2,17 @@
</span><span class="cx"> PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype) 
</span><span class="cx"> PASS createDocument test 0: null,undefined,null,null 
</span><span class="cx"> FAIL createDocument test 0: metadata for null,undefined,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 0: characterSet aliases for null,undefined,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 1: null,&quot;foo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 1: metadata for null,&quot;foo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 1: characterSet aliases for null,&quot;foo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 2: null,&quot;1foo&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="cx"> PASS createDocument test 3: null,&quot;f1oo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 3: metadata for null,&quot;f1oo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 3: characterSet aliases for null,&quot;f1oo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 4: null,&quot;foo1&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 4: metadata for null,&quot;foo1&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 4: characterSet aliases for null,&quot;foo1&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 5: null,&quot;1foo&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="cx"> PASS createDocument test 6: null,&quot;̀foo&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="cx"> PASS createDocument test 7: null,&quot;}foo&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="lines">@@ -28,9 +32,11 @@
</span><span class="cx"> PASS createDocument test 21: null,&quot;:&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 22: null,&quot;xml&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 22: metadata for null,&quot;xml&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 22: characterSet aliases for null,&quot;xml&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 23: null,&quot;xmlns&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 24: null,&quot;xmlfoo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 24: metadata for null,&quot;xmlfoo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 24: characterSet aliases for null,&quot;xmlfoo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 25: null,&quot;xml:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 26: null,&quot;xmlns:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 27: null,&quot;xmlfoo:bar&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="lines">@@ -40,70 +46,96 @@
</span><span class="cx"> PASS createDocument test 31: &quot;&quot;,&quot;foo:&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> FAIL createDocument test 32: undefined,undefined,null,null assert_equals: expected (object) null but got (string) &quot;undefined&quot;
</span><span class="cx"> FAIL createDocument test 32: metadata for undefined,undefined,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 32: characterSet aliases for undefined,undefined,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> FAIL createDocument test 33: undefined,&quot;foo&quot;,null,null assert_equals: expected (object) null but got (string) &quot;undefined&quot;
</span><span class="cx"> FAIL createDocument test 33: metadata for undefined,&quot;foo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 33: characterSet aliases for undefined,&quot;foo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 34: undefined,&quot;1foo&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="cx"> FAIL createDocument test 35: undefined,&quot;f1oo&quot;,null,null assert_equals: expected (object) null but got (string) &quot;undefined&quot;
</span><span class="cx"> FAIL createDocument test 35: metadata for undefined,&quot;f1oo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 35: characterSet aliases for undefined,&quot;f1oo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> FAIL createDocument test 36: undefined,&quot;foo1&quot;,null,null assert_equals: expected (object) null but got (string) &quot;undefined&quot;
</span><span class="cx"> FAIL createDocument test 36: metadata for undefined,&quot;foo1&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 36: characterSet aliases for undefined,&quot;foo1&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 37: undefined,&quot;:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> FAIL createDocument test 38: undefined,&quot;f:oo&quot;,null,&quot;NAMESPACE_ERR&quot; assert_throws: function &quot;function () { document.implementation.createDocument(name...&quot; did not throw
</span><span class="cx"> PASS createDocument test 39: undefined,&quot;foo:&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> FAIL createDocument test 40: undefined,&quot;xml&quot;,null,null assert_equals: expected (object) null but got (string) &quot;undefined&quot;
</span><span class="cx"> FAIL createDocument test 40: metadata for undefined,&quot;xml&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 40: characterSet aliases for undefined,&quot;xml&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 41: undefined,&quot;xmlns&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> FAIL createDocument test 42: undefined,&quot;xmlfoo&quot;,null,null assert_equals: expected (object) null but got (string) &quot;undefined&quot;
</span><span class="cx"> FAIL createDocument test 42: metadata for undefined,&quot;xmlfoo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 42: characterSet aliases for undefined,&quot;xmlfoo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 43: undefined,&quot;xml:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 44: undefined,&quot;xmlns:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> FAIL createDocument test 45: undefined,&quot;xmlfoo:bar&quot;,null,&quot;NAMESPACE_ERR&quot; assert_throws: function &quot;function () { document.implementation.createDocument(name...&quot; did not throw
</span><span class="cx"> PASS createDocument test 46: &quot;http://example.com/&quot;,&quot;foo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 46: metadata for &quot;http://example.com/&quot;,&quot;foo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 46: characterSet aliases for &quot;http://example.com/&quot;,&quot;foo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 47: &quot;http://example.com/&quot;,&quot;1foo&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="cx"> PASS createDocument test 48: &quot;http://example.com/&quot;,&quot;f1oo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 48: metadata for &quot;http://example.com/&quot;,&quot;f1oo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 48: characterSet aliases for &quot;http://example.com/&quot;,&quot;f1oo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 49: &quot;http://example.com/&quot;,&quot;foo1&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 49: metadata for &quot;http://example.com/&quot;,&quot;foo1&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 49: characterSet aliases for &quot;http://example.com/&quot;,&quot;foo1&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 50: &quot;http://example.com/&quot;,&quot;:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 51: &quot;http://example.com/&quot;,&quot;f:oo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 51: metadata for &quot;http://example.com/&quot;,&quot;f:oo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 51: characterSet aliases for &quot;http://example.com/&quot;,&quot;f:oo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 52: &quot;http://example.com/&quot;,&quot;foo:&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 53: &quot;http://example.com/&quot;,&quot;_:_&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 53: metadata for &quot;http://example.com/&quot;,&quot;_:_&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 53: characterSet aliases for &quot;http://example.com/&quot;,&quot;_:_&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 54: &quot;http://example.com/&quot;,&quot;_:h0&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 54: metadata for &quot;http://example.com/&quot;,&quot;_:h0&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 54: characterSet aliases for &quot;http://example.com/&quot;,&quot;_:h0&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 55: &quot;http://example.com/&quot;,&quot;_:test&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 55: metadata for &quot;http://example.com/&quot;,&quot;_:test&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 55: characterSet aliases for &quot;http://example.com/&quot;,&quot;_:test&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 56: &quot;http://example.com/&quot;,&quot;l_:_&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 56: metadata for &quot;http://example.com/&quot;,&quot;l_:_&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 56: characterSet aliases for &quot;http://example.com/&quot;,&quot;l_:_&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 57: &quot;http://example.com/&quot;,&quot;ns:_0&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 57: metadata for &quot;http://example.com/&quot;,&quot;ns:_0&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 57: characterSet aliases for &quot;http://example.com/&quot;,&quot;ns:_0&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 58: &quot;http://example.com/&quot;,&quot;ns:a0&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 58: metadata for &quot;http://example.com/&quot;,&quot;ns:a0&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 58: characterSet aliases for &quot;http://example.com/&quot;,&quot;ns:a0&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 59: &quot;http://example.com/&quot;,&quot;ns0:test&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 59: metadata for &quot;http://example.com/&quot;,&quot;ns0:test&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 59: characterSet aliases for &quot;http://example.com/&quot;,&quot;ns0:test&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 60: &quot;http://example.com/&quot;,&quot;a.b:c&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 60: metadata for &quot;http://example.com/&quot;,&quot;a.b:c&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 60: characterSet aliases for &quot;http://example.com/&quot;,&quot;a.b:c&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 61: &quot;http://example.com/&quot;,&quot;a-b:c&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 61: metadata for &quot;http://example.com/&quot;,&quot;a-b:c&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 61: characterSet aliases for &quot;http://example.com/&quot;,&quot;a-b:c&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 62: &quot;http://example.com/&quot;,&quot;a-b:c&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 62: metadata for &quot;http://example.com/&quot;,&quot;a-b:c&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 62: characterSet aliases for &quot;http://example.com/&quot;,&quot;a-b:c&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 63: &quot;http://example.com/&quot;,&quot;xml&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 63: metadata for &quot;http://example.com/&quot;,&quot;xml&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 63: characterSet aliases for &quot;http://example.com/&quot;,&quot;xml&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 64: &quot;http://example.com/&quot;,&quot;xmlns&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 65: &quot;http://example.com/&quot;,&quot;XMLNS&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 65: metadata for &quot;http://example.com/&quot;,&quot;XMLNS&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 65: characterSet aliases for &quot;http://example.com/&quot;,&quot;XMLNS&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 66: &quot;http://example.com/&quot;,&quot;xmlfoo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 66: metadata for &quot;http://example.com/&quot;,&quot;xmlfoo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 66: characterSet aliases for &quot;http://example.com/&quot;,&quot;xmlfoo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 67: &quot;http://example.com/&quot;,&quot;xml:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 68: &quot;http://example.com/&quot;,&quot;XML:foo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 68: metadata for &quot;http://example.com/&quot;,&quot;XML:foo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 68: characterSet aliases for &quot;http://example.com/&quot;,&quot;XML:foo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 69: &quot;http://example.com/&quot;,&quot;xmlns:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 70: &quot;http://example.com/&quot;,&quot;XMLNS:foo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 70: metadata for &quot;http://example.com/&quot;,&quot;XMLNS:foo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 70: characterSet aliases for &quot;http://example.com/&quot;,&quot;XMLNS:foo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 71: &quot;http://example.com/&quot;,&quot;xmlfoo:bar&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 71: metadata for &quot;http://example.com/&quot;,&quot;xmlfoo:bar&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 71: characterSet aliases for &quot;http://example.com/&quot;,&quot;xmlfoo:bar&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 72: &quot;http://example.com/&quot;,&quot;prefix::local&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 73: &quot;http://example.com/&quot;,&quot;namespaceURI:{&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="cx"> PASS createDocument test 74: &quot;http://example.com/&quot;,&quot;namespaceURI:}&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="lines">@@ -134,45 +166,60 @@
</span><span class="cx"> PASS createDocument test 99: &quot;http://example.com/&quot;,&quot;namespaceURI:\&quot;&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="cx"> PASS createDocument test 100: &quot;/&quot;,&quot;foo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 100: metadata for &quot;/&quot;,&quot;foo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 100: characterSet aliases for &quot;/&quot;,&quot;foo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 101: &quot;/&quot;,&quot;1foo&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="cx"> PASS createDocument test 102: &quot;/&quot;,&quot;f1oo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 102: metadata for &quot;/&quot;,&quot;f1oo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 102: characterSet aliases for &quot;/&quot;,&quot;f1oo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 103: &quot;/&quot;,&quot;foo1&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 103: metadata for &quot;/&quot;,&quot;foo1&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 103: characterSet aliases for &quot;/&quot;,&quot;foo1&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 104: &quot;/&quot;,&quot;:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 105: &quot;/&quot;,&quot;f:oo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 105: metadata for &quot;/&quot;,&quot;f:oo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 105: characterSet aliases for &quot;/&quot;,&quot;f:oo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 106: &quot;/&quot;,&quot;foo:&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 107: &quot;/&quot;,&quot;xml&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 107: metadata for &quot;/&quot;,&quot;xml&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 107: characterSet aliases for &quot;/&quot;,&quot;xml&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 108: &quot;/&quot;,&quot;xmlns&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 109: &quot;/&quot;,&quot;xmlfoo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 109: metadata for &quot;/&quot;,&quot;xmlfoo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 109: characterSet aliases for &quot;/&quot;,&quot;xmlfoo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 110: &quot;/&quot;,&quot;xml:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 111: &quot;/&quot;,&quot;xmlns:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 112: &quot;/&quot;,&quot;xmlfoo:bar&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 112: metadata for &quot;/&quot;,&quot;xmlfoo:bar&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 112: characterSet aliases for &quot;/&quot;,&quot;xmlfoo:bar&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 113: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;foo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 113: metadata for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;foo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 113: characterSet aliases for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;foo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 114: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;1foo&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="cx"> PASS createDocument test 115: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;f1oo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 115: metadata for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;f1oo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 115: characterSet aliases for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;f1oo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 116: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;foo1&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 116: metadata for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;foo1&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 116: characterSet aliases for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;foo1&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 117: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 118: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;f:oo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 118: metadata for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;f:oo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 118: characterSet aliases for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;f:oo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 119: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;foo:&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 120: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xml&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 120: metadata for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xml&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 120: characterSet aliases for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xml&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 121: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xmlns&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 122: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xmlfoo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 122: metadata for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xmlfoo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 122: characterSet aliases for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xmlfoo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 123: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xml:foo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 123: metadata for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xml:foo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 123: characterSet aliases for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xml:foo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 124: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xmlns:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 125: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xmlfoo:bar&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 125: metadata for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xmlfoo:bar&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 125: characterSet aliases for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;xmlfoo:bar&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 126: &quot;http://www.w3.org/XML/1998/namespaces&quot;,&quot;xml:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 127: &quot;http://www.w3.org/xml/1998/namespace&quot;,&quot;xml:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 128: &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="lines">@@ -185,77 +232,109 @@
</span><span class="cx"> PASS createDocument test 135: &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;xml&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 136: &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;xmlns&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 136: metadata for &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;xmlns&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 136: characterSet aliases for &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;xmlns&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 137: &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;xmlfoo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 138: &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;xml:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 139: &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;xmlns:foo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 139: metadata for &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;xmlns:foo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 139: characterSet aliases for &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;xmlns:foo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 140: &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;xmlfoo:bar&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 141: &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;foo:xmlns&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 142: &quot;foo:&quot;,&quot;foo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 142: metadata for &quot;foo:&quot;,&quot;foo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 142: characterSet aliases for &quot;foo:&quot;,&quot;foo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 143: &quot;foo:&quot;,&quot;1foo&quot;,null,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="cx"> PASS createDocument test 144: &quot;foo:&quot;,&quot;f1oo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 144: metadata for &quot;foo:&quot;,&quot;f1oo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 144: characterSet aliases for &quot;foo:&quot;,&quot;f1oo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 145: &quot;foo:&quot;,&quot;foo1&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 145: metadata for &quot;foo:&quot;,&quot;foo1&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 145: characterSet aliases for &quot;foo:&quot;,&quot;foo1&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 146: &quot;foo:&quot;,&quot;:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 147: &quot;foo:&quot;,&quot;f:oo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 147: metadata for &quot;foo:&quot;,&quot;f:oo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 147: characterSet aliases for &quot;foo:&quot;,&quot;f:oo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 148: &quot;foo:&quot;,&quot;foo:&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 149: &quot;foo:&quot;,&quot;xml&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 149: metadata for &quot;foo:&quot;,&quot;xml&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 149: characterSet aliases for &quot;foo:&quot;,&quot;xml&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 150: &quot;foo:&quot;,&quot;xmlns&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 151: &quot;foo:&quot;,&quot;xmlfoo&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 151: metadata for &quot;foo:&quot;,&quot;xmlfoo&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 151: characterSet aliases for &quot;foo:&quot;,&quot;xmlfoo&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 152: &quot;foo:&quot;,&quot;xml:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 153: &quot;foo:&quot;,&quot;xmlns:foo&quot;,null,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createDocument test 154: &quot;foo:&quot;,&quot;xmlfoo:bar&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 154: metadata for &quot;foo:&quot;,&quot;xmlfoo:bar&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 154: characterSet aliases for &quot;foo:&quot;,&quot;xmlfoo:bar&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> FAIL createDocument test 155: null,null,false,object &quot;TypeError&quot; assert_throws: function &quot;function () { document.implementation.createDocument(name...&quot; did not throw
</span><span class="cx"> PASS createDocument test 156: null,null,null,null 
</span><span class="cx"> FAIL createDocument test 156: metadata for null,null,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 156: characterSet aliases for null,null,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 157: null,&quot;&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 157: metadata for null,&quot;&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 157: characterSet aliases for null,&quot;&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 158: undefined,null,undefined,null 
</span><span class="cx"> FAIL createDocument test 158: metadata for undefined,null,undefined assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 158: characterSet aliases for undefined,null,undefined assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> FAIL createDocument test 159: undefined,undefined,undefined,null assert_equals: expected (object) null but got (string) &quot;undefined&quot;
</span><span class="cx"> FAIL createDocument test 159: metadata for undefined,undefined,undefined assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 159: characterSet aliases for undefined,undefined,undefined assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 160: undefined,&quot;&quot;,undefined,null 
</span><span class="cx"> FAIL createDocument test 160: metadata for undefined,&quot;&quot;,undefined assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 160: characterSet aliases for undefined,&quot;&quot;,undefined assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 161: &quot;http://example.com/&quot;,null,null,null 
</span><span class="cx"> FAIL createDocument test 161: metadata for &quot;http://example.com/&quot;,null,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 161: characterSet aliases for &quot;http://example.com/&quot;,null,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 162: &quot;http://example.com/&quot;,&quot;&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 162: metadata for &quot;http://example.com/&quot;,&quot;&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 162: characterSet aliases for &quot;http://example.com/&quot;,&quot;&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 163: &quot;/&quot;,null,null,null 
</span><span class="cx"> FAIL createDocument test 163: metadata for &quot;/&quot;,null,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 163: characterSet aliases for &quot;/&quot;,null,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 164: &quot;/&quot;,&quot;&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 164: metadata for &quot;/&quot;,&quot;&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 164: characterSet aliases for &quot;/&quot;,&quot;&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 165: &quot;http://www.w3.org/XML/1998/namespace&quot;,null,null,null 
</span><span class="cx"> FAIL createDocument test 165: metadata for &quot;http://www.w3.org/XML/1998/namespace&quot;,null,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 165: characterSet aliases for &quot;http://www.w3.org/XML/1998/namespace&quot;,null,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 166: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 166: metadata for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 166: characterSet aliases for &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 167: &quot;http://www.w3.org/2000/xmlns/&quot;,null,null,null 
</span><span class="cx"> FAIL createDocument test 167: metadata for &quot;http://www.w3.org/2000/xmlns/&quot;,null,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 167: characterSet aliases for &quot;http://www.w3.org/2000/xmlns/&quot;,null,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 168: &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 168: metadata for &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 168: characterSet aliases for &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 169: &quot;foo:&quot;,null,null,null 
</span><span class="cx"> FAIL createDocument test 169: metadata for &quot;foo:&quot;,null,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 169: characterSet aliases for &quot;foo:&quot;,null,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 170: &quot;foo:&quot;,&quot;&quot;,null,null 
</span><span class="cx"> FAIL createDocument test 170: metadata for &quot;foo:&quot;,&quot;&quot;,null assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 170: characterSet aliases for &quot;foo:&quot;,&quot;&quot;,null assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 171: null,null,DocumentType node,null 
</span><span class="cx"> FAIL createDocument test 171: metadata for null,null,DocumentType node assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 171: characterSet aliases for null,null,DocumentType node assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 172: null,null,DocumentType node,null 
</span><span class="cx"> FAIL createDocument test 172: metadata for null,null,DocumentType node assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 172: characterSet aliases for null,null,DocumentType node assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 173: null,null,DocumentType node,null 
</span><span class="cx"> FAIL createDocument test 173: metadata for null,null,DocumentType node assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 173: characterSet aliases for null,null,DocumentType node assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 174: null,null,DocumentType node,null 
</span><span class="cx"> FAIL createDocument test 174: metadata for null,null,DocumentType node assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 174: characterSet aliases for null,null,DocumentType node assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 175: null,null,DocumentType node,null 
</span><span class="cx"> FAIL createDocument test 175: metadata for null,null,DocumentType node assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 175: characterSet aliases for null,null,DocumentType node assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 176: null,&quot;foo&quot;,DocumentType node,null 
</span><span class="cx"> FAIL createDocument test 176: metadata for null,&quot;foo&quot;,DocumentType node assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 176: characterSet aliases for null,&quot;foo&quot;,DocumentType node assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 177: &quot;foo&quot;,null,DocumentType node,null 
</span><span class="cx"> FAIL createDocument test 177: metadata for &quot;foo&quot;,null,DocumentType node assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 177: characterSet aliases for &quot;foo&quot;,null,DocumentType node assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createDocument test 178: &quot;foo&quot;,&quot;bar&quot;,DocumentType node,null 
</span><span class="cx"> FAIL createDocument test 178: metadata for &quot;foo&quot;,&quot;bar&quot;,DocumentType node assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createDocument test 178: characterSet aliases for &quot;foo&quot;,&quot;bar&quot;,DocumentType node assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDOMImplementationcreateDocumenthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -103,13 +103,20 @@
</span><span class="cx">         var doc = document.implementation.createDocument(namespace, qualifiedName, doctype)
</span><span class="cx">         assert_equals(doc.compatMode, &quot;CSS1Compat&quot;)
</span><span class="cx">         assert_equals(doc.characterSet, &quot;UTF-8&quot;)
</span><del>-        assert_equals(doc.inputEncoding, &quot;UTF-8&quot;)
</del><span class="cx">         assert_equals(doc.contentType, &quot;application/xml&quot;)
</span><span class="cx">         assert_equals(doc.URL, &quot;about:blank&quot;)
</span><span class="cx">         assert_equals(doc.documentURI, &quot;about:blank&quot;)
</span><span class="cx">         assert_equals(doc.createElement(&quot;DIV&quot;).localName, &quot;DIV&quot;);
</span><span class="cx">       }, &quot;createDocument test &quot; + i + &quot;: metadata for &quot; +
</span><span class="cx">       [namespace, qualifiedName, doctype].map(function(el) { return format_value(el) }))
</span><ins>+
+      test(function() {
+        var doc = document.implementation.createDocument(namespace, qualifiedName, doctype)
+        assert_equals(doc.characterSet, &quot;UTF-8&quot;, &quot;characterSet&quot;);
+        assert_equals(doc.charset, &quot;UTF-8&quot;, &quot;charset&quot;);
+        assert_equals(doc.inputEncoding, &quot;UTF-8&quot;, &quot;inputEncoding&quot;);
+      }, &quot;createDocument test &quot; + i + &quot;: characterSet aliases for &quot; +
+      [namespace, qualifiedName, doctype].map(function(el) { return format_value(el) }))
</ins><span class="cx">     }
</span><span class="cx">   })
</span><span class="cx"> })
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDOMImplementationcreateHTMLDocumentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -9,5 +9,6 @@
</span><span class="cx"> FAIL createHTMLDocument test 7: &quot;foo\r\rbar baz&quot;,&quot;foo\r\rbar baz&quot;,&quot;foo bar baz&quot; assert_equals: expected (string) &quot;&quot; but got (object) null
</span><span class="cx"> FAIL Missing title argument assert_equals: expected (string) &quot;&quot; but got (object) null
</span><span class="cx"> FAIL createHTMLDocument(): metadata assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL createHTMLDocument(): characterSet aliases assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS createHTMLDocument(): URL parsing 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDOMImplementationcreateHTMLDocumenthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;meta charset=windows-1252&gt;
</span><del>-&lt;!-- Using windows-1252 to ensure that DOMImplementation.createHTMLDocument()
-     doesn't inherit utf-8 from the parent document. --&gt;
</del><ins>+&lt;!--  Using windows-1252 to ensure that DOMImplementation.createHTMLDocument()
+     doesn't inherit utf-8 from the parent document.  --&gt;
</ins><span class="cx"> &lt;title&gt;DOMImplementation.createHTMLDocument&lt;/title&gt;
</span><span class="cx"> &lt;link rel=help href=&quot;https://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument&quot;&gt;
</span><span class="cx"> &lt;link rel=help href=&quot;https://dom.spec.whatwg.org/#dom-documenttype-name&quot;&gt;
</span><span class="lines">@@ -69,13 +69,19 @@
</span><span class="cx">   assert_equals(doc.documentURI, &quot;about:blank&quot;);
</span><span class="cx">   assert_equals(doc.compatMode, &quot;CSS1Compat&quot;);
</span><span class="cx">   assert_equals(doc.characterSet, &quot;UTF-8&quot;);
</span><del>-  assert_equals(doc.inputEncoding, &quot;UTF-8&quot;);
</del><span class="cx">   assert_equals(doc.contentType, &quot;text/html&quot;);
</span><span class="cx">   assert_equals(doc.createElement(&quot;DIV&quot;).localName, &quot;div&quot;);
</span><span class="cx"> }, &quot;createHTMLDocument(): metadata&quot;)
</span><span class="cx"> 
</span><span class="cx"> test(function() {
</span><span class="cx">   var doc = document.implementation.createHTMLDocument(&quot;test&quot;);
</span><ins>+  assert_equals(doc.characterSet, &quot;UTF-8&quot;, &quot;characterSet&quot;);
+  assert_equals(doc.charset, &quot;UTF-8&quot;, &quot;charset&quot;);
+  assert_equals(doc.inputEncoding, &quot;UTF-8&quot;, &quot;inputEncoding&quot;);
+}, &quot;createHTMLDocument(): characterSet aliases&quot;)
+
+test(function() {
+  var doc = document.implementation.createHTMLDocument(&quot;test&quot;);
</ins><span class="cx">   var a = doc.createElement(&quot;a&quot;);
</span><span class="cx">   // In UTF-8: 0xC3 0xA4
</span><span class="cx">   a.href = &quot;http://example.org/?\u00E4&quot;;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentadoptNodehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-adoptNode.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-adoptNode.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-adoptNode.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;div id=&quot;log&quot;&gt;&lt;/div&gt;
</span><del>-&lt;!--creates an element with local name &quot;x&lt;&quot;: --&gt;&lt;x&lt;&gt;x&lt;/x&lt;&gt;
</del><ins>+&lt;!-- creates an element with local name &quot;x&lt;&quot;:  --&gt;&lt;x&lt;&gt;x&lt;/x&lt;&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><span class="cx">   var y = document.getElementsByTagName(&quot;x&lt;&quot;)[0]
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcharacterSetnormalizationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,434 +1,650 @@
</span><span class="cx"> 
</span><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;unicode-1-1-utf-8&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;unicode-1-1-utf-8&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;utf-8&quot; has label &quot;unicode-1-1-utf-8&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;utf-8&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;utf-8&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;utf-8&quot; has label &quot;utf-8&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;utf8&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;utf8&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;utf-8&quot; has label &quot;utf8&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;utf-16&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;utf-16&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;utf-8&quot; has label &quot;utf-16&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;utf-16le&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;utf-16le&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;utf-8&quot; has label &quot;utf-16le&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;utf-16be&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;utf-8&quot; has label &quot;utf-16be&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;utf-8&quot; has label &quot;utf-16be&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;ibm866&quot; has label &quot;866&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;ibm866&quot; has label &quot;866&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;ibm866&quot; has label &quot;866&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;ibm866&quot; has label &quot;cp866&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;ibm866&quot; has label &quot;cp866&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;ibm866&quot; has label &quot;cp866&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;ibm866&quot; has label &quot;csibm866&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;ibm866&quot; has label &quot;csibm866&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;ibm866&quot; has label &quot;csibm866&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;ibm866&quot; has label &quot;ibm866&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;ibm866&quot; has label &quot;ibm866&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;ibm866&quot; has label &quot;ibm866&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;csisolatin2&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;csisolatin2&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-2&quot; has label &quot;csisolatin2&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;iso-8859-2&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;iso-8859-2&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-2&quot; has label &quot;iso-8859-2&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;iso-ir-101&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;iso-ir-101&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-2&quot; has label &quot;iso-ir-101&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;iso8859-2&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;iso8859-2&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-2&quot; has label &quot;iso8859-2&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-2&quot; has label &quot;iso88592&quot; (characterSet) assert_equals: expected &quot;ISO-8859-2&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-2&quot; has label &quot;iso88592&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-2&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-2&quot; has label &quot;iso88592&quot; (charset) assert_equals: expected &quot;ISO-8859-2&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;iso-8859-2&quot; has label &quot;iso_8859-2&quot; (characterSet) assert_equals: expected &quot;ISO-8859-2&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-2&quot; has label &quot;iso_8859-2&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-2&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-2&quot; has label &quot;iso_8859-2&quot; (charset) assert_equals: expected &quot;ISO-8859-2&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;iso_8859-2:1987&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;iso_8859-2:1987&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-2&quot; has label &quot;iso_8859-2:1987&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;l2&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;l2&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-2&quot; has label &quot;l2&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;latin2&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-2&quot; has label &quot;latin2&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-2&quot; has label &quot;latin2&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;csisolatin3&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;csisolatin3&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-3&quot; has label &quot;csisolatin3&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;iso-8859-3&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;iso-8859-3&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-3&quot; has label &quot;iso-8859-3&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;iso-ir-109&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;iso-ir-109&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-3&quot; has label &quot;iso-ir-109&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;iso8859-3&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;iso8859-3&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-3&quot; has label &quot;iso8859-3&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-3&quot; has label &quot;iso88593&quot; (characterSet) assert_equals: expected &quot;ISO-8859-3&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-3&quot; has label &quot;iso88593&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-3&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-3&quot; has label &quot;iso88593&quot; (charset) assert_equals: expected &quot;ISO-8859-3&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;iso-8859-3&quot; has label &quot;iso_8859-3&quot; (characterSet) assert_equals: expected &quot;ISO-8859-3&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-3&quot; has label &quot;iso_8859-3&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-3&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-3&quot; has label &quot;iso_8859-3&quot; (charset) assert_equals: expected &quot;ISO-8859-3&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;iso_8859-3:1988&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;iso_8859-3:1988&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-3&quot; has label &quot;iso_8859-3:1988&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;l3&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;l3&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-3&quot; has label &quot;l3&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;latin3&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-3&quot; has label &quot;latin3&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-3&quot; has label &quot;latin3&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;csisolatin4&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;csisolatin4&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-4&quot; has label &quot;csisolatin4&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;iso-8859-4&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;iso-8859-4&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-4&quot; has label &quot;iso-8859-4&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;iso-ir-110&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;iso-ir-110&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-4&quot; has label &quot;iso-ir-110&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;iso8859-4&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;iso8859-4&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-4&quot; has label &quot;iso8859-4&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-4&quot; has label &quot;iso88594&quot; (characterSet) assert_equals: expected &quot;ISO-8859-4&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-4&quot; has label &quot;iso88594&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-4&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-4&quot; has label &quot;iso88594&quot; (charset) assert_equals: expected &quot;ISO-8859-4&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;iso-8859-4&quot; has label &quot;iso_8859-4&quot; (characterSet) assert_equals: expected &quot;ISO-8859-4&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-4&quot; has label &quot;iso_8859-4&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-4&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-4&quot; has label &quot;iso_8859-4&quot; (charset) assert_equals: expected &quot;ISO-8859-4&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;iso_8859-4:1988&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;iso_8859-4:1988&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-4&quot; has label &quot;iso_8859-4:1988&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;l4&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;l4&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-4&quot; has label &quot;l4&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;latin4&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-4&quot; has label &quot;latin4&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-4&quot; has label &quot;latin4&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;csisolatincyrillic&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;csisolatincyrillic&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-5&quot; has label &quot;csisolatincyrillic&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;cyrillic&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;cyrillic&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-5&quot; has label &quot;cyrillic&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;iso-8859-5&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;iso-8859-5&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-5&quot; has label &quot;iso-8859-5&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;iso-ir-144&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;iso-ir-144&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-5&quot; has label &quot;iso-ir-144&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;iso8859-5&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;iso8859-5&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-5&quot; has label &quot;iso8859-5&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-5&quot; has label &quot;iso88595&quot; (characterSet) assert_equals: expected &quot;ISO-8859-5&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-5&quot; has label &quot;iso88595&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-5&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-5&quot; has label &quot;iso88595&quot; (charset) assert_equals: expected &quot;ISO-8859-5&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;iso-8859-5&quot; has label &quot;iso_8859-5&quot; (characterSet) assert_equals: expected &quot;ISO-8859-5&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-5&quot; has label &quot;iso_8859-5&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-5&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-5&quot; has label &quot;iso_8859-5&quot; (charset) assert_equals: expected &quot;ISO-8859-5&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;iso_8859-5:1988&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-5&quot; has label &quot;iso_8859-5:1988&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-5&quot; has label &quot;iso_8859-5:1988&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;arabic&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;arabic&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-6&quot; has label &quot;arabic&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;asmo-708&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;asmo-708&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-6&quot; has label &quot;asmo-708&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-6&quot; has label &quot;csiso88596e&quot; (characterSet) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-6&quot; has label &quot;csiso88596e&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-6&quot; has label &quot;csiso88596e&quot; (charset) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;iso-8859-6&quot; has label &quot;csiso88596i&quot; (characterSet) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-6&quot; has label &quot;csiso88596i&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-6&quot; has label &quot;csiso88596i&quot; (charset) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;csisolatinarabic&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;csisolatinarabic&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-6&quot; has label &quot;csisolatinarabic&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;ecma-114&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;ecma-114&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-6&quot; has label &quot;ecma-114&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso-8859-6&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso-8859-6&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-6&quot; has label &quot;iso-8859-6&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso-8859-6-e&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso-8859-6-e&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-6&quot; has label &quot;iso-8859-6-e&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso-8859-6-i&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso-8859-6-i&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-6&quot; has label &quot;iso-8859-6-i&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso-ir-127&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso-ir-127&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-6&quot; has label &quot;iso-ir-127&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso8859-6&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso8859-6&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-6&quot; has label &quot;iso8859-6&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-6&quot; has label &quot;iso88596&quot; (characterSet) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-6&quot; has label &quot;iso88596&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-6&quot; has label &quot;iso88596&quot; (charset) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;iso-8859-6&quot; has label &quot;iso_8859-6&quot; (characterSet) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-6&quot; has label &quot;iso_8859-6&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-6&quot; has label &quot;iso_8859-6&quot; (charset) assert_equals: expected &quot;ISO-8859-6&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso_8859-6:1987&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-6&quot; has label &quot;iso_8859-6:1987&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-6&quot; has label &quot;iso_8859-6:1987&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;csisolatingreek&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;csisolatingreek&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-7&quot; has label &quot;csisolatingreek&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;ecma-118&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;ecma-118&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-7&quot; has label &quot;ecma-118&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;elot_928&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;elot_928&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-7&quot; has label &quot;elot_928&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;greek&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;greek&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-7&quot; has label &quot;greek&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;greek8&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;greek8&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-7&quot; has label &quot;greek8&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;iso-8859-7&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;iso-8859-7&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-7&quot; has label &quot;iso-8859-7&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;iso-ir-126&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;iso-ir-126&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-7&quot; has label &quot;iso-ir-126&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;iso8859-7&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;iso8859-7&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-7&quot; has label &quot;iso8859-7&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-7&quot; has label &quot;iso88597&quot; (characterSet) assert_equals: expected &quot;ISO-8859-7&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-7&quot; has label &quot;iso88597&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-7&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-7&quot; has label &quot;iso88597&quot; (charset) assert_equals: expected &quot;ISO-8859-7&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;iso-8859-7&quot; has label &quot;iso_8859-7&quot; (characterSet) assert_equals: expected &quot;ISO-8859-7&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-7&quot; has label &quot;iso_8859-7&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-7&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-7&quot; has label &quot;iso_8859-7&quot; (charset) assert_equals: expected &quot;ISO-8859-7&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;iso_8859-7:1987&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;iso_8859-7:1987&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-7&quot; has label &quot;iso_8859-7:1987&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;sun_eu_greek&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-7&quot; has label &quot;sun_eu_greek&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-7&quot; has label &quot;sun_eu_greek&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-8&quot; has label &quot;csiso88598e&quot; (characterSet) assert_equals: expected &quot;ISO-8859-8&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-8&quot; has label &quot;csiso88598e&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-8&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-8&quot; has label &quot;csiso88598e&quot; (charset) assert_equals: expected &quot;ISO-8859-8&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;csisolatinhebrew&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;csisolatinhebrew&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-8&quot; has label &quot;csisolatinhebrew&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;hebrew&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;hebrew&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-8&quot; has label &quot;hebrew&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;iso-8859-8&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;iso-8859-8&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-8&quot; has label &quot;iso-8859-8&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;iso-8859-8-e&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;iso-8859-8-e&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-8&quot; has label &quot;iso-8859-8-e&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;iso-ir-138&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;iso-ir-138&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-8&quot; has label &quot;iso-ir-138&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;iso8859-8&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;iso8859-8&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-8&quot; has label &quot;iso8859-8&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-8&quot; has label &quot;iso88598&quot; (characterSet) assert_equals: expected &quot;ISO-8859-8&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-8&quot; has label &quot;iso88598&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-8&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-8&quot; has label &quot;iso88598&quot; (charset) assert_equals: expected &quot;ISO-8859-8&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;iso-8859-8&quot; has label &quot;iso_8859-8&quot; (characterSet) assert_equals: expected &quot;ISO-8859-8&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-8&quot; has label &quot;iso_8859-8&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-8&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-8&quot; has label &quot;iso_8859-8&quot; (charset) assert_equals: expected &quot;ISO-8859-8&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;iso_8859-8:1988&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;iso_8859-8:1988&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-8&quot; has label &quot;iso_8859-8:1988&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;visual&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-8&quot; has label &quot;visual&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-8&quot; has label &quot;visual&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-8-i&quot; has label &quot;csiso88598i&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-8-i&quot; has label &quot;csiso88598i&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-8-i&quot; has label &quot;csiso88598i&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-8-i&quot; has label &quot;iso-8859-8-i&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-8-i&quot; has label &quot;iso-8859-8-i&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-8-i&quot; has label &quot;iso-8859-8-i&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-8-i&quot; has label &quot;logical&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-8-i&quot; has label &quot;logical&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-8-i&quot; has label &quot;logical&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;csisolatin6&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;csisolatin6&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-10&quot; has label &quot;csisolatin6&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;iso-8859-10&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;iso-8859-10&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-10&quot; has label &quot;iso-8859-10&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;iso-ir-157&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;iso-ir-157&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-10&quot; has label &quot;iso-ir-157&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;iso8859-10&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;iso8859-10&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-10&quot; has label &quot;iso8859-10&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-10&quot; has label &quot;iso885910&quot; (characterSet) assert_equals: expected &quot;ISO-8859-10&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-10&quot; has label &quot;iso885910&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-10&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-10&quot; has label &quot;iso885910&quot; (charset) assert_equals: expected &quot;ISO-8859-10&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;l6&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;l6&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-10&quot; has label &quot;l6&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;latin6&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-10&quot; has label &quot;latin6&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-10&quot; has label &quot;latin6&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-13&quot; has label &quot;iso-8859-13&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-13&quot; has label &quot;iso-8859-13&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-13&quot; has label &quot;iso-8859-13&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-13&quot; has label &quot;iso8859-13&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-13&quot; has label &quot;iso8859-13&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-13&quot; has label &quot;iso8859-13&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-13&quot; has label &quot;iso885913&quot; (characterSet) assert_equals: expected &quot;ISO-8859-13&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-13&quot; has label &quot;iso885913&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-13&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-13&quot; has label &quot;iso885913&quot; (charset) assert_equals: expected &quot;ISO-8859-13&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-14&quot; has label &quot;iso-8859-14&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-14&quot; has label &quot;iso-8859-14&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-14&quot; has label &quot;iso-8859-14&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-14&quot; has label &quot;iso8859-14&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-14&quot; has label &quot;iso8859-14&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-14&quot; has label &quot;iso8859-14&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-14&quot; has label &quot;iso885914&quot; (characterSet) assert_equals: expected &quot;ISO-8859-14&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-14&quot; has label &quot;iso885914&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-14&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-14&quot; has label &quot;iso885914&quot; (charset) assert_equals: expected &quot;ISO-8859-14&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-15&quot; has label &quot;csisolatin9&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-15&quot; has label &quot;csisolatin9&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-15&quot; has label &quot;csisolatin9&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-15&quot; has label &quot;iso-8859-15&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-15&quot; has label &quot;iso-8859-15&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-15&quot; has label &quot;iso-8859-15&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-15&quot; has label &quot;iso8859-15&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-15&quot; has label &quot;iso8859-15&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-15&quot; has label &quot;iso8859-15&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;iso-8859-15&quot; has label &quot;iso885915&quot; (characterSet) assert_equals: expected &quot;ISO-8859-15&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-15&quot; has label &quot;iso885915&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-15&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-15&quot; has label &quot;iso885915&quot; (charset) assert_equals: expected &quot;ISO-8859-15&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;iso-8859-15&quot; has label &quot;iso_8859-15&quot; (characterSet) assert_equals: expected &quot;ISO-8859-15&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;iso-8859-15&quot; has label &quot;iso_8859-15&quot; (inputEncoding) assert_equals: expected &quot;ISO-8859-15&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;iso-8859-15&quot; has label &quot;iso_8859-15&quot; (charset) assert_equals: expected &quot;ISO-8859-15&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;iso-8859-15&quot; has label &quot;l9&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-15&quot; has label &quot;l9&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-15&quot; has label &quot;l9&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-8859-16&quot; has label &quot;iso-8859-16&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-8859-16&quot; has label &quot;iso-8859-16&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-8859-16&quot; has label &quot;iso-8859-16&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;koi8-r&quot; has label &quot;cskoi8r&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;koi8-r&quot; has label &quot;cskoi8r&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;koi8-r&quot; has label &quot;cskoi8r&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;koi8-r&quot; has label &quot;koi&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;koi8-r&quot; has label &quot;koi&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;koi8-r&quot; has label &quot;koi&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;koi8-r&quot; has label &quot;koi8&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;koi8-r&quot; has label &quot;koi8&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;koi8-r&quot; has label &quot;koi8&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;koi8-r&quot; has label &quot;koi8-r&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;koi8-r&quot; has label &quot;koi8-r&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;koi8-r&quot; has label &quot;koi8-r&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;koi8-r&quot; has label &quot;koi8_r&quot; (characterSet) assert_equals: expected &quot;KOI8-R&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;koi8-r&quot; has label &quot;koi8_r&quot; (inputEncoding) assert_equals: expected &quot;KOI8-R&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;koi8-r&quot; has label &quot;koi8_r&quot; (charset) assert_equals: expected &quot;KOI8-R&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;koi8-u&quot; has label &quot;koi8-u&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;koi8-u&quot; has label &quot;koi8-u&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;koi8-u&quot; has label &quot;koi8-u&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;macintosh&quot; has label &quot;csmacintosh&quot; (characterSet) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</span><span class="cx"> FAIL Name &quot;macintosh&quot; has label &quot;csmacintosh&quot; (inputEncoding) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</span><ins>+FAIL Name &quot;macintosh&quot; has label &quot;csmacintosh&quot; (charset) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</ins><span class="cx"> FAIL Name &quot;macintosh&quot; has label &quot;mac&quot; (characterSet) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</span><span class="cx"> FAIL Name &quot;macintosh&quot; has label &quot;mac&quot; (inputEncoding) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</span><ins>+FAIL Name &quot;macintosh&quot; has label &quot;mac&quot; (charset) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</ins><span class="cx"> FAIL Name &quot;macintosh&quot; has label &quot;macintosh&quot; (characterSet) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</span><span class="cx"> FAIL Name &quot;macintosh&quot; has label &quot;macintosh&quot; (inputEncoding) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</span><ins>+FAIL Name &quot;macintosh&quot; has label &quot;macintosh&quot; (charset) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</ins><span class="cx"> FAIL Name &quot;macintosh&quot; has label &quot;x-mac-roman&quot; (characterSet) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</span><span class="cx"> FAIL Name &quot;macintosh&quot; has label &quot;x-mac-roman&quot; (inputEncoding) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</span><ins>+FAIL Name &quot;macintosh&quot; has label &quot;x-mac-roman&quot; (charset) assert_equals: expected &quot;MACINTOSH&quot; but got &quot;macintosh&quot;
</ins><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;dos-874&quot; (characterSet) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</span><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;dos-874&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</span><ins>+FAIL Name &quot;windows-874&quot; has label &quot;dos-874&quot; (charset) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</ins><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;iso-8859-11&quot; (characterSet) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</span><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;iso-8859-11&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</span><ins>+FAIL Name &quot;windows-874&quot; has label &quot;iso-8859-11&quot; (charset) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</ins><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;iso8859-11&quot; (characterSet) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</span><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;iso8859-11&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</span><ins>+FAIL Name &quot;windows-874&quot; has label &quot;iso8859-11&quot; (charset) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</ins><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;iso885911&quot; (characterSet) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;iso885911&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-874&quot; has label &quot;iso885911&quot; (charset) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;tis-620&quot; (characterSet) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</span><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;tis-620&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</span><ins>+FAIL Name &quot;windows-874&quot; has label &quot;tis-620&quot; (charset) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</ins><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;windows-874&quot; (characterSet) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</span><span class="cx"> FAIL Name &quot;windows-874&quot; has label &quot;windows-874&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</span><ins>+FAIL Name &quot;windows-874&quot; has label &quot;windows-874&quot; (charset) assert_equals: expected &quot;WINDOWS-874&quot; but got &quot;windows-874&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1250&quot; has label &quot;cp1250&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1250&quot; but got &quot;windows-1250&quot;
</span><span class="cx"> FAIL Name &quot;windows-1250&quot; has label &quot;cp1250&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1250&quot; but got &quot;windows-1250&quot;
</span><ins>+FAIL Name &quot;windows-1250&quot; has label &quot;cp1250&quot; (charset) assert_equals: expected &quot;WINDOWS-1250&quot; but got &quot;windows-1250&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1250&quot; has label &quot;windows-1250&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1250&quot; but got &quot;windows-1250&quot;
</span><span class="cx"> FAIL Name &quot;windows-1250&quot; has label &quot;windows-1250&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1250&quot; but got &quot;windows-1250&quot;
</span><ins>+FAIL Name &quot;windows-1250&quot; has label &quot;windows-1250&quot; (charset) assert_equals: expected &quot;WINDOWS-1250&quot; but got &quot;windows-1250&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1250&quot; has label &quot;x-cp1250&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1250&quot; but got &quot;windows-1250&quot;
</span><span class="cx"> FAIL Name &quot;windows-1250&quot; has label &quot;x-cp1250&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1250&quot; but got &quot;windows-1250&quot;
</span><ins>+FAIL Name &quot;windows-1250&quot; has label &quot;x-cp1250&quot; (charset) assert_equals: expected &quot;WINDOWS-1250&quot; but got &quot;windows-1250&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1251&quot; has label &quot;cp1251&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1251&quot; but got &quot;windows-1251&quot;
</span><span class="cx"> FAIL Name &quot;windows-1251&quot; has label &quot;cp1251&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1251&quot; but got &quot;windows-1251&quot;
</span><ins>+FAIL Name &quot;windows-1251&quot; has label &quot;cp1251&quot; (charset) assert_equals: expected &quot;WINDOWS-1251&quot; but got &quot;windows-1251&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1251&quot; has label &quot;windows-1251&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1251&quot; but got &quot;windows-1251&quot;
</span><span class="cx"> FAIL Name &quot;windows-1251&quot; has label &quot;windows-1251&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1251&quot; but got &quot;windows-1251&quot;
</span><ins>+FAIL Name &quot;windows-1251&quot; has label &quot;windows-1251&quot; (charset) assert_equals: expected &quot;WINDOWS-1251&quot; but got &quot;windows-1251&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1251&quot; has label &quot;x-cp1251&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1251&quot; but got &quot;windows-1251&quot;
</span><span class="cx"> FAIL Name &quot;windows-1251&quot; has label &quot;x-cp1251&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1251&quot; but got &quot;windows-1251&quot;
</span><ins>+FAIL Name &quot;windows-1251&quot; has label &quot;x-cp1251&quot; (charset) assert_equals: expected &quot;WINDOWS-1251&quot; but got &quot;windows-1251&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;ansi_x3.4-1968&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;US-ASCII&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;ansi_x3.4-1968&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;US-ASCII&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;ansi_x3.4-1968&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;US-ASCII&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;ascii&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;US-ASCII&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;ascii&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;US-ASCII&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;ascii&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;US-ASCII&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;cp1252&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;windows-1252&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;cp1252&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;windows-1252&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;cp1252&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;windows-1252&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;cp819&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;cp819&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;cp819&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;csisolatin1&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;csisolatin1&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;csisolatin1&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;ibm819&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;ibm819&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;ibm819&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso-8859-1&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso-8859-1&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;iso-8859-1&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso-ir-100&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso-ir-100&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;iso-ir-100&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso8859-1&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso8859-1&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;iso8859-1&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso88591&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso88591&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;iso88591&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso_8859-1&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso_8859-1&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;iso_8859-1&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso_8859-1:1987&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;iso_8859-1:1987&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;iso_8859-1:1987&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;l1&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;l1&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;l1&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;latin1&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;latin1&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;latin1&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;us-ascii&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;US-ASCII&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;us-ascii&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;US-ASCII&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;us-ascii&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;US-ASCII&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;windows-1252&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;windows-1252&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;windows-1252&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;windows-1252&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;windows-1252&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;windows-1252&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;x-cp1252&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;x-cp1252&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;x-cp1252&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;x-user-defined&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;windows-1252&quot;
</span><span class="cx"> FAIL Name &quot;windows-1252&quot; has label &quot;x-user-defined&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;windows-1252&quot;
</span><ins>+FAIL Name &quot;windows-1252&quot; has label &quot;x-user-defined&quot; (charset) assert_equals: expected &quot;WINDOWS-1252&quot; but got &quot;windows-1252&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1253&quot; has label &quot;cp1253&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1253&quot; but got &quot;windows-1253&quot;
</span><span class="cx"> FAIL Name &quot;windows-1253&quot; has label &quot;cp1253&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1253&quot; but got &quot;windows-1253&quot;
</span><ins>+FAIL Name &quot;windows-1253&quot; has label &quot;cp1253&quot; (charset) assert_equals: expected &quot;WINDOWS-1253&quot; but got &quot;windows-1253&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1253&quot; has label &quot;windows-1253&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1253&quot; but got &quot;windows-1253&quot;
</span><span class="cx"> FAIL Name &quot;windows-1253&quot; has label &quot;windows-1253&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1253&quot; but got &quot;windows-1253&quot;
</span><ins>+FAIL Name &quot;windows-1253&quot; has label &quot;windows-1253&quot; (charset) assert_equals: expected &quot;WINDOWS-1253&quot; but got &quot;windows-1253&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1253&quot; has label &quot;x-cp1253&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1253&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1253&quot; has label &quot;x-cp1253&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1253&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1253&quot; has label &quot;x-cp1253&quot; (charset) assert_equals: expected &quot;WINDOWS-1253&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;cp1254&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;cp1254&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;cp1254&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;csisolatin5&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;csisolatin5&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;csisolatin5&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso-8859-9&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso-8859-9&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;iso-8859-9&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso-ir-148&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso-ir-148&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;iso-ir-148&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso8859-9&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso8859-9&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;iso8859-9&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso88599&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso88599&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;iso88599&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso_8859-9&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso_8859-9&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;iso_8859-9&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso_8859-9:1989&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;iso_8859-9:1989&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;iso_8859-9:1989&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;l5&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;l5&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;l5&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;latin5&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;latin5&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;latin5&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;windows-1254&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;windows-1254&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;windows-1254&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;windows-1254&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;x-cp1254&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1254&quot; has label &quot;x-cp1254&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1254&quot; has label &quot;x-cp1254&quot; (charset) assert_equals: expected &quot;WINDOWS-1254&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1255&quot; has label &quot;cp1255&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1255&quot; but got &quot;windows-1255&quot;
</span><span class="cx"> FAIL Name &quot;windows-1255&quot; has label &quot;cp1255&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1255&quot; but got &quot;windows-1255&quot;
</span><ins>+FAIL Name &quot;windows-1255&quot; has label &quot;cp1255&quot; (charset) assert_equals: expected &quot;WINDOWS-1255&quot; but got &quot;windows-1255&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1255&quot; has label &quot;windows-1255&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1255&quot; but got &quot;windows-1255&quot;
</span><span class="cx"> FAIL Name &quot;windows-1255&quot; has label &quot;windows-1255&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1255&quot; but got &quot;windows-1255&quot;
</span><ins>+FAIL Name &quot;windows-1255&quot; has label &quot;windows-1255&quot; (charset) assert_equals: expected &quot;WINDOWS-1255&quot; but got &quot;windows-1255&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1255&quot; has label &quot;x-cp1255&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1255&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1255&quot; has label &quot;x-cp1255&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1255&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1255&quot; has label &quot;x-cp1255&quot; (charset) assert_equals: expected &quot;WINDOWS-1255&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1256&quot; has label &quot;cp1256&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1256&quot; but got &quot;windows-1256&quot;
</span><span class="cx"> FAIL Name &quot;windows-1256&quot; has label &quot;cp1256&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1256&quot; but got &quot;windows-1256&quot;
</span><ins>+FAIL Name &quot;windows-1256&quot; has label &quot;cp1256&quot; (charset) assert_equals: expected &quot;WINDOWS-1256&quot; but got &quot;windows-1256&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1256&quot; has label &quot;windows-1256&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1256&quot; but got &quot;windows-1256&quot;
</span><span class="cx"> FAIL Name &quot;windows-1256&quot; has label &quot;windows-1256&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1256&quot; but got &quot;windows-1256&quot;
</span><ins>+FAIL Name &quot;windows-1256&quot; has label &quot;windows-1256&quot; (charset) assert_equals: expected &quot;WINDOWS-1256&quot; but got &quot;windows-1256&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1256&quot; has label &quot;x-cp1256&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1256&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1256&quot; has label &quot;x-cp1256&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1256&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1256&quot; has label &quot;x-cp1256&quot; (charset) assert_equals: expected &quot;WINDOWS-1256&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1257&quot; has label &quot;cp1257&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1257&quot; but got &quot;windows-1257&quot;
</span><span class="cx"> FAIL Name &quot;windows-1257&quot; has label &quot;cp1257&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1257&quot; but got &quot;windows-1257&quot;
</span><ins>+FAIL Name &quot;windows-1257&quot; has label &quot;cp1257&quot; (charset) assert_equals: expected &quot;WINDOWS-1257&quot; but got &quot;windows-1257&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1257&quot; has label &quot;windows-1257&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1257&quot; but got &quot;windows-1257&quot;
</span><span class="cx"> FAIL Name &quot;windows-1257&quot; has label &quot;windows-1257&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1257&quot; but got &quot;windows-1257&quot;
</span><ins>+FAIL Name &quot;windows-1257&quot; has label &quot;windows-1257&quot; (charset) assert_equals: expected &quot;WINDOWS-1257&quot; but got &quot;windows-1257&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1257&quot; has label &quot;x-cp1257&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1257&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1257&quot; has label &quot;x-cp1257&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1257&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1257&quot; has label &quot;x-cp1257&quot; (charset) assert_equals: expected &quot;WINDOWS-1257&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1258&quot; has label &quot;cp1258&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1258&quot; but got &quot;windows-1258&quot;
</span><span class="cx"> FAIL Name &quot;windows-1258&quot; has label &quot;cp1258&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1258&quot; but got &quot;windows-1258&quot;
</span><ins>+FAIL Name &quot;windows-1258&quot; has label &quot;cp1258&quot; (charset) assert_equals: expected &quot;WINDOWS-1258&quot; but got &quot;windows-1258&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1258&quot; has label &quot;windows-1258&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1258&quot; but got &quot;windows-1258&quot;
</span><span class="cx"> FAIL Name &quot;windows-1258&quot; has label &quot;windows-1258&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1258&quot; but got &quot;windows-1258&quot;
</span><ins>+FAIL Name &quot;windows-1258&quot; has label &quot;windows-1258&quot; (charset) assert_equals: expected &quot;WINDOWS-1258&quot; but got &quot;windows-1258&quot;
</ins><span class="cx"> FAIL Name &quot;windows-1258&quot; has label &quot;x-cp1258&quot; (characterSet) assert_equals: expected &quot;WINDOWS-1258&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;windows-1258&quot; has label &quot;x-cp1258&quot; (inputEncoding) assert_equals: expected &quot;WINDOWS-1258&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;windows-1258&quot; has label &quot;x-cp1258&quot; (charset) assert_equals: expected &quot;WINDOWS-1258&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> FAIL Name &quot;x-mac-cyrillic&quot; has label &quot;x-mac-cyrillic&quot; (characterSet) assert_equals: expected &quot;X-MAC-CYRILLIC&quot; but got &quot;x-mac-cyrillic&quot;
</span><span class="cx"> FAIL Name &quot;x-mac-cyrillic&quot; has label &quot;x-mac-cyrillic&quot; (inputEncoding) assert_equals: expected &quot;X-MAC-CYRILLIC&quot; but got &quot;x-mac-cyrillic&quot;
</span><ins>+FAIL Name &quot;x-mac-cyrillic&quot; has label &quot;x-mac-cyrillic&quot; (charset) assert_equals: expected &quot;X-MAC-CYRILLIC&quot; but got &quot;x-mac-cyrillic&quot;
</ins><span class="cx"> FAIL Name &quot;x-mac-cyrillic&quot; has label &quot;x-mac-ukrainian&quot; (characterSet) assert_equals: expected &quot;X-MAC-CYRILLIC&quot; but got &quot;x-mac-cyrillic&quot;
</span><span class="cx"> FAIL Name &quot;x-mac-cyrillic&quot; has label &quot;x-mac-ukrainian&quot; (inputEncoding) assert_equals: expected &quot;X-MAC-CYRILLIC&quot; but got &quot;x-mac-cyrillic&quot;
</span><ins>+FAIL Name &quot;x-mac-cyrillic&quot; has label &quot;x-mac-ukrainian&quot; (charset) assert_equals: expected &quot;X-MAC-CYRILLIC&quot; but got &quot;x-mac-cyrillic&quot;
</ins><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;chinese&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;chinese&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;gbk&quot; has label &quot;chinese&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;csgb2312&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;csgb2312&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;gbk&quot; has label &quot;csgb2312&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;csiso58gb231280&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;csiso58gb231280&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;gbk&quot; has label &quot;csiso58gb231280&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;gb2312&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;gb2312&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;gbk&quot; has label &quot;gb2312&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;gbk&quot; has label &quot;gb_2312&quot; (characterSet) assert_equals: expected &quot;GBK&quot; but got &quot;ISO-8859-1&quot;
</span><span class="cx"> FAIL Name &quot;gbk&quot; has label &quot;gb_2312&quot; (inputEncoding) assert_equals: expected &quot;GBK&quot; but got &quot;ISO-8859-1&quot;
</span><ins>+FAIL Name &quot;gbk&quot; has label &quot;gb_2312&quot; (charset) assert_equals: expected &quot;GBK&quot; but got &quot;ISO-8859-1&quot;
</ins><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;gb_2312-80&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;gb_2312-80&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;gbk&quot; has label &quot;gb_2312-80&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;gbk&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;gbk&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;gbk&quot; has label &quot;gbk&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;iso-ir-58&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;iso-ir-58&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;gbk&quot; has label &quot;iso-ir-58&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;x-gbk&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;gbk&quot; has label &quot;x-gbk&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;gbk&quot; has label &quot;x-gbk&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;gb18030&quot; has label &quot;gb18030&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;gb18030&quot; has label &quot;gb18030&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;gb18030&quot; has label &quot;gb18030&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;hz-gb-2312&quot; has label &quot;hz-gb-2312&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;hz-gb-2312&quot; has label &quot;hz-gb-2312&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;hz-gb-2312&quot; has label &quot;hz-gb-2312&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;big5&quot; has label &quot;big5&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;big5&quot; has label &quot;big5&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;big5&quot; has label &quot;big5&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;big5&quot; has label &quot;big5-hkscs&quot; (characterSet) assert_equals: expected &quot;Big5&quot; but got &quot;Big5-HKSCS&quot;
</span><span class="cx"> FAIL Name &quot;big5&quot; has label &quot;big5-hkscs&quot; (inputEncoding) assert_equals: expected &quot;Big5&quot; but got &quot;Big5-HKSCS&quot;
</span><ins>+FAIL Name &quot;big5&quot; has label &quot;big5-hkscs&quot; (charset) assert_equals: expected &quot;Big5&quot; but got &quot;Big5-HKSCS&quot;
</ins><span class="cx"> PASS Name &quot;big5&quot; has label &quot;cn-big5&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;big5&quot; has label &quot;cn-big5&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;big5&quot; has label &quot;cn-big5&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;big5&quot; has label &quot;csbig5&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;big5&quot; has label &quot;csbig5&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;big5&quot; has label &quot;csbig5&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;big5&quot; has label &quot;x-x-big5&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;big5&quot; has label &quot;x-x-big5&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;big5&quot; has label &quot;x-x-big5&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-jp&quot; has label &quot;cseucpkdfmtjapanese&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-jp&quot; has label &quot;cseucpkdfmtjapanese&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-jp&quot; has label &quot;cseucpkdfmtjapanese&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-jp&quot; has label &quot;euc-jp&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-jp&quot; has label &quot;euc-jp&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-jp&quot; has label &quot;euc-jp&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-jp&quot; has label &quot;x-euc-jp&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-jp&quot; has label &quot;x-euc-jp&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-jp&quot; has label &quot;x-euc-jp&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-2022-jp&quot; has label &quot;csiso2022jp&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-2022-jp&quot; has label &quot;csiso2022jp&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-2022-jp&quot; has label &quot;csiso2022jp&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;iso-2022-jp&quot; has label &quot;iso-2022-jp&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;iso-2022-jp&quot; has label &quot;iso-2022-jp&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;iso-2022-jp&quot; has label &quot;iso-2022-jp&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;csshiftjis&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;csshiftjis&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;shift_jis&quot; has label &quot;csshiftjis&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;ms_kanji&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;ms_kanji&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;shift_jis&quot; has label &quot;ms_kanji&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;shift-jis&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;shift-jis&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;shift_jis&quot; has label &quot;shift-jis&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;shift_jis&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;shift_jis&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;shift_jis&quot; has label &quot;shift_jis&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;sjis&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;sjis&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;shift_jis&quot; has label &quot;sjis&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;windows-31j&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;windows-31j&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;shift_jis&quot; has label &quot;windows-31j&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;x-sjis&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;shift_jis&quot; has label &quot;x-sjis&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;shift_jis&quot; has label &quot;x-sjis&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;cseuckr&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;cseuckr&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-kr&quot; has label &quot;cseuckr&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;csksc56011987&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;csksc56011987&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-kr&quot; has label &quot;csksc56011987&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;euc-kr&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;euc-kr&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-kr&quot; has label &quot;euc-kr&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;iso-ir-149&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;iso-ir-149&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-kr&quot; has label &quot;iso-ir-149&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;korean&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;korean&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-kr&quot; has label &quot;korean&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;ks_c_5601-1987&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;ks_c_5601-1987&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-kr&quot; has label &quot;ks_c_5601-1987&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;ks_c_5601-1989&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;ks_c_5601-1989&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-kr&quot; has label &quot;ks_c_5601-1989&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;ksc5601&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;ksc5601&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-kr&quot; has label &quot;ksc5601&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;ksc_5601&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;ksc_5601&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-kr&quot; has label &quot;ksc_5601&quot; (charset) 
</ins><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;windows-949&quot; (characterSet) 
</span><span class="cx"> PASS Name &quot;euc-kr&quot; has label &quot;windows-949&quot; (inputEncoding) 
</span><ins>+PASS Name &quot;euc-kr&quot; has label &quot;windows-949&quot; (charset) 
</ins><span class="cx"> FAIL Name &quot;replacement&quot; has label &quot;csiso2022kr&quot; (characterSet) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-KR&quot;
</span><span class="cx"> FAIL Name &quot;replacement&quot; has label &quot;csiso2022kr&quot; (inputEncoding) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-KR&quot;
</span><ins>+FAIL Name &quot;replacement&quot; has label &quot;csiso2022kr&quot; (charset) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-KR&quot;
</ins><span class="cx"> FAIL Name &quot;replacement&quot; has label &quot;iso-2022-cn&quot; (characterSet) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-CN&quot;
</span><span class="cx"> FAIL Name &quot;replacement&quot; has label &quot;iso-2022-cn&quot; (inputEncoding) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-CN&quot;
</span><ins>+FAIL Name &quot;replacement&quot; has label &quot;iso-2022-cn&quot; (charset) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-CN&quot;
</ins><span class="cx"> FAIL Name &quot;replacement&quot; has label &quot;iso-2022-cn-ext&quot; (characterSet) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-CN-EXT&quot;
</span><span class="cx"> FAIL Name &quot;replacement&quot; has label &quot;iso-2022-cn-ext&quot; (inputEncoding) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-CN-EXT&quot;
</span><ins>+FAIL Name &quot;replacement&quot; has label &quot;iso-2022-cn-ext&quot; (charset) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-CN-EXT&quot;
</ins><span class="cx"> FAIL Name &quot;replacement&quot; has label &quot;iso-2022-kr&quot; (characterSet) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-KR&quot;
</span><span class="cx"> FAIL Name &quot;replacement&quot; has label &quot;iso-2022-kr&quot; (inputEncoding) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-KR&quot;
</span><ins>+FAIL Name &quot;replacement&quot; has label &quot;iso-2022-kr&quot; (charset) assert_equals: expected &quot;REPLACEMENT&quot; but got &quot;ISO-2022-KR&quot;
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcharacterSetnormalizationhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -358,6 +358,8 @@
</span><span class="cx">                        &quot; has label &quot; + format_value(label) + &quot; (characterSet)&quot;);
</span><span class="cx">     var t2 = async_test(&quot;Name &quot; + format_value(name) +
</span><span class="cx">                        &quot; has label &quot; + format_value(label) + &quot; (inputEncoding)&quot;);
</span><ins>+    var t3 = async_test(&quot;Name &quot; + format_value(name) +
+                       &quot; has label &quot; + format_value(label) + &quot; (charset)&quot;);
</ins><span class="cx">     /*
</span><span class="cx">     iframe.src = &quot;data:text/html,&lt;!doctype html&gt;&quot; +
</span><span class="cx">                  '&lt;meta charset=&quot;' + label + '&quot;&gt;';
</span><span class="lines">@@ -370,12 +372,16 @@
</span><span class="cx">       t2.step(function() {
</span><span class="cx">         assert_equals(iframe.contentDocument.inputEncoding, expected_case(name));
</span><span class="cx">       });
</span><ins>+      t3.step(function() {
+        assert_equals(iframe.contentDocument.charset, expected_case(name));
+      });
</ins><span class="cx">       document.body.removeChild(iframe);
</span><span class="cx">       t.done();
</span><span class="cx">       t2.done();
</span><ins>+      t3.done();
</ins><span class="cx">     };
</span><span class="cx">     document.body.appendChild(iframe);
</span><span class="cx">   });
</span><span class="cx"> });
</span><span class="cx"> &lt;/script&gt;
</span><del>-&lt;!-- vim: set expandtab tabstop=2 shiftwidth=2: --&gt;
</del><ins>+&lt;!--  vim: set expandtab tabstop=2 shiftwidth=2:  --&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentconstructorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-constructor-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-constructor-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-constructor-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -2,5 +2,6 @@
</span><span class="cx"> FAIL new Document(): interfaces assert_false: Should not be an XMLDocument expected false got true
</span><span class="cx"> PASS new Document(): children 
</span><span class="cx"> FAIL new Document(): metadata assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><ins>+FAIL new Document(): characterSet aliases assert_equals: charset expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> FAIL new Document(): URL parsing assert_equals: expected &quot;http://example.org/?%C3%A4&quot; but got &quot;http://example.org/?ä&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentconstructorhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-constructor.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-constructor.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-constructor.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> &lt;!doctype html&gt;
</span><span class="cx"> &lt;meta charset=windows-1252&gt;
</span><del>-&lt;!-- Using windows-1252 to ensure that new Document() doesn't inherit utf-8
-     from the parent document. --&gt;
</del><ins>+&lt;!--  Using windows-1252 to ensure that new Document() doesn't inherit utf-8
+     from the parent document.  --&gt;
</ins><span class="cx"> &lt;title&gt;Document constructor&lt;/title&gt;
</span><span class="cx"> &lt;link rel=help href=&quot;https://dom.spec.whatwg.org/#dom-document&quot;&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span><span class="lines">@@ -32,13 +32,19 @@
</span><span class="cx">   assert_equals(doc.documentURI, &quot;about:blank&quot;);
</span><span class="cx">   assert_equals(doc.compatMode, &quot;CSS1Compat&quot;);
</span><span class="cx">   assert_equals(doc.characterSet, &quot;UTF-8&quot;);
</span><del>-  assert_equals(doc.inputEncoding, &quot;UTF-8&quot;);
</del><span class="cx">   assert_equals(doc.contentType, &quot;application/xml&quot;);
</span><span class="cx">   assert_equals(doc.createElement(&quot;DIV&quot;).localName, &quot;DIV&quot;);
</span><span class="cx"> }, &quot;new Document(): metadata&quot;)
</span><span class="cx"> 
</span><span class="cx"> test(function() {
</span><span class="cx">   var doc = new Document();
</span><ins>+  assert_equals(doc.characterSet, &quot;UTF-8&quot;, &quot;characterSet&quot;);
+  assert_equals(doc.charset, &quot;UTF-8&quot;, &quot;charset&quot;);
+  assert_equals(doc.inputEncoding, &quot;UTF-8&quot;, &quot;inputEncoding&quot;);
+}, &quot;new Document(): characterSet aliases&quot;)
+
+test(function() {
+  var doc = new Document();
</ins><span class="cx">   var a = doc.createElement(&quot;a&quot;);
</span><span class="cx">   // In UTF-8: 0xC3 0xA4
</span><span class="cx">   a.href = &quot;http://example.org/?\u00E4&quot;;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcontentTypecontentTypew3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,33 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_bmp.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_css.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_datauri_01.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_datauri_02.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_gif.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_html.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_javascripturi.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_jpg.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_mimeheader_01.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_mimeheader_02.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_png.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_txt.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_xml.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/createDocument.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/createHTMLDocument.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/contentType/xhr_responseType_document.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcontentTyperesourcesw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/blob.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/blob.txt
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/blob.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/lib.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/style.css
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/t.bmp
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/t.gif
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/t.jpg
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/resources/t.png
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcontentTypesupportw3cimportlogfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentimagemapsw3cimportlog"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/support/w3c-import.log (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/support/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/support/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-contentType/support/contenttype_setter.py
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateAttributeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createAttribute-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createAttribute-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createAttribute-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,13 +1,24 @@
</span><span class="cx"> 
</span><del>-PASS createAttribute(&quot;&quot;) 
-PASS createAttribute(&quot;invalid^Name&quot;) 
-PASS createAttribute(&quot;\\&quot;) 
-PASS createAttribute(&quot;'&quot;) 
-PASS createAttribute(&quot;\&quot;&quot;) 
-PASS createAttribute(&quot;0&quot;) 
-PASS createAttribute(&quot;0:a&quot;) 
-PASS createAttribute(&quot;title&quot;) 
-PASS createAttribute(&quot;TITLE&quot;) 
-PASS createAttribute(null) 
-PASS createAttribute(undefined) 
</del><ins>+PASS HTML document.createAttribute(&quot;&quot;) 
+PASS XML document.createAttribute(&quot;&quot;) 
+PASS HTML document.createAttribute(&quot;invalid^Name&quot;) 
+PASS XML document.createAttribute(&quot;invalid^Name&quot;) 
+PASS HTML document.createAttribute(&quot;\\&quot;) 
+PASS XML document.createAttribute(&quot;\\&quot;) 
+PASS HTML document.createAttribute(&quot;'&quot;) 
+PASS XML document.createAttribute(&quot;'&quot;) 
+PASS HTML document.createAttribute(&quot;\&quot;&quot;) 
+PASS XML document.createAttribute(&quot;\&quot;&quot;) 
+PASS HTML document.createAttribute(&quot;0&quot;) 
+PASS XML document.createAttribute(&quot;0&quot;) 
+PASS HTML document.createAttribute(&quot;0:a&quot;) 
+PASS XML document.createAttribute(&quot;0:a&quot;) 
+PASS HTML document.createAttribute(&quot;title&quot;) 
+PASS XML document.createAttribute(&quot;title&quot;) 
+FAIL HTML document.createAttribute(&quot;TITLE&quot;) assert_equals: expected &quot;title&quot; but got &quot;TITLE&quot;
+PASS XML document.createAttribute(&quot;TITLE&quot;) 
+PASS HTML document.createAttribute(null) 
+PASS XML document.createAttribute(null) 
+PASS HTML document.createAttribute(undefined) 
+PASS XML document.createAttribute(undefined) 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateAttributehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createAttribute.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createAttribute.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createAttribute.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -7,20 +7,37 @@
</span><span class="cx"> &lt;script src=productions.js&gt;&lt;/script&gt;
</span><span class="cx"> &lt;div id=log&gt;
</span><span class="cx"> &lt;script&gt;
</span><ins>+var xml_document;
+setup(function() {
+  xml_document = document.implementation.createDocument(null, null, null);
+});
+
</ins><span class="cx"> invalid_names.forEach(function(name) {
</span><span class="cx">   test(function() {
</span><span class="cx">     assert_throws(&quot;INVALID_CHARACTER_ERR&quot;, function() {
</span><span class="cx">       document.createAttribute(name, &quot;test&quot;);
</span><span class="cx">     });
</span><del>-  }, &quot;createAttribute(&quot; + format_value(name) + &quot;)&quot;);
</del><ins>+  }, &quot;HTML document.createAttribute(&quot; + format_value(name) + &quot;)&quot;);
+
+  test(function() {
+    assert_throws(&quot;INVALID_CHARACTER_ERR&quot;, function() {
+      xml_document.createAttribute(name, &quot;test&quot;);
+    });
+  }, &quot;XML document.createAttribute(&quot; + format_value(name) + &quot;)&quot;);
</ins><span class="cx"> });
</span><span class="cx"> 
</span><span class="cx"> var tests = [&quot;title&quot;, &quot;TITLE&quot;, null, undefined];
</span><span class="cx"> tests.forEach(function(name) {
</span><span class="cx">   test(function() {
</span><span class="cx">     var attribute = document.createAttribute(name);
</span><ins>+    attr_is(attribute, &quot;&quot;, String(name).toLowerCase(), null, null, String(name).toLowerCase());
+    assert_equals(attribute.ownerElement, null);
+  }, &quot;HTML document.createAttribute(&quot; + format_value(name) + &quot;)&quot;);
+
+  test(function() {
+    var attribute = xml_document.createAttribute(name);
</ins><span class="cx">     attr_is(attribute, &quot;&quot;, String(name), null, null, String(name));
</span><span class="cx">     assert_equals(attribute.ownerElement, null);
</span><del>-  }, &quot;createAttribute(&quot; + format_value(name) + &quot;)&quot;);
</del><ins>+  }, &quot;XML document.createAttribute(&quot; + format_value(name) + &quot;)&quot;);
</ins><span class="cx"> });
</span><span class="cx"> &lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -5,10 +5,10 @@
</span><span class="cx"> FAIL Created element's namespace in created XHTML document assert_equals: Wrong MIME type -- incorrect server config? expected &quot;application/xml&quot; but got &quot;application/xhtml+xml&quot;
</span><span class="cx"> FAIL Created element's namespace in created SVG document assert_equals: Wrong MIME type -- incorrect server config? expected &quot;application/xml&quot; but got &quot;image/svg+xml&quot;
</span><span class="cx"> PASS Created element's namespace in created MathML document 
</span><del>-PASS Created element's namespace in empty.html 
-PASS Created element's namespace in empty.xhtml 
-PASS Created element's namespace in empty.xml 
-PASS Created element's namespace in empty.svg 
</del><ins>+FAIL Created element's namespace in empty.html assert_equals: Wrong MIME type -- incorrect server config? expected &quot;text/html&quot; but got &quot;application/json&quot;
+FAIL Created element's namespace in empty.xhtml assert_equals: Wrong MIME type -- incorrect server config? expected &quot;application/xhtml+xml&quot; but got &quot;application/json&quot;
+FAIL Created element's namespace in empty.xml assert_equals: Wrong MIME type -- incorrect server config? expected &quot;application/xml&quot; but got &quot;application/json&quot;
+FAIL Created element's namespace in empty.svg assert_equals: Wrong MIME type -- incorrect server config? expected &quot;image/svg+xml&quot; but got &quot;application/json&quot;
</ins><span class="cx"> PASS Created element's namespace in minimal_html.html 
</span><span class="cx"> PASS Created element's namespace in minimal_html.xhtml 
</span><span class="cx"> PASS Created element's namespace in minimal_html.xml 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_mathmlhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;math&gt;&lt;/math&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_mathmlsvg"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.svg (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.svg                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.svg        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;math&gt;&lt;/math&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_mathmlxhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xhtml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xhtml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xhtml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;math&gt;&lt;/math&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_mathmlxml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;math&gt;&lt;/math&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_svghtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;svg&gt;&lt;/svg&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_svgsvg"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.svg (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.svg                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.svg        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;svg&gt;&lt;/svg&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_svgxhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xhtml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xhtml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xhtml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;svg&gt;&lt;/svg&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_svgxml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;svg&gt;&lt;/svg&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_xhtmlhtmlfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementsupportblankhtm"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.html (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;html&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_xhtmlsvgfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementsupportblankhtm"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.svg (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.svg                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.svg        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;html&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_xhtmlxhtmlfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementsupportblankhtm"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xhtml (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xhtml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xhtml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;html&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsbare_xhtmlxmlfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementsupportblankhtm"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xml (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;html&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsgeneratepy"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/generate.py (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/generate.py                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/generate.py        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,77 @@
</span><ins>+#!/usr/bin/python
+import os
+import sys
+
+THIS_NAME = &quot;generate.py&quot;
+
+# Note: these lists must be kept in sync with the lists in
+# Document-createElement-namespace.html, and this script must be run whenever
+# the lists are updated.  (We could keep the lists in a shared JSON file, but
+# seems like too much effort.)
+FILES = (
+    (&quot;empty&quot;, &quot;&quot;),
+    (&quot;minimal_html&quot;, &quot;&lt;!doctype html&gt;&lt;title&gt;&lt;/title&gt;&quot;),
+
+    (&quot;xhtml&quot;, '&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;/html&gt;'),
+    (&quot;svg&quot;, '&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;/svg&gt;'),
+    (&quot;mathml&quot;, '&lt;mathml xmlns=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;&lt;/mathml&gt;'),
+
+    (&quot;bare_xhtml&quot;, &quot;&lt;html&gt;&lt;/html&gt;&quot;),
+    (&quot;bare_svg&quot;, &quot;&lt;svg&gt;&lt;/svg&gt;&quot;),
+    (&quot;bare_mathml&quot;, &quot;&lt;math&gt;&lt;/math&gt;&quot;),
+
+    (&quot;xhtml_ns_removed&quot;, &quot;&quot;&quot;\
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
+  &lt;head&gt;&lt;script&gt;
+    var newRoot = document.createElementNS(null, &quot;html&quot;);
+    document.removeChild(document.documentElement);
+    document.appendChild(newRoot);
+  &lt;/script&gt;&lt;/head&gt;
+&lt;/html&gt;
+&quot;&quot;&quot;),
+    (&quot;xhtml_ns_changed&quot;, &quot;&quot;&quot;\
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
+  &lt;head&gt;&lt;script&gt;
+    var newRoot = document.createElementNS(&quot;http://www.w3.org/2000/svg&quot;, &quot;abc&quot;);
+    document.removeChild(document.documentElement);
+    document.appendChild(newRoot);
+  &lt;/script&gt;&lt;/head&gt;
+&lt;/html&gt;
+&quot;&quot;&quot;),
+)
+
+EXTENSIONS = (
+    &quot;html&quot;,
+    &quot;xhtml&quot;,
+    &quot;xml&quot;,
+    &quot;svg&quot;,
+    # Was not able to get server MIME type working properly :(
+    #&quot;mml&quot;,
+)
+
+def __main__():
+    if len(sys.argv) &gt; 1:
+        print &quot;No arguments expected, aborting&quot;
+        return
+
+    if not os.access(THIS_NAME, os.F_OK):
+        print &quot;Must be run from the directory of &quot; + THIS_NAME + &quot;, aborting&quot;
+        return
+
+    for name in os.listdir(&quot;.&quot;):
+        if name == THIS_NAME:
+            continue
+        os.remove(name)
+
+    manifest = open(&quot;MANIFEST&quot;, &quot;w&quot;)
+
+    for name, contents in FILES:
+        for extension in EXTENSIONS:
+            f = open(name + &quot;.&quot; + extension, &quot;w&quot;)
+            f.write(contents)
+            f.close()
+            manifest.write(&quot;support &quot; + name + &quot;.&quot; + extension + &quot;\n&quot;)
+
+    manifest.close()
+
+__main__()
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsmathmlhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;mathml xmlns=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;&lt;/mathml&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsmathmlsvg"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.svg (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.svg                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.svg        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;mathml xmlns=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;&lt;/mathml&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsmathmlxhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xhtml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xhtml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xhtml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;mathml xmlns=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;&lt;/mathml&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsmathmlxml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;mathml xmlns=&quot;http://www.w3.org/1998/Math/MathML&quot;&gt;&lt;/mathml&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsminimal_htmlhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;!doctype html&gt;&lt;title&gt;&lt;/title&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsminimal_htmlsvg"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.svg (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.svg                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.svg        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;!doctype html&gt;&lt;title&gt;&lt;/title&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsminimal_htmlxhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xhtml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xhtml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xhtml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;!doctype html&gt;&lt;title&gt;&lt;/title&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsminimal_htmlxml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;!doctype html&gt;&lt;title&gt;&lt;/title&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestssvghtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;/svg&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestssvgsvg"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.svg (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.svg                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.svg        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;/svg&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestssvgxhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xhtml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xhtml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xhtml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;/svg&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestssvgxml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;/svg&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,58 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.svg
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_mathml.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.svg
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_svg.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.svg
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/bare_xhtml.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.svg
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/generate.py
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.svg
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/mathml.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.svg
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/minimal_html.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.svg
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/svg.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.svg
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.svg
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.svg
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xml
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtmlhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtmlsvg"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.svg (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.svg                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.svg        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtmlxhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xhtml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xhtml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xhtml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtmlxml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml.xml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;/html&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_changedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
+  &lt;head&gt;&lt;script&gt;
+    var newRoot = document.createElementNS(&quot;http://www.w3.org/2000/svg&quot;, &quot;abc&quot;);
+    document.removeChild(document.documentElement);
+    document.appendChild(newRoot);
+  &lt;/script&gt;&lt;/head&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_changedsvg"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.svg (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.svg                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.svg        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
+  &lt;head&gt;&lt;script&gt;
+    var newRoot = document.createElementNS(&quot;http://www.w3.org/2000/svg&quot;, &quot;abc&quot;);
+    document.removeChild(document.documentElement);
+    document.appendChild(newRoot);
+  &lt;/script&gt;&lt;/head&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_changedxhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xhtml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xhtml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xhtml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
+  &lt;head&gt;&lt;script&gt;
+    var newRoot = document.createElementNS(&quot;http://www.w3.org/2000/svg&quot;, &quot;abc&quot;);
+    document.removeChild(document.documentElement);
+    document.appendChild(newRoot);
+  &lt;/script&gt;&lt;/head&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_changedxml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_changed.xml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
+  &lt;head&gt;&lt;script&gt;
+    var newRoot = document.createElementNS(&quot;http://www.w3.org/2000/svg&quot;, &quot;abc&quot;);
+    document.removeChild(document.documentElement);
+    document.appendChild(newRoot);
+  &lt;/script&gt;&lt;/head&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_removedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
+  &lt;head&gt;&lt;script&gt;
+    var newRoot = document.createElementNS(null, &quot;html&quot;);
+    document.removeChild(document.documentElement);
+    document.appendChild(newRoot);
+  &lt;/script&gt;&lt;/head&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_removedsvg"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.svg (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.svg                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.svg        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
+  &lt;head&gt;&lt;script&gt;
+    var newRoot = document.createElementNS(null, &quot;html&quot;);
+    document.removeChild(document.documentElement);
+    document.appendChild(newRoot);
+  &lt;/script&gt;&lt;/head&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_removedxhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xhtml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xhtml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xhtml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
+  &lt;head&gt;&lt;script&gt;
+    var newRoot = document.createElementNS(null, &quot;html&quot;);
+    document.removeChild(document.documentElement);
+    document.appendChild(newRoot);
+  &lt;/script&gt;&lt;/head&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacetestsxhtml_ns_removedxml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xml (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xml                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/xhtml_ns_removed.xml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
+  &lt;head&gt;&lt;script&gt;
+    var newRoot = document.createElementNS(null, &quot;html&quot;);
+    document.removeChild(document.documentElement);
+    document.appendChild(newRoot);
+  &lt;/script&gt;&lt;/head&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementnamespacehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx"> tests.forEach(function(testName) {
</span><span class="cx">   Object.keys(testExtensions).forEach(function(ext) {
</span><span class="cx">     var iframe = document.createElement(&quot;iframe&quot;);
</span><del>-    iframe.src = &quot;resources/Document-createElement-namespace-tests/&quot; +
</del><ins>+    iframe.src = &quot;Document-createElement-namespace-tests/&quot; +
</ins><span class="cx">                  testName + &quot;.&quot; + ext;
</span><span class="cx">     var t = async_test(&quot;Created element's namespace in &quot; + testName + &quot;.&quot; + ext);
</span><span class="cx">     iframe.onload = function() {
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentdoctypehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-doctype.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-doctype.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-doctype.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-&lt;!-- comment --&gt;
</del><ins>+&lt;!--  comment  --&gt;
</ins><span class="cx"> &lt;!doctype html&gt;
</span><span class="cx"> &lt;meta charset=utf-8&gt;
</span><span class="cx"> &lt;title&gt;Document.doctype&lt;/title&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentgetElementByIdhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-getElementById.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-getElementById.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-getElementById.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -8,19 +8,19 @@
</span><span class="cx"> &lt;body&gt;
</span><span class="cx">   &lt;div id=&quot;log&quot;&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><del>-  &lt;!-- test 0 --&gt;
</del><ins>+  &lt;!--  test 0  --&gt;
</ins><span class="cx">   &lt;div id=&quot;&quot;&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><del>-  &lt;!-- test 1 --&gt;
</del><ins>+  &lt;!--  test 1  --&gt;
</ins><span class="cx">   &lt;div id=&quot;test1&quot;&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><del>-  &lt;!-- test 5 --&gt;
</del><ins>+  &lt;!--  test 5  --&gt;
</ins><span class="cx">   &lt;div id=&quot;test5&quot; data-name=&quot;1st&quot;&gt;
</span><span class="cx">     &lt;p id=&quot;test5&quot; data-name=&quot;2nd&quot;&gt;P&lt;/p&gt;
</span><span class="cx">     &lt;input id=&quot;test5&quot; type=&quot;submit&quot; value=&quot;Submit&quot; data-name=&quot;3rd&quot;&gt;
</span><span class="cx">   &lt;/div&gt;
</span><span class="cx"> 
</span><del>-  &lt;!-- test 15 --&gt;
</del><ins>+  &lt;!--  test 15  --&gt;
</ins><span class="cx">   &lt;div id=&quot;outer&quot;&gt;
</span><span class="cx">     &lt;div id=&quot;middle&quot;&gt;
</span><span class="cx">       &lt;div id=&quot;inner&quot;&gt;&lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesElementmatcheshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-matches.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-matches.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-matches.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;meta charset=&quot;UTF-8&quot;&gt;
</span><span class="cx"> &lt;title&gt;Selectors-API Level 2 Test Suite: HTML with Selectors Level 3&lt;/title&gt;
</span><del>-&lt;!-- Selectors API Test Suite Version 3 --&gt;
</del><ins>+&lt;!--  Selectors API Test Suite Version 3  --&gt;
</ins><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;/dom/nodes/selectors.js&quot;&gt;&lt;/script&gt;
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> async_test(function() {
</span><span class="cx">   var frame = document.createElement(&quot;iframe&quot;);
</span><span class="cx">   frame.onload = this.step_func_done(init);
</span><del>-  frame.src = &quot;/dom/nodes/resources/ParentNode-querySelector-All-content.html#target&quot;;
</del><ins>+  frame.src = &quot;/dom/nodes/ParentNode-querySelector-All-content.html#target&quot;;
</ins><span class="cx">   document.body.appendChild(frame);
</span><span class="cx"> });
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesMutationObservercharacterDataexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-characterData-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-characterData-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-characterData-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx"> PASS characterData Text.replaceData: simple mutation 
</span><span class="cx"> PASS characterData Text.replaceData: empty mutation 
</span><span class="cx"> PASS characterData ProcessingInstruction: data mutations 
</span><del>-PASS characterData Comment: data mutations 
</del><ins>+FAIL characterData Comment: data mutations assert_equals: oldValue didn't match expected &quot; data &quot; but got &quot;  data  &quot;
</ins><span class="cx"> PASS Range (r70) is created 
</span><span class="cx"> PASS characterData Range.deleteContents: child and data removal mutation 
</span><span class="cx"> PASS Range (r71) is created 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesMutationObservercharacterDatahtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-characterData.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-characterData.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-characterData.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;p id=&quot;n50&quot;&gt;&lt;?processing data?&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><del>-&lt;p id=&quot;n60&quot;&gt;&lt;!-- data --&gt;&lt;/p&gt;
</del><ins>+&lt;p id=&quot;n60&quot;&gt;&lt;!--  data  --&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;p id='n70'&gt;CHANN&lt;/p&gt;
</span><span class="cx"> &lt;p id='n71'&gt;CHANN&lt;/p&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodecompareDocumentPositionhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-compareDocumentPosition.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-compareDocumentPosition.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-compareDocumentPosition.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -84,4 +84,4 @@
</span><span class="cx"> 
</span><span class="cx"> testDiv.parentNode.removeChild(testDiv);
</span><span class="cx"> &lt;/script&gt;
</span><del>-&lt;!-- vim: set expandtab tabstop=2 shiftwidth=2: --&gt;
</del><ins>+&lt;!--  vim: set expandtab tabstop=2 shiftwidth=2:  --&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodecontainshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-contains.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-contains.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-contains.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -33,4 +33,4 @@
</span><span class="cx"> 
</span><span class="cx"> testDiv.parentNode.removeChild(testDiv);
</span><span class="cx"> &lt;/script&gt;
</span><del>-&lt;!-- vim: set expandtab tabstop=2 shiftwidth=2: --&gt;
</del><ins>+&lt;!--  vim: set expandtab tabstop=2 shiftwidth=2:  --&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodelookupPrefixxhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-lookupPrefix.xhtml (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-lookupPrefix.xhtml        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-lookupPrefix.xhtml        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body xmlns:s=&quot;test&quot;&gt;
</span><span class="cx"> &lt;div id=&quot;log&quot;/&gt;
</span><del>-&lt;x xmlns:t=&quot;test&quot;&gt;&lt;!--comment--&gt;&lt;?test test?&gt;TEST&lt;x/&gt;&lt;/x&gt;
</del><ins>+&lt;x xmlns:t=&quot;test&quot;&gt;&lt;!-- comment --&gt;&lt;?test test?&gt;TEST&lt;x/&gt;&lt;/x&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> function lookupPrefix(node, ns, prefix) {
</span><span class="cx">   test(function() {
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodeparentNodeiframehtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-parentNode-iframe.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-parentNode-iframe.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-parentNode-iframe.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;a name='c'&gt;c&lt;/a&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodeparentNodehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-parentNode.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-parentNode.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-parentNode.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -30,4 +30,4 @@
</span><span class="cx">   t.done();
</span><span class="cx"> }
</span><span class="cx"> &lt;/script&gt;
</span><del>-&lt;iframe id=a src=&quot;resources/Node-parentNode-iframe.html&quot; onload=&quot;testIframe(this)&quot;&gt;&lt;/iframe&gt;
</del><ins>+&lt;iframe id=a src=&quot;Node-parentNode-iframe.html&quot; onload=&quot;testIframe(this)&quot;&gt;&lt;/iframe&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodepropertiesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-properties-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-properties-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-properties-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -120,7 +120,6 @@
</span><span class="cx"> PASS document.URL 
</span><span class="cx"> PASS document.compatMode 
</span><span class="cx"> PASS document.characterSet 
</span><del>-PASS document.inputEncoding 
</del><span class="cx"> PASS document.contentType 
</span><span class="cx"> PASS document.doctype 
</span><span class="cx"> PASS document.nodeName 
</span><span class="lines">@@ -132,6 +131,8 @@
</span><span class="cx"> PASS document.parentNode 
</span><span class="cx"> PASS document.ownerDocument 
</span><span class="cx"> PASS document.documentURI 
</span><ins>+PASS document.inputEncoding 
+PASS document.charset 
</ins><span class="cx"> PASS document.firstChild 
</span><span class="cx"> PASS document.lastChild 
</span><span class="cx"> PASS document.hasChildNodes() 
</span><span class="lines">@@ -143,7 +144,6 @@
</span><span class="cx"> FAIL foreignDoc.URL assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><span class="cx"> PASS foreignDoc.compatMode 
</span><span class="cx"> PASS foreignDoc.characterSet 
</span><del>-PASS foreignDoc.inputEncoding 
</del><span class="cx"> PASS foreignDoc.contentType 
</span><span class="cx"> PASS foreignDoc.nodeName 
</span><span class="cx"> PASS foreignDoc.textContent 
</span><span class="lines">@@ -154,6 +154,8 @@
</span><span class="cx"> PASS foreignDoc.parentNode 
</span><span class="cx"> PASS foreignDoc.ownerDocument 
</span><span class="cx"> FAIL foreignDoc.documentURI assert_equals: expected (string) &quot;about:blank&quot; but got (object) null
</span><ins>+PASS foreignDoc.inputEncoding 
+FAIL foreignDoc.charset assert_equals: expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS foreignDoc.firstChild 
</span><span class="cx"> PASS foreignDoc.lastChild 
</span><span class="cx"> PASS foreignDoc.hasChildNodes() 
</span><span class="lines">@@ -216,7 +218,6 @@
</span><span class="cx"> FAIL xmlDoc.URL assert_equals: expected &quot;about:blank&quot; but got &quot;&quot;
</span><span class="cx"> PASS xmlDoc.compatMode 
</span><span class="cx"> PASS xmlDoc.characterSet 
</span><del>-PASS xmlDoc.inputEncoding 
</del><span class="cx"> PASS xmlDoc.contentType 
</span><span class="cx"> PASS xmlDoc.nodeName 
</span><span class="cx"> PASS xmlDoc.textContent 
</span><span class="lines">@@ -227,6 +228,8 @@
</span><span class="cx"> PASS xmlDoc.parentNode 
</span><span class="cx"> PASS xmlDoc.ownerDocument 
</span><span class="cx"> FAIL xmlDoc.documentURI assert_equals: expected (string) &quot;about:blank&quot; but got (object) null
</span><ins>+PASS xmlDoc.inputEncoding 
+FAIL xmlDoc.charset assert_equals: expected (string) &quot;UTF-8&quot; but got (undefined) undefined
</ins><span class="cx"> PASS xmlDoc.firstChild 
</span><span class="cx"> PASS xmlDoc.lastChild 
</span><span class="cx"> PASS xmlDoc.hasChildNodes() 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesNodepropertieshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-properties.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-properties.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-properties.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -136,7 +136,6 @@
</span><span class="cx">         URL: String(location),
</span><span class="cx">         compatMode: &quot;CSS1Compat&quot;,
</span><span class="cx">         characterSet: &quot;UTF-8&quot;,
</span><del>-        inputEncoding: &quot;UTF-8&quot;,
</del><span class="cx">         contentType: &quot;text/html&quot;,
</span><span class="cx">         doctype: doctype,
</span><span class="cx">         //documentElement: ,
</span><span class="lines">@@ -153,7 +152,6 @@
</span><span class="cx">         URL: &quot;about:blank&quot;,
</span><span class="cx">         compatMode: &quot;CSS1Compat&quot;,
</span><span class="cx">         characterSet: &quot;UTF-8&quot;,
</span><del>-        inputEncoding: &quot;UTF-8&quot;,
</del><span class="cx">         contentType: &quot;text/html&quot;,
</span><span class="cx">         //doctype: ,
</span><span class="cx">         //documentElement: ,
</span><span class="lines">@@ -211,7 +209,6 @@
</span><span class="cx">         URL: &quot;about:blank&quot;,
</span><span class="cx">         compatMode: &quot;CSS1Compat&quot;,
</span><span class="cx">         characterSet: &quot;UTF-8&quot;,
</span><del>-        inputEncoding: &quot;UTF-8&quot;,
</del><span class="cx">         contentType: &quot;application/xml&quot;,
</span><span class="cx">         //doctype: ,
</span><span class="cx">         //documentElement: ,
</span><span class="lines">@@ -640,6 +637,8 @@
</span><span class="cx">             expected[node].nextSibling = expected[node].nodeValue =
</span><span class="cx">             expected[node].textContent = null;
</span><span class="cx">         expected[node].documentURI = expected[node].URL;
</span><ins>+        expected[node].charset = expected[node].inputEncoding =
+            expected[node].characterSet;
</ins><span class="cx">         break;
</span><span class="cx"> 
</span><span class="cx">     case Node.DOCUMENT_TYPE_NODE:
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesParentNodequerySelectorAllcontenthtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,377 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;html id=&quot;html&quot; lang=&quot;en&quot;&gt;
+&lt;head id=&quot;head&quot;&gt;
+  &lt;meta id=&quot;meta&quot; charset=&quot;UTF-8&quot;&gt;
+  &lt;title id=&quot;title&quot;&gt;Selectors-API Test Suite: HTML with Selectors Level 2 using TestHarness: Test Document&lt;/title&gt;
+
+  &lt;!--  Links for :link and :visited pseudo-class test  --&gt;
+  &lt;link id=&quot;pseudo-link-link1&quot; href=&quot;&quot;&gt;
+  &lt;link id=&quot;pseudo-link-link2&quot; href=&quot;http://example.org/&quot;&gt;
+  &lt;link id=&quot;pseudo-link-link3&quot;&gt;
+  &lt;style&gt;
+  @namespace ns &quot;http://www.w3.org/1999/xhtml&quot;;
+   /* Declare the namespace prefix used in tests. This declaration should not be used by the API. */
+  &lt;/style&gt;
+&lt;/head&gt;
+&lt;body id=&quot;body&quot;&gt;
+&lt;div id=&quot;root&quot;&gt;
+  &lt;div id=&quot;target&quot;&gt;&lt;/div&gt;
+
+  &lt;div id=&quot;universal&quot;&gt;
+    &lt;p id=&quot;universal-p1&quot;&gt;Universal selector tests inside element with &lt;code id=&quot;universal-code1&quot;&gt;id=&quot;universal&quot;&lt;/code&gt;.&lt;/p&gt;
+    &lt;hr id=&quot;universal-hr1&quot;&gt;
+    &lt;pre id=&quot;universal-pre1&quot;&gt;Some preformatted text with some &lt;span id=&quot;universal-span1&quot;&gt;embedded code&lt;/span&gt;&lt;/pre&gt;
+    &lt;p id=&quot;universal-p2&quot;&gt;This is a normal link: &lt;a id=&quot;universal-a1&quot; href=&quot;http://www.w3.org/&quot;&gt;W3C&lt;/a&gt;&lt;/p&gt;
+    &lt;address id=&quot;universal-address1&quot;&gt;Some more nested elements &lt;code id=&quot;universal-code2&quot;&gt;&lt;a href=&quot;#&quot; id=&quot;universal-a2&quot;&gt;code hyperlink&lt;/a&gt;&lt;/code&gt;&lt;/address&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-presence&quot;&gt;
+    &lt;div class=&quot;attr-presence-div1&quot; id=&quot;attr-presence-div1&quot; align=&quot;center&quot;&gt;&lt;/div&gt;
+    &lt;div class=&quot;attr-presence-div2&quot; id=&quot;attr-presence-div2&quot; align=&quot;&quot;&gt;&lt;/div&gt;
+    &lt;div class=&quot;attr-presence-div3&quot; id=&quot;attr-presence-div3&quot; valign=&quot;center&quot;&gt;&lt;/div&gt;
+    &lt;div class=&quot;attr-presence-div4&quot; id=&quot;attr-presence-div4&quot; alignv=&quot;center&quot;&gt;&lt;/div&gt;
+    &lt;p id=&quot;attr-presence-p1&quot;&gt;&lt;a  id=&quot;attr-presence-a1&quot; tItLe=&quot;&quot;&gt;&lt;/a&gt;&lt;span id=&quot;attr-presence-span1&quot; TITLE=&quot;attr-presence-span1&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+    &lt;pre id=&quot;attr-presence-pre1&quot; data-attr-presence=&quot;pre1&quot;&gt;&lt;/pre&gt;
+    &lt;blockquote id=&quot;attr-presence-blockquote1&quot; data-attr-presence=&quot;blockquote1&quot;&gt;&lt;/blockquote&gt;
+    &lt;ul id=&quot;attr-presence-ul1&quot; data-中文=&quot;&quot;&gt;&lt;/ul&gt;
+
+    &lt;select id=&quot;attr-presence-select1&quot;&gt;
+      &lt;option id=&quot;attr-presence-select1-option1&quot;&gt;A&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select1-option2&quot;&gt;B&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select1-option3&quot;&gt;C&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select1-option4&quot;&gt;D&lt;/option&gt;
+    &lt;/select&gt;
+    &lt;select id=&quot;attr-presence-select2&quot;&gt;
+      &lt;option id=&quot;attr-presence-select2-option1&quot;&gt;A&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select2-option2&quot;&gt;B&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select2-option3&quot;&gt;C&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select2-option4&quot; selected=&quot;selected&quot;&gt;D&lt;/option&gt;
+    &lt;/select&gt;
+    &lt;select id=&quot;attr-presence-select3&quot; multiple=&quot;multiple&quot;&gt;
+      &lt;option id=&quot;attr-presence-select3-option1&quot;&gt;A&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select3-option2&quot; selected=&quot;&quot;&gt;B&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select3-option3&quot; selected=&quot;selected&quot;&gt;C&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select3-option4&quot;&gt;D&lt;/option&gt;
+    &lt;/select&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-value&quot;&gt;
+    &lt;div id=&quot;attr-value-div1&quot; align=&quot;center&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-value-div2&quot; align=&quot;&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-value-div3&quot; data-attr-value=&quot;&amp;#xE9;&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-value-div4&quot; data-attr-value_foo=&quot;&amp;#xE9;&quot;&gt;&lt;/div&gt;
+
+    &lt;form id=&quot;attr-value-form1&quot;&gt;
+      &lt;input id=&quot;attr-value-input1&quot; type=&quot;text&quot;&gt;
+      &lt;input id=&quot;attr-value-input2&quot; type=&quot;password&quot;&gt;
+      &lt;input id=&quot;attr-value-input3&quot; type=&quot;hidden&quot;&gt;
+      &lt;input id=&quot;attr-value-input4&quot; type=&quot;radio&quot;&gt;
+      &lt;input id=&quot;attr-value-input5&quot; type=&quot;checkbox&quot;&gt;
+      &lt;input id=&quot;attr-value-input6&quot; type=&quot;radio&quot;&gt;
+      &lt;input id=&quot;attr-value-input7&quot; type=&quot;text&quot;&gt;
+      &lt;input id=&quot;attr-value-input8&quot; type=&quot;hidden&quot;&gt;
+      &lt;input id=&quot;attr-value-input9&quot; type=&quot;radio&quot;&gt;
+    &lt;/form&gt;
+
+    &lt;div id=&quot;attr-value-div5&quot; data-attr-value=&quot;中文&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-whitespace&quot;&gt;
+    &lt;div id=&quot;attr-whitespace-div1&quot; class=&quot;foo div1 bar&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-whitespace-div2&quot; class=&quot;&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-whitespace-div3&quot; class=&quot;foo div3 bar&quot;&gt;&lt;/div&gt;
+
+      &lt;div id=&quot;attr-whitespace-div4&quot; data-attr-whitespace=&quot;foo &amp;#xE9; bar&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-whitespace-div5&quot; data-attr-whitespace_foo=&quot;&amp;#xE9; foo&quot;&gt;&lt;/div&gt;
+
+    &lt;a id=&quot;attr-whitespace-a1&quot; rel=&quot;next bookmark&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-whitespace-a2&quot; rel=&quot;tag nofollow&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-whitespace-a3&quot; rel=&quot;tag bookmark&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-whitespace-a4&quot; rel=&quot;book mark&quot;&gt;&lt;/a&gt; &lt;!--  Intentional space in &quot;book mark&quot;  --&gt;
+    &lt;a id=&quot;attr-whitespace-a5&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-whitespace-a6&quot; rev=&quot;bookmark nofollow&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-whitespace-a7&quot; rel=&quot;prev next tag alternate nofollow author help icon noreferrer prefetch search stylesheet tag&quot;&gt;&lt;/a&gt;
+
+    &lt;p id=&quot;attr-whitespace-p1&quot; title=&quot;Chinese 中文 characters&quot;&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-hyphen&quot;&gt;
+    &lt;div id=&quot;attr-hyphen-div1&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-hyphen-div2&quot; lang=&quot;fr&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-hyphen-div3&quot; lang=&quot;en-AU&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-hyphen-div4&quot; lang=&quot;es&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-begins&quot;&gt;
+    &lt;a id=&quot;attr-begins-a1&quot; href=&quot;http://www.example.org&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-begins-a2&quot; href=&quot;http://example.org/&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-begins-a3&quot; href=&quot;http://www.example.com/&quot;&gt;&lt;/a&gt;
+
+      &lt;div id=&quot;attr-begins-div1&quot; lang=&quot;fr&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-begins-div2&quot; lang=&quot;en-AU&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-begins-div3&quot; lang=&quot;es&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-begins-div4&quot; lang=&quot;en-US&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-begins-div5&quot; lang=&quot;en&quot;&gt;&lt;/div&gt;
+
+    &lt;p id=&quot;attr-begins-p1&quot; class=&quot; apple&quot;&gt;&lt;/p&gt; &lt;!--  Intentional space in class value &quot; apple&quot;.  --&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-ends&quot;&gt;
+    &lt;a id=&quot;attr-ends-a1&quot; href=&quot;http://www.example.org&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-ends-a2&quot; href=&quot;http://example.org/&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-ends-a3&quot; href=&quot;http://www.example.org&quot;&gt;&lt;/a&gt;
+
+      &lt;div id=&quot;attr-ends-div1&quot; lang=&quot;fr&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-ends-div2&quot; lang=&quot;de-CH&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-ends-div3&quot; lang=&quot;es&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-ends-div4&quot; lang=&quot;fr-CH&quot;&gt;&lt;/div&gt;
+
+    &lt;p id=&quot;attr-ends-p1&quot; class=&quot;apple &quot;&gt;&lt;/p&gt; &lt;!--  Intentional space in class value &quot;apple &quot;.  --&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-contains&quot;&gt;
+    &lt;a id=&quot;attr-contains-a1&quot; href=&quot;http://www.example.org&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-contains-a2&quot; href=&quot;http://example.org/&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-contains-a3&quot; href=&quot;http://www.example.com/&quot;&gt;&lt;/a&gt;
+
+      &lt;div id=&quot;attr-contains-div1&quot; lang=&quot;fr&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-contains-div2&quot; lang=&quot;en-AU&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-contains-div3&quot; lang=&quot;de-CH&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-contains-div4&quot; lang=&quot;es&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-contains-div5&quot; lang=&quot;fr-CH&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-contains-div6&quot; lang=&quot;en-US&quot;&gt;&lt;/div&gt;
+
+    &lt;p id=&quot;attr-contains-p1&quot; class=&quot; apple banana orange &quot;&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-nth&quot;&gt;
+    &lt;table id=&quot;pseudo-nth-table1&quot;&gt;
+      &lt;tr id=&quot;pseudo-nth-tr1&quot;&gt;&lt;td id=&quot;pseudo-nth-td1&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td2&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td3&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td4&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth--td5&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td6&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
+      &lt;tr id=&quot;pseudo-nth-tr2&quot;&gt;&lt;td id=&quot;pseudo-nth-td7&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td8&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td9&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td10&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td11&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td12&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
+      &lt;tr id=&quot;pseudo-nth-tr3&quot;&gt;&lt;td id=&quot;pseudo-nth-td13&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td14&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td15&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td16&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td17&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td18&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
+    &lt;/table&gt;
+
+    &lt;ol id=&quot;pseudo-nth-ol1&quot;&gt;
+      &lt;li id=&quot;pseudo-nth-li1&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li2&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li3&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li4&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li5&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li6&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li7&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li8&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li9&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li10&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li11&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li12&quot;&gt;&lt;/li&gt;
+    &lt;/ol&gt;
+
+    &lt;p id=&quot;pseudo-nth-p1&quot;&gt;
+      &lt;span id=&quot;pseudo-nth-span1&quot;&gt;span1&lt;/span&gt;
+      &lt;em id=&quot;pseudo-nth-em1&quot;&gt;em1&lt;/em&gt;
+      &lt;!--  comment node --&gt;
+      &lt;em id=&quot;pseudo-nth-em2&quot;&gt;em2&lt;/em&gt;
+      &lt;span id=&quot;pseudo-nth-span2&quot;&gt;span2&lt;/span&gt;
+      &lt;strong id=&quot;pseudo-nth-strong1&quot;&gt;strong1&lt;/strong&gt;
+      &lt;em id=&quot;pseudo-nth-em3&quot;&gt;em3&lt;/em&gt;
+      &lt;span id=&quot;pseudo-nth-span3&quot;&gt;span3&lt;/span&gt;
+      &lt;span id=&quot;pseudo-nth-span4&quot;&gt;span4&lt;/span&gt;
+      &lt;strong id=&quot;pseudo-nth-strong2&quot;&gt;strong2&lt;/strong&gt;
+      &lt;em id=&quot;pseudo-nth-em4&quot;&gt;em4&lt;/em&gt;
+    &lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-first-child&quot;&gt;
+    &lt;div id=&quot;pseudo-first-child-div1&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;pseudo-first-child-div2&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;pseudo-first-child-div3&quot;&gt;&lt;/div&gt;
+
+    &lt;p id=&quot;pseudo-first-child-p1&quot;&gt;&lt;span id=&quot;pseudo-first-child-span1&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-first-child-span2&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-first-child-p2&quot;&gt;&lt;span id=&quot;pseudo-first-child-span3&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-first-child-span4&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-first-child-p3&quot;&gt;&lt;span id=&quot;pseudo-first-child-span5&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-first-child-span6&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-last-child&quot;&gt;
+    &lt;p id=&quot;pseudo-last-child-p1&quot;&gt;&lt;span id=&quot;pseudo-last-child-span1&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-last-child-span2&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-last-child-p2&quot;&gt;&lt;span id=&quot;pseudo-last-child-span3&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-last-child-span4&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-last-child-p3&quot;&gt;&lt;span id=&quot;pseudo-last-child-span5&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-last-child-span6&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+
+    &lt;div id=&quot;pseudo-last-child-div1&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;pseudo-last-child-div2&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;pseudo-last-child-div3&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-only&quot;&gt;
+    &lt;p id=&quot;pseudo-only-p1&quot;&gt;
+      &lt;span id=&quot;pseudo-only-span1&quot;&gt;&lt;/span&gt;
+    &lt;/p&gt;
+    &lt;p id=&quot;pseudo-only-p2&quot;&gt;
+      &lt;span id=&quot;pseudo-only-span2&quot;&gt;&lt;/span&gt;
+      &lt;span id=&quot;pseudo-only-span3&quot;&gt;&lt;/span&gt;
+    &lt;/p&gt;
+    &lt;p id=&quot;pseudo-only-p3&quot;&gt;
+      &lt;span id=&quot;pseudo-only-span4&quot;&gt;&lt;/span&gt;
+      &lt;em id=&quot;pseudo-only-em1&quot;&gt;&lt;/em&gt;
+      &lt;span id=&quot;pseudo-only-span5&quot;&gt;&lt;/span&gt;
+    &lt;/p&gt;
+  &lt;/div&gt;&gt;
+
+  &lt;div id=&quot;pseudo-empty&quot;&gt;
+    &lt;p id=&quot;pseudo-empty-p1&quot;&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-empty-p2&quot;&gt;&lt;!--  comment node  --&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-empty-p3&quot;&gt; &lt;/p&gt;
+    &lt;p id=&quot;pseudo-empty-p4&quot;&gt;Text node&lt;/p&gt;
+    &lt;p id=&quot;pseudo-empty-p5&quot;&gt;&lt;span id=&quot;pseudo-empty-span1&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-link&quot;&gt;
+    &lt;a id=&quot;pseudo-link-a1&quot; href=&quot;&quot;&gt;with href&lt;/a&gt;
+    &lt;a id=&quot;pseudo-link-a2&quot; href=&quot;http://example.org/&quot;&gt;with href&lt;/a&gt;
+    &lt;a id=&quot;pseudo-link-a3&quot;&gt;without href&lt;/a&gt;
+    &lt;map name=&quot;pseudo-link-map1&quot; id=&quot;pseudo-link-map1&quot;&gt;
+      &lt;area id=&quot;pseudo-link-area1&quot; href=&quot;&quot;&gt;
+      &lt;area id=&quot;pseudo-link-area2&quot;&gt;
+    &lt;/map&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-lang&quot;&gt;
+    &lt;div id=&quot;pseudo-lang-div1&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;pseudo-lang-div2&quot; lang=&quot;fr&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;pseudo-lang-div3&quot; lang=&quot;en-AU&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;pseudo-lang-div4&quot; lang=&quot;es&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-ui&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input1&quot; type=&quot;text&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input2&quot; type=&quot;password&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input3&quot; type=&quot;radio&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input4&quot; type=&quot;radio&quot; checked=&quot;checked&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input5&quot; type=&quot;checkbox&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input6&quot; type=&quot;checkbox&quot; checked=&quot;checked&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input7&quot; type=&quot;submit&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input8&quot; type=&quot;button&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input9&quot; type=&quot;hidden&quot;&gt;
+    &lt;textarea id=&quot;pseudo-ui-textarea1&quot;&gt;&lt;/textarea&gt;
+    &lt;button id=&quot;pseudo-ui-button1&quot;&gt;Enabled&lt;/button&gt;
+
+    &lt;input id=&quot;pseudo-ui-input10&quot; disabled=&quot;disabled&quot; type=&quot;text&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input11&quot; disabled=&quot;disabled&quot; type=&quot;password&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input12&quot; disabled=&quot;disabled&quot; type=&quot;radio&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input13&quot; disabled=&quot;disabled&quot; type=&quot;radio&quot; checked=&quot;checked&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input14&quot; disabled=&quot;disabled&quot; type=&quot;checkbox&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input15&quot; disabled=&quot;disabled&quot; type=&quot;checkbox&quot; checked=&quot;checked&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input16&quot; disabled=&quot;disabled&quot; type=&quot;submit&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input17&quot; disabled=&quot;disabled&quot; type=&quot;button&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input18&quot; disabled=&quot;disabled&quot; type=&quot;hidden&quot;&gt;
+    &lt;textarea id=&quot;pseudo-ui-textarea2&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
+    &lt;button id=&quot;pseudo-ui-button2&quot; disabled=&quot;disabled&quot;&gt;Disabled&lt;/button&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;not&quot;&gt;
+    &lt;div id=&quot;not-div1&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;not-div2&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;not-div3&quot;&gt;&lt;/div&gt;
+
+    &lt;p id=&quot;not-p1&quot;&gt;&lt;span id=&quot;not-span1&quot;&gt;&lt;/span&gt;&lt;em id=&quot;not-em1&quot;&gt;&lt;/em&gt;&lt;/p&gt;
+    &lt;p id=&quot;not-p2&quot;&gt;&lt;span id=&quot;not-span2&quot;&gt;&lt;/span&gt;&lt;em id=&quot;not-em2&quot;&gt;&lt;/em&gt;&lt;/p&gt;
+    &lt;p id=&quot;not-p3&quot;&gt;&lt;span id=&quot;not-span3&quot;&gt;&lt;/span&gt;&lt;em id=&quot;not-em3&quot;&gt;&lt;/em&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-element&quot;&gt;All pseudo-element tests&lt;/div&gt;
+
+  &lt;div id=&quot;class&quot;&gt;
+    &lt;p id=&quot;class-p1&quot; class=&quot;foo class-p bar&quot;&gt;&lt;/p&gt;
+    &lt;p id=&quot;class-p2&quot; class=&quot;class-p foo bar&quot;&gt;&lt;/p&gt;
+    &lt;p id=&quot;class-p3&quot; class=&quot;foo bar class-p&quot;&gt;&lt;/p&gt;
+
+    &lt;!--  All permutations of the classes should match  --&gt;
+    &lt;div id=&quot;class-div1&quot; class=&quot;apple orange banana&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;class-div2&quot; class=&quot;apple banana orange&quot;&gt;&lt;/div&gt;
+    &lt;p id=&quot;class-p4&quot; class=&quot;orange apple banana&quot;&gt;&lt;/p&gt;
+    &lt;div id=&quot;class-div3&quot; class=&quot;orange banana apple&quot;&gt;&lt;/div&gt;
+    &lt;p id=&quot;class-p6&quot; class=&quot;banana apple orange&quot;&gt;&lt;/p&gt;
+    &lt;div id=&quot;class-div4&quot; class=&quot;banana orange apple&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;class-div5&quot; class=&quot;apple orange&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;class-div6&quot; class=&quot;apple banana&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;class-div7&quot; class=&quot;orange banana&quot;&gt;&lt;/div&gt;
+
+    &lt;span id=&quot;class-span1&quot; class=&quot;台北Táiběi 台北&quot;&gt;&lt;/span&gt;
+    &lt;span id=&quot;class-span2&quot; class=&quot;台北&quot;&gt;&lt;/span&gt;
+
+    &lt;span id=&quot;class-span3&quot; class=&quot;foo:bar&quot;&gt;&lt;/span&gt;
+    &lt;span id=&quot;class-span4&quot; class=&quot;test.foo[5]bar&quot;&gt;&lt;/span&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;id&quot;&gt;
+    &lt;div id=&quot;id-div1&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;id-div2&quot;&gt;&lt;/div&gt;
+
+    &lt;ul id=&quot;id-ul1&quot;&gt;
+      &lt;li id=&quot;id-li-duplicate&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;id-li-duplicate&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;id-li-duplicate&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;id-li-duplicate&quot;&gt;&lt;/li&gt;
+    &lt;/ul&gt;
+
+    &lt;span id=&quot;台北Táiběi&quot;&gt;&lt;/span&gt;
+    &lt;span id=&quot;台北&quot;&gt;&lt;/span&gt;
+
+    &lt;span id=&quot;#foo:bar&quot;&gt;&lt;/span&gt;
+    &lt;span id=&quot;test.foo[5]bar&quot;&gt;&lt;/span&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;descendant&quot;&gt;
+    &lt;div id=&quot;descendant-div1&quot; class=&quot;descendant-div1&quot;&gt;
+      &lt;div id=&quot;descendant-div2&quot; class=&quot;descendant-div2&quot;&gt;
+        &lt;div id=&quot;descendant-div3&quot; class=&quot;descendant-div3&quot;&gt;
+        &lt;/div&gt;
+      &lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;descendant-div4&quot; class=&quot;descendant-div4&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;child&quot;&gt;
+    &lt;div id=&quot;child-div1&quot; class=&quot;child-div1&quot;&gt;
+      &lt;div id=&quot;child-div2&quot; class=&quot;child-div2&quot;&gt;
+        &lt;div id=&quot;child-div3&quot; class=&quot;child-div3&quot;&gt;
+        &lt;/div&gt;
+      &lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;child-div4&quot; class=&quot;child-div4&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;adjacent&quot;&gt;
+    &lt;div id=&quot;adjacent-div1&quot; class=&quot;adjacent-div1&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;adjacent-div2&quot; class=&quot;adjacent-div2&quot;&gt;
+      &lt;div id=&quot;adjacent-div3&quot; class=&quot;adjacent-div3&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;adjacent-div4&quot; class=&quot;adjacent-div4&quot;&gt;
+      &lt;p id=&quot;adjacent-p1&quot; class=&quot;adjacent-p1&quot;&gt;&lt;/p&gt;
+      &lt;div id=&quot;adjacent-div5&quot; class=&quot;adjacent-div5&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;adjacent-div6&quot; class=&quot;adjacent-div6&quot;&gt;&lt;/div&gt;
+    &lt;p id=&quot;adjacent-p2&quot; class=&quot;adjacent-p2&quot;&gt;&lt;/p&gt;
+    &lt;p id=&quot;adjacent-p3&quot; class=&quot;adjacent-p3&quot;&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;sibling&quot;&gt;
+    &lt;div id=&quot;sibling-div1&quot; class=&quot;sibling-div&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;sibling-div2&quot; class=&quot;sibling-div&quot;&gt;
+      &lt;div id=&quot;sibling-div3&quot; class=&quot;sibling-div&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;sibling-div4&quot; class=&quot;sibling-div&quot;&gt;
+      &lt;p id=&quot;sibling-p1&quot; class=&quot;sibling-p&quot;&gt;&lt;/p&gt;
+      &lt;div id=&quot;sibling-div5&quot; class=&quot;sibling-div&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;sibling-div6&quot; class=&quot;sibling-div&quot;&gt;&lt;/div&gt;
+    &lt;p id=&quot;sibling-p2&quot; class=&quot;sibling-p&quot;&gt;&lt;/p&gt;
+    &lt;p id=&quot;sibling-p3&quot; class=&quot;sibling-p&quot;&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;group&quot;&gt;
+    &lt;em id=&quot;group-em1&quot;&gt;&lt;/em&gt;
+    &lt;strong id=&quot;group-strong1&quot;&gt;&lt;/strong&gt;
+  &lt;/div&gt;
+&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesParentNodequerySelectorAllcontentxht"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.xht (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.xht                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.xht        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,372 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;html id=&quot;html&quot; lang=&quot;en&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
+&lt;head id=&quot;head&quot;&gt;
+  &lt;title id=&quot;title&quot;&gt;Selectors-API Test Suite: HTML with Selectors Level 2 using TestHarness: Test Document&lt;/title&gt;
+
+  &lt;!--  Links for :link and :visited pseudo-class test  --&gt;
+  &lt;link id=&quot;pseudo-link-link1&quot; href=&quot;&quot;/&gt;
+  &lt;link id=&quot;pseudo-link-link2&quot; href=&quot;http://example.org/&quot;/&gt;
+  &lt;link id=&quot;pseudo-link-link3&quot;/&gt;
+&lt;/head&gt;
+&lt;body id=&quot;body&quot;&gt;
+&lt;div id=&quot;root&quot;&gt;
+  &lt;div id=&quot;target&quot;&gt;&lt;/div&gt;
+
+  &lt;div id=&quot;universal&quot;&gt;
+    &lt;p id=&quot;universal-p1&quot;&gt;Universal selector tests inside element with &lt;code id=&quot;universal-code1&quot;&gt;id=&quot;universal&quot;&lt;/code&gt;.&lt;/p&gt;
+    &lt;hr id=&quot;universal-hr1&quot;/&gt;
+    &lt;pre id=&quot;universal-pre1&quot;&gt;Some preformatted text with some &lt;span id=&quot;universal-span1&quot;&gt;embedded code&lt;/span&gt;&lt;/pre&gt;
+    &lt;p id=&quot;universal-p2&quot;&gt;This is a normal link: &lt;a id=&quot;universal-a1&quot; href=&quot;http://www.w3.org/&quot;&gt;W3C&lt;/a&gt;&lt;/p&gt;
+    &lt;address id=&quot;universal-address1&quot;&gt;Some more nested elements &lt;code id=&quot;universal-code2&quot;&gt;&lt;a href=&quot;#&quot; id=&quot;universal-a2&quot;&gt;code hyperlink&lt;/a&gt;&lt;/code&gt;&lt;/address&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-presence&quot;&gt;
+    &lt;div class=&quot;attr-presence-div1&quot; id=&quot;attr-presence-div1&quot; align=&quot;center&quot;&gt;&lt;/div&gt;
+    &lt;div class=&quot;attr-presence-div2&quot; id=&quot;attr-presence-div2&quot; align=&quot;&quot;&gt;&lt;/div&gt;
+    &lt;div class=&quot;attr-presence-div3&quot; id=&quot;attr-presence-div3&quot; valign=&quot;center&quot;&gt;&lt;/div&gt;
+    &lt;div class=&quot;attr-presence-div4&quot; id=&quot;attr-presence-div4&quot; alignv=&quot;center&quot;&gt;&lt;/div&gt;
+    &lt;p id=&quot;attr-presence-p1&quot;&gt;&lt;a  id=&quot;attr-presence-a1&quot; tItLe=&quot;&quot;&gt;&lt;/a&gt;&lt;span id=&quot;attr-presence-span1&quot; TITLE=&quot;attr-presence-span1&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+    &lt;pre id=&quot;attr-presence-pre1&quot; data-attr-presence=&quot;pre1&quot;&gt;&lt;/pre&gt;
+    &lt;blockquote id=&quot;attr-presence-blockquote1&quot; data-attr-presence=&quot;blockquote1&quot;&gt;&lt;/blockquote&gt;
+    &lt;ul id=&quot;attr-presence-ul1&quot; data-中文=&quot;&quot;&gt;&lt;/ul&gt;
+
+    &lt;select id=&quot;attr-presence-select1&quot;&gt;
+      &lt;option id=&quot;attr-presence-select1-option1&quot;&gt;A&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select1-option2&quot;&gt;B&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select1-option3&quot;&gt;C&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select1-option4&quot;&gt;D&lt;/option&gt;
+    &lt;/select&gt;
+    &lt;select id=&quot;attr-presence-select2&quot;&gt;
+      &lt;option id=&quot;attr-presence-select2-option1&quot;&gt;A&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select2-option2&quot;&gt;B&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select2-option3&quot;&gt;C&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select2-option4&quot; selected=&quot;selected&quot;&gt;D&lt;/option&gt;
+    &lt;/select&gt;
+    &lt;select id=&quot;attr-presence-select3&quot; multiple=&quot;multiple&quot;&gt;
+      &lt;option id=&quot;attr-presence-select3-option1&quot;&gt;A&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select3-option2&quot; selected=&quot;&quot;&gt;B&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select3-option3&quot; selected=&quot;selected&quot;&gt;C&lt;/option&gt;
+      &lt;option id=&quot;attr-presence-select3-option4&quot;&gt;D&lt;/option&gt;
+    &lt;/select&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-value&quot;&gt;
+    &lt;div id=&quot;attr-value-div1&quot; align=&quot;center&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-value-div2&quot; align=&quot;&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-value-div3&quot; data-attr-value=&quot;&amp;#xE9;&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-value-div4&quot; data-attr-value_foo=&quot;&amp;#xE9;&quot;&gt;&lt;/div&gt;
+
+    &lt;form id=&quot;attr-value-form1&quot;&gt;
+      &lt;input id=&quot;attr-value-input1&quot; type=&quot;text&quot;/&gt;
+      &lt;input id=&quot;attr-value-input2&quot; type=&quot;password&quot;/&gt;
+      &lt;input id=&quot;attr-value-input3&quot; type=&quot;hidden&quot;/&gt;
+      &lt;input id=&quot;attr-value-input4&quot; type=&quot;radio&quot;/&gt;
+      &lt;input id=&quot;attr-value-input5&quot; type=&quot;checkbox&quot;/&gt;
+      &lt;input id=&quot;attr-value-input6&quot; type=&quot;radio&quot;/&gt;
+      &lt;input id=&quot;attr-value-input7&quot; type=&quot;text&quot;/&gt;
+      &lt;input id=&quot;attr-value-input8&quot; type=&quot;hidden&quot;/&gt;
+      &lt;input id=&quot;attr-value-input9&quot; type=&quot;radio&quot;/&gt;
+    &lt;/form&gt;
+
+    &lt;div id=&quot;attr-value-div5&quot; data-attr-value=&quot;中文&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-whitespace&quot;&gt;
+    &lt;div id=&quot;attr-whitespace-div1&quot; class=&quot;foo div1 bar&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-whitespace-div2&quot; class=&quot;&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-whitespace-div3&quot; class=&quot;foo div3 bar&quot;&gt;&lt;/div&gt;
+
+      &lt;div id=&quot;attr-whitespace-div4&quot; data-attr-whitespace=&quot;foo &amp;#xE9; bar&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-whitespace-div5&quot; data-attr-whitespace_foo=&quot;&amp;#xE9; foo&quot;&gt;&lt;/div&gt;
+
+    &lt;a id=&quot;attr-whitespace-a1&quot; rel=&quot;next bookmark&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-whitespace-a2&quot; rel=&quot;tag nofollow&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-whitespace-a3&quot; rel=&quot;tag bookmark&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-whitespace-a4&quot; rel=&quot;book mark&quot;&gt;&lt;/a&gt; &lt;!--  Intentional space in &quot;book mark&quot;  --&gt;
+    &lt;a id=&quot;attr-whitespace-a5&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-whitespace-a6&quot; rev=&quot;bookmark nofollow&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-whitespace-a7&quot; rel=&quot;prev next tag alternate nofollow author help icon noreferrer prefetch search stylesheet tag&quot;&gt;&lt;/a&gt;
+
+    &lt;p id=&quot;attr-whitespace-p1&quot; title=&quot;Chinese 中文 characters&quot;&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-hyphen&quot;&gt;
+    &lt;div id=&quot;attr-hyphen-div1&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-hyphen-div2&quot; lang=&quot;fr&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-hyphen-div3&quot; lang=&quot;en-AU&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-hyphen-div4&quot; lang=&quot;es&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-begins&quot;&gt;
+    &lt;a id=&quot;attr-begins-a1&quot; href=&quot;http://www.example.org&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-begins-a2&quot; href=&quot;http://example.org/&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-begins-a3&quot; href=&quot;http://www.example.com/&quot;&gt;&lt;/a&gt;
+
+      &lt;div id=&quot;attr-begins-div1&quot; lang=&quot;fr&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-begins-div2&quot; lang=&quot;en-AU&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-begins-div3&quot; lang=&quot;es&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-begins-div4&quot; lang=&quot;en-US&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-begins-div5&quot; lang=&quot;en&quot;&gt;&lt;/div&gt;
+
+    &lt;p id=&quot;attr-begins-p1&quot; class=&quot; apple&quot;&gt;&lt;/p&gt; &lt;!--  Intentional space in class value &quot; apple&quot;.  --&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-ends&quot;&gt;
+    &lt;a id=&quot;attr-ends-a1&quot; href=&quot;http://www.example.org&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-ends-a2&quot; href=&quot;http://example.org/&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-ends-a3&quot; href=&quot;http://www.example.org&quot;&gt;&lt;/a&gt;
+
+      &lt;div id=&quot;attr-ends-div1&quot; lang=&quot;fr&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-ends-div2&quot; lang=&quot;de-CH&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-ends-div3&quot; lang=&quot;es&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-ends-div4&quot; lang=&quot;fr-CH&quot;&gt;&lt;/div&gt;
+
+    &lt;p id=&quot;attr-ends-p1&quot; class=&quot;apple &quot;&gt;&lt;/p&gt; &lt;!--  Intentional space in class value &quot;apple &quot;.  --&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;attr-contains&quot;&gt;
+    &lt;a id=&quot;attr-contains-a1&quot; href=&quot;http://www.example.org&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-contains-a2&quot; href=&quot;http://example.org/&quot;&gt;&lt;/a&gt;
+    &lt;a id=&quot;attr-contains-a3&quot; href=&quot;http://www.example.com/&quot;&gt;&lt;/a&gt;
+
+      &lt;div id=&quot;attr-contains-div1&quot; lang=&quot;fr&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-contains-div2&quot; lang=&quot;en-AU&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-contains-div3&quot; lang=&quot;de-CH&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-contains-div4&quot; lang=&quot;es&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-contains-div5&quot; lang=&quot;fr-CH&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;attr-contains-div6&quot; lang=&quot;en-US&quot;&gt;&lt;/div&gt;
+
+    &lt;p id=&quot;attr-contains-p1&quot; class=&quot; apple banana orange &quot;&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-nth&quot;&gt;
+    &lt;table id=&quot;pseudo-nth-table1&quot;&gt;
+      &lt;tr id=&quot;pseudo-nth-tr1&quot;&gt;&lt;td id=&quot;pseudo-nth-td1&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td2&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td3&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td4&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth--td5&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td6&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
+      &lt;tr id=&quot;pseudo-nth-tr2&quot;&gt;&lt;td id=&quot;pseudo-nth-td7&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td8&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td9&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td10&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td11&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td12&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
+      &lt;tr id=&quot;pseudo-nth-tr3&quot;&gt;&lt;td id=&quot;pseudo-nth-td13&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td14&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td15&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td16&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td17&quot;&gt;&lt;/td&gt;&lt;td id=&quot;pseudo-nth-td18&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
+    &lt;/table&gt;
+
+    &lt;ol id=&quot;pseudo-nth-ol1&quot;&gt;
+      &lt;li id=&quot;pseudo-nth-li1&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li2&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li3&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li4&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li5&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li6&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li7&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li8&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li9&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li10&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li11&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;pseudo-nth-li12&quot;&gt;&lt;/li&gt;
+    &lt;/ol&gt;
+
+    &lt;p id=&quot;pseudo-nth-p1&quot;&gt;
+      &lt;span id=&quot;pseudo-nth-span1&quot;&gt;span1&lt;/span&gt;
+      &lt;em id=&quot;pseudo-nth-em1&quot;&gt;em1&lt;/em&gt;
+      &lt;!--  comment node --&gt;
+      &lt;em id=&quot;pseudo-nth-em2&quot;&gt;em2&lt;/em&gt;
+      &lt;span id=&quot;pseudo-nth-span2&quot;&gt;span2&lt;/span&gt;
+      &lt;strong id=&quot;pseudo-nth-strong1&quot;&gt;strong1&lt;/strong&gt;
+      &lt;em id=&quot;pseudo-nth-em3&quot;&gt;em3&lt;/em&gt;
+      &lt;span id=&quot;pseudo-nth-span3&quot;&gt;span3&lt;/span&gt;
+      &lt;span id=&quot;pseudo-nth-span4&quot;&gt;span4&lt;/span&gt;
+      &lt;strong id=&quot;pseudo-nth-strong2&quot;&gt;strong2&lt;/strong&gt;
+      &lt;em id=&quot;pseudo-nth-em4&quot;&gt;em4&lt;/em&gt;
+    &lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-first-child&quot;&gt;
+    &lt;div id=&quot;pseudo-first-child-div1&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;pseudo-first-child-div2&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;pseudo-first-child-div3&quot;&gt;&lt;/div&gt;
+
+    &lt;p id=&quot;pseudo-first-child-p1&quot;&gt;&lt;span id=&quot;pseudo-first-child-span1&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-first-child-span2&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-first-child-p2&quot;&gt;&lt;span id=&quot;pseudo-first-child-span3&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-first-child-span4&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-first-child-p3&quot;&gt;&lt;span id=&quot;pseudo-first-child-span5&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-first-child-span6&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-last-child&quot;&gt;
+    &lt;p id=&quot;pseudo-last-child-p1&quot;&gt;&lt;span id=&quot;pseudo-last-child-span1&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-last-child-span2&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-last-child-p2&quot;&gt;&lt;span id=&quot;pseudo-last-child-span3&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-last-child-span4&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-last-child-p3&quot;&gt;&lt;span id=&quot;pseudo-last-child-span5&quot;&gt;&lt;/span&gt;&lt;span id=&quot;pseudo-last-child-span6&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+
+    &lt;div id=&quot;pseudo-last-child-div1&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;pseudo-last-child-div2&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;pseudo-last-child-div3&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-only&quot;&gt;
+    &lt;p id=&quot;pseudo-only-p1&quot;&gt;
+      &lt;span id=&quot;pseudo-only-span1&quot;&gt;&lt;/span&gt;
+    &lt;/p&gt;
+    &lt;p id=&quot;pseudo-only-p2&quot;&gt;
+      &lt;span id=&quot;pseudo-only-span2&quot;&gt;&lt;/span&gt;
+      &lt;span id=&quot;pseudo-only-span3&quot;&gt;&lt;/span&gt;
+    &lt;/p&gt;
+    &lt;p id=&quot;pseudo-only-p3&quot;&gt;
+      &lt;span id=&quot;pseudo-only-span4&quot;&gt;&lt;/span&gt;
+      &lt;em id=&quot;pseudo-only-em1&quot;&gt;&lt;/em&gt;
+      &lt;span id=&quot;pseudo-only-span5&quot;&gt;&lt;/span&gt;
+    &lt;/p&gt;
+  &lt;/div&gt;&gt;
+
+  &lt;div id=&quot;pseudo-empty&quot;&gt;
+    &lt;p id=&quot;pseudo-empty-p1&quot;&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-empty-p2&quot;&gt;&lt;!--  comment node  --&gt;&lt;/p&gt;
+    &lt;p id=&quot;pseudo-empty-p3&quot;&gt; &lt;/p&gt;
+    &lt;p id=&quot;pseudo-empty-p4&quot;&gt;Text node&lt;/p&gt;
+    &lt;p id=&quot;pseudo-empty-p5&quot;&gt;&lt;span id=&quot;pseudo-empty-span1&quot;&gt;&lt;/span&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-link&quot;&gt;
+    &lt;a id=&quot;pseudo-link-a1&quot; href=&quot;&quot;&gt;with href&lt;/a&gt;
+    &lt;a id=&quot;pseudo-link-a2&quot; href=&quot;http://example.org/&quot;&gt;with href&lt;/a&gt;
+    &lt;a id=&quot;pseudo-link-a3&quot;&gt;without href&lt;/a&gt;
+    &lt;map name=&quot;pseudo-link-map1&quot; id=&quot;pseudo-link-map1&quot;&gt;
+      &lt;area id=&quot;pseudo-link-area1&quot; href=&quot;&quot;/&gt;
+      &lt;area id=&quot;pseudo-link-area2&quot;/&gt;
+    &lt;/map&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-lang&quot;&gt;
+    &lt;div id=&quot;pseudo-lang-div1&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;pseudo-lang-div2&quot; lang=&quot;fr&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;pseudo-lang-div3&quot; lang=&quot;en-AU&quot;&gt;&lt;/div&gt;
+      &lt;div id=&quot;pseudo-lang-div4&quot; lang=&quot;es&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-ui&quot;&gt;
+    &lt;input id=&quot;pseudo-ui-input1&quot; type=&quot;text&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input2&quot; type=&quot;password&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input3&quot; type=&quot;radio&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input4&quot; type=&quot;radio&quot; checked=&quot;checked&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input5&quot; type=&quot;checkbox&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input6&quot; type=&quot;checkbox&quot; checked=&quot;checked&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input7&quot; type=&quot;submit&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input8&quot; type=&quot;button&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input9&quot; type=&quot;hidden&quot;/&gt;
+    &lt;textarea id=&quot;pseudo-ui-textarea1&quot;&gt;&lt;/textarea&gt;
+    &lt;button id=&quot;pseudo-ui-button1&quot;&gt;Enabled&lt;/button&gt;
+
+    &lt;input id=&quot;pseudo-ui-input10&quot; disabled=&quot;disabled&quot; type=&quot;text&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input11&quot; disabled=&quot;disabled&quot; type=&quot;password&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input12&quot; disabled=&quot;disabled&quot; type=&quot;radio&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input13&quot; disabled=&quot;disabled&quot; type=&quot;radio&quot; checked=&quot;checked&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input14&quot; disabled=&quot;disabled&quot; type=&quot;checkbox&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input15&quot; disabled=&quot;disabled&quot; type=&quot;checkbox&quot; checked=&quot;checked&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input16&quot; disabled=&quot;disabled&quot; type=&quot;submit&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input17&quot; disabled=&quot;disabled&quot; type=&quot;button&quot;/&gt;
+    &lt;input id=&quot;pseudo-ui-input18&quot; disabled=&quot;disabled&quot; type=&quot;hidden&quot;/&gt;
+    &lt;textarea id=&quot;pseudo-ui-textarea2&quot; disabled=&quot;disabled&quot;&gt;&lt;/textarea&gt;
+    &lt;button id=&quot;pseudo-ui-button2&quot; disabled=&quot;disabled&quot;&gt;Disabled&lt;/button&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;not&quot;&gt;
+    &lt;div id=&quot;not-div1&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;not-div2&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;not-div3&quot;&gt;&lt;/div&gt;
+
+    &lt;p id=&quot;not-p1&quot;&gt;&lt;span id=&quot;not-span1&quot;&gt;&lt;/span&gt;&lt;em id=&quot;not-em1&quot;&gt;&lt;/em&gt;&lt;/p&gt;
+    &lt;p id=&quot;not-p2&quot;&gt;&lt;span id=&quot;not-span2&quot;&gt;&lt;/span&gt;&lt;em id=&quot;not-em2&quot;&gt;&lt;/em&gt;&lt;/p&gt;
+    &lt;p id=&quot;not-p3&quot;&gt;&lt;span id=&quot;not-span3&quot;&gt;&lt;/span&gt;&lt;em id=&quot;not-em3&quot;&gt;&lt;/em&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;pseudo-element&quot;&gt;All pseudo-element tests&lt;/div&gt;
+
+  &lt;div id=&quot;class&quot;&gt;
+    &lt;p id=&quot;class-p1&quot; class=&quot;foo class-p bar&quot;&gt;&lt;/p&gt;
+    &lt;p id=&quot;class-p2&quot; class=&quot;class-p foo bar&quot;&gt;&lt;/p&gt;
+    &lt;p id=&quot;class-p3&quot; class=&quot;foo bar class-p&quot;&gt;&lt;/p&gt;
+
+    &lt;!--  All permutations of the classes should match  --&gt;
+    &lt;div id=&quot;class-div1&quot; class=&quot;apple orange banana&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;class-div2&quot; class=&quot;apple banana orange&quot;&gt;&lt;/div&gt;
+    &lt;p id=&quot;class-p4&quot; class=&quot;orange apple banana&quot;&gt;&lt;/p&gt;
+    &lt;div id=&quot;class-div3&quot; class=&quot;orange banana apple&quot;&gt;&lt;/div&gt;
+    &lt;p id=&quot;class-p6&quot; class=&quot;banana apple orange&quot;&gt;&lt;/p&gt;
+    &lt;div id=&quot;class-div4&quot; class=&quot;banana orange apple&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;class-div5&quot; class=&quot;apple orange&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;class-div6&quot; class=&quot;apple banana&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;class-div7&quot; class=&quot;orange banana&quot;&gt;&lt;/div&gt;
+
+    &lt;span id=&quot;class-span1&quot; class=&quot;台北Táiběi 台北&quot;&gt;&lt;/span&gt;
+    &lt;span id=&quot;class-span2&quot; class=&quot;台北&quot;&gt;&lt;/span&gt;
+
+    &lt;span id=&quot;class-span3&quot; class=&quot;foo:bar&quot;&gt;&lt;/span&gt;
+    &lt;span id=&quot;class-span4&quot; class=&quot;test.foo[5]bar&quot;&gt;&lt;/span&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;id&quot;&gt;
+    &lt;div id=&quot;id-div1&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;id-div2&quot;&gt;&lt;/div&gt;
+
+    &lt;ul id=&quot;id-ul1&quot;&gt;
+      &lt;li id=&quot;id-li-duplicate&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;id-li-duplicate&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;id-li-duplicate&quot;&gt;&lt;/li&gt;
+      &lt;li id=&quot;id-li-duplicate&quot;&gt;&lt;/li&gt;
+    &lt;/ul&gt;
+
+    &lt;span id=&quot;台北Táiběi&quot;&gt;&lt;/span&gt;
+    &lt;span id=&quot;台北&quot;&gt;&lt;/span&gt;
+
+    &lt;span id=&quot;#foo:bar&quot;&gt;&lt;/span&gt;
+    &lt;span id=&quot;test.foo[5]bar&quot;&gt;&lt;/span&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;descendant&quot;&gt;
+    &lt;div id=&quot;descendant-div1&quot; class=&quot;descendant-div1&quot;&gt;
+      &lt;div id=&quot;descendant-div2&quot; class=&quot;descendant-div2&quot;&gt;
+        &lt;div id=&quot;descendant-div3&quot; class=&quot;descendant-div3&quot;&gt;
+        &lt;/div&gt;
+      &lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;descendant-div4&quot; class=&quot;descendant-div4&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;child&quot;&gt;
+    &lt;div id=&quot;child-div1&quot; class=&quot;child-div1&quot;&gt;
+      &lt;div id=&quot;child-div2&quot; class=&quot;child-div2&quot;&gt;
+        &lt;div id=&quot;child-div3&quot; class=&quot;child-div3&quot;&gt;
+        &lt;/div&gt;
+      &lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;child-div4&quot; class=&quot;child-div4&quot;&gt;&lt;/div&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;adjacent&quot;&gt;
+    &lt;div id=&quot;adjacent-div1&quot; class=&quot;adjacent-div1&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;adjacent-div2&quot; class=&quot;adjacent-div2&quot;&gt;
+      &lt;div id=&quot;adjacent-div3&quot; class=&quot;adjacent-div3&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;adjacent-div4&quot; class=&quot;adjacent-div4&quot;&gt;
+      &lt;p id=&quot;adjacent-p1&quot; class=&quot;adjacent-p1&quot;&gt;&lt;/p&gt;
+      &lt;div id=&quot;adjacent-div5&quot; class=&quot;adjacent-div5&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;adjacent-div6&quot; class=&quot;adjacent-div6&quot;&gt;&lt;/div&gt;
+    &lt;p id=&quot;adjacent-p2&quot; class=&quot;adjacent-p2&quot;&gt;&lt;/p&gt;
+    &lt;p id=&quot;adjacent-p3&quot; class=&quot;adjacent-p3&quot;&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;sibling&quot;&gt;
+    &lt;div id=&quot;sibling-div1&quot; class=&quot;sibling-div&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;sibling-div2&quot; class=&quot;sibling-div&quot;&gt;
+      &lt;div id=&quot;sibling-div3&quot; class=&quot;sibling-div&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;sibling-div4&quot; class=&quot;sibling-div&quot;&gt;
+      &lt;p id=&quot;sibling-p1&quot; class=&quot;sibling-p&quot;&gt;&lt;/p&gt;
+      &lt;div id=&quot;sibling-div5&quot; class=&quot;sibling-div&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+    &lt;div id=&quot;sibling-div6&quot; class=&quot;sibling-div&quot;&gt;&lt;/div&gt;
+    &lt;p id=&quot;sibling-p2&quot; class=&quot;sibling-p&quot;&gt;&lt;/p&gt;
+    &lt;p id=&quot;sibling-p3&quot; class=&quot;sibling-p&quot;&gt;&lt;/p&gt;
+  &lt;/div&gt;
+
+  &lt;div id=&quot;group&quot;&gt;
+    &lt;em id=&quot;group-em1&quot;&gt;&lt;/em&gt;
+    &lt;strong id=&quot;group-strong1&quot;&gt;&lt;/strong&gt;
+  &lt;/div&gt;
+&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesParentNodequerySelectorAllhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx"> async_test(function() {
</span><span class="cx">   var frame = document.createElement(&quot;iframe&quot;);
</span><span class="cx">   frame.onload = this.step_func_done(init);
</span><del>-  frame.src = &quot;resources/ParentNode-querySelector-All-content.html#target&quot;;
</del><ins>+  frame.src = &quot;ParentNode-querySelector-All-content.html#target&quot;;
</ins><span class="cx">   document.body.appendChild(frame);
</span><span class="cx"> });
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesgetElementsByClassName14htm"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-14.htm (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-14.htm        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-14.htm        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-&lt;!-- quirks mode --&gt;
</del><ins>+&lt;!--  quirks mode  --&gt;
</ins><span class="cx"> &lt;html class=&quot;a A&quot;&gt;
</span><span class="cx">  &lt;head&gt;
</span><span class="cx">   &lt;title&gt;document.getElementsByClassName(): case-insensitive (quirks mode)&lt;/title&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesgetElementsByClassName28htm"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-28.htm (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-28.htm        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-28.htm        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">                 te; xt
</span><span class="cx">                 &lt;a class=&quot;text link&quot; href=&quot;#foo&quot;&gt;test link #foo&lt;/a&gt;
</span><span class="cx">                 &lt;fooU00003Abar class=&quot;te xt namespace&quot;&gt;te xt namespace
</span><del>-            &lt;/fooU00003Abar&gt;&lt;/div&gt;
</del><ins>+            &lt;/foou00003abar&gt;&lt;/div&gt;
</ins><span class="cx">             &lt;b class=&quot;text&quot;&gt;text&lt;/b&gt;
</span><span class="cx">         &lt;/div&gt;
</span><span class="cx">         &lt;div class=&quot;xt te&quot;&gt;xt te&lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,172 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/CharacterData-appendData.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/CharacterData-data.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/CharacterData-deleteData.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/CharacterData-insertData.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/CharacterData-remove.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/CharacterData-replaceData.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/CharacterData-substringData.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/CharacterData-surrogates.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ChildNode-after.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ChildNode-before.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ChildNode-remove.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ChildNode-replaceWith.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Comment-Text-constructor.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Comment-constructor.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocumentType.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createHTMLDocument.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-hasFeature.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-Element-getElementsByTagName.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-Element-getElementsByTagNameNS.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-URL.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-adoptNode.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-constructor.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createAttribute.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createComment-createTextNode.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createComment.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createProcessingInstruction.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createProcessingInstruction.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createTextNode.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createTreeWalker.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-doctype.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-getElementById.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-getElementsByTagName.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-getElementsByTagNameNS.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-implementation.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-importNode.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DocumentType-literal.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DocumentType-literal.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DocumentType-remove.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-childElement-null.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-childElementCount-dynamic-add.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-childElementCount-dynamic-add.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-childElementCount-dynamic-remove.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-childElementCount-nochild.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-childElementCount-nochild.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-childElementCount.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-children.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-classlist.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-closest.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-firstElementChild-namespace.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-firstElementChild.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-firstElementChild.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-getElementsByClassName.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-getElementsByTagName.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-getElementsByTagNameNS.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-lastElementChild.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-matches.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-matches.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-nextElementSibling.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-nextElementSibling.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-previousElementSibling.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-previousElementSibling.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-remove.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-removeAttributeNS.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-siblingElement-null.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-tagName.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-attributes.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-characterData.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-childList.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-disconnect.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-document.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-inner-outer.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/MutationObserver-takeRecords.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-appendChild.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-baseURI.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-childNodes.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-cloneNode.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-compareDocumentPosition.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-constants.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-contains.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-insertBefore.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-isEqualNode.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-lookupNamespaceURI.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-lookupPrefix.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-nodeName.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-nodeValue.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-normalize.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-parentElement.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-parentNode-iframe.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-parentNode.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-properties.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-removeChild.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-replaceChild.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Node-textContent.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-append.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-prepend.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.xht
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ProcessingInstruction-literal-1.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ProcessingInstruction-literal-2.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Text-constructor.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Text-splitText.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/append-on-Document.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/attributes.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/attributes.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/case.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/case.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/creators.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/encoding.py
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-01.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-02.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-03.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-04.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-05.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-06.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-07.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-08.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-09.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-10.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-11.xml
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-12.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-13.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-14.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-15.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-16.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-17.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-18.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-19.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-20.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-21.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-22.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-23.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-24.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-25.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-26.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-27.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-28.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-29.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-30.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassName-31.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/getElementsByClassNameFrame.htm
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/mutationobservers.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/prepend-on-Document.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/productions.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/selectors.js
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomrangesw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,38 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-attributes.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-cloneContents.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-cloneRange.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-collapse.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-commonAncestorContainer-2.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-commonAncestorContainer.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-compareBoundaryPoints.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-comparePoint-2.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-comparePoint.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-deleteContents.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-detach.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-extractContents.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-insertNode.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-intersectsNode-binding.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-intersectsNode.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-isPointInRange.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-mutations.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-selectNode.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-set.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-surroundContents.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/ranges/Range-test-iframe.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkeracceptNodefilterhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-acceptNode-filter.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-acceptNode-filter.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-acceptNode-filter.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><del>-&lt;!--
</del><ins>+&lt;!-- 
</ins><span class="cx"> Test adapted from https://mxr.mozilla.org/chromium/source/src/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/script-tests/acceptNode-filter.js
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;TreeWalker: acceptNode-filter&lt;/title&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkerbasichtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-basic.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-basic.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-basic.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><del>-&lt;!--
</del><ins>+&lt;!-- 
</ins><span class="cx"> Test adapted from https://mxr.mozilla.org/chromium/source/src/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic.html
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;TreeWalker: Basic test&lt;/title&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkercurrentNodehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-currentNode.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-currentNode.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-currentNode.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><del>-&lt;!--
</del><ins>+&lt;!-- 
</ins><span class="cx"> Test adapted from https://mxr.mozilla.org/chromium/source/src/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/resources/TreeWalker-currentNode.js
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;TreeWalker: currentNode&lt;/title&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkerpreviousNodeLastChildRejecthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-previousNodeLastChildReject.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-previousNodeLastChildReject.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-previousNodeLastChildReject.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><del>-&lt;!--
</del><ins>+&lt;!-- 
</ins><span class="cx"> Test adapted from https://mxr.mozilla.org/chromium/source/src/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/script-tests/previousNodeLastChildReject.js
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;TreeWalker: previousNodeLastChildReject&lt;/title&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkerpreviousSiblingLastChildSkiphtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-previousSiblingLastChildSkip.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-previousSiblingLastChildSkip.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-previousSiblingLastChildSkip.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><del>-&lt;!--
</del><ins>+&lt;!-- 
</ins><span class="cx"> Test adapted from https://mxr.mozilla.org/chromium/source/src/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/script-tests/previousSiblingLastChildSkip.js
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;TreeWalker: previousSiblingLastChildSkip&lt;/title&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkertraversalrejecthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-reject.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-reject.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-reject.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><del>-&lt;!--
</del><ins>+&lt;!-- 
</ins><span class="cx"> Test adapted from https://mxr.mozilla.org/chromium/source/src/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/script-tests/traversal-reject.js
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;TreeWalker: traversal-reject&lt;/title&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkertraversalskipmosthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-skip-most.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-skip-most.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-skip-most.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><del>-&lt;!--
</del><ins>+&lt;!-- 
</ins><span class="cx"> Test adapted from https://mxr.mozilla.org/chromium/source/src/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/script-tests/traversal-skip-most.js
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;TreeWalker: traversal-skip-most&lt;/title&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkertraversalskiphtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-skip.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-skip.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-skip.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><del>-&lt;!--
</del><ins>+&lt;!-- 
</ins><span class="cx"> Test adapted from https://mxr.mozilla.org/chromium/source/src/third_party/WebKit/LayoutTests/fast/dom/TreeWalker/script-tests/traversal-skip.js
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;TreeWalker: traversal-skip&lt;/title&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalTreeWalkerwalkingoutsideatreehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-walking-outside-a-tree.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-walking-outside-a-tree.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-walking-outside-a-tree.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><del>-&lt;!--
</del><ins>+&lt;!-- 
</ins><span class="cx"> Test adapted from https://github.com/operasoftware/presto-testo/blob/master/core/standards/acid3/individual/006a.html
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;TreeWalker: walking-outside-a-tree&lt;/title&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomtraversalw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,31 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/NodeFilter-constants.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/NodeIterator-removal.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/NodeIterator.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-acceptNode-filter.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-basic.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-currentNode.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-previousNodeLastChildReject.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-previousSiblingLastChildSkip.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-reject.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-skip-most.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-traversal-skip.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker-walking-outside-a-tree.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/TreeWalker.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/traversal/traversal-support.js
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomw3cimportlogfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdisabledelementsw3cimportlog"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/w3c-import.log (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/dom/common.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/constants.js
+/LayoutTests/imported/w3c/web-platform-tests/dom/historical.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/interface-objects.html
+/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomparsingDOMParserparseFromStringhtmlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,10 +1,10 @@
</span><span class="cx"> 
</span><span class="cx"> PASS Parsing of id attribute 
</span><del>-FAIL URL value assert_equals: The document must have a URL value equal to the URL of the active document. expected (object) null but got (string) &quot;http://localhost:8800/domparsing/DOMParser-parseFromString-html.html&quot;(stack: assert@http://localhost:8800/resources/testharness.js:1739:42
-assert_equals@http://localhost:8800/resources/testharness.js:331:19
-http://localhost:8800/domparsing/DOMParser-parseFromString-html.html:30:18
-step@http://localhost:8800/resources/testharness.js:799:30
-test@http://localhost:8800/resources/testharness.js:74:22
-global code@http://localhost:8800/domparsing/DOMParser-parseFromString-html.html:29:5)
</del><ins>+PASS contentType 
+PASS characterSet 
+PASS inputEncoding 
+FAIL charset assert_equals: expected (string) &quot;UTF-8&quot; but got (undefined) undefined
+FAIL URL value assert_equals: The document must have a URL value equal to the URL of the active document. expected (string) &quot;http://localhost:8800/domparsing/DOMParser-parseFromString-html.html&quot; but got (object) null
</ins><span class="cx"> PASS Location value 
</span><ins>+PASS DOMParser parses HTML tag soup with no problems 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomparsingDOMParserparseFromStringhtmlhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -27,8 +27,27 @@
</span><span class="cx"> }, 'Parsing of id attribute');
</span><span class="cx"> 
</span><span class="cx"> test(function() {
</span><del>-    assert_equals(document.documentURI, doc.documentURI,
</del><ins>+    assert_equals(doc.contentType, &quot;text/html&quot;)
+}, 'contentType');
+
+test(function() {
+    assert_equals(doc.characterSet, &quot;UTF-8&quot;)
+}, 'characterSet');
+
+test(function() {
+    assert_equals(doc.inputEncoding, &quot;UTF-8&quot;)
+}, 'inputEncoding');
+
+test(function() {
+    assert_equals(doc.charset, &quot;UTF-8&quot;)
+}, 'charset');
+
+test(function() {
+    var url = document.URL;
+    assert_equals(doc.documentURI, url,
</ins><span class="cx">                   'The document must have a URL value equal to the URL of the active document.');
</span><ins>+    assert_equals(doc.URL, url,
+                  'The document must have a URL value equal to the URL of the active document.');
</ins><span class="cx"> }, 'URL value');
</span><span class="cx"> 
</span><span class="cx"> test(function() {
</span><span class="lines">@@ -36,4 +55,10 @@
</span><span class="cx">                   'The document must have a location value of null.');
</span><span class="cx"> }, 'Location value');
</span><span class="cx"> 
</span><ins>+test(function() {
+    var soup = &quot;&lt;!DOCTYPE foo&gt;&lt;/&gt;&lt;foo&gt;&lt;/multiple&gt;&lt;/&gt;&quot;;
+    var htmldoc = new DOMParser().parseFromString(soup, &quot;text/html&quot;);
+    assert_equals(htmldoc.documentElement.localName, &quot;html&quot;);
+    assert_equals(htmldoc.documentElement.namespaceURI, &quot;http://www.w3.org/1999/xhtml&quot;);
+}, &quot;DOMParser parses HTML tag soup with no problems&quot;);
</ins><span class="cx"> &lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomparsingw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -16,6 +16,4 @@
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><span class="cx"> /LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html.html
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-xml.html
-/LayoutTests/imported/w3c/web-platform-tests/domparsing/XMLSerializer-serializeToString.html
</del><span class="cx"> /LayoutTests/imported/w3c/web-platform-tests/domparsing/insert-adjacent.html
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdocumentsdomtreeaccessorsdocumentgetElementsByNamew3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,31 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-case.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-case.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-interface.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-null-undef.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-null-undef.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-param.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-param.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-same.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdocumentsdomtreeaccessorsw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,43 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/Document.getElementsByClassName-null-undef.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/Element.getElementsByClassName-null-undef.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/cross-domain.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.body-getter.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.body-setter-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.embeds-document.plugins-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.forms.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByClassName-same.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.head-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.head-02.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.images.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-02.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-03.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-04.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-05.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-06.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-07.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-08.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.title-09.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/nameditem-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/nameditem-02.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/nameditem-03.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/nameditem-04.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/nameditem-05.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/nameditem-06.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdocumentsresourcemetadatamanagementdocumentlastModified01html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-lastModified-01.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-lastModified-01.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-lastModified-01.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -10,8 +10,7 @@
</span><span class="cx">   var expected = Math.round(d / 1000);
</span><span class="cx"> 
</span><span class="cx">   test(function() {
</span><del>-    assert_true(Math.abs(expected - initial_modified) &lt;= 2.5);
-    //assert_approx_equals(initial_modified, expected, 2.5);
</del><ins>+    assert_approx_equals(initial_modified, expected, 2.5);
</ins><span class="cx">   }, &quot;Date returned by lastModified is current at page load&quot;);
</span><span class="cx"> 
</span><span class="cx">   var pattern = /[0-9]{2}\/[0-9]{2}\/[0-9]{4} ([0-9]{2}):([0-9]{2}):([0-9]{2})/
</span><span class="lines">@@ -30,9 +29,8 @@
</span><span class="cx">     var local_time = hours * 60 * 60 + minutes * 60 + seconds;
</span><span class="cx">     var m = pattern.exec(last_modified);
</span><span class="cx">     var last_modified_time = parseInt(m[1]) * 60 * 60 + parseInt(m[2]) * 60 + parseInt(m[3]);
</span><del>-    assert_true(Math.abs(local_time - last_modified_time) &lt;= 2);
-    //assert_approx_equals(last_modified_time, local_time, 2,
-    //                     &quot;Hours and minutes should match local time.&quot;);
</del><ins>+    assert_approx_equals(last_modified_time, local_time, 2,
+                         &quot;Hours and minutes should match local time.&quot;);
</ins><span class="cx">   }, &quot;Date returned by lastModified is in the user's local time zone.&quot;);
</span><span class="cx"> 
</span><span class="cx">   var t = async_test(&quot;Date returned by lastModified is current after timeout.&quot;);
</span><span class="lines">@@ -41,9 +39,8 @@
</span><span class="cx">     t.step(function() {
</span><span class="cx">       var new_modified = Date.parse(document.lastModified) / 1000;
</span><span class="cx">       var new_expected = Math.round(new Date() / 1000);
</span><del>-      assert_true(Math.abs(new_expected - new_modified) &lt;= 2.5);
-      //assert_approx_equals(new_modified, new_expected, 2.5,
-      //                     &quot;(initial value was &quot; + initial_modified + &quot;)&quot;);
</del><ins>+      assert_approx_equals(new_modified, new_expected, 2.5,
+                           &quot;(initial value was &quot; + initial_modified + &quot;)&quot;);
</ins><span class="cx">       t.done();
</span><span class="cx">     });
</span><span class="cx">   }, 4000);
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdocumentsresourcemetadatamanagementw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-compatmode-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-compatmode-02.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-compatmode-03.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-compatmode-04.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-compatmode-05.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-compatmode-06.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-cookie.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-lastModified-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-lastModified.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-lastModified.html.headers
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/documents/resource-metadata-management/document-readyState.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionclosingtheinputstreamw3cimportlogfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdisabledelementsw3cimportlog"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/closing-the-input-stream/w3c-import.log (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/closing-the-input-stream/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/closing-the-input-stream/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/closing-the-input-stream/document.close-01.xhtml
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertiondocumentwritew3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,109 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/002.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/003.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/004.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/005.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/005.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/006.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/006.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/007.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/007.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/008-1.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/008.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/008.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/009.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/010-1.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/010.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/010.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/011-1.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/011.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/011.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/012.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/012.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/013.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/013.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/014.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/015.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/016.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/017.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/018.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/019.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/020.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/021.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/022.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/023.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/024.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/025.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/026.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/027.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/028.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/029.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/030.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/031.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/032.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/033.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/034.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/035.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/036.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/037.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/038.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/039.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/040.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/041.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/042.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/043.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/044.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/045.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/046.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/047.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/048.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/049.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/050.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/051.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/document.write-01.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/document.write-02.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/iframe_001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/iframe_002.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/iframe_003.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/iframe_004.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/iframe_005.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/iframe_005.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/iframe_006.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/iframe_007.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/iframe_008.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/iframe_009.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/iframe_010.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-external.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/original-id.json
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_002.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_003.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_004.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_005.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_006.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_007.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_008.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_009.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_010.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_011.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_012.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/script_013.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertiondocumentwritelnw3cimportlogfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticseditsthedelelementw3cimportlog"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-writeln/w3c-import.log (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-del-element/w3c-import.log) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-writeln/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-writeln/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-writeln/document.writeln-01.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-writeln/document.writeln-02.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-writeln/original-id.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionopeningtheinputstream0101html"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+&lt;!doctype html&gt;
+010-1
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionopeningtheinputstream0102html"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+&lt;!doctype html&gt;
+010-2
+&lt;script&gt;
+onload = function() {history.back()}
+&lt;/script&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionopeningtheinputstream010expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,2 +1,11 @@
</span><del>-FAIL: Timed out waiting for notifyDone to be called
</del><span class="cx"> 
</span><ins>+
+FAIL document.open replacing singleton window assert_equals: expected (undefined) undefined but got (number) 1
+FAIL document.open replacing singleton location assert_equals: expected (undefined) undefined but got (number) 1
+FAIL document.open replacing singleton history assert_equals: expected (undefined) undefined but got (number) 1
+FAIL document.open replacing singleton navigator assert_equals: expected (undefined) undefined but got (number) 1
+FAIL document.open replacing singleton applicationCache assert_equals: expected (undefined) undefined but got (number) 1
+FAIL document.open replacing singleton sessionStorage assert_equals: expected (undefined) undefined but got (string) &quot;1&quot;
+FAIL document.open replacing singleton localStorage assert_equals: expected (undefined) undefined but got (string) &quot;1&quot;
+FAIL document.open replacing singleton locationbar assert_equals: expected (undefined) undefined but got (number) 1
+
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionopeningtheinputstream010html"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+&lt;!doctype html&gt;
+&lt;title&gt;Salvagability of document.opened document&lt;/title&gt;
+&lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
+&lt;div id=&quot;log&quot;&gt;&lt;/div&gt;
+&lt;iframe src=&quot;010-1.html&quot;&gt;&lt;/iframe&gt;
+&lt;script&gt;
+var iframe;
+var t = async_test();
+onload = t.step_func(function() {
+  iframe = document.getElementsByTagName(&quot;iframe&quot;)[0];
+  iframe.contentDocument.open();
+  iframe.contentDocument.close();
+
+  iframe.contentWindow.setTimeout(t.step_func(function() {t.done();}), 500);
+
+  onload = null;
+
+  iframe.src = &quot;010-2.html&quot;
+  setTimeout(t.step_func(function() {assert_unreached()}), 1000)
+})
+&lt;/script&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomdynamicmarkupinsertionopeningtheinputstreamw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,45 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/002.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/005.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/006.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/007.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/008.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/009.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-01.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementscontentmodelsw3cimportlogfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthemeterelementw3cimportlog"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/content-models/w3c-import.log (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/content-models/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/content-models/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/content-models/contains.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementselementdefinitionsw3cimportlogfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticseditstheinselementw3cimportlog"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/element-definitions/w3c-import.log (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-ins-element/w3c-import.log) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/element-definitions/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/element-definitions/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/element-definitions/contains.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementselementsinthedomw3cimportlogfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdisabledelementsw3cimportlog"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/elements-in-the-dom/w3c-import.log (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/elements-in-the-dom/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/elements-in-the-dom/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/elements-in-the-dom/unknown-element.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute001html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-001.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-001.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-001.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -23,11 +23,11 @@
</span><span class="cx"> &lt;p lang='xx' id='colonlangcontroltest'&gt;This test failed because it relies on :lang for results, but :lang is not supported by this browser.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-&lt;!--Notes:
</del><ins>+&lt;!-- Notes:
</ins><span class="cx"> 
</span><span class="cx"> This test uses :lang to detect whether the language has been set. If :lang is not supported, a message will appear and the test will fail.
</span><span class="cx"> 
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><span class="cx"> assert_equals(document.getElementById('colonlangcontroltest').offsetWidth, 0)
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute002html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-002.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-002.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-002.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -23,11 +23,11 @@
</span><span class="cx"> &lt;p lang='xx' id='colonlangcontroltest'&gt;This test failed because it relies on :lang for results, but :lang is not supported by this browser.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-&lt;!--Notes:
</del><ins>+&lt;!-- Notes:
</ins><span class="cx"> 
</span><span class="cx"> This test uses :lang to detect whether the language has been set. If :lang is not supported, a message will appear and the test will fail.
</span><span class="cx"> 
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><span class="cx"> assert_equals(document.getElementById('colonlangcontroltest').offsetWidth, 0)
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute003html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-003.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-003.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-003.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -23,11 +23,11 @@
</span><span class="cx"> &lt;p lang='xx' id='colonlangcontroltest'&gt;This test failed because it relies on :lang for results, but :lang is not supported by this browser.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-&lt;!--Notes:
</del><ins>+&lt;!-- Notes:
</ins><span class="cx"> 
</span><span class="cx"> This test uses :lang to detect whether the language has been set. If :lang is not supported, a message will appear and the test will fail.
</span><span class="cx"> 
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><span class="cx"> assert_equals(document.getElementById('colonlangcontroltest').offsetWidth, 0)
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute004html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-004.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-004.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-004.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -24,11 +24,11 @@
</span><span class="cx"> &lt;p lang='xx' id='colonlangcontroltest'&gt;This test failed because it relies on :lang for results, but :lang is not supported by this browser.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-&lt;!--Notes:
</del><ins>+&lt;!-- Notes:
</ins><span class="cx"> 
</span><span class="cx"> This test uses :lang to detect whether the language has been set. If :lang is not supported, a message will appear and the test will fail.
</span><span class="cx"> 
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><span class="cx"> assert_equals(document.getElementById('colonlangcontroltest').offsetWidth, 0)
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute005html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-005.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-005.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-005.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -23,11 +23,11 @@
</span><span class="cx"> &lt;p lang='xx' id='colonlangcontroltest'&gt;This test failed because it relies on :lang for results, but :lang is not supported by this browser.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-&lt;!--Notes:
</del><ins>+&lt;!-- Notes:
</ins><span class="cx"> 
</span><span class="cx"> This test uses :lang to detect whether the language has been set. If :lang is not supported, a message will appear and the test will fail.
</span><span class="cx"> 
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><span class="cx"> assert_equals(document.getElementById('colonlangcontroltest').offsetWidth, 0)
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute006html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-006.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-006.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-006.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -24,11 +24,11 @@
</span><span class="cx"> &lt;p lang='xx' id='colonlangcontroltest'&gt;This test failed because it relies on :lang for results, but :lang is not supported by this browser.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-&lt;!--Notes:
</del><ins>+&lt;!-- Notes:
</ins><span class="cx"> 
</span><span class="cx"> This test uses :lang to detect whether the language has been set. If :lang is not supported, a message will appear and the test will fail.
</span><span class="cx"> 
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><span class="cx"> assert_equals(document.getElementById('colonlangcontroltest').offsetWidth, 0)
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute007html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-007.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-007.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-007.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -24,11 +24,11 @@
</span><span class="cx"> &lt;p lang='xx' id='colonlangcontroltest'&gt;This test failed because it relies on :lang for results, but :lang is not supported by this browser.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-&lt;!--Notes:
</del><ins>+&lt;!-- Notes:
</ins><span class="cx"> 
</span><span class="cx"> This test uses :lang to detect whether the language has been set. If :lang is not supported, a message will appear and the test will fail.
</span><span class="cx"> 
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><span class="cx"> assert_equals(document.getElementById('colonlangcontroltest').offsetWidth, 0)
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute008html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-008.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-008.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-008.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -23,11 +23,11 @@
</span><span class="cx"> &lt;p lang='xx' id='colonlangcontroltest'&gt;This test failed because it relies on :lang for results, but :lang is not supported by this browser.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-&lt;!--Notes:
</del><ins>+&lt;!-- Notes:
</ins><span class="cx"> 
</span><span class="cx"> This test uses :lang to detect whether the language has been set. If :lang is not supported, a message will appear and the test will fail.
</span><span class="cx"> 
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><span class="cx"> assert_equals(document.getElementById('colonlangcontroltest').offsetWidth, 0)
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute009html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-009.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-009.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-009.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -23,11 +23,11 @@
</span><span class="cx"> &lt;p lang='xx' id='colonlangcontroltest'&gt;This test failed because it relies on :lang for results, but :lang is not supported by this browser.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-&lt;!--Notes:
</del><ins>+&lt;!-- Notes:
</ins><span class="cx"> 
</span><span class="cx"> This test uses :lang to detect whether the language has been set. If :lang is not supported, a message will appear and the test will fail.
</span><span class="cx"> 
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><span class="cx"> assert_equals(document.getElementById('colonlangcontroltest').offsetWidth, 0)
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesthelangattribute010html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-010.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-010.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-010.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -24,11 +24,11 @@
</span><span class="cx"> &lt;p lang='xx' id='colonlangcontroltest'&gt;This test failed because it relies on :lang for results, but :lang is not supported by this browser.&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-&lt;!--Notes:
</del><ins>+&lt;!-- Notes:
</ins><span class="cx"> 
</span><span class="cx"> This test uses :lang to detect whether the language has been set. If :lang is not supported, a message will appear and the test will fail.
</span><span class="cx"> 
</span><del>---&gt;
</del><ins>+ --&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><span class="cx"> assert_equals(document.getElementById('colonlangcontroltest').offsetWidth, 0)
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementsglobalattributesw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,161 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/.htaccess
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/classlist-nonstring.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/custom-attrs.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/data_unicode_attr.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dataset-delete.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dataset-enumeration.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dataset-get.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dataset-prototype.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dataset-set.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dataset.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-EN-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-EN-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-EN-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-EN-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-N-EN-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-N-EN-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-N-EN-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-N-EN-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-N-EN-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-N-EN.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-N-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-N-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-N-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-N-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-bdi-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-bdi-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-bdi-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-bdi-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-dir-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-dir-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-dir-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-dir-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-script-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-script-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-script-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-script-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-style-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-style-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-style-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-style-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-textarea-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-textarea-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-textarea-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-textarea-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-EN-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-EN-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-EN-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-EN-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-N-EN-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-N-EN-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-N-EN-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-N-EN-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-N-EN-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-N-EN.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-N-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-N-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-N-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-N-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-EN-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-EN-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-EN-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-EN-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-N-EN.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-N-L-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-N-L.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-N-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-N-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-R-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-input-script-R.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-isolate-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-isolate.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-N-EN-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-N-EN.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-mixed-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-pre-mixed.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-N-EN-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-N-EN.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-mixed-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-mixed.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-N-EN-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-N-EN.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-mixed-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-textarea-script-mixed.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/document-dir.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/id-attribute.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/id-name-specialcase.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/id-name.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/lang-xmllang-01-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/lang-xmllang-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/lang-xyzzy-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/lang-xyzzy.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/style-01-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/style-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-002.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-003.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-003.html.headers
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-004.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-005.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-005.html.headers
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-006.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-006.html.headers
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-007.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-008.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-009.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-009.html.headers
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-010.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-lang-attribute-011.html.headers
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-translate-attribute-007.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-translate-attribute-008.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-translate-attribute-009.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-translate-attribute-010.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-translate-attribute-011.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/the-translate-attribute-012.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomelementswaiariaw3cimportlogfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticseditstheinselementw3cimportlog"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/wai-aria/w3c-import.log (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-ins-element/w3c-import.log) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/wai-aria/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/wai-aria/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,19 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/wai-aria/README.md
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/wai-aria/contains.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -935,230 +935,231 @@
</span><span class="cx"> PASS Document interface: iframe.contentDocument must inherit property &quot;origin&quot; with the proper type (3) 
</span><span class="cx"> FAIL Document interface: iframe.contentDocument must inherit property &quot;compatMode&quot; with the proper type (4) assert_inherits: property &quot;compatMode&quot; found on object expected in prototype chain
</span><span class="cx"> PASS Document interface: iframe.contentDocument must inherit property &quot;characterSet&quot; with the proper type (5) 
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;inputEncoding&quot; with the proper type (6) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;contentType&quot; with the proper type (7) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;doctype&quot; with the proper type (8) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;documentElement&quot; with the proper type (9) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;getElementsByTagName&quot; with the proper type (10) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;charset&quot; with the proper type (6) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;inputEncoding&quot; with the proper type (7) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;contentType&quot; with the proper type (8) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;doctype&quot; with the proper type (9) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;documentElement&quot; with the proper type (10) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;getElementsByTagName&quot; with the proper type (11) 
</ins><span class="cx"> FAIL Document interface: calling getElementsByTagName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;getElementsByTagNameNS&quot; with the proper type (11) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;getElementsByTagNameNS&quot; with the proper type (12) 
</ins><span class="cx"> FAIL Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;getElementsByClassName&quot; with the proper type (12) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;getElementsByClassName&quot; with the proper type (13) 
</ins><span class="cx"> FAIL Document interface: calling getElementsByClassName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;createElement&quot; with the proper type (13) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;createElement&quot; with the proper type (14) 
</ins><span class="cx"> PASS Document interface: calling createElement(DOMString) on iframe.contentDocument with too few arguments must throw TypeError 
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;createElementNS&quot; with the proper type (14) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;createElementNS&quot; with the proper type (15) 
</ins><span class="cx"> FAIL Document interface: calling createElementNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;createDocumentFragment&quot; with the proper type (15) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;createTextNode&quot; with the proper type (16) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;createDocumentFragment&quot; with the proper type (16) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;createTextNode&quot; with the proper type (17) 
</ins><span class="cx"> FAIL Document interface: calling createTextNode(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;createComment&quot; with the proper type (17) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;createComment&quot; with the proper type (18) 
</ins><span class="cx"> FAIL Document interface: calling createComment(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;createProcessingInstruction&quot; with the proper type (18) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;createProcessingInstruction&quot; with the proper type (19) 
</ins><span class="cx"> FAIL Document interface: calling createProcessingInstruction(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;importNode&quot; with the proper type (19) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;importNode&quot; with the proper type (20) 
</ins><span class="cx"> FAIL Document interface: calling importNode(Node,boolean) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;adoptNode&quot; with the proper type (20) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;adoptNode&quot; with the proper type (21) 
</ins><span class="cx"> FAIL Document interface: calling adoptNode(Node) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;createAttribute&quot; with the proper type (21) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;createAttribute&quot; with the proper type (22) 
</ins><span class="cx"> FAIL Document interface: calling createAttribute(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;createAttributeNS&quot; with the proper type (22) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;createAttributeNS&quot; with the proper type (23) 
</ins><span class="cx"> FAIL Document interface: calling createAttributeNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;createEvent&quot; with the proper type (23) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;createEvent&quot; with the proper type (24) 
</ins><span class="cx"> FAIL Document interface: calling createEvent(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;createRange&quot; with the proper type (24) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;createNodeIterator&quot; with the proper type (25) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;createRange&quot; with the proper type (25) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;createNodeIterator&quot; with the proper type (26) 
</ins><span class="cx"> PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on iframe.contentDocument with too few arguments must throw TypeError 
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;createTreeWalker&quot; with the proper type (26) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;createTreeWalker&quot; with the proper type (27) 
</ins><span class="cx"> PASS Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on iframe.contentDocument with too few arguments must throw TypeError 
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;styleSheets&quot; with the proper type (27) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;selectedStyleSheetSet&quot; with the proper type (28) assert_inherits: property &quot;selectedStyleSheetSet&quot; not found in prototype chain
-FAIL Document interface: iframe.contentDocument must inherit property &quot;lastStyleSheetSet&quot; with the proper type (29) assert_inherits: property &quot;lastStyleSheetSet&quot; not found in prototype chain
-FAIL Document interface: iframe.contentDocument must inherit property &quot;preferredStyleSheetSet&quot; with the proper type (30) assert_inherits: property &quot;preferredStyleSheetSet&quot; not found in prototype chain
-FAIL Document interface: iframe.contentDocument must inherit property &quot;styleSheetSets&quot; with the proper type (31) assert_inherits: property &quot;styleSheetSets&quot; not found in prototype chain
-FAIL Document interface: iframe.contentDocument must inherit property &quot;enableStyleSheetsForSet&quot; with the proper type (32) assert_inherits: property &quot;enableStyleSheetsForSet&quot; not found in prototype chain
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;styleSheets&quot; with the proper type (28) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;selectedStyleSheetSet&quot; with the proper type (29) assert_inherits: property &quot;selectedStyleSheetSet&quot; not found in prototype chain
+FAIL Document interface: iframe.contentDocument must inherit property &quot;lastStyleSheetSet&quot; with the proper type (30) assert_inherits: property &quot;lastStyleSheetSet&quot; not found in prototype chain
+FAIL Document interface: iframe.contentDocument must inherit property &quot;preferredStyleSheetSet&quot; with the proper type (31) assert_inherits: property &quot;preferredStyleSheetSet&quot; not found in prototype chain
+FAIL Document interface: iframe.contentDocument must inherit property &quot;styleSheetSets&quot; with the proper type (32) assert_inherits: property &quot;styleSheetSets&quot; not found in prototype chain
+FAIL Document interface: iframe.contentDocument must inherit property &quot;enableStyleSheetsForSet&quot; with the proper type (33) assert_inherits: property &quot;enableStyleSheetsForSet&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling enableStyleSheetsForSet(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_inherits: property &quot;enableStyleSheetsForSet&quot; not found in prototype chain
</span><span class="cx"> FAIL Document interface: iframe.contentDocument must have own property &quot;location&quot; assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;domain&quot; with the proper type (34) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;referrer&quot; with the proper type (35) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;cookie&quot; with the proper type (36) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;lastModified&quot; with the proper type (37) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;readyState&quot; with the proper type (38) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;title&quot; with the proper type (40) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;dir&quot; with the proper type (41) assert_inherits: property &quot;dir&quot; found on object expected in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;body&quot; with the proper type (42) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;head&quot; with the proper type (43) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;images&quot; with the proper type (44) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;embeds&quot; with the proper type (45) assert_inherits: property &quot;embeds&quot; found on object expected in prototype chain
-FAIL Document interface: iframe.contentDocument must inherit property &quot;plugins&quot; with the proper type (46) assert_inherits: property &quot;plugins&quot; found on object expected in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;links&quot; with the proper type (47) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;forms&quot; with the proper type (48) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;scripts&quot; with the proper type (49) assert_inherits: property &quot;scripts&quot; found on object expected in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;getElementsByName&quot; with the proper type (50) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;domain&quot; with the proper type (35) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;referrer&quot; with the proper type (36) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;cookie&quot; with the proper type (37) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;lastModified&quot; with the proper type (38) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;readyState&quot; with the proper type (39) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;title&quot; with the proper type (41) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;dir&quot; with the proper type (42) assert_inherits: property &quot;dir&quot; found on object expected in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;body&quot; with the proper type (43) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;head&quot; with the proper type (44) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;images&quot; with the proper type (45) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;embeds&quot; with the proper type (46) assert_inherits: property &quot;embeds&quot; found on object expected in prototype chain
+FAIL Document interface: iframe.contentDocument must inherit property &quot;plugins&quot; with the proper type (47) assert_inherits: property &quot;plugins&quot; found on object expected in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;links&quot; with the proper type (48) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;forms&quot; with the proper type (49) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;scripts&quot; with the proper type (50) assert_inherits: property &quot;scripts&quot; found on object expected in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;getElementsByName&quot; with the proper type (51) 
</ins><span class="cx"> FAIL Document interface: calling getElementsByName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-FAIL Document interface: iframe.contentDocument must inherit property &quot;getItems&quot; with the proper type (51) assert_inherits: property &quot;getItems&quot; not found in prototype chain
</del><ins>+FAIL Document interface: iframe.contentDocument must inherit property &quot;getItems&quot; with the proper type (52) assert_inherits: property &quot;getItems&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling getItems(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_inherits: property &quot;getItems&quot; not found in prototype chain
</span><del>-FAIL Document interface: iframe.contentDocument must inherit property &quot;cssElementMap&quot; with the proper type (52) assert_inherits: property &quot;cssElementMap&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;currentScript&quot; with the proper type (53) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;open&quot; with the proper type (54) assert_inherits: property &quot;open&quot; found on object expected in prototype chain
</del><ins>+FAIL Document interface: iframe.contentDocument must inherit property &quot;cssElementMap&quot; with the proper type (53) assert_inherits: property &quot;cssElementMap&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;currentScript&quot; with the proper type (54) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;open&quot; with the proper type (55) assert_inherits: property &quot;open&quot; found on object expected in prototype chain
</ins><span class="cx"> FAIL Document interface: calling open(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_inherits: property &quot;open&quot; found on object expected in prototype chain
</span><del>-FAIL Document interface: iframe.contentDocument must inherit property &quot;open&quot; with the proper type (55) assert_inherits: property &quot;open&quot; found on object expected in prototype chain
</del><ins>+FAIL Document interface: iframe.contentDocument must inherit property &quot;open&quot; with the proper type (56) assert_inherits: property &quot;open&quot; found on object expected in prototype chain
</ins><span class="cx"> FAIL Document interface: calling open(DOMString,DOMString,DOMString,boolean) on iframe.contentDocument with too few arguments must throw TypeError assert_inherits: property &quot;open&quot; found on object expected in prototype chain
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;close&quot; with the proper type (56) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;write&quot; with the proper type (57) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;close&quot; with the proper type (57) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;write&quot; with the proper type (58) 
</ins><span class="cx"> PASS Document interface: calling write(DOMString) on iframe.contentDocument with too few arguments must throw TypeError 
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;writeln&quot; with the proper type (58) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;writeln&quot; with the proper type (59) 
</ins><span class="cx"> PASS Document interface: calling writeln(DOMString) on iframe.contentDocument with too few arguments must throw TypeError 
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;defaultView&quot; with the proper type (59) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;activeElement&quot; with the proper type (60) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;hasFocus&quot; with the proper type (61) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;designMode&quot; with the proper type (62) assert_inherits: property &quot;designMode&quot; found on object expected in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;execCommand&quot; with the proper type (63) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;defaultView&quot; with the proper type (60) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;activeElement&quot; with the proper type (61) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;hasFocus&quot; with the proper type (62) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;designMode&quot; with the proper type (63) assert_inherits: property &quot;designMode&quot; found on object expected in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;execCommand&quot; with the proper type (64) 
</ins><span class="cx"> FAIL Document interface: calling execCommand(DOMString,boolean,DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;queryCommandEnabled&quot; with the proper type (64) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;queryCommandEnabled&quot; with the proper type (65) 
</ins><span class="cx"> FAIL Document interface: calling queryCommandEnabled(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;queryCommandIndeterm&quot; with the proper type (65) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;queryCommandIndeterm&quot; with the proper type (66) 
</ins><span class="cx"> FAIL Document interface: calling queryCommandIndeterm(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;queryCommandState&quot; with the proper type (66) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;queryCommandState&quot; with the proper type (67) 
</ins><span class="cx"> FAIL Document interface: calling queryCommandState(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;queryCommandSupported&quot; with the proper type (67) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;queryCommandSupported&quot; with the proper type (68) 
</ins><span class="cx"> FAIL Document interface: calling queryCommandSupported(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;queryCommandValue&quot; with the proper type (68) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;queryCommandValue&quot; with the proper type (69) 
</ins><span class="cx"> FAIL Document interface: calling queryCommandValue(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-FAIL Document interface: iframe.contentDocument must inherit property &quot;commands&quot; with the proper type (69) assert_inherits: property &quot;commands&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;onreadystatechange&quot; with the proper type (70) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;fgColor&quot; with the proper type (71) assert_inherits: property &quot;fgColor&quot; found on object expected in prototype chain
-FAIL Document interface: iframe.contentDocument must inherit property &quot;linkColor&quot; with the proper type (72) assert_inherits: property &quot;linkColor&quot; found on object expected in prototype chain
-FAIL Document interface: iframe.contentDocument must inherit property &quot;vlinkColor&quot; with the proper type (73) assert_inherits: property &quot;vlinkColor&quot; found on object expected in prototype chain
-FAIL Document interface: iframe.contentDocument must inherit property &quot;alinkColor&quot; with the proper type (74) assert_inherits: property &quot;alinkColor&quot; found on object expected in prototype chain
-FAIL Document interface: iframe.contentDocument must inherit property &quot;bgColor&quot; with the proper type (75) assert_inherits: property &quot;bgColor&quot; found on object expected in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;anchors&quot; with the proper type (76) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;applets&quot; with the proper type (77) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;clear&quot; with the proper type (78) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;captureEvents&quot; with the proper type (79) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;releaseEvents&quot; with the proper type (80) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;all&quot; with the proper type (81) assert_inherits: property &quot;all&quot; found on object expected in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;getElementById&quot; with the proper type (82) 
</del><ins>+FAIL Document interface: iframe.contentDocument must inherit property &quot;commands&quot; with the proper type (70) assert_inherits: property &quot;commands&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;onreadystatechange&quot; with the proper type (71) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;fgColor&quot; with the proper type (72) assert_inherits: property &quot;fgColor&quot; found on object expected in prototype chain
+FAIL Document interface: iframe.contentDocument must inherit property &quot;linkColor&quot; with the proper type (73) assert_inherits: property &quot;linkColor&quot; found on object expected in prototype chain
+FAIL Document interface: iframe.contentDocument must inherit property &quot;vlinkColor&quot; with the proper type (74) assert_inherits: property &quot;vlinkColor&quot; found on object expected in prototype chain
+FAIL Document interface: iframe.contentDocument must inherit property &quot;alinkColor&quot; with the proper type (75) assert_inherits: property &quot;alinkColor&quot; found on object expected in prototype chain
+FAIL Document interface: iframe.contentDocument must inherit property &quot;bgColor&quot; with the proper type (76) assert_inherits: property &quot;bgColor&quot; found on object expected in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;anchors&quot; with the proper type (77) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;applets&quot; with the proper type (78) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;clear&quot; with the proper type (79) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;captureEvents&quot; with the proper type (80) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;releaseEvents&quot; with the proper type (81) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;all&quot; with the proper type (82) assert_inherits: property &quot;all&quot; found on object expected in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;getElementById&quot; with the proper type (83) 
</ins><span class="cx"> FAIL Document interface: calling getElementById(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;children&quot; with the proper type (83) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;firstElementChild&quot; with the proper type (84) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;lastElementChild&quot; with the proper type (85) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;childElementCount&quot; with the proper type (86) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;prepend&quot; with the proper type (87) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;children&quot; with the proper type (84) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;firstElementChild&quot; with the proper type (85) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;lastElementChild&quot; with the proper type (86) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;childElementCount&quot; with the proper type (87) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;prepend&quot; with the proper type (88) 
</ins><span class="cx"> PASS Document interface: calling prepend([object Object],[object Object]) on iframe.contentDocument with too few arguments must throw TypeError 
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;append&quot; with the proper type (88) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;append&quot; with the proper type (89) 
</ins><span class="cx"> PASS Document interface: calling append([object Object],[object Object]) on iframe.contentDocument with too few arguments must throw TypeError 
</span><del>-FAIL Document interface: iframe.contentDocument must inherit property &quot;query&quot; with the proper type (89) assert_inherits: property &quot;query&quot; not found in prototype chain
</del><ins>+FAIL Document interface: iframe.contentDocument must inherit property &quot;query&quot; with the proper type (90) assert_inherits: property &quot;query&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling query(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_inherits: property &quot;query&quot; not found in prototype chain
</span><del>-FAIL Document interface: iframe.contentDocument must inherit property &quot;queryAll&quot; with the proper type (90) assert_inherits: property &quot;queryAll&quot; not found in prototype chain
</del><ins>+FAIL Document interface: iframe.contentDocument must inherit property &quot;queryAll&quot; with the proper type (91) assert_inherits: property &quot;queryAll&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling queryAll(DOMString) on iframe.contentDocument with too few arguments must throw TypeError assert_inherits: property &quot;queryAll&quot; not found in prototype chain
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;querySelector&quot; with the proper type (91) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;querySelector&quot; with the proper type (92) 
</ins><span class="cx"> PASS Document interface: calling querySelector(DOMString) on iframe.contentDocument with too few arguments must throw TypeError 
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;querySelectorAll&quot; with the proper type (92) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;querySelectorAll&quot; with the proper type (93) 
</ins><span class="cx"> PASS Document interface: calling querySelectorAll(DOMString) on iframe.contentDocument with too few arguments must throw TypeError 
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;onabort&quot; with the proper type (93) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;onautocomplete&quot; with the proper type (94) assert_inherits: property &quot;onautocomplete&quot; not found in prototype chain
-FAIL Document interface: iframe.contentDocument must inherit property &quot;onautocompleteerror&quot; with the proper type (95) assert_inherits: property &quot;onautocompleteerror&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;onblur&quot; with the proper type (96) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;oncancel&quot; with the proper type (97) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;oncanplay&quot; with the proper type (98) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;oncanplaythrough&quot; with the proper type (99) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onchange&quot; with the proper type (100) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onclick&quot; with the proper type (101) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;onclose&quot; with the proper type (102) assert_inherits: property &quot;onclose&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;oncontextmenu&quot; with the proper type (103) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;oncuechange&quot; with the proper type (104) assert_inherits: property &quot;oncuechange&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondblclick&quot; with the proper type (105) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondrag&quot; with the proper type (106) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondragend&quot; with the proper type (107) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondragenter&quot; with the proper type (108) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;ondragexit&quot; with the proper type (109) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondragleave&quot; with the proper type (110) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondragover&quot; with the proper type (111) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondragstart&quot; with the proper type (112) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondrop&quot; with the proper type (113) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondurationchange&quot; with the proper type (114) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onemptied&quot; with the proper type (115) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onended&quot; with the proper type (116) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onerror&quot; with the proper type (117) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onfocus&quot; with the proper type (118) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;oninput&quot; with the proper type (119) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;oninvalid&quot; with the proper type (120) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onkeydown&quot; with the proper type (121) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onkeypress&quot; with the proper type (122) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onkeyup&quot; with the proper type (123) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onload&quot; with the proper type (124) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onloadeddata&quot; with the proper type (125) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onloadedmetadata&quot; with the proper type (126) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onloadstart&quot; with the proper type (127) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmousedown&quot; with the proper type (128) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseenter&quot; with the proper type (129) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseleave&quot; with the proper type (130) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmousemove&quot; with the proper type (131) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseout&quot; with the proper type (132) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseover&quot; with the proper type (133) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseup&quot; with the proper type (134) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmousewheel&quot; with the proper type (135) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onpause&quot; with the proper type (136) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onplay&quot; with the proper type (137) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onplaying&quot; with the proper type (138) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onprogress&quot; with the proper type (139) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onratechange&quot; with the proper type (140) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onreset&quot; with the proper type (141) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;onresize&quot; with the proper type (142) assert_inherits: property &quot;onresize&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;onscroll&quot; with the proper type (143) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onseeked&quot; with the proper type (144) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onseeking&quot; with the proper type (145) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onselect&quot; with the proper type (146) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;onshow&quot; with the proper type (147) assert_inherits: property &quot;onshow&quot; not found in prototype chain
-FAIL Document interface: iframe.contentDocument must inherit property &quot;onsort&quot; with the proper type (148) assert_inherits: property &quot;onsort&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;onstalled&quot; with the proper type (149) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onsubmit&quot; with the proper type (150) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onsuspend&quot; with the proper type (151) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ontimeupdate&quot; with the proper type (152) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;ontoggle&quot; with the proper type (153) assert_inherits: property &quot;ontoggle&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;onvolumechange&quot; with the proper type (154) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onwaiting&quot; with the proper type (155) 
</del><ins>+PASS Document interface: iframe.contentDocument must inherit property &quot;onabort&quot; with the proper type (94) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;onautocomplete&quot; with the proper type (95) assert_inherits: property &quot;onautocomplete&quot; not found in prototype chain
+FAIL Document interface: iframe.contentDocument must inherit property &quot;onautocompleteerror&quot; with the proper type (96) assert_inherits: property &quot;onautocompleteerror&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;onblur&quot; with the proper type (97) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;oncancel&quot; with the proper type (98) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;oncanplay&quot; with the proper type (99) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;oncanplaythrough&quot; with the proper type (100) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onchange&quot; with the proper type (101) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onclick&quot; with the proper type (102) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;onclose&quot; with the proper type (103) assert_inherits: property &quot;onclose&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;oncontextmenu&quot; with the proper type (104) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;oncuechange&quot; with the proper type (105) assert_inherits: property &quot;oncuechange&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondblclick&quot; with the proper type (106) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondrag&quot; with the proper type (107) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondragend&quot; with the proper type (108) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondragenter&quot; with the proper type (109) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;ondragexit&quot; with the proper type (110) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondragleave&quot; with the proper type (111) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondragover&quot; with the proper type (112) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondragstart&quot; with the proper type (113) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondrop&quot; with the proper type (114) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondurationchange&quot; with the proper type (115) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onemptied&quot; with the proper type (116) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onended&quot; with the proper type (117) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onerror&quot; with the proper type (118) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onfocus&quot; with the proper type (119) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;oninput&quot; with the proper type (120) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;oninvalid&quot; with the proper type (121) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onkeydown&quot; with the proper type (122) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onkeypress&quot; with the proper type (123) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onkeyup&quot; with the proper type (124) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onload&quot; with the proper type (125) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onloadeddata&quot; with the proper type (126) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onloadedmetadata&quot; with the proper type (127) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onloadstart&quot; with the proper type (128) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmousedown&quot; with the proper type (129) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseenter&quot; with the proper type (130) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseleave&quot; with the proper type (131) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmousemove&quot; with the proper type (132) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseout&quot; with the proper type (133) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseover&quot; with the proper type (134) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseup&quot; with the proper type (135) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmousewheel&quot; with the proper type (136) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onpause&quot; with the proper type (137) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onplay&quot; with the proper type (138) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onplaying&quot; with the proper type (139) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onprogress&quot; with the proper type (140) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onratechange&quot; with the proper type (141) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onreset&quot; with the proper type (142) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;onresize&quot; with the proper type (143) assert_inherits: property &quot;onresize&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;onscroll&quot; with the proper type (144) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onseeked&quot; with the proper type (145) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onseeking&quot; with the proper type (146) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onselect&quot; with the proper type (147) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;onshow&quot; with the proper type (148) assert_inherits: property &quot;onshow&quot; not found in prototype chain
+FAIL Document interface: iframe.contentDocument must inherit property &quot;onsort&quot; with the proper type (149) assert_inherits: property &quot;onsort&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;onstalled&quot; with the proper type (150) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onsubmit&quot; with the proper type (151) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onsuspend&quot; with the proper type (152) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ontimeupdate&quot; with the proper type (153) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;ontoggle&quot; with the proper type (154) assert_inherits: property &quot;ontoggle&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;onvolumechange&quot; with the proper type (155) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onwaiting&quot; with the proper type (156) 
</ins><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;ELEMENT_NODE&quot; with the proper type (0) 
</span><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;ATTRIBUTE_NODE&quot; with the proper type (1) 
</span><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;TEXT_NODE&quot; with the proper type (2) 
</span><span class="lines">@@ -1249,230 +1250,231 @@
</span><span class="cx"> PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;origin&quot; with the proper type (3) 
</span><span class="cx"> PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;compatMode&quot; with the proper type (4) 
</span><span class="cx"> PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;characterSet&quot; with the proper type (5) 
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;inputEncoding&quot; with the proper type (6) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;contentType&quot; with the proper type (7) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;doctype&quot; with the proper type (8) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;documentElement&quot; with the proper type (9) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getElementsByTagName&quot; with the proper type (10) 
</del><ins>+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;charset&quot; with the proper type (6) assert_equals: expected &quot;string&quot; but got &quot;undefined&quot;
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;inputEncoding&quot; with the proper type (7) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;contentType&quot; with the proper type (8) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;doctype&quot; with the proper type (9) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;documentElement&quot; with the proper type (10) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getElementsByTagName&quot; with the proper type (11) 
</ins><span class="cx"> FAIL Document interface: calling getElementsByTagName(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getElementsByTagNameNS&quot; with the proper type (11) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getElementsByTagNameNS&quot; with the proper type (12) 
</ins><span class="cx"> FAIL Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getElementsByClassName&quot; with the proper type (12) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getElementsByClassName&quot; with the proper type (13) 
</ins><span class="cx"> FAIL Document interface: calling getElementsByClassName(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createElement&quot; with the proper type (13) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createElement&quot; with the proper type (14) 
</ins><span class="cx"> PASS Document interface: calling createElement(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError 
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createElementNS&quot; with the proper type (14) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createElementNS&quot; with the proper type (15) 
</ins><span class="cx"> FAIL Document interface: calling createElementNS(DOMString,DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createDocumentFragment&quot; with the proper type (15) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createTextNode&quot; with the proper type (16) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createDocumentFragment&quot; with the proper type (16) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createTextNode&quot; with the proper type (17) 
</ins><span class="cx"> FAIL Document interface: calling createTextNode(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createComment&quot; with the proper type (17) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createComment&quot; with the proper type (18) 
</ins><span class="cx"> FAIL Document interface: calling createComment(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createProcessingInstruction&quot; with the proper type (18) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createProcessingInstruction&quot; with the proper type (19) 
</ins><span class="cx"> FAIL Document interface: calling createProcessingInstruction(DOMString,DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;importNode&quot; with the proper type (19) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;importNode&quot; with the proper type (20) 
</ins><span class="cx"> FAIL Document interface: calling importNode(Node,boolean) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;adoptNode&quot; with the proper type (20) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;adoptNode&quot; with the proper type (21) 
</ins><span class="cx"> FAIL Document interface: calling adoptNode(Node) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createAttribute&quot; with the proper type (21) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createAttribute&quot; with the proper type (22) 
</ins><span class="cx"> FAIL Document interface: calling createAttribute(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createAttributeNS&quot; with the proper type (22) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createAttributeNS&quot; with the proper type (23) 
</ins><span class="cx"> FAIL Document interface: calling createAttributeNS(DOMString,DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createEvent&quot; with the proper type (23) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createEvent&quot; with the proper type (24) 
</ins><span class="cx"> FAIL Document interface: calling createEvent(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createRange&quot; with the proper type (24) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createNodeIterator&quot; with the proper type (25) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createRange&quot; with the proper type (25) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createNodeIterator&quot; with the proper type (26) 
</ins><span class="cx"> PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError 
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createTreeWalker&quot; with the proper type (26) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createTreeWalker&quot; with the proper type (27) 
</ins><span class="cx"> PASS Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError 
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;styleSheets&quot; with the proper type (27) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;selectedStyleSheetSet&quot; with the proper type (28) assert_inherits: property &quot;selectedStyleSheetSet&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;lastStyleSheetSet&quot; with the proper type (29) assert_inherits: property &quot;lastStyleSheetSet&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;preferredStyleSheetSet&quot; with the proper type (30) assert_inherits: property &quot;preferredStyleSheetSet&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;styleSheetSets&quot; with the proper type (31) assert_inherits: property &quot;styleSheetSets&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;enableStyleSheetsForSet&quot; with the proper type (32) assert_inherits: property &quot;enableStyleSheetsForSet&quot; not found in prototype chain
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;styleSheets&quot; with the proper type (28) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;selectedStyleSheetSet&quot; with the proper type (29) assert_inherits: property &quot;selectedStyleSheetSet&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;lastStyleSheetSet&quot; with the proper type (30) assert_inherits: property &quot;lastStyleSheetSet&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;preferredStyleSheetSet&quot; with the proper type (31) assert_inherits: property &quot;preferredStyleSheetSet&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;styleSheetSets&quot; with the proper type (32) assert_inherits: property &quot;styleSheetSets&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;enableStyleSheetsForSet&quot; with the proper type (33) assert_inherits: property &quot;enableStyleSheetsForSet&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling enableStyleSheetsForSet(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_inherits: property &quot;enableStyleSheetsForSet&quot; not found in prototype chain
</span><span class="cx"> FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must have own property &quot;location&quot; assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;domain&quot; with the proper type (34) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;referrer&quot; with the proper type (35) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;cookie&quot; with the proper type (36) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;lastModified&quot; with the proper type (37) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;readyState&quot; with the proper type (38) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;title&quot; with the proper type (40) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;dir&quot; with the proper type (41) assert_inherits: property &quot;dir&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;body&quot; with the proper type (42) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;head&quot; with the proper type (43) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;images&quot; with the proper type (44) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;embeds&quot; with the proper type (45) assert_inherits: property &quot;embeds&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;plugins&quot; with the proper type (46) assert_inherits: property &quot;plugins&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;links&quot; with the proper type (47) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;forms&quot; with the proper type (48) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;scripts&quot; with the proper type (49) assert_inherits: property &quot;scripts&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getElementsByName&quot; with the proper type (50) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;domain&quot; with the proper type (35) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;referrer&quot; with the proper type (36) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;cookie&quot; with the proper type (37) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;lastModified&quot; with the proper type (38) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;readyState&quot; with the proper type (39) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;title&quot; with the proper type (41) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;dir&quot; with the proper type (42) assert_inherits: property &quot;dir&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;body&quot; with the proper type (43) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;head&quot; with the proper type (44) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;images&quot; with the proper type (45) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;embeds&quot; with the proper type (46) assert_inherits: property &quot;embeds&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;plugins&quot; with the proper type (47) assert_inherits: property &quot;plugins&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;links&quot; with the proper type (48) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;forms&quot; with the proper type (49) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;scripts&quot; with the proper type (50) assert_inherits: property &quot;scripts&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getElementsByName&quot; with the proper type (51) 
</ins><span class="cx"> FAIL Document interface: calling getElementsByName(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getItems&quot; with the proper type (51) assert_inherits: property &quot;getItems&quot; not found in prototype chain
</del><ins>+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getItems&quot; with the proper type (52) assert_inherits: property &quot;getItems&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling getItems(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_inherits: property &quot;getItems&quot; not found in prototype chain
</span><del>-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;cssElementMap&quot; with the proper type (52) assert_inherits: property &quot;cssElementMap&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;currentScript&quot; with the proper type (53) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;open&quot; with the proper type (54) assert_inherits: property &quot;open&quot; not found in prototype chain
</del><ins>+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;cssElementMap&quot; with the proper type (53) assert_inherits: property &quot;cssElementMap&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;currentScript&quot; with the proper type (54) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;open&quot; with the proper type (55) assert_inherits: property &quot;open&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling open(DOMString,DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_inherits: property &quot;open&quot; not found in prototype chain
</span><del>-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;open&quot; with the proper type (55) assert_inherits: property &quot;open&quot; not found in prototype chain
</del><ins>+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;open&quot; with the proper type (56) assert_inherits: property &quot;open&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling open(DOMString,DOMString,DOMString,boolean) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_inherits: property &quot;open&quot; not found in prototype chain
</span><del>-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;close&quot; with the proper type (56) assert_inherits: property &quot;close&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;write&quot; with the proper type (57) assert_inherits: property &quot;write&quot; not found in prototype chain
</del><ins>+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;close&quot; with the proper type (57) assert_inherits: property &quot;close&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;write&quot; with the proper type (58) assert_inherits: property &quot;write&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling write(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_inherits: property &quot;write&quot; not found in prototype chain
</span><del>-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;writeln&quot; with the proper type (58) assert_inherits: property &quot;writeln&quot; not found in prototype chain
</del><ins>+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;writeln&quot; with the proper type (59) assert_inherits: property &quot;writeln&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling writeln(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_inherits: property &quot;writeln&quot; not found in prototype chain
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;defaultView&quot; with the proper type (59) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;activeElement&quot; with the proper type (60) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;hasFocus&quot; with the proper type (61) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;designMode&quot; with the proper type (62) assert_inherits: property &quot;designMode&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;execCommand&quot; with the proper type (63) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;defaultView&quot; with the proper type (60) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;activeElement&quot; with the proper type (61) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;hasFocus&quot; with the proper type (62) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;designMode&quot; with the proper type (63) assert_inherits: property &quot;designMode&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;execCommand&quot; with the proper type (64) 
</ins><span class="cx"> FAIL Document interface: calling execCommand(DOMString,boolean,DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryCommandEnabled&quot; with the proper type (64) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryCommandEnabled&quot; with the proper type (65) 
</ins><span class="cx"> FAIL Document interface: calling queryCommandEnabled(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryCommandIndeterm&quot; with the proper type (65) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryCommandIndeterm&quot; with the proper type (66) 
</ins><span class="cx"> FAIL Document interface: calling queryCommandIndeterm(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryCommandState&quot; with the proper type (66) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryCommandState&quot; with the proper type (67) 
</ins><span class="cx"> FAIL Document interface: calling queryCommandState(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryCommandSupported&quot; with the proper type (67) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryCommandSupported&quot; with the proper type (68) 
</ins><span class="cx"> FAIL Document interface: calling queryCommandSupported(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryCommandValue&quot; with the proper type (68) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryCommandValue&quot; with the proper type (69) 
</ins><span class="cx"> FAIL Document interface: calling queryCommandValue(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;commands&quot; with the proper type (69) assert_inherits: property &quot;commands&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onreadystatechange&quot; with the proper type (70) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;fgColor&quot; with the proper type (71) assert_inherits: property &quot;fgColor&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;linkColor&quot; with the proper type (72) assert_inherits: property &quot;linkColor&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;vlinkColor&quot; with the proper type (73) assert_inherits: property &quot;vlinkColor&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;alinkColor&quot; with the proper type (74) assert_inherits: property &quot;alinkColor&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;bgColor&quot; with the proper type (75) assert_inherits: property &quot;bgColor&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;anchors&quot; with the proper type (76) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;applets&quot; with the proper type (77) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;clear&quot; with the proper type (78) assert_inherits: property &quot;clear&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;captureEvents&quot; with the proper type (79) assert_inherits: property &quot;captureEvents&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;releaseEvents&quot; with the proper type (80) assert_inherits: property &quot;releaseEvents&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;all&quot; with the proper type (81) assert_inherits: property &quot;all&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getElementById&quot; with the proper type (82) 
</del><ins>+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;commands&quot; with the proper type (70) assert_inherits: property &quot;commands&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onreadystatechange&quot; with the proper type (71) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;fgColor&quot; with the proper type (72) assert_inherits: property &quot;fgColor&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;linkColor&quot; with the proper type (73) assert_inherits: property &quot;linkColor&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;vlinkColor&quot; with the proper type (74) assert_inherits: property &quot;vlinkColor&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;alinkColor&quot; with the proper type (75) assert_inherits: property &quot;alinkColor&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;bgColor&quot; with the proper type (76) assert_inherits: property &quot;bgColor&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;anchors&quot; with the proper type (77) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;applets&quot; with the proper type (78) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;clear&quot; with the proper type (79) assert_inherits: property &quot;clear&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;captureEvents&quot; with the proper type (80) assert_inherits: property &quot;captureEvents&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;releaseEvents&quot; with the proper type (81) assert_inherits: property &quot;releaseEvents&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;all&quot; with the proper type (82) assert_inherits: property &quot;all&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;getElementById&quot; with the proper type (83) 
</ins><span class="cx"> FAIL Document interface: calling getElementById(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">     [native code]
</span><span class="cx"> }&quot; did not throw
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;children&quot; with the proper type (83) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;firstElementChild&quot; with the proper type (84) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;lastElementChild&quot; with the proper type (85) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;childElementCount&quot; with the proper type (86) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;prepend&quot; with the proper type (87) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;children&quot; with the proper type (84) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;firstElementChild&quot; with the proper type (85) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;lastElementChild&quot; with the proper type (86) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;childElementCount&quot; with the proper type (87) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;prepend&quot; with the proper type (88) 
</ins><span class="cx"> PASS Document interface: calling prepend([object Object],[object Object]) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError 
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;append&quot; with the proper type (88) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;append&quot; with the proper type (89) 
</ins><span class="cx"> PASS Document interface: calling append([object Object],[object Object]) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError 
</span><del>-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;query&quot; with the proper type (89) assert_inherits: property &quot;query&quot; not found in prototype chain
</del><ins>+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;query&quot; with the proper type (90) assert_inherits: property &quot;query&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling query(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_inherits: property &quot;query&quot; not found in prototype chain
</span><del>-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryAll&quot; with the proper type (90) assert_inherits: property &quot;queryAll&quot; not found in prototype chain
</del><ins>+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;queryAll&quot; with the proper type (91) assert_inherits: property &quot;queryAll&quot; not found in prototype chain
</ins><span class="cx"> FAIL Document interface: calling queryAll(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_inherits: property &quot;queryAll&quot; not found in prototype chain
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;querySelector&quot; with the proper type (91) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;querySelector&quot; with the proper type (92) 
</ins><span class="cx"> PASS Document interface: calling querySelector(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError 
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;querySelectorAll&quot; with the proper type (92) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;querySelectorAll&quot; with the proper type (93) 
</ins><span class="cx"> PASS Document interface: calling querySelectorAll(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError 
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onabort&quot; with the proper type (93) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onautocomplete&quot; with the proper type (94) assert_inherits: property &quot;onautocomplete&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onautocompleteerror&quot; with the proper type (95) assert_inherits: property &quot;onautocompleteerror&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onblur&quot; with the proper type (96) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncancel&quot; with the proper type (97) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncanplay&quot; with the proper type (98) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncanplaythrough&quot; with the proper type (99) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onchange&quot; with the proper type (100) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onclick&quot; with the proper type (101) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onclose&quot; with the proper type (102) assert_inherits: property &quot;onclose&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncontextmenu&quot; with the proper type (103) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncuechange&quot; with the proper type (104) assert_inherits: property &quot;oncuechange&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondblclick&quot; with the proper type (105) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondrag&quot; with the proper type (106) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragend&quot; with the proper type (107) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragenter&quot; with the proper type (108) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragexit&quot; with the proper type (109) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragleave&quot; with the proper type (110) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragover&quot; with the proper type (111) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragstart&quot; with the proper type (112) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondrop&quot; with the proper type (113) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondurationchange&quot; with the proper type (114) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onemptied&quot; with the proper type (115) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onended&quot; with the proper type (116) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onerror&quot; with the proper type (117) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onfocus&quot; with the proper type (118) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oninput&quot; with the proper type (119) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oninvalid&quot; with the proper type (120) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeydown&quot; with the proper type (121) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeypress&quot; with the proper type (122) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeyup&quot; with the proper type (123) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onload&quot; with the proper type (124) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadeddata&quot; with the proper type (125) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadedmetadata&quot; with the proper type (126) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadstart&quot; with the proper type (127) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousedown&quot; with the proper type (128) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseenter&quot; with the proper type (129) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseleave&quot; with the proper type (130) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousemove&quot; with the proper type (131) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseout&quot; with the proper type (132) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseover&quot; with the proper type (133) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseup&quot; with the proper type (134) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousewheel&quot; with the proper type (135) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onpause&quot; with the proper type (136) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onplay&quot; with the proper type (137) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onplaying&quot; with the proper type (138) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onprogress&quot; with the proper type (139) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onratechange&quot; with the proper type (140) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onreset&quot; with the proper type (141) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onresize&quot; with the proper type (142) assert_inherits: property &quot;onresize&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onscroll&quot; with the proper type (143) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onseeked&quot; with the proper type (144) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onseeking&quot; with the proper type (145) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onselect&quot; with the proper type (146) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onshow&quot; with the proper type (147) assert_inherits: property &quot;onshow&quot; not found in prototype chain
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onsort&quot; with the proper type (148) assert_inherits: property &quot;onsort&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onstalled&quot; with the proper type (149) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onsubmit&quot; with the proper type (150) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onsuspend&quot; with the proper type (151) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ontimeupdate&quot; with the proper type (152) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ontoggle&quot; with the proper type (153) assert_inherits: property &quot;ontoggle&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onvolumechange&quot; with the proper type (154) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onwaiting&quot; with the proper type (155) 
</del><ins>+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onabort&quot; with the proper type (94) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onautocomplete&quot; with the proper type (95) assert_inherits: property &quot;onautocomplete&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onautocompleteerror&quot; with the proper type (96) assert_inherits: property &quot;onautocompleteerror&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onblur&quot; with the proper type (97) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncancel&quot; with the proper type (98) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncanplay&quot; with the proper type (99) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncanplaythrough&quot; with the proper type (100) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onchange&quot; with the proper type (101) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onclick&quot; with the proper type (102) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onclose&quot; with the proper type (103) assert_inherits: property &quot;onclose&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncontextmenu&quot; with the proper type (104) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncuechange&quot; with the proper type (105) assert_inherits: property &quot;oncuechange&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondblclick&quot; with the proper type (106) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondrag&quot; with the proper type (107) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragend&quot; with the proper type (108) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragenter&quot; with the proper type (109) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragexit&quot; with the proper type (110) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragleave&quot; with the proper type (111) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragover&quot; with the proper type (112) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragstart&quot; with the proper type (113) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondrop&quot; with the proper type (114) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondurationchange&quot; with the proper type (115) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onemptied&quot; with the proper type (116) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onended&quot; with the proper type (117) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onerror&quot; with the proper type (118) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onfocus&quot; with the proper type (119) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oninput&quot; with the proper type (120) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oninvalid&quot; with the proper type (121) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeydown&quot; with the proper type (122) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeypress&quot; with the proper type (123) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeyup&quot; with the proper type (124) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onload&quot; with the proper type (125) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadeddata&quot; with the proper type (126) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadedmetadata&quot; with the proper type (127) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadstart&quot; with the proper type (128) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousedown&quot; with the proper type (129) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseenter&quot; with the proper type (130) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseleave&quot; with the proper type (131) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousemove&quot; with the proper type (132) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseout&quot; with the proper type (133) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseover&quot; with the proper type (134) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseup&quot; with the proper type (135) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousewheel&quot; with the proper type (136) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onpause&quot; with the proper type (137) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onplay&quot; with the proper type (138) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onplaying&quot; with the proper type (139) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onprogress&quot; with the proper type (140) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onratechange&quot; with the proper type (141) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onreset&quot; with the proper type (142) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onresize&quot; with the proper type (143) assert_inherits: property &quot;onresize&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onscroll&quot; with the proper type (144) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onseeked&quot; with the proper type (145) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onseeking&quot; with the proper type (146) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onselect&quot; with the proper type (147) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onshow&quot; with the proper type (148) assert_inherits: property &quot;onshow&quot; not found in prototype chain
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onsort&quot; with the proper type (149) assert_inherits: property &quot;onsort&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onstalled&quot; with the proper type (150) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onsubmit&quot; with the proper type (151) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onsuspend&quot; with the proper type (152) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ontimeupdate&quot; with the proper type (153) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ontoggle&quot; with the proper type (154) assert_inherits: property &quot;ontoggle&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onvolumechange&quot; with the proper type (155) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onwaiting&quot; with the proper type (156) 
</ins><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ELEMENT_NODE&quot; with the proper type (0) 
</span><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ATTRIBUTE_NODE&quot; with the proper type (1) 
</span><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;TEXT_NODE&quot; with the proper type (2) 
</span><span class="lines">@@ -2224,6 +2226,8 @@
</span><span class="cx"> PASS HTMLUnknownElement interface object length 
</span><span class="cx"> PASS HTMLUnknownElement interface: existence and properties of interface prototype object 
</span><span class="cx"> FAIL HTMLUnknownElement interface: existence and properties of interface prototype object's &quot;constructor&quot; property assert_true: HTMLUnknownElement.prototype.constructor is not writable expected true got false
</span><ins>+PASS HTMLUnknownElement must be primary interface of document.createElement(&quot;blink&quot;) 
+PASS Stringification of document.createElement(&quot;blink&quot;) 
</ins><span class="cx"> PASS HTMLUnknownElement must be primary interface of document.createElement(&quot;quasit&quot;) 
</span><span class="cx"> PASS Stringification of document.createElement(&quot;quasit&quot;) 
</span><span class="cx"> FAIL HTMLUnknownElement must be primary interface of document.createElement(&quot;bgsound&quot;) assert_equals: document.createElement(&quot;bgsound&quot;)'s prototype is not HTMLUnknownElement.prototype expected Node object of unknown type but got Node object of unknown type
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfaceshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> &lt;!doctype html&gt;
</span><span class="cx"> &lt;meta charset=utf-8&gt;
</span><del>-&lt;!-- WARNING: These tests are preliminary and probably partly incorrect.  --&gt;
</del><ins>+&lt;!--  WARNING: These tests are preliminary and probably partly incorrect.   --&gt;
</ins><span class="cx"> &lt;title&gt;HTML IDL tests&lt;/title&gt;
</span><span class="cx"> &lt;meta name=timeout content=long&gt;
</span><span class="cx"> &lt;script src=/resources/testharness.js&gt;&lt;/script&gt;
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> &lt;h1&gt;HTML IDL tests&lt;/h1&gt;
</span><span class="cx"> &lt;div id=log&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><del>-&lt;!-- URLUtils* stubs --&gt;
</del><ins>+&lt;!--  URLUtils* stubs  --&gt;
</ins><span class="cx"> &lt;script type=text/plain class=untested&gt;
</span><span class="cx"> interface URLUtils {
</span><span class="cx">   stringifier;
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">   stringifier;
</span><span class="cx"> };
</span><span class="cx"> &lt;/script&gt;
</span><del>-&lt;!-- DOM IDLs --&gt;
</del><ins>+&lt;!--  DOM IDLs  --&gt;
</ins><span class="cx"> &lt;script type=text/plain class=untested&gt;
</span><span class="cx"> [Constructor(DOMString type, optional EventInit eventInitDict)/*,
</span><span class="cx">  Exposed=(Window,Worker)*/]
</span><span class="lines">@@ -235,6 +235,7 @@
</span><span class="cx">   readonly attribute DOMString origin;
</span><span class="cx">   readonly attribute DOMString compatMode;
</span><span class="cx">   readonly attribute DOMString characterSet;
</span><ins>+  readonly attribute DOMString charset; // legacy alias of .characterSet
</ins><span class="cx">   readonly attribute DOMString inputEncoding; // legacy alias of .characterSet
</span><span class="cx">   readonly attribute DOMString contentType;
</span><span class="cx"> 
</span><span class="lines">@@ -479,7 +480,7 @@
</span><span class="cx">             attribute DOMString value;
</span><span class="cx"> };
</span><span class="cx"> &lt;/script&gt;
</span><del>-&lt;!-- UI Events IDLs --&gt;
</del><ins>+&lt;!--  UI Events IDLs  --&gt;
</ins><span class="cx"> &lt;script type=text/plain class=untested&gt;
</span><span class="cx"> [Constructor(DOMString type, optional UIEventInit eventInitDict)]
</span><span class="cx"> interface UIEvent : Event {
</span><span class="lines">@@ -542,7 +543,7 @@
</span><span class="cx">     void initMouseEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Window? viewArg, long detailArg, long screenXArg, long screenYArg, long clientXArg, long clientYArg, boolean ctrlKeyArg, boolean altKeyArg, boolean shiftKeyArg, boolean metaKeyArg, short buttonArg, EventTarget? relatedTargetArg);
</span><span class="cx"> };
</span><span class="cx"> &lt;/script&gt;
</span><del>-&lt;!-- Touch Events IDLs --&gt;
</del><ins>+&lt;!--  Touch Events IDLs  --&gt;
</ins><span class="cx"> &lt;script type=text/plain class=untested&gt;
</span><span class="cx"> interface Touch {
</span><span class="cx">     readonly    attribute long        identifier;
</span><span class="lines">@@ -555,7 +556,7 @@
</span><span class="cx">     readonly    attribute long        pageY;
</span><span class="cx"> };
</span><span class="cx"> &lt;/script&gt;
</span><del>-&lt;!-- CSSOM IDLs --&gt;
</del><ins>+&lt;!--  CSSOM IDLs  --&gt;
</ins><span class="cx"> &lt;script type=text/plain class=untested&gt;
</span><span class="cx"> interface MediaList {
</span><span class="cx">   stringifier attribute DOMString mediaText;
</span><span class="lines">@@ -859,7 +860,7 @@
</span><span class="cx"> //};
</span><span class="cx"> &lt;/script&gt;
</span><span class="cx"> 
</span><del>-&lt;!-- HTML IDLs --&gt;
</del><ins>+&lt;!--  HTML IDLs  --&gt;
</ins><span class="cx"> &lt;script type=text/plain&gt;
</span><span class="cx"> typedef (Int8Array or Uint8Array or Uint8ClampedArray or
</span><span class="cx">          Int16Array or Uint16Array or
</span><span class="lines">@@ -3224,6 +3225,7 @@
</span><span class="cx">       'document.createElement(&quot;acronym&quot;)',
</span><span class="cx">     ],
</span><span class="cx">     HTMLUnknownElement: [
</span><ins>+      'document.createElement(&quot;blink&quot;)',
</ins><span class="cx">       'document.createElement(&quot;quasit&quot;)',
</span><span class="cx">       'document.createElement(&quot;bgsound&quot;)',
</span><span class="cx">       'document.createElement(&quot;isindex&quot;)',
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/w3c-import.log (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,31 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements-embedded.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements-forms.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements-grouping.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements-metadata.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements-microdata.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements-misc.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements-obsolete.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements-sections.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements-tabular.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/elements-text.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/new-harness.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/original-harness.js
+/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection.js
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlresourcesw3cimportlogfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsintroduction1w3cimportlog"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/resources/w3c-import.log (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/introduction-1/w3c-import.log) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/resources/w3c-import.log                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/resources/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in Webkit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport
+
+Do NOT modify or remove this file
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/web-platform-tests/html/resources/common.js
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdisabledelementsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/disabled-elements/disabledElement.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/disabled-elements/disabledElement.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatastylingsupportw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/support/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/support/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/support/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,8 +15,8 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/styling/support/alternate.css
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/styling/support/emptytitle.css
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/styling/support/normal.css
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/styling/support/notitle.css
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/styling/support/unmatch.css
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/support/alternate.css
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/support/emptytitle.css
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/support/normal.css
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/support/notitle.css
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/support/unmatch.css
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathebaseelementbase_multiplehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_multiple.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_multiple.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_multiple.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx"> &lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;body onload=&quot;on_load()&quot;&gt;
</span><span class="cx">   &lt;div id=&quot;log&quot;&gt;&lt;/div&gt;
</span><del>-  &lt;iframe id=&quot;test1&quot; src=&quot;resources/example.html&quot; style=&quot;width:0;height:0&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;
-  &lt;iframe id=&quot;test2&quot; src=&quot;resources/example.html&quot; name=&quot;targetWin&quot; style=&quot;width:0;height:0&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;
</del><ins>+  &lt;iframe id=&quot;test1&quot; src=&quot;example.html&quot; style=&quot;width:0;height:0&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;
+  &lt;iframe id=&quot;test2&quot; src=&quot;example.html&quot; name=&quot;targetWin&quot; style=&quot;width:0;height:0&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;
</ins><span class="cx">   &lt;script&gt;
</span><span class="cx">     var t = async_test(&quot;The attributes of the a element must be affected by the first base element&quot;),
</span><span class="cx">         doc1,
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathebaseelementexamplehtmlfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathebaseelementresourcesexamplehtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example.html (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/resources/example.html) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;meta charset=&quot;utf-8&quot;&gt;
+&lt;title&gt;Example&lt;/title&gt;
+&lt;base target=&quot;targetWin&quot; href=&quot;&quot;&gt;
+&lt;base target=&quot;_self&quot; href=&quot;http://www.example.com/&quot;&gt;
+&lt;link rel=&quot;author&quot; title=&quot;Intel&quot; href=&quot;http://www.intel.com/&quot;&gt;
+&lt;a id=&quot;a1&quot; href=&quot;example2.html&quot; target=&quot;&quot;&gt;click me&lt;/a&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathebaseelementexample2htmlfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathebaseelementresourcesexample2html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example2.html (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/resources/example2.html) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example2.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example2.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;meta charset=&quot;utf-8&quot;&gt;
+&lt;title&gt;Example&lt;/title&gt;
+&lt;link rel=&quot;author&quot; title=&quot;Intel&quot; href=&quot;http://www.intel.com/&quot;&gt;
+&lt;div id=&quot;d1&quot;&gt;PASS&lt;/div&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathebaseelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,7 +15,9 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-base-element/base_href_empty.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-base-element/base_href_specified.sub.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-base-element/base_href_unspecified.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-base-element/base_multiple.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_empty.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_specified.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_unspecified.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_multiple.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/example2.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathelinkelementlinkstyleerror01expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,4 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: Did not parse stylesheet at 'http://localhost:8800/common/css-red.txt' because non CSS MIME types are not allowed in strict mode.
</span><ins>+FAIL: Timed out waiting for notifyDone to be called
</ins><span class="cx"> 
</span><del>-FAIL Should get an error event for a text/plain response. assert_unreached: Should have received an error event. Reached unreachable code
-
</del></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathelinkelementlinkstyleerror01html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -24,11 +24,7 @@
</span><span class="cx">   elt.onerror = tText.step_func(function() {
</span><span class="cx">     assert_true(true, &quot;Got error event for 404 error.&quot;)
</span><span class="cx">     tText.done()
</span><del>-  });
-  elt.onload = tText.step_func(function() {
-    assert_unreached(&quot;Should have received an error event.&quot;);
-    tText.done()
-  });
</del><ins>+  })
</ins><span class="cx">   elt.rel = &quot;stylesheet&quot;;
</span><span class="cx">   elt.href = &quot;../../../../../common/css-red.txt&quot;;
</span><span class="cx">   document.getElementsByTagName(&quot;head&quot;)[0].appendChild(elt);
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathelinkelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-link-element/link-load-event.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-link-element/link-rellist.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-link-element/link-style-error-01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-link-element/style.css
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-load-event.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-rellist.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/style.css
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathemetaelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-meta-element/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-meta-element/the-lang-attribute-012.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/the-lang-attribute-012.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathestyleelementstyleerror01expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,4 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: Did not parse stylesheet at 'http://localhost:8800/common/css-red.txt' because non CSS MIME types are not allowed in strict mode.
</span><ins>+FAIL: Timed out waiting for notifyDone to be called
</ins><span class="cx"> 
</span><del>-FAIL Should get an error event for a text/plain response. assert_unreached: Should have received an error event Reached unreachable code
-
</del></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathestyleelementstyleerror01html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -24,11 +24,7 @@
</span><span class="cx">   elt.onerror = tText.step_func(function() {
</span><span class="cx">     assert_true(true, &quot;Got error event for 404 error.&quot;)
</span><span class="cx">     tText.done()
</span><del>-  });
-  elt.onload = tText.step_func(function() {
-    assert_unreached(&quot;Should have received an error event&quot;);
-    tText.done()
-  });
</del><ins>+  })
</ins><span class="cx">   elt.appendChild(
</span><span class="cx">     document.createTextNode('@import &quot;../../../../common/css-red.txt&quot;;'));
</span><span class="cx">   document.getElementsByTagName(&quot;head&quot;)[0].appendChild(elt);
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathestyleelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,10 +15,10 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-style-element/html_style_in_comment-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-style-element/html_style_in_comment.xhtml
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-style-element/style-error-01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-style-element/style_disabled.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-style-element/style_events.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-style-element/style_media.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-style-element/style_scoped.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/html_style_in_comment-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/html_style_in_comment.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style-error-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style_disabled.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style_events.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style_media.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-style-element/style_scoped.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsdocumentmetadatathetitleelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-title-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-title-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-title-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-title-element/title.text-01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-title-element/title.text-02.xhtml
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-title-element/title.text-03.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/document-metadata/the-title-element/title.text-04.xhtml
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-title-element/title.text-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-title-element/title.text-02.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-title-element/title.text-03.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-title-element/title.text-04.xhtml
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticseditsthedelelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-del-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-del-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-del-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/edits/the-del-element/del_effect.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-del-element/del_effect.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticseditstheinselementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-ins-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-ins-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-ins-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/edits/the-ins-element/ins_effect.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/edits/the-ins-element/ins_effect.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentimagemapsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/image-maps/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/image-maps/contains.json
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/image-maps/contains.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesHTMLElementHTMLMediaElementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLMediaElement/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLMediaElement/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLMediaElement/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/HTMLElement/HTMLMediaElement/addTextTrack.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/HTMLElement/HTMLMediaElement/textTracks.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLMediaElement/addTextTrack.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLMediaElement/textTracks.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesHTMLElementHTMLTrackElementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,10 +15,10 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/default.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/label.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/readyState.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/srclang.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/track.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/default.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/kind.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/label.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/readyState.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/srclang.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/track.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesTextTrackw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,13 +15,13 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrack/activeCues.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrack/addCue.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrack/constants.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrack/cues.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrack/kind.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrack/label.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrack/language.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrack/mode.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrack/oncuechange.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrack/removeCue.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/activeCues.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/addCue.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/constants.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/cues.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/kind.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/label.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/language.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/mode.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/oncuechange.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/removeCue.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesTextTrackCuew3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,10 +15,10 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackCue/endTime.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackCue/id.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackCue/onenter.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackCue/onexit.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackCue/pauseOnExit.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackCue/startTime.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackCue/track.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/endTime.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/id.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/onenter.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/onexit.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/pauseOnExit.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/startTime.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/track.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesTextTrackCueListw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,6 +15,6 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackCueList/getCueById.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackCueList/getter.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackCueList/length.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/getCueById.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/getter.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/length.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesTextTrackListw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,8 +15,8 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackList/getTrackById.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackList/getter.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackList/length.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackList/onaddtrack.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TextTrackList/onremovetrack.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/getTrackById.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/getter.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/length.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/onaddtrack.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/onremovetrack.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsinterfacesTrackEventw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TrackEvent/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TrackEvent/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TrackEvent/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TrackEvent/constructor.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/interfaces/TrackEvent/createEvent.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TrackEvent/constructor.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TrackEvent/createEvent.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsmimetypesw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/mime-types/canPlayType.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsoffsetsintothemediaresourcew3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/offsets-into-the-media-resource/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/offsets-into-the-media-resource/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/offsets-into-the-media-resource/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/offsets-into-the-media-resource/currentTime.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/offsets-into-the-media-resource/duration.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/offsets-into-the-media-resource/duration.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsplayingthemediaresourcew3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,9 +15,7 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/playing-the-media-resource/pause-move-to-other-document.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/playing-the-media-resource/pause-move-within-document.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/playing-the-media-resource/pause-remove-from-document-networkState.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/playing-the-media-resource/pause-remove-from-document.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/playing-the-media-resource/play-in-detached-document.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/playing-the-media-resource/playbackRate.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-to-other-document.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-within-document.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-remove-from-document.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/playbackRate.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementstracktrackelementresourcesw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/resources/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/resources/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/resources/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/track/track-element/resources/track.de.vtt
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/track/track-element/resources/track.en.vtt
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/track/track-element/resources/track.fr.vtt
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/track/track-element/resources/track.vtt
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/resources/track.de.vtt
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/resources/track.en.vtt
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/resources/track.fr.vtt
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/resources/track.vtt
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementstracktrackelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,6 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/track/track-element/cloneNode.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/track/track-element/src-clear-cues.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/track/track-element/track-api-texttracks.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/src-clear-cues.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsuserinterfacew3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/user-interface/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/user-interface/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/user-interface/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/user-interface/muted.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/user-interface/muted.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,48 +15,45 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/audio_loop_base.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/audio_volume_check.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_canplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_canplay_noautoplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_canplaythrough.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_canplaythrough_noautoplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_loadeddata.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_loadeddata_noautoplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_loadedmetadata.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_loadedmetadata_noautoplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_loadstart.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_loadstart_noautoplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_order_canplay_canplaythrough.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_order_canplay_playing.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_order_loadedmetadata_loadeddata.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_order_loadstart_progress.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_pause.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_pause_noautoplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_play.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_play_noautoplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_playing.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_playing_noautoplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_progress.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_progress_noautoplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_timeupdate.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_timeupdate_noautoplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/event_volumechange.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/historical.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/networkState_during_loadstart.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/networkState_during_progress.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/networkState_initial.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/paused_false_during_play.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/paused_true_during_pause.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/preload_reflects_none_autoplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/readyState_during_canplay.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/readyState_during_canplaythrough.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/readyState_during_loadeddata.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/readyState_during_loadedmetadata.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/readyState_during_playing.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/readyState_initial.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/src_reflects_attribute_not_source_elements.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/video_loop_base.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/video_volume_check.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/media-elements/volume_nonfinite.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/audio_volume_check.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_canplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_canplay_noautoplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_canplaythrough.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_canplaythrough_noautoplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadeddata.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadeddata_noautoplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadedmetadata.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadedmetadata_noautoplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadstart.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadstart_noautoplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_order_canplay_canplaythrough.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_order_canplay_playing.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_order_loadedmetadata_loadeddata.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_order_loadstart_progress.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_pause.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_pause_noautoplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_play.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_play_noautoplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_playing.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_playing_noautoplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_progress.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_progress_noautoplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_timeupdate.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_timeupdate_noautoplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_volumechange.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/historical.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/networkState_during_loadstart.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/networkState_initial.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/paused_false_during_play.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/paused_true_during_pause.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/preload_reflects_none_autoplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_canplay.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_canplaythrough.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_loadeddata.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_loadedmetadata.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_playing.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_initial.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/src_reflects_attribute_not_source_elements.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/video_volume_check.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/volume_nonfinite.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheareaelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-area-element/area-stringifier.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/area-stringifier.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheaudioelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-audio-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-audio-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-audio-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,8 +15,8 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-audio-element/audio_001-expected.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-audio-element/audio_001.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-audio-element/audio_002-expected.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-audio-element/audio_002.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-audio-element/audio_constructor.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-audio-element/audio_001-expected.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-audio-element/audio_001.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-audio-element/audio_002-expected.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-audio-element/audio_002.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-audio-element/audio_constructor.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentthecanvaselementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,154 +15,154 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/2d.canvas.readonly.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/2d.canvas.reference.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/2d.getcontext.exists.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/2d.getcontext.extraargs.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/2d.getcontext.shared.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/2d.getcontext.unique.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/2d.scaled-manual.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/2d.type.exists.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/2d.type.extend.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/2d.type.prototype.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/2d.type.replace.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/context.arguments.missing.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/context.casesensitive.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/context.emptystring.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/context.unrecognised.badname.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/context.unrecognised.badsuffix.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/context.unrecognised.nullsuffix.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/context.unrecognised.unicode.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/fallback.basic.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/fallback.multiple.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/fallback.nested.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.colour.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.colour.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.reset.2dstate.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.reset.clip.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.reset.different.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.reset.different.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.reset.gradient.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.reset.path.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.reset.path.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.reset.pattern.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.reset.same.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.reset.same.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/initial.reset.transform.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/security.dataURI.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/security.drawImage.canvas.sub.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/security.drawImage.image.sub.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/security.pattern.canvas.fillStyle.sub.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/security.pattern.canvas.strokeStyle.sub.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/security.pattern.canvas.timing.sub.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/security.pattern.create.sub.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/security.pattern.cross.sub.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/security.pattern.image.fillStyle.sub.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/security.pattern.image.strokeStyle.sub.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/security.reset.sub.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.default.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.default.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.get.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.idl.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.idl.set.zero.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.decimal.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.decimal.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.em.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.em.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.empty.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.empty.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.exp.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.exp.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.hex.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.junk.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.junk.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.minus.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.minus.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.octal.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.octal.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.onlyspace.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.onlyspace.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.percent.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.percent.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.plus.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.plus.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.space.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.space.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.trailingjunk.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.trailingjunk.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.whitespace.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.whitespace.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.parse.zero.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.reflect.setcontent.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.reflect.setcontent.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.reflect.setidl.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.reflect.setidl.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.reflect.setidlzero.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.removed.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.removed.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.set.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.decimal.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.decimal.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.em.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.em.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.empty.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.empty.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.exp.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.exp.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.hex.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.junk.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.junk.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.minus.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.minus.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.octal.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.octal.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.onlyspace.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.onlyspace.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.percent.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.percent.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.plus.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.plus.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.space.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.space.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.trailingjunk.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.trailingjunk.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.whitespace.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.whitespace.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.setAttribute.zero.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.style.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/size.attributes.style.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toBlob.jpeg.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toBlob.png.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.arguments.1.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.arguments.2.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.arguments.3.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.bogustype.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.default.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.jpeg.alpha.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.jpeg.alpha.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.jpeg.primarycolours.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.jpeg.primarycolours.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.jpeg.quality.basic.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.jpeg.quality.basic.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.jpeg.quality.notnumber.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.jpeg.quality.outsiderange.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.jpg.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.lowercase.ascii.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.lowercase.unicode.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.nocontext.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.png.complexcolours.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.png.complexcolours.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.png.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.png.primarycolours.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.png.primarycolours.png
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.unrecognised.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.zeroheight.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.zerosize.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/toDataURL.zerowidth.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/type.delete.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/type.exists.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/type.extend.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/type.name.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/type.prototype.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-canvas-element/type.replace.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.canvas.readonly.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.canvas.reference.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.getcontext.exists.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.getcontext.extraargs.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.getcontext.shared.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.getcontext.unique.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.scaled-manual.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.type.exists.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.type.extend.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.type.prototype.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.type.replace.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/context.arguments.missing.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/context.casesensitive.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/context.emptystring.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/context.unrecognised.badname.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/context.unrecognised.badsuffix.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/context.unrecognised.nullsuffix.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/context.unrecognised.unicode.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/fallback.basic.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/fallback.multiple.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/fallback.nested.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.colour.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.colour.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.2dstate.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.clip.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.different.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.different.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.gradient.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.path.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.path.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.pattern.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.same.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.same.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.transform.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.dataURI.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.drawImage.canvas.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.drawImage.image.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.canvas.fillStyle.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.canvas.strokeStyle.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.canvas.timing.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.create.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.cross.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.image.fillStyle.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.image.strokeStyle.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.reset.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.default.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.default.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.get.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.idl.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.idl.set.zero.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.decimal.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.decimal.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.em.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.em.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.empty.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.empty.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.exp.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.exp.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.hex.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.junk.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.junk.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.minus.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.minus.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.octal.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.octal.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.onlyspace.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.onlyspace.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.percent.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.percent.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.plus.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.plus.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.space.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.space.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.trailingjunk.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.trailingjunk.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.whitespace.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.whitespace.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.zero.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.reflect.setcontent.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.reflect.setcontent.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.reflect.setidl.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.reflect.setidl.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.reflect.setidlzero.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.removed.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.removed.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.set.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.decimal.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.decimal.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.em.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.em.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.empty.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.empty.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.exp.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.exp.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.hex.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.junk.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.junk.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.minus.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.minus.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.octal.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.octal.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.onlyspace.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.onlyspace.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.percent.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.percent.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.plus.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.plus.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.space.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.space.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.trailingjunk.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.trailingjunk.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.whitespace.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.whitespace.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.setAttribute.zero.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.style.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/size.attributes.style.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toBlob.jpeg.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toBlob.png.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.arguments.1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.arguments.2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.arguments.3.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.bogustype.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.default.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.jpeg.alpha.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.jpeg.alpha.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.jpeg.primarycolours.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.jpeg.primarycolours.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.jpeg.quality.basic.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.jpeg.quality.basic.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.jpeg.quality.notnumber.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.jpeg.quality.outsiderange.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.jpg.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.lowercase.ascii.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.lowercase.unicode.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.nocontext.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.png.complexcolours.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.png.complexcolours.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.png.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.png.primarycolours.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.png.primarycolours.png
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.unrecognised.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.zeroheight.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.zerosize.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/toDataURL.zerowidth.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/type.delete.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/type.exists.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/type.extend.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/type.name.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/type.prototype.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/type.replace.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheembedelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,12 +15,10 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-embed-element/embed-dimension.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-embed-element/embed-represent-nothing-01-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-embed-element/embed-represent-nothing-01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-embed-element/embed-represent-nothing-02-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-embed-element/embed-represent-nothing-02.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-embed-element/embed-represent-nothing-03-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-embed-element/embed-represent-nothing-03.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-embed-element/embed-represent-nothing-04-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-embed-element/embed-represent-nothing-04.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-dimension.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-01-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-02-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-02.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-03-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-03.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementiframe_javascript_url_01htm"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_javascript_url_01.htm (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_javascript_url_01.htm        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_javascript_url_01.htm        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,55 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;&lt;html&gt;&lt;head&gt;&lt;title&gt;javascript: URL creating a document in an about:blank iframe&lt;/title&gt;
-&lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/multipage/embedded-content.html#the-iframe-element&quot;&gt;
-&lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/multipage/embedded-content.html#process-the-iframe-attributes&quot;&gt;
-&lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/multipage/#the-iframe-element&quot;&gt;
-&lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/multipage/#process-the-iframe-attributes&quot;&gt;
-&lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;div id=&quot;log&quot;&gt;FAILED (test did not run)&lt;/div&gt;
-
-&lt;iframe src=&quot;about:blank&quot; name=&quot;ifr1&quot;&gt;&lt;/iframe&gt;
-&lt;iframe src=&quot;&quot; name=&quot;ifr2&quot;&gt;&lt;/iframe&gt;
-&lt;iframe src=&quot;./&quot; name=&quot;ifr3&quot;&gt;&lt;/iframe&gt;
-
-&lt;script&gt;
-var test = async_test();
-var results = {};
-var expected = {
-    ifr1:{url:&quot;about:blank&quot;, sameDom: true},
-    ifr2:{url:&quot;about:blank&quot;, sameDom: true},
-    ifr3:{url: location.href.replace(/\/[^\/]*$/, '/'), sameDom: true },
-    ifr4:{url:&quot;about:blank&quot;, sameDom: true}
-}
-
-var js_url = 'javascript:&quot;&lt;html&gt;&lt;script&gt;var sameDom = false; try{var cn = top.document.body.className;sameDom = true;}catch(e){}; parent.postMessage( {url: document.URL, name: name, sameDom: sameDom}, \'*\')&lt;\/script&gt;&lt;body&gt;&lt;p&gt;JS-generated document&lt;/p&gt;&lt;/body&gt;&lt;/&lt;html&gt;&quot;;'
-window.addEventListener('message', function(e){
-    var ifr = e.data.name;
-    results[ifr] = e.data;
-    test.step(function(){
-        assert_equals(results[ifr].url, expected[ifr].url);
-        assert_equals(results[ifr].sameDom, expected[ifr].sameDom);
-    }, 'Testing URL and details of IFRAME ' + ifr);
-    if(Object.keys(results).length === Object.keys(expected).length){
-        test.done();
-    }
-}, false);
-
-var ifr = document.createElement('iframe');
-ifr.name = 'ifr4';
-document.body.appendChild(ifr);
-
-window.onload = function () {
-    for (var i = 0, frame, frames = document.getElementsByTagName('iframe'); frame = frames[i]; i++) {
-        try{
-            frame.src = js_url;
-        }catch(e){
-            results[frame.name] = 'Exception on setting!';
-        }
-    };
-}
-
-&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementiframe_sandbox_allow_scriptexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: Blocked script execution in 'http://localhost:8800/html/semantics/embedded-content/the-iframe-element/resources/sandbox_allow_script.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
</del><ins>+CONSOLE MESSAGE: Blocked script execution in 'http://localhost:8800/html/semantics/embedded-content/the-iframe-element/support/sandbox_allow_script.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
</ins><span class="cx"> 
</span><span class="cx"> PASS iframe_sandbox_allow_scripts 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementiframe_sandbox_allow_scripthtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;meta charset=&quot;uft-8&quot;&gt;
-&lt;title&gt;HTML Test: iframe_sandbox_allow_scripts&lt;/title&gt;
-&lt;link rel=&quot;author&quot; title=&quot;Intel&quot; href=&quot;http://www.intel.com/&quot;&gt;
-&lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/multipage/#attr-iframe-sandbox&quot;&gt;
-&lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/multipage/#the-iframe-element&quot;&gt;
-&lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
-
-&lt;iframe id=&quot;testIframe&quot; src=&quot;resources/sandbox_allow_script.html&quot; sandbox=&quot;allow-same-origin&quot; style=&quot;display:none&quot;&gt;&lt;/iframe&gt;
-&lt;div id=&quot;log&quot;&gt;&lt;/div&gt;
-&lt;script&gt;
-  var step1 = false;
-  var t = async_test(&quot;iframe_sandbox_allow_scripts&quot;);
-
-  setup({timeout:1000});
-  window.addEventListener(&quot;message&quot;, callback1, false);
-
-  function run() {
-    window.removeEventListener(&quot;message&quot;, callback1, false);
-    document.getElementById(&quot;testIframe&quot;).sandbox = &quot;allow-scripts&quot;;
-    document.getElementById(&quot;testIframe&quot;).contentWindow.location.reload();
-    window.addEventListener(&quot;message&quot;, callback2, false);
-  }
-
-  function callback1(e) {
-    step1= !step1;
-  }
-
-  function callback2(e) {
-    t.step(function () {
-      assert_false(step1, &quot;[allow-scripts] is not set.&quot;);
-      assert_equals(e.data, &quot;Script executed&quot;, &quot;[allow-scripts] is set.&quot;);
-    });
-    t.done();
-  }
-
-  setTimeout(run, 500);
-&lt;/script&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementmove_iframe_in_dom_01html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_01.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_01.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_01.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,20 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;title&gt;moving modified IFRAME in document (original page about:blank, DOM modification)&lt;/title&gt;
-&lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
-&lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/#iframe-load-event-steps&quot;&gt;
-&lt;iframe src=&quot;about:blank&quot;&gt;&lt;/iframe&gt;
-&lt;div id=&quot;target&quot;&gt;&lt;/div&gt;
-&lt;script&gt;
-onload = function() {
-  var ifr = document.getElementsByTagName('iframe')[0];
-  ifr.contentDocument.body.appendChild(ifr.contentDocument.createElement('p')).textContent = 'Modified document';
-  setTimeout(function() {
-    ifr.onload = function() {
-      assert_equals(ifr.contentDocument.body.textContent.indexOf('Modified'), -1);
-      done();
-    };
-    document.getElementById('target').appendChild(ifr);
-  }, 100);
-}
-&lt;/script&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementmove_iframe_in_dom_02html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_02.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_02.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_02.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;title&gt;moving modified IFRAME in document (original page about:blank, document.write modification)&lt;/title&gt;
-&lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
-&lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/#iframe-load-event-steps&quot;&gt;
-&lt;iframe src=&quot;about:blank&quot;&gt;&lt;/iframe&gt;
-&lt;div id=&quot;target&quot;&gt;&lt;/div&gt;
-&lt;script&gt;
-onload = function() {
-  var ifr = document.getElementsByTagName('iframe')[0];
-  ifr.contentDocument.open();
-  ifr.contentDocument.write('Modified document');
-  ifr.contentDocument.close();
-  setTimeout(function() {
-    ifr.onload = function() {
-        assert_equals(ifr.contentDocument.body.textContent.indexOf('Modified'), -1);
-        done();
-    };
-    document.getElementById('target').appendChild(ifr);
-  }, 100);
-}
-&lt;/script&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementmove_iframe_in_dom_03html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_03.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_03.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_03.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,20 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;title&gt;moving modified IFRAME in document (original page from server, DOM modification)&lt;/title&gt;
-&lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
-&lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/#iframe-load-event-steps&quot;&gt;
-&lt;iframe src=&quot;support/blank.htm&quot;&gt;&lt;/iframe&gt;
-&lt;div id=&quot;target&quot;&gt;&lt;/div&gt;
-&lt;script&gt;
-onload = function() {
-  var ifr = document.getElementsByTagName('iframe')[0];
-  ifr.contentDocument.body.appendChild(ifr.contentDocument.createElement('p')).textContent = 'Modified document';
-  setTimeout(function() {
-    ifr.onload = function() {
-      assert_equals(ifr.contentDocument.body.textContent.indexOf('Modified'), -1);
-      done();
-    };
-    document.getElementById('target').appendChild(ifr);
-  }, 100);
-}
-&lt;/script&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementmove_iframe_in_dom_04html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;title&gt;moving modified IFRAME in document (original page from server, document.write modification)&lt;/title&gt;
-&lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
-&lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/#iframe-load-event-steps&quot;&gt;
-&lt;iframe src=&quot;support/blank.htm&quot;&gt;&lt;/iframe&gt;
-&lt;div id=&quot;target&quot;&gt;&lt;/div&gt;
-&lt;script&gt;
-onload = function(){
-  var ifr = document.getElementsByTagName('iframe')[0];
-  ifr.contentDocument.open();
-  ifr.contentDocument.write('Modified document');
-  ifr.contentDocument.close();
-  setTimeout(function() {
-    ifr.onload = function () {
-      assert_equals(ifr.contentDocument.body.textContent.indexOf('Modified'), -1);
-      done();
-    };
-    document.getElementById('target').appendChild(ifr);
-  }, 100);
-}
-&lt;/script&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheiframeelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,9 +15,9 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-iframe-element/iframe_javascript_url_01.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-iframe-element/move_iframe_in_dom_01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-iframe-element/move_iframe_in_dom_02.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-iframe-element/move_iframe_in_dom_03.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-iframe-element/move_iframe_in_dom_04.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_javascript_url_01.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_02.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_03.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementcurrentpixeldensityw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/current-pixel-density/basic.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/current-pixel-density/error.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/basic.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/current-pixel-density/error.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementenvironmentchangesiframedsubhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/iframed.sub.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/iframed.sub.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/iframed.sub.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,78 @@
</span><ins>+&lt;!doctype html&gt;
+
+&lt;img
+data-desc=&quot;img (no src)&quot;
+data-narrow=&quot;&quot;
+data-wide=&quot;&quot;
+data-no-change&gt;
+
+&lt;img src=&quot;&quot;
+data-desc=&quot;img (empty src)&quot;
+data-narrow=&quot;&quot;
+data-wide=&quot;&quot;
+data-no-change&gt;
+
+&lt;img src=&quot;/images/broken.png?30-{{GET[id]}}&quot;
+data-desc=&quot;img (src only) broken image&quot;
+data-narrow=&quot;/images/broken.png?30-{{GET[id]}}&quot;
+data-wide=&quot;/images/broken.png?30-{{GET[id]}}&quot;
+data-no-change&gt;
+
+&lt;img src=&quot;/images/green-1x1.png?40-{{GET[id]}}&quot;
+data-desc=&quot;img (src only) valid image&quot;
+data-narrow=&quot;/images/green-1x1.png?40-{{GET[id]}}&quot;
+data-wide=&quot;/images/green-1x1.png?40-{{GET[id]}}&quot;
+data-no-change&gt;
+
+&lt;img srcset=&quot;/images/broken.png?50-{{GET[id]}}&quot;
+data-desc=&quot;img (srcset 1 cand) broken image&quot;
+data-narrow=&quot;/images/broken.png?50-{{GET[id]}}&quot;
+data-wide=&quot;/images/broken.png?50-{{GET[id]}}&quot;
+data-no-change&gt;
+
+&lt;img srcset=&quot;/images/green-1x1.png?60-{{GET[id]}}&quot;
+data-desc=&quot;img (srcset 1 cand) valid image&quot;
+data-narrow=&quot;/images/green-1x1.png?60-{{GET[id]}}&quot;
+data-wide=&quot;/images/green-1x1.png?60-{{GET[id]}}&quot;
+data-no-change&gt;
+
+&lt;picture&gt;
+&lt;source media=&quot;(max-width:500px)&quot; srcset=&quot;/images/broken.png?70-{{GET[id]}}&quot;&gt;
+&lt;img src=&quot;/images/broken.png?71-{{GET[id]}}&quot;
+data-desc=&quot;picture: source (max-width:500px) broken image, img broken image&quot;
+data-narrow=&quot;/images/broken.png?70-{{GET[id]}}&quot;
+data-wide=&quot;/images/broken.png?71-{{GET[id]}}&quot;&gt;
+&lt;/picture&gt;
+
+&lt;picture&gt;
+&lt;source media=&quot;(max-width:500px)&quot; srcset=&quot;/images/broken.png?80-{{GET[id]}}&quot;&gt;
+&lt;img src=&quot;/images/green-2x2.png?81-{{GET[id]}}&quot;
+data-desc=&quot;picture: source (max-width:500px) broken image, img valid image&quot;
+data-narrow=&quot;/images/broken.png?80-{{GET[id]}}&quot;
+data-wide=&quot;/images/green-2x2.png?81-{{GET[id]}}&quot;&gt;
+&lt;/picture&gt;
+
+&lt;picture&gt;
+&lt;source media=&quot;(max-width:500px)&quot; srcset=&quot;/images/green-1x1.png?90-{{GET[id]}}&quot;&gt;
+&lt;img src=&quot;/images/broken.png?91-{{GET[id]}}&quot;
+data-desc=&quot;picture: source (max-width:500px) valid image, img broken image&quot;
+data-narrow=&quot;/images/green-1x1.png?90-{{GET[id]}}&quot;
+data-wide=&quot;/images/broken.png?91-{{GET[id]}}&quot;&gt;
+&lt;/picture&gt;
+
+&lt;picture&gt;
+&lt;source media=&quot;(max-width:500px)&quot; srcset=&quot;/images/green-1x1.png?100-{{GET[id]}}&quot;&gt;
+&lt;img src=&quot;/images/green-2x2.png?101-{{GET[id]}}&quot;
+data-desc=&quot;picture: source (max-width:500px) valid image, img valid image&quot;
+data-narrow=&quot;/images/green-1x1.png?100-{{GET[id]}}&quot;
+data-wide=&quot;/images/green-2x2.png?101-{{GET[id]}}&quot;&gt;
+&lt;/picture&gt;
+
+&lt;picture&gt;
+&lt;source media=&quot;(max-width:500px)&quot; srcset=&quot;/images/green-1x1.png?110-{{GET[id]}}&quot;&gt;
+&lt;img src=&quot;/images/green-1x1.png?110-{{GET[id]}}&quot;
+data-desc=&quot;picture: same URL in source (max-width:500px) and img&quot;
+data-narrow=&quot;/images/green-1x1.png?110-{{GET[id]}}&quot;
+data-wide=&quot;/images/green-1x1.png?110-{{GET[id]}}&quot;
+data-no-change&gt;
+&lt;/picture&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementenvironmentchangesviewportchangeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,4 +1,2 @@
</span><ins>+FAIL: Timed out waiting for notifyDone to be called
</ins><span class="cx"> 
</span><del>-
-PASS img viewport change 
-
</del></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementenvironmentchangesw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/environment-changes/viewport-change.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/iframed.sub.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementsizesparseasizesattributeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,4 +1,643 @@
</span><span class="cx">    
</span><span class="cx"> 
</span><del>-PASS img parse a sizes attribute 
</del><ins>+FAIL &lt;img srcset=&quot;/images/green-1x1.png?a2 300w, /images/green-16x16.png?a2 301w&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?b2 450w, /images/green-16x16.png?b2 451w&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?c2 600w, /images/green-16x16.png?c2 601w&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?d2 900w, /images/green-16x16.png?d2 901w&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e2 50w, /images/green-16x16.png?e2 51w&quot; sizes=&quot;0&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e3 50w, /images/green-16x16.png?e3 51w&quot; sizes=&quot;-0&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e4 50w, /images/green-16x16.png?e4 51w&quot; sizes=&quot;+0&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e5 50w, /images/green-16x16.png?e5 51w&quot; sizes=&quot;+1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e6 50w, /images/green-16x16.png?e6 51w&quot; sizes=&quot;.1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e7 50w, /images/green-16x16.png?e7 51w&quot; sizes=&quot;0.1em&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e8 50w, /images/green-16x16.png?e8 51w&quot; sizes=&quot;0.1ex&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e9 50w, /images/green-16x16.png?e9 51w&quot; sizes=&quot;0.1ch&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e10 50w, /images/green-16x16.png?e10 51w&quot; sizes=&quot;0.1rem&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e11 50w, /images/green-16x16.png?e11 51w&quot; sizes=&quot;0.1vw&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e12 50w, /images/green-16x16.png?e12 51w&quot; sizes=&quot;0.1vh&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e13 50w, /images/green-16x16.png?e13 51w&quot; sizes=&quot;0.1vmin&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e14 50w, /images/green-16x16.png?e14 51w&quot; sizes=&quot;0.1vmax&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e15 50w, /images/green-16x16.png?e15 51w&quot; sizes=&quot;0.1cm&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e16 50w, /images/green-16x16.png?e16 51w&quot; sizes=&quot;1mm&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e17 50w, /images/green-16x16.png?e17 51w&quot; sizes=&quot;1q&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e18 50w, /images/green-16x16.png?e18 51w&quot; sizes=&quot;0.01in&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e19 50w, /images/green-16x16.png?e19 51w&quot; sizes=&quot;0.1pc&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e20 50w, /images/green-16x16.png?e20 51w&quot; sizes=&quot;0.1pt&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e21 50w, /images/green-16x16.png?e21 51w&quot; sizes=&quot;/* */1px/* */&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e22 50w, /images/green-16x16.png?e22 51w&quot; sizes=&quot; /**/ /**/ 1px /**/ /**/ &quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e23 50w, /images/green-16x16.png?e23 51w&quot; sizes=&quot;(),1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e24 50w, /images/green-16x16.png?e24 51w&quot; sizes=&quot;x(),1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e25 50w, /images/green-16x16.png?e25 51w&quot; sizes=&quot;{},1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e26 50w, /images/green-16x16.png?e26 51w&quot; sizes=&quot;[],1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e27 50w, /images/green-16x16.png?e27 51w&quot; sizes=&quot;1px,(&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e28 50w, /images/green-16x16.png?e28 51w&quot; sizes=&quot;1px,x(&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e29 50w, /images/green-16x16.png?e29 51w&quot; sizes=&quot;1px,{&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e30 50w, /images/green-16x16.png?e30 51w&quot; sizes=&quot;1px,[&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e31 50w, /images/green-16x16.png?e31 51w&quot; sizes=&quot;\(,1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e32 50w, /images/green-16x16.png?e32 51w&quot; sizes=&quot;x\(,1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e33 50w, /images/green-16x16.png?e33 51w&quot; sizes=&quot;\{,1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e34 50w, /images/green-16x16.png?e34 51w&quot; sizes=&quot;\[,1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e35 50w, /images/green-16x16.png?e35 51w&quot; sizes=&quot;1\p\x&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e36 50w, /images/green-16x16.png?e36 51w&quot; sizes=&quot;calc(1px)&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e37 50w, /images/green-16x16.png?e37 51w&quot; sizes=&quot;(min-width:0) calc(1px)&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e38 50w, /images/green-16x16.png?e38 51w&quot; sizes=&quot;(min-width:calc(0)) 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e39 50w, /images/green-16x16.png?e39 51w&quot; sizes=&quot;(min-width:0) 1px, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e40 50w, /images/green-16x16.png?e40 51w&quot; sizes=&quot;(min-width:0) 1px, (min-width:0) 100vw, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e41 50w, /images/green-16x16.png?e41 51w&quot; sizes=&quot;(min-width:0) 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e42 50w, /images/green-16x16.png?e42 51w&quot; sizes=&quot;not (min-width:0) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e43 50w, /images/green-16x16.png?e43 51w&quot; sizes=&quot;(min-width:unknown-mf-value) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e44 50w, /images/green-16x16.png?e44 51w&quot; sizes=&quot;not (min-width:unknown-mf-value) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e45 50w, /images/green-16x16.png?e45 51w&quot; sizes=&quot;(min-width:-1px) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e46 50w, /images/green-16x16.png?e46 51w&quot; sizes=&quot;not (min-width:-1px) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e47 50w, /images/green-16x16.png?e47 51w&quot; sizes=&quot;(unknown-mf-name) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e48 50w, /images/green-16x16.png?e48 51w&quot; sizes=&quot;not (unknown-mf-name) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e49 50w, /images/green-16x16.png?e49 51w&quot; sizes=&quot;(unknown &amp;quot;general-enclosed&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e50 50w, /images/green-16x16.png?e50 51w&quot; sizes=&quot;not (unknown &amp;quot;general-enclosed&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e51 50w, /images/green-16x16.png?e51 51w&quot; sizes=&quot;unknown-general-enclosed(foo) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e52 50w, /images/green-16x16.png?e52 51w&quot; sizes=&quot;not unknown-general-enclosed(foo) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e53 50w, /images/green-16x16.png?e53 51w&quot; sizes=&quot;print 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e54 50w, /images/green-16x16.png?e54 51w&quot; sizes=&quot;not print 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e55 50w, /images/green-16x16.png?e55 51w&quot; sizes=&quot;unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e56 50w, /images/green-16x16.png?e56 51w&quot; sizes=&quot;not unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e57 50w, /images/green-16x16.png?e57 51w&quot; sizes=&quot;(min-width:0) or (min-width:0) 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e58 50w, /images/green-16x16.png?e58 51w&quot; sizes=&quot;(min-width:0) or (unknown-mf-name) 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e59 50w, /images/green-16x16.png?e59 51w&quot; sizes=&quot;(min-width:0) or (min-width:unknown-mf-value) 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e60 50w, /images/green-16x16.png?e60 51w&quot; sizes=&quot;(min-width:0) or (min-width:-1px) 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e61 50w, /images/green-16x16.png?e61 51w&quot; sizes=&quot;(min-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;) 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e62 50w, /images/green-16x16.png?e62 51w&quot; sizes=&quot;(min-width:0) or unknown-general-enclosed(foo) 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e63 50w, /images/green-16x16.png?e63 51w&quot; sizes=&quot;(min-width:0) or (!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e64 50w, /images/green-16x16.png?e64 51w&quot; sizes=&quot;(min-width:0) or unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e65 50w, /images/green-16x16.png?e65 51w&quot; sizes=&quot;(123) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e66 50w, /images/green-16x16.png?e66 51w&quot; sizes=&quot;not (123) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e67 50w, /images/green-16x16.png?e67 51w&quot; sizes=&quot;(!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e68 50w, /images/green-16x16.png?e68 51w&quot; sizes=&quot;not (!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e69 50w, /images/green-16x16.png?e69 51w&quot; sizes=&quot;! 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e70 50w, /images/green-16x16.png?e70 51w&quot; sizes=&quot;not ! 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e71 50w, /images/green-16x16.png?e71 51w&quot; sizes=&quot;(]) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e72 50w, /images/green-16x16.png?e72 51w&quot; sizes=&quot;not (]) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e73 50w, /images/green-16x16.png?e73 51w&quot; sizes=&quot;] 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e74 50w, /images/green-16x16.png?e74 51w&quot; sizes=&quot;not ] 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e75 50w, /images/green-16x16.png?e75 51w&quot; sizes=&quot;(}) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e76 50w, /images/green-16x16.png?e76 51w&quot; sizes=&quot;not (}) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e77 50w, /images/green-16x16.png?e77 51w&quot; sizes=&quot;} 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e78 50w, /images/green-16x16.png?e78 51w&quot; sizes=&quot;not } 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e79 50w, /images/green-16x16.png?e79 51w&quot; sizes=&quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e80 50w, /images/green-16x16.png?e80 51w&quot; sizes=&quot;not ) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e81 50w, /images/green-16x16.png?e81 51w&quot; sizes=&quot;(;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e82 50w, /images/green-16x16.png?e82 51w&quot; sizes=&quot;not (;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e83 50w, /images/green-16x16.png?e83 51w&quot; sizes=&quot;(.) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e84 50w, /images/green-16x16.png?e84 51w&quot; sizes=&quot;not (.) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e85 50w, /images/green-16x16.png?e85 51w&quot; sizes=&quot;; 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e86 50w, /images/green-16x16.png?e86 51w&quot; sizes=&quot;not ; 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e87 50w, /images/green-16x16.png?e87 51w&quot; sizes=&quot;, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e88 50w, /images/green-16x16.png?e88 51w&quot; sizes=&quot;1px,&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e89 50w, /images/green-16x16.png?e89 51w&quot; sizes=&quot;(min-width:0) 1px,&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e90 50w, /images/green-16x16.png?e90 51w&quot; sizes=&quot;-0e-0px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e91 50w, /images/green-16x16.png?e91 51w&quot; sizes=&quot;+0.11e+01px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e92 50w, /images/green-16x16.png?e92 51w&quot; sizes=&quot;0.2e1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e93 50w, /images/green-16x16.png?e93 51w&quot; sizes=&quot;0.3E1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e94 50w, /images/green-16x16.png?e94 51w&quot; sizes=&quot;.4E1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e95 50w, /images/green-16x16.png?e95 51w&quot; sizes=&quot;all 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e96 50w, /images/green-16x16.png?e96 51w&quot; sizes=&quot;all and (min-width:0) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e97 50w, /images/green-16x16.png?e97 51w&quot; sizes=&quot;min-width:0 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e98 50w, /images/green-16x16.png?e98 51w&quot; sizes=&quot;1px, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e99 50w, /images/green-16x16.png?e99 51w&quot; sizes=&quot;1px, (min-width:0) 100vw&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e100 50w, /images/green-16x16.png?e100 51w&quot; sizes=&quot;1px, foo bar&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e101 50w, /images/green-16x16.png?e101 51w&quot; sizes=&quot;(min-width:0) 1px, foo bar&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e102 50w, /images/green-16x16.png?e102 51w&quot; sizes=&quot;(&amp;quot;grammar does not match&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e103 50w, /images/green-16x16.png?e103 51w&quot; sizes=&quot;not (&amp;quot;grammar does not match&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e104 50w, /images/green-16x16.png?e104 51w&quot; sizes=&quot;(unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e105 50w, /images/green-16x16.png?e105 51w&quot; sizes=&quot;not (unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e106 50w, /images/green-16x16.png?e106 51w&quot; sizes=&quot;(min-width:0) or (unknown-general-enclosed !) 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e107 50w, /images/green-16x16.png?e107 51w&quot; sizes=&quot;not ((min-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;)) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e108 50w, /images/green-16x16.png?e108 51w&quot; sizes=&quot;(max-width:0) or (unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e109 50w, /images/green-16x16.png?e109 51w&quot; sizes=&quot;not ((max-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;)) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f2 50w, /images/green-16x16.png?f2 51w&quot; sizes=&quot;&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f3 50w, /images/green-16x16.png?f3 51w&quot; sizes=&quot;,&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f4 50w, /images/green-16x16.png?f4 51w&quot; sizes=&quot;-1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f5 50w, /images/green-16x16.png?f5 51w&quot; sizes=&quot;1&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f6 50w, /images/green-16x16.png?f6 51w&quot; sizes=&quot;0.1%&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f7 50w, /images/green-16x16.png?f7 51w&quot; sizes=&quot;0.1deg&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f8 50w, /images/green-16x16.png?f8 51w&quot; sizes=&quot;0.1grad&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f9 50w, /images/green-16x16.png?f9 51w&quot; sizes=&quot;0.1rad&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f10 50w, /images/green-16x16.png?f10 51w&quot; sizes=&quot;0.1turn&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f11 50w, /images/green-16x16.png?f11 51w&quot; sizes=&quot;0.1s&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f12 50w, /images/green-16x16.png?f12 51w&quot; sizes=&quot;0.1ms&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f13 50w, /images/green-16x16.png?f13 51w&quot; sizes=&quot;0.1Hz&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f14 50w, /images/green-16x16.png?f14 51w&quot; sizes=&quot;0.1kHz&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f15 50w, /images/green-16x16.png?f15 51w&quot; sizes=&quot;0.1dpi&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f16 50w, /images/green-16x16.png?f16 51w&quot; sizes=&quot;0.1dpcm&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f17 50w, /images/green-16x16.png?f17 51w&quot; sizes=&quot;0.1dppx&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f18 50w, /images/green-16x16.png?f18 51w&quot; data-foo=&quot;1px&quot; sizes=&quot;attr(data-foo, length, 1px)&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f19 50w, /images/green-16x16.png?f19 51w&quot; data-foo=&quot;1&quot; sizes=&quot;attr(data-foo, px, 1px)&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f20 50w, /images/green-16x16.png?f20 51w&quot; sizes=&quot;toggle(1px)&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f21 50w, /images/green-16x16.png?f21 51w&quot; sizes=&quot;inherit&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f22 50w, /images/green-16x16.png?f22 51w&quot; sizes=&quot;auto&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f23 50w, /images/green-16x16.png?f23 51w&quot; sizes=&quot;initial&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f24 50w, /images/green-16x16.png?f24 51w&quot; sizes=&quot;unset&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f25 50w, /images/green-16x16.png?f25 51w&quot; sizes=&quot;default&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f26 50w, /images/green-16x16.png?f26 51w&quot; sizes=&quot;1/* */px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f27 50w, /images/green-16x16.png?f27 51w&quot; sizes=&quot;1p/* */x&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f28 50w, /images/green-16x16.png?f28 51w&quot; sizes=&quot;-/**/0&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f29 50w, /images/green-16x16.png?f29 51w&quot; sizes=&quot;((),1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f30 50w, /images/green-16x16.png?f30 51w&quot; sizes=&quot;x(x(),1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f31 50w, /images/green-16x16.png?f31 51w&quot; sizes=&quot;{{},1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f32 50w, /images/green-16x16.png?f32 51w&quot; sizes=&quot;[[],1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f33 50w, /images/green-16x16.png?f33 51w&quot; sizes=&quot;1px !important&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f34 50w, /images/green-16x16.png?f34 51w&quot; sizes=&quot;\1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f35 50w, /images/green-16x16.png?f35 51w&quot; sizes=&quot;all 1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f36 50w, /images/green-16x16.png?f36 51w&quot; sizes=&quot;all and (min-width:0) 1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f37 50w, /images/green-16x16.png?f37 51w&quot; sizes=&quot;min-width:0 1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f38 50w, /images/green-16x16.png?f38 51w&quot; sizes=&quot;100vw, 1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f39 50w, /images/green-16x16.png?f39 51w&quot; sizes=&quot;100vw, (min-width:0) 1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f40 50w, /images/green-16x16.png?f40 51w&quot; sizes=&quot;foo bar&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f41 50w, /images/green-16x16.png?f41 51w&quot; sizes=&quot;foo-bar&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f42 50w, /images/green-16x16.png?f42 51w&quot; sizes=&quot;(min-width:0) 1px foo bar&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f43 50w, /images/green-16x16.png?f43 51w&quot; sizes=&quot;(min-width:0) 0.1%&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f44 50w, /images/green-16x16.png?f44 51w&quot; sizes=&quot;(min-width:0) 1&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f45 50w, /images/green-16x16.png?f45 51w&quot; sizes=&quot;-1e0px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f46 50w, /images/green-16x16.png?f46 51w&quot; sizes=&quot;1e1.5px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f47 50w, /images/green-16x16.png?f47 51w&quot; style=&quot;--foo: 1px&quot; sizes=&quot;var(--foo)&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f48 50w, /images/green-16x16.png?f48 51w&quot; sizes=&quot;calc(1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f49 50w, /images/green-16x16.png?f49 51w&quot; sizes=&quot;(min-width:0) calc(1px&quot;&gt; ref sizes=&quot;100vw&quot; (standards mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?a2 300w, /images/green-16x16.png?a2 301w&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?b2 450w, /images/green-16x16.png?b2 451w&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?c2 600w, /images/green-16x16.png?c2 601w&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?d2 900w, /images/green-16x16.png?d2 901w&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e2 50w, /images/green-16x16.png?e2 51w&quot; sizes=&quot;0&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e3 50w, /images/green-16x16.png?e3 51w&quot; sizes=&quot;-0&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e4 50w, /images/green-16x16.png?e4 51w&quot; sizes=&quot;+0&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e5 50w, /images/green-16x16.png?e5 51w&quot; sizes=&quot;+1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e6 50w, /images/green-16x16.png?e6 51w&quot; sizes=&quot;.1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e7 50w, /images/green-16x16.png?e7 51w&quot; sizes=&quot;0.1em&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e8 50w, /images/green-16x16.png?e8 51w&quot; sizes=&quot;0.1ex&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e9 50w, /images/green-16x16.png?e9 51w&quot; sizes=&quot;0.1ch&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e10 50w, /images/green-16x16.png?e10 51w&quot; sizes=&quot;0.1rem&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e11 50w, /images/green-16x16.png?e11 51w&quot; sizes=&quot;0.1vw&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e12 50w, /images/green-16x16.png?e12 51w&quot; sizes=&quot;0.1vh&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e13 50w, /images/green-16x16.png?e13 51w&quot; sizes=&quot;0.1vmin&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e14 50w, /images/green-16x16.png?e14 51w&quot; sizes=&quot;0.1vmax&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e15 50w, /images/green-16x16.png?e15 51w&quot; sizes=&quot;0.1cm&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e16 50w, /images/green-16x16.png?e16 51w&quot; sizes=&quot;1mm&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e17 50w, /images/green-16x16.png?e17 51w&quot; sizes=&quot;1q&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e18 50w, /images/green-16x16.png?e18 51w&quot; sizes=&quot;0.01in&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e19 50w, /images/green-16x16.png?e19 51w&quot; sizes=&quot;0.1pc&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e20 50w, /images/green-16x16.png?e20 51w&quot; sizes=&quot;0.1pt&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e21 50w, /images/green-16x16.png?e21 51w&quot; sizes=&quot;/* */1px/* */&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e22 50w, /images/green-16x16.png?e22 51w&quot; sizes=&quot; /**/ /**/ 1px /**/ /**/ &quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e23 50w, /images/green-16x16.png?e23 51w&quot; sizes=&quot;(),1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e24 50w, /images/green-16x16.png?e24 51w&quot; sizes=&quot;x(),1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e25 50w, /images/green-16x16.png?e25 51w&quot; sizes=&quot;{},1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e26 50w, /images/green-16x16.png?e26 51w&quot; sizes=&quot;[],1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e27 50w, /images/green-16x16.png?e27 51w&quot; sizes=&quot;1px,(&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e28 50w, /images/green-16x16.png?e28 51w&quot; sizes=&quot;1px,x(&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e29 50w, /images/green-16x16.png?e29 51w&quot; sizes=&quot;1px,{&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e30 50w, /images/green-16x16.png?e30 51w&quot; sizes=&quot;1px,[&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e31 50w, /images/green-16x16.png?e31 51w&quot; sizes=&quot;\(,1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e32 50w, /images/green-16x16.png?e32 51w&quot; sizes=&quot;x\(,1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e33 50w, /images/green-16x16.png?e33 51w&quot; sizes=&quot;\{,1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e34 50w, /images/green-16x16.png?e34 51w&quot; sizes=&quot;\[,1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e35 50w, /images/green-16x16.png?e35 51w&quot; sizes=&quot;1\p\x&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e36 50w, /images/green-16x16.png?e36 51w&quot; sizes=&quot;calc(1px)&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e37 50w, /images/green-16x16.png?e37 51w&quot; sizes=&quot;(min-width:0) calc(1px)&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e38 50w, /images/green-16x16.png?e38 51w&quot; sizes=&quot;(min-width:calc(0)) 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e39 50w, /images/green-16x16.png?e39 51w&quot; sizes=&quot;(min-width:0) 1px, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e40 50w, /images/green-16x16.png?e40 51w&quot; sizes=&quot;(min-width:0) 1px, (min-width:0) 100vw, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e41 50w, /images/green-16x16.png?e41 51w&quot; sizes=&quot;(min-width:0) 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e42 50w, /images/green-16x16.png?e42 51w&quot; sizes=&quot;not (min-width:0) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e43 50w, /images/green-16x16.png?e43 51w&quot; sizes=&quot;(min-width:unknown-mf-value) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e44 50w, /images/green-16x16.png?e44 51w&quot; sizes=&quot;not (min-width:unknown-mf-value) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e45 50w, /images/green-16x16.png?e45 51w&quot; sizes=&quot;(min-width:-1px) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e46 50w, /images/green-16x16.png?e46 51w&quot; sizes=&quot;not (min-width:-1px) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e47 50w, /images/green-16x16.png?e47 51w&quot; sizes=&quot;(unknown-mf-name) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e48 50w, /images/green-16x16.png?e48 51w&quot; sizes=&quot;not (unknown-mf-name) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e49 50w, /images/green-16x16.png?e49 51w&quot; sizes=&quot;(unknown &amp;quot;general-enclosed&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e50 50w, /images/green-16x16.png?e50 51w&quot; sizes=&quot;not (unknown &amp;quot;general-enclosed&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e51 50w, /images/green-16x16.png?e51 51w&quot; sizes=&quot;unknown-general-enclosed(foo) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e52 50w, /images/green-16x16.png?e52 51w&quot; sizes=&quot;not unknown-general-enclosed(foo) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e53 50w, /images/green-16x16.png?e53 51w&quot; sizes=&quot;print 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e54 50w, /images/green-16x16.png?e54 51w&quot; sizes=&quot;not print 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e55 50w, /images/green-16x16.png?e55 51w&quot; sizes=&quot;unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e56 50w, /images/green-16x16.png?e56 51w&quot; sizes=&quot;not unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e57 50w, /images/green-16x16.png?e57 51w&quot; sizes=&quot;(min-width:0) or (min-width:0) 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e58 50w, /images/green-16x16.png?e58 51w&quot; sizes=&quot;(min-width:0) or (unknown-mf-name) 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e59 50w, /images/green-16x16.png?e59 51w&quot; sizes=&quot;(min-width:0) or (min-width:unknown-mf-value) 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e60 50w, /images/green-16x16.png?e60 51w&quot; sizes=&quot;(min-width:0) or (min-width:-1px) 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e61 50w, /images/green-16x16.png?e61 51w&quot; sizes=&quot;(min-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;) 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e62 50w, /images/green-16x16.png?e62 51w&quot; sizes=&quot;(min-width:0) or unknown-general-enclosed(foo) 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e63 50w, /images/green-16x16.png?e63 51w&quot; sizes=&quot;(min-width:0) or (!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e64 50w, /images/green-16x16.png?e64 51w&quot; sizes=&quot;(min-width:0) or unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e65 50w, /images/green-16x16.png?e65 51w&quot; sizes=&quot;(123) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e66 50w, /images/green-16x16.png?e66 51w&quot; sizes=&quot;not (123) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e67 50w, /images/green-16x16.png?e67 51w&quot; sizes=&quot;(!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e68 50w, /images/green-16x16.png?e68 51w&quot; sizes=&quot;not (!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e69 50w, /images/green-16x16.png?e69 51w&quot; sizes=&quot;! 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e70 50w, /images/green-16x16.png?e70 51w&quot; sizes=&quot;not ! 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e71 50w, /images/green-16x16.png?e71 51w&quot; sizes=&quot;(]) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e72 50w, /images/green-16x16.png?e72 51w&quot; sizes=&quot;not (]) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e73 50w, /images/green-16x16.png?e73 51w&quot; sizes=&quot;] 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e74 50w, /images/green-16x16.png?e74 51w&quot; sizes=&quot;not ] 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e75 50w, /images/green-16x16.png?e75 51w&quot; sizes=&quot;(}) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e76 50w, /images/green-16x16.png?e76 51w&quot; sizes=&quot;not (}) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e77 50w, /images/green-16x16.png?e77 51w&quot; sizes=&quot;} 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e78 50w, /images/green-16x16.png?e78 51w&quot; sizes=&quot;not } 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e79 50w, /images/green-16x16.png?e79 51w&quot; sizes=&quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e80 50w, /images/green-16x16.png?e80 51w&quot; sizes=&quot;not ) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e81 50w, /images/green-16x16.png?e81 51w&quot; sizes=&quot;(;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e82 50w, /images/green-16x16.png?e82 51w&quot; sizes=&quot;not (;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e83 50w, /images/green-16x16.png?e83 51w&quot; sizes=&quot;(.) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e84 50w, /images/green-16x16.png?e84 51w&quot; sizes=&quot;not (.) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e85 50w, /images/green-16x16.png?e85 51w&quot; sizes=&quot;; 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e86 50w, /images/green-16x16.png?e86 51w&quot; sizes=&quot;not ; 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e87 50w, /images/green-16x16.png?e87 51w&quot; sizes=&quot;, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e88 50w, /images/green-16x16.png?e88 51w&quot; sizes=&quot;1px,&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e89 50w, /images/green-16x16.png?e89 51w&quot; sizes=&quot;(min-width:0) 1px,&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e90 50w, /images/green-16x16.png?e90 51w&quot; sizes=&quot;-0e-0px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e91 50w, /images/green-16x16.png?e91 51w&quot; sizes=&quot;+0.11e+01px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e92 50w, /images/green-16x16.png?e92 51w&quot; sizes=&quot;0.2e1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e93 50w, /images/green-16x16.png?e93 51w&quot; sizes=&quot;0.3E1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e94 50w, /images/green-16x16.png?e94 51w&quot; sizes=&quot;.4E1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e95 50w, /images/green-16x16.png?e95 51w&quot; sizes=&quot;all 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e96 50w, /images/green-16x16.png?e96 51w&quot; sizes=&quot;all and (min-width:0) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e97 50w, /images/green-16x16.png?e97 51w&quot; sizes=&quot;min-width:0 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e98 50w, /images/green-16x16.png?e98 51w&quot; sizes=&quot;1px, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e99 50w, /images/green-16x16.png?e99 51w&quot; sizes=&quot;1px, (min-width:0) 100vw&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e100 50w, /images/green-16x16.png?e100 51w&quot; sizes=&quot;1px, foo bar&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e101 50w, /images/green-16x16.png?e101 51w&quot; sizes=&quot;(min-width:0) 1px, foo bar&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e102 50w, /images/green-16x16.png?e102 51w&quot; sizes=&quot;(&amp;quot;grammar does not match&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e103 50w, /images/green-16x16.png?e103 51w&quot; sizes=&quot;not (&amp;quot;grammar does not match&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e104 50w, /images/green-16x16.png?e104 51w&quot; sizes=&quot;(unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e105 50w, /images/green-16x16.png?e105 51w&quot; sizes=&quot;not (unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e106 50w, /images/green-16x16.png?e106 51w&quot; sizes=&quot;(min-width:0) or (unknown-general-enclosed !) 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e107 50w, /images/green-16x16.png?e107 51w&quot; sizes=&quot;not ((min-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;)) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e108 50w, /images/green-16x16.png?e108 51w&quot; sizes=&quot;(max-width:0) or (unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e109 50w, /images/green-16x16.png?e109 51w&quot; sizes=&quot;not ((max-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;)) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f2 50w, /images/green-16x16.png?f2 51w&quot; sizes=&quot;&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f3 50w, /images/green-16x16.png?f3 51w&quot; sizes=&quot;,&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f4 50w, /images/green-16x16.png?f4 51w&quot; sizes=&quot;-1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f5 50w, /images/green-16x16.png?f5 51w&quot; sizes=&quot;1&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f6 50w, /images/green-16x16.png?f6 51w&quot; sizes=&quot;0.1%&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f7 50w, /images/green-16x16.png?f7 51w&quot; sizes=&quot;0.1deg&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f8 50w, /images/green-16x16.png?f8 51w&quot; sizes=&quot;0.1grad&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f9 50w, /images/green-16x16.png?f9 51w&quot; sizes=&quot;0.1rad&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f10 50w, /images/green-16x16.png?f10 51w&quot; sizes=&quot;0.1turn&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f11 50w, /images/green-16x16.png?f11 51w&quot; sizes=&quot;0.1s&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f12 50w, /images/green-16x16.png?f12 51w&quot; sizes=&quot;0.1ms&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f13 50w, /images/green-16x16.png?f13 51w&quot; sizes=&quot;0.1Hz&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f14 50w, /images/green-16x16.png?f14 51w&quot; sizes=&quot;0.1kHz&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f15 50w, /images/green-16x16.png?f15 51w&quot; sizes=&quot;0.1dpi&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f16 50w, /images/green-16x16.png?f16 51w&quot; sizes=&quot;0.1dpcm&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f17 50w, /images/green-16x16.png?f17 51w&quot; sizes=&quot;0.1dppx&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f18 50w, /images/green-16x16.png?f18 51w&quot; data-foo=&quot;1px&quot; sizes=&quot;attr(data-foo, length, 1px)&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f19 50w, /images/green-16x16.png?f19 51w&quot; data-foo=&quot;1&quot; sizes=&quot;attr(data-foo, px, 1px)&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f20 50w, /images/green-16x16.png?f20 51w&quot; sizes=&quot;toggle(1px)&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f21 50w, /images/green-16x16.png?f21 51w&quot; sizes=&quot;inherit&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f22 50w, /images/green-16x16.png?f22 51w&quot; sizes=&quot;auto&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f23 50w, /images/green-16x16.png?f23 51w&quot; sizes=&quot;initial&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f24 50w, /images/green-16x16.png?f24 51w&quot; sizes=&quot;unset&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f25 50w, /images/green-16x16.png?f25 51w&quot; sizes=&quot;default&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f26 50w, /images/green-16x16.png?f26 51w&quot; sizes=&quot;1/* */px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f27 50w, /images/green-16x16.png?f27 51w&quot; sizes=&quot;1p/* */x&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f28 50w, /images/green-16x16.png?f28 51w&quot; sizes=&quot;-/**/0&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f29 50w, /images/green-16x16.png?f29 51w&quot; sizes=&quot;((),1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f30 50w, /images/green-16x16.png?f30 51w&quot; sizes=&quot;x(x(),1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f31 50w, /images/green-16x16.png?f31 51w&quot; sizes=&quot;{{},1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f32 50w, /images/green-16x16.png?f32 51w&quot; sizes=&quot;[[],1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f33 50w, /images/green-16x16.png?f33 51w&quot; sizes=&quot;1px !important&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f34 50w, /images/green-16x16.png?f34 51w&quot; sizes=&quot;\1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f35 50w, /images/green-16x16.png?f35 51w&quot; sizes=&quot;all 1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f36 50w, /images/green-16x16.png?f36 51w&quot; sizes=&quot;all and (min-width:0) 1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f37 50w, /images/green-16x16.png?f37 51w&quot; sizes=&quot;min-width:0 1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f38 50w, /images/green-16x16.png?f38 51w&quot; sizes=&quot;100vw, 1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f39 50w, /images/green-16x16.png?f39 51w&quot; sizes=&quot;100vw, (min-width:0) 1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f40 50w, /images/green-16x16.png?f40 51w&quot; sizes=&quot;foo bar&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f41 50w, /images/green-16x16.png?f41 51w&quot; sizes=&quot;foo-bar&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f42 50w, /images/green-16x16.png?f42 51w&quot; sizes=&quot;(min-width:0) 1px foo bar&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f43 50w, /images/green-16x16.png?f43 51w&quot; sizes=&quot;(min-width:0) 0.1%&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f44 50w, /images/green-16x16.png?f44 51w&quot; sizes=&quot;(min-width:0) 1&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f45 50w, /images/green-16x16.png?f45 51w&quot; sizes=&quot;-1e0px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f46 50w, /images/green-16x16.png?f46 51w&quot; sizes=&quot;1e1.5px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f47 50w, /images/green-16x16.png?f47 51w&quot; style=&quot;--foo: 1px&quot; sizes=&quot;var(--foo)&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f48 50w, /images/green-16x16.png?f48 51w&quot; sizes=&quot;calc(1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f49 50w, /images/green-16x16.png?f49 51w&quot; sizes=&quot;(min-width:0) calc(1px&quot;&gt; ref sizes=&quot;100vw&quot; (quirks mode) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?a2 300w, /images/green-16x16.png?a2 301w&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?b2 450w, /images/green-16x16.png?b2 451w&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?c2 600w, /images/green-16x16.png?c2 601w&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?d2 900w, /images/green-16x16.png?d2 901w&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e2 50w, /images/green-16x16.png?e2 51w&quot; sizes=&quot;0&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e3 50w, /images/green-16x16.png?e3 51w&quot; sizes=&quot;-0&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e4 50w, /images/green-16x16.png?e4 51w&quot; sizes=&quot;+0&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e5 50w, /images/green-16x16.png?e5 51w&quot; sizes=&quot;+1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e6 50w, /images/green-16x16.png?e6 51w&quot; sizes=&quot;.1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e7 50w, /images/green-16x16.png?e7 51w&quot; sizes=&quot;0.1em&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e8 50w, /images/green-16x16.png?e8 51w&quot; sizes=&quot;0.1ex&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e9 50w, /images/green-16x16.png?e9 51w&quot; sizes=&quot;0.1ch&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e10 50w, /images/green-16x16.png?e10 51w&quot; sizes=&quot;0.1rem&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e11 50w, /images/green-16x16.png?e11 51w&quot; sizes=&quot;0.1vw&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e12 50w, /images/green-16x16.png?e12 51w&quot; sizes=&quot;0.1vh&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e13 50w, /images/green-16x16.png?e13 51w&quot; sizes=&quot;0.1vmin&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e14 50w, /images/green-16x16.png?e14 51w&quot; sizes=&quot;0.1vmax&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e15 50w, /images/green-16x16.png?e15 51w&quot; sizes=&quot;0.1cm&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e16 50w, /images/green-16x16.png?e16 51w&quot; sizes=&quot;1mm&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e17 50w, /images/green-16x16.png?e17 51w&quot; sizes=&quot;1q&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e18 50w, /images/green-16x16.png?e18 51w&quot; sizes=&quot;0.01in&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e19 50w, /images/green-16x16.png?e19 51w&quot; sizes=&quot;0.1pc&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e20 50w, /images/green-16x16.png?e20 51w&quot; sizes=&quot;0.1pt&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e21 50w, /images/green-16x16.png?e21 51w&quot; sizes=&quot;/* */1px/* */&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e22 50w, /images/green-16x16.png?e22 51w&quot; sizes=&quot; /**/ /**/ 1px /**/ /**/ &quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e23 50w, /images/green-16x16.png?e23 51w&quot; sizes=&quot;(),1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e24 50w, /images/green-16x16.png?e24 51w&quot; sizes=&quot;x(),1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e25 50w, /images/green-16x16.png?e25 51w&quot; sizes=&quot;{},1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e26 50w, /images/green-16x16.png?e26 51w&quot; sizes=&quot;[],1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e27 50w, /images/green-16x16.png?e27 51w&quot; sizes=&quot;1px,(&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e28 50w, /images/green-16x16.png?e28 51w&quot; sizes=&quot;1px,x(&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e29 50w, /images/green-16x16.png?e29 51w&quot; sizes=&quot;1px,{&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e30 50w, /images/green-16x16.png?e30 51w&quot; sizes=&quot;1px,[&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e31 50w, /images/green-16x16.png?e31 51w&quot; sizes=&quot;\(,1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e32 50w, /images/green-16x16.png?e32 51w&quot; sizes=&quot;x\(,1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e33 50w, /images/green-16x16.png?e33 51w&quot; sizes=&quot;\{,1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e34 50w, /images/green-16x16.png?e34 51w&quot; sizes=&quot;\[,1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e35 50w, /images/green-16x16.png?e35 51w&quot; sizes=&quot;1\p\x&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e36 50w, /images/green-16x16.png?e36 51w&quot; sizes=&quot;calc(1px)&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e37 50w, /images/green-16x16.png?e37 51w&quot; sizes=&quot;(min-width:0) calc(1px)&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e38 50w, /images/green-16x16.png?e38 51w&quot; sizes=&quot;(min-width:calc(0)) 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e39 50w, /images/green-16x16.png?e39 51w&quot; sizes=&quot;(min-width:0) 1px, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e40 50w, /images/green-16x16.png?e40 51w&quot; sizes=&quot;(min-width:0) 1px, (min-width:0) 100vw, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e41 50w, /images/green-16x16.png?e41 51w&quot; sizes=&quot;(min-width:0) 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e42 50w, /images/green-16x16.png?e42 51w&quot; sizes=&quot;not (min-width:0) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e43 50w, /images/green-16x16.png?e43 51w&quot; sizes=&quot;(min-width:unknown-mf-value) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e44 50w, /images/green-16x16.png?e44 51w&quot; sizes=&quot;not (min-width:unknown-mf-value) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e45 50w, /images/green-16x16.png?e45 51w&quot; sizes=&quot;(min-width:-1px) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e46 50w, /images/green-16x16.png?e46 51w&quot; sizes=&quot;not (min-width:-1px) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e47 50w, /images/green-16x16.png?e47 51w&quot; sizes=&quot;(unknown-mf-name) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e48 50w, /images/green-16x16.png?e48 51w&quot; sizes=&quot;not (unknown-mf-name) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e49 50w, /images/green-16x16.png?e49 51w&quot; sizes=&quot;(unknown &amp;quot;general-enclosed&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e50 50w, /images/green-16x16.png?e50 51w&quot; sizes=&quot;not (unknown &amp;quot;general-enclosed&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e51 50w, /images/green-16x16.png?e51 51w&quot; sizes=&quot;unknown-general-enclosed(foo) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e52 50w, /images/green-16x16.png?e52 51w&quot; sizes=&quot;not unknown-general-enclosed(foo) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e53 50w, /images/green-16x16.png?e53 51w&quot; sizes=&quot;print 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e54 50w, /images/green-16x16.png?e54 51w&quot; sizes=&quot;not print 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e55 50w, /images/green-16x16.png?e55 51w&quot; sizes=&quot;unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e56 50w, /images/green-16x16.png?e56 51w&quot; sizes=&quot;not unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e57 50w, /images/green-16x16.png?e57 51w&quot; sizes=&quot;(min-width:0) or (min-width:0) 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e58 50w, /images/green-16x16.png?e58 51w&quot; sizes=&quot;(min-width:0) or (unknown-mf-name) 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e59 50w, /images/green-16x16.png?e59 51w&quot; sizes=&quot;(min-width:0) or (min-width:unknown-mf-value) 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e60 50w, /images/green-16x16.png?e60 51w&quot; sizes=&quot;(min-width:0) or (min-width:-1px) 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e61 50w, /images/green-16x16.png?e61 51w&quot; sizes=&quot;(min-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;) 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e62 50w, /images/green-16x16.png?e62 51w&quot; sizes=&quot;(min-width:0) or unknown-general-enclosed(foo) 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e63 50w, /images/green-16x16.png?e63 51w&quot; sizes=&quot;(min-width:0) or (!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e64 50w, /images/green-16x16.png?e64 51w&quot; sizes=&quot;(min-width:0) or unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e65 50w, /images/green-16x16.png?e65 51w&quot; sizes=&quot;(123) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e66 50w, /images/green-16x16.png?e66 51w&quot; sizes=&quot;not (123) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e67 50w, /images/green-16x16.png?e67 51w&quot; sizes=&quot;(!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e68 50w, /images/green-16x16.png?e68 51w&quot; sizes=&quot;not (!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e69 50w, /images/green-16x16.png?e69 51w&quot; sizes=&quot;! 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e70 50w, /images/green-16x16.png?e70 51w&quot; sizes=&quot;not ! 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e71 50w, /images/green-16x16.png?e71 51w&quot; sizes=&quot;(]) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e72 50w, /images/green-16x16.png?e72 51w&quot; sizes=&quot;not (]) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e73 50w, /images/green-16x16.png?e73 51w&quot; sizes=&quot;] 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e74 50w, /images/green-16x16.png?e74 51w&quot; sizes=&quot;not ] 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e75 50w, /images/green-16x16.png?e75 51w&quot; sizes=&quot;(}) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e76 50w, /images/green-16x16.png?e76 51w&quot; sizes=&quot;not (}) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e77 50w, /images/green-16x16.png?e77 51w&quot; sizes=&quot;} 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e78 50w, /images/green-16x16.png?e78 51w&quot; sizes=&quot;not } 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e79 50w, /images/green-16x16.png?e79 51w&quot; sizes=&quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e80 50w, /images/green-16x16.png?e80 51w&quot; sizes=&quot;not ) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e81 50w, /images/green-16x16.png?e81 51w&quot; sizes=&quot;(;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e82 50w, /images/green-16x16.png?e82 51w&quot; sizes=&quot;not (;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e83 50w, /images/green-16x16.png?e83 51w&quot; sizes=&quot;(.) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e84 50w, /images/green-16x16.png?e84 51w&quot; sizes=&quot;not (.) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e85 50w, /images/green-16x16.png?e85 51w&quot; sizes=&quot;; 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e86 50w, /images/green-16x16.png?e86 51w&quot; sizes=&quot;not ; 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e87 50w, /images/green-16x16.png?e87 51w&quot; sizes=&quot;, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e88 50w, /images/green-16x16.png?e88 51w&quot; sizes=&quot;1px,&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e89 50w, /images/green-16x16.png?e89 51w&quot; sizes=&quot;(min-width:0) 1px,&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e90 50w, /images/green-16x16.png?e90 51w&quot; sizes=&quot;-0e-0px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e91 50w, /images/green-16x16.png?e91 51w&quot; sizes=&quot;+0.11e+01px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e92 50w, /images/green-16x16.png?e92 51w&quot; sizes=&quot;0.2e1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e93 50w, /images/green-16x16.png?e93 51w&quot; sizes=&quot;0.3E1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e94 50w, /images/green-16x16.png?e94 51w&quot; sizes=&quot;.4E1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e95 50w, /images/green-16x16.png?e95 51w&quot; sizes=&quot;all 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e96 50w, /images/green-16x16.png?e96 51w&quot; sizes=&quot;all and (min-width:0) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e97 50w, /images/green-16x16.png?e97 51w&quot; sizes=&quot;min-width:0 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e98 50w, /images/green-16x16.png?e98 51w&quot; sizes=&quot;1px, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e99 50w, /images/green-16x16.png?e99 51w&quot; sizes=&quot;1px, (min-width:0) 100vw&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e100 50w, /images/green-16x16.png?e100 51w&quot; sizes=&quot;1px, foo bar&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e101 50w, /images/green-16x16.png?e101 51w&quot; sizes=&quot;(min-width:0) 1px, foo bar&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e102 50w, /images/green-16x16.png?e102 51w&quot; sizes=&quot;(&amp;quot;grammar does not match&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e103 50w, /images/green-16x16.png?e103 51w&quot; sizes=&quot;not (&amp;quot;grammar does not match&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e104 50w, /images/green-16x16.png?e104 51w&quot; sizes=&quot;(unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e105 50w, /images/green-16x16.png?e105 51w&quot; sizes=&quot;not (unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e106 50w, /images/green-16x16.png?e106 51w&quot; sizes=&quot;(min-width:0) or (unknown-general-enclosed !) 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e107 50w, /images/green-16x16.png?e107 51w&quot; sizes=&quot;not ((min-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;)) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e108 50w, /images/green-16x16.png?e108 51w&quot; sizes=&quot;(max-width:0) or (unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e109 50w, /images/green-16x16.png?e109 51w&quot; sizes=&quot;not ((max-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;)) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f2 50w, /images/green-16x16.png?f2 51w&quot; sizes=&quot;&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f3 50w, /images/green-16x16.png?f3 51w&quot; sizes=&quot;,&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f4 50w, /images/green-16x16.png?f4 51w&quot; sizes=&quot;-1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f5 50w, /images/green-16x16.png?f5 51w&quot; sizes=&quot;1&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f6 50w, /images/green-16x16.png?f6 51w&quot; sizes=&quot;0.1%&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f7 50w, /images/green-16x16.png?f7 51w&quot; sizes=&quot;0.1deg&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f8 50w, /images/green-16x16.png?f8 51w&quot; sizes=&quot;0.1grad&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f9 50w, /images/green-16x16.png?f9 51w&quot; sizes=&quot;0.1rad&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f10 50w, /images/green-16x16.png?f10 51w&quot; sizes=&quot;0.1turn&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f11 50w, /images/green-16x16.png?f11 51w&quot; sizes=&quot;0.1s&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f12 50w, /images/green-16x16.png?f12 51w&quot; sizes=&quot;0.1ms&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f13 50w, /images/green-16x16.png?f13 51w&quot; sizes=&quot;0.1Hz&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f14 50w, /images/green-16x16.png?f14 51w&quot; sizes=&quot;0.1kHz&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f15 50w, /images/green-16x16.png?f15 51w&quot; sizes=&quot;0.1dpi&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f16 50w, /images/green-16x16.png?f16 51w&quot; sizes=&quot;0.1dpcm&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f17 50w, /images/green-16x16.png?f17 51w&quot; sizes=&quot;0.1dppx&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f18 50w, /images/green-16x16.png?f18 51w&quot; data-foo=&quot;1px&quot; sizes=&quot;attr(data-foo, length, 1px)&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f19 50w, /images/green-16x16.png?f19 51w&quot; data-foo=&quot;1&quot; sizes=&quot;attr(data-foo, px, 1px)&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f20 50w, /images/green-16x16.png?f20 51w&quot; sizes=&quot;toggle(1px)&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f21 50w, /images/green-16x16.png?f21 51w&quot; sizes=&quot;inherit&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f22 50w, /images/green-16x16.png?f22 51w&quot; sizes=&quot;auto&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f23 50w, /images/green-16x16.png?f23 51w&quot; sizes=&quot;initial&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f24 50w, /images/green-16x16.png?f24 51w&quot; sizes=&quot;unset&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f25 50w, /images/green-16x16.png?f25 51w&quot; sizes=&quot;default&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f26 50w, /images/green-16x16.png?f26 51w&quot; sizes=&quot;1/* */px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f27 50w, /images/green-16x16.png?f27 51w&quot; sizes=&quot;1p/* */x&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f28 50w, /images/green-16x16.png?f28 51w&quot; sizes=&quot;-/**/0&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f29 50w, /images/green-16x16.png?f29 51w&quot; sizes=&quot;((),1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f30 50w, /images/green-16x16.png?f30 51w&quot; sizes=&quot;x(x(),1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f31 50w, /images/green-16x16.png?f31 51w&quot; sizes=&quot;{{},1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f32 50w, /images/green-16x16.png?f32 51w&quot; sizes=&quot;[[],1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f33 50w, /images/green-16x16.png?f33 51w&quot; sizes=&quot;1px !important&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f34 50w, /images/green-16x16.png?f34 51w&quot; sizes=&quot;\1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f35 50w, /images/green-16x16.png?f35 51w&quot; sizes=&quot;all 1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f36 50w, /images/green-16x16.png?f36 51w&quot; sizes=&quot;all and (min-width:0) 1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f37 50w, /images/green-16x16.png?f37 51w&quot; sizes=&quot;min-width:0 1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f38 50w, /images/green-16x16.png?f38 51w&quot; sizes=&quot;100vw, 1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f39 50w, /images/green-16x16.png?f39 51w&quot; sizes=&quot;100vw, (min-width:0) 1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f40 50w, /images/green-16x16.png?f40 51w&quot; sizes=&quot;foo bar&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f41 50w, /images/green-16x16.png?f41 51w&quot; sizes=&quot;foo-bar&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f42 50w, /images/green-16x16.png?f42 51w&quot; sizes=&quot;(min-width:0) 1px foo bar&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f43 50w, /images/green-16x16.png?f43 51w&quot; sizes=&quot;(min-width:0) 0.1%&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f44 50w, /images/green-16x16.png?f44 51w&quot; sizes=&quot;(min-width:0) 1&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f45 50w, /images/green-16x16.png?f45 51w&quot; sizes=&quot;-1e0px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f46 50w, /images/green-16x16.png?f46 51w&quot; sizes=&quot;1e1.5px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f47 50w, /images/green-16x16.png?f47 51w&quot; style=&quot;--foo: 1px&quot; sizes=&quot;var(--foo)&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f48 50w, /images/green-16x16.png?f48 51w&quot; sizes=&quot;calc(1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f49 50w, /images/green-16x16.png?f49 51w&quot; sizes=&quot;(min-width:0) calc(1px&quot;&gt; ref sizes=&quot;100vw&quot; (display:none) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?a2 300w, /images/green-16x16.png?a2 301w&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?b2 450w, /images/green-16x16.png?b2 451w&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?c2 600w, /images/green-16x16.png?c2 601w&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?d2 900w, /images/green-16x16.png?d2 901w&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e2 50w, /images/green-16x16.png?e2 51w&quot; sizes=&quot;0&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e3 50w, /images/green-16x16.png?e3 51w&quot; sizes=&quot;-0&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e4 50w, /images/green-16x16.png?e4 51w&quot; sizes=&quot;+0&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e5 50w, /images/green-16x16.png?e5 51w&quot; sizes=&quot;+1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e6 50w, /images/green-16x16.png?e6 51w&quot; sizes=&quot;.1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e7 50w, /images/green-16x16.png?e7 51w&quot; sizes=&quot;0.1em&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e8 50w, /images/green-16x16.png?e8 51w&quot; sizes=&quot;0.1ex&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e9 50w, /images/green-16x16.png?e9 51w&quot; sizes=&quot;0.1ch&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e10 50w, /images/green-16x16.png?e10 51w&quot; sizes=&quot;0.1rem&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e11 50w, /images/green-16x16.png?e11 51w&quot; sizes=&quot;0.1vw&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e12 50w, /images/green-16x16.png?e12 51w&quot; sizes=&quot;0.1vh&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e13 50w, /images/green-16x16.png?e13 51w&quot; sizes=&quot;0.1vmin&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e14 50w, /images/green-16x16.png?e14 51w&quot; sizes=&quot;0.1vmax&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e15 50w, /images/green-16x16.png?e15 51w&quot; sizes=&quot;0.1cm&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e16 50w, /images/green-16x16.png?e16 51w&quot; sizes=&quot;1mm&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e17 50w, /images/green-16x16.png?e17 51w&quot; sizes=&quot;1q&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e18 50w, /images/green-16x16.png?e18 51w&quot; sizes=&quot;0.01in&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e19 50w, /images/green-16x16.png?e19 51w&quot; sizes=&quot;0.1pc&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e20 50w, /images/green-16x16.png?e20 51w&quot; sizes=&quot;0.1pt&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e21 50w, /images/green-16x16.png?e21 51w&quot; sizes=&quot;/* */1px/* */&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e22 50w, /images/green-16x16.png?e22 51w&quot; sizes=&quot; /**/ /**/ 1px /**/ /**/ &quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e23 50w, /images/green-16x16.png?e23 51w&quot; sizes=&quot;(),1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e24 50w, /images/green-16x16.png?e24 51w&quot; sizes=&quot;x(),1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e25 50w, /images/green-16x16.png?e25 51w&quot; sizes=&quot;{},1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e26 50w, /images/green-16x16.png?e26 51w&quot; sizes=&quot;[],1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e27 50w, /images/green-16x16.png?e27 51w&quot; sizes=&quot;1px,(&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e28 50w, /images/green-16x16.png?e28 51w&quot; sizes=&quot;1px,x(&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e29 50w, /images/green-16x16.png?e29 51w&quot; sizes=&quot;1px,{&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e30 50w, /images/green-16x16.png?e30 51w&quot; sizes=&quot;1px,[&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e31 50w, /images/green-16x16.png?e31 51w&quot; sizes=&quot;\(,1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e32 50w, /images/green-16x16.png?e32 51w&quot; sizes=&quot;x\(,1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e33 50w, /images/green-16x16.png?e33 51w&quot; sizes=&quot;\{,1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e34 50w, /images/green-16x16.png?e34 51w&quot; sizes=&quot;\[,1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e35 50w, /images/green-16x16.png?e35 51w&quot; sizes=&quot;1\p\x&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e36 50w, /images/green-16x16.png?e36 51w&quot; sizes=&quot;calc(1px)&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e37 50w, /images/green-16x16.png?e37 51w&quot; sizes=&quot;(min-width:0) calc(1px)&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e38 50w, /images/green-16x16.png?e38 51w&quot; sizes=&quot;(min-width:calc(0)) 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e39 50w, /images/green-16x16.png?e39 51w&quot; sizes=&quot;(min-width:0) 1px, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e40 50w, /images/green-16x16.png?e40 51w&quot; sizes=&quot;(min-width:0) 1px, (min-width:0) 100vw, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e41 50w, /images/green-16x16.png?e41 51w&quot; sizes=&quot;(min-width:0) 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e42 50w, /images/green-16x16.png?e42 51w&quot; sizes=&quot;not (min-width:0) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e43 50w, /images/green-16x16.png?e43 51w&quot; sizes=&quot;(min-width:unknown-mf-value) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e44 50w, /images/green-16x16.png?e44 51w&quot; sizes=&quot;not (min-width:unknown-mf-value) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e45 50w, /images/green-16x16.png?e45 51w&quot; sizes=&quot;(min-width:-1px) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e46 50w, /images/green-16x16.png?e46 51w&quot; sizes=&quot;not (min-width:-1px) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e47 50w, /images/green-16x16.png?e47 51w&quot; sizes=&quot;(unknown-mf-name) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e48 50w, /images/green-16x16.png?e48 51w&quot; sizes=&quot;not (unknown-mf-name) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e49 50w, /images/green-16x16.png?e49 51w&quot; sizes=&quot;(unknown &amp;quot;general-enclosed&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e50 50w, /images/green-16x16.png?e50 51w&quot; sizes=&quot;not (unknown &amp;quot;general-enclosed&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e51 50w, /images/green-16x16.png?e51 51w&quot; sizes=&quot;unknown-general-enclosed(foo) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e52 50w, /images/green-16x16.png?e52 51w&quot; sizes=&quot;not unknown-general-enclosed(foo) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e53 50w, /images/green-16x16.png?e53 51w&quot; sizes=&quot;print 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e54 50w, /images/green-16x16.png?e54 51w&quot; sizes=&quot;not print 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e55 50w, /images/green-16x16.png?e55 51w&quot; sizes=&quot;unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e56 50w, /images/green-16x16.png?e56 51w&quot; sizes=&quot;not unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e57 50w, /images/green-16x16.png?e57 51w&quot; sizes=&quot;(min-width:0) or (min-width:0) 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e58 50w, /images/green-16x16.png?e58 51w&quot; sizes=&quot;(min-width:0) or (unknown-mf-name) 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e59 50w, /images/green-16x16.png?e59 51w&quot; sizes=&quot;(min-width:0) or (min-width:unknown-mf-value) 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e60 50w, /images/green-16x16.png?e60 51w&quot; sizes=&quot;(min-width:0) or (min-width:-1px) 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e61 50w, /images/green-16x16.png?e61 51w&quot; sizes=&quot;(min-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;) 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e62 50w, /images/green-16x16.png?e62 51w&quot; sizes=&quot;(min-width:0) or unknown-general-enclosed(foo) 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e63 50w, /images/green-16x16.png?e63 51w&quot; sizes=&quot;(min-width:0) or (!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e64 50w, /images/green-16x16.png?e64 51w&quot; sizes=&quot;(min-width:0) or unknown-media-type 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e65 50w, /images/green-16x16.png?e65 51w&quot; sizes=&quot;(123) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e66 50w, /images/green-16x16.png?e66 51w&quot; sizes=&quot;not (123) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e67 50w, /images/green-16x16.png?e67 51w&quot; sizes=&quot;(!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e68 50w, /images/green-16x16.png?e68 51w&quot; sizes=&quot;not (!) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e69 50w, /images/green-16x16.png?e69 51w&quot; sizes=&quot;! 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e70 50w, /images/green-16x16.png?e70 51w&quot; sizes=&quot;not ! 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e71 50w, /images/green-16x16.png?e71 51w&quot; sizes=&quot;(]) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e72 50w, /images/green-16x16.png?e72 51w&quot; sizes=&quot;not (]) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e73 50w, /images/green-16x16.png?e73 51w&quot; sizes=&quot;] 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e74 50w, /images/green-16x16.png?e74 51w&quot; sizes=&quot;not ] 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e75 50w, /images/green-16x16.png?e75 51w&quot; sizes=&quot;(}) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e76 50w, /images/green-16x16.png?e76 51w&quot; sizes=&quot;not (}) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e77 50w, /images/green-16x16.png?e77 51w&quot; sizes=&quot;} 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e78 50w, /images/green-16x16.png?e78 51w&quot; sizes=&quot;not } 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e79 50w, /images/green-16x16.png?e79 51w&quot; sizes=&quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e80 50w, /images/green-16x16.png?e80 51w&quot; sizes=&quot;not ) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e81 50w, /images/green-16x16.png?e81 51w&quot; sizes=&quot;(;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e82 50w, /images/green-16x16.png?e82 51w&quot; sizes=&quot;not (;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e83 50w, /images/green-16x16.png?e83 51w&quot; sizes=&quot;(.) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e84 50w, /images/green-16x16.png?e84 51w&quot; sizes=&quot;not (.) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e85 50w, /images/green-16x16.png?e85 51w&quot; sizes=&quot;; 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e86 50w, /images/green-16x16.png?e86 51w&quot; sizes=&quot;not ; 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e87 50w, /images/green-16x16.png?e87 51w&quot; sizes=&quot;, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e88 50w, /images/green-16x16.png?e88 51w&quot; sizes=&quot;1px,&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e89 50w, /images/green-16x16.png?e89 51w&quot; sizes=&quot;(min-width:0) 1px,&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e90 50w, /images/green-16x16.png?e90 51w&quot; sizes=&quot;-0e-0px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e91 50w, /images/green-16x16.png?e91 51w&quot; sizes=&quot;+0.11e+01px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e92 50w, /images/green-16x16.png?e92 51w&quot; sizes=&quot;0.2e1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e93 50w, /images/green-16x16.png?e93 51w&quot; sizes=&quot;0.3E1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e94 50w, /images/green-16x16.png?e94 51w&quot; sizes=&quot;.4E1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e95 50w, /images/green-16x16.png?e95 51w&quot; sizes=&quot;all 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e96 50w, /images/green-16x16.png?e96 51w&quot; sizes=&quot;all and (min-width:0) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e97 50w, /images/green-16x16.png?e97 51w&quot; sizes=&quot;min-width:0 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e98 50w, /images/green-16x16.png?e98 51w&quot; sizes=&quot;1px, 100vw&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e99 50w, /images/green-16x16.png?e99 51w&quot; sizes=&quot;1px, (min-width:0) 100vw&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e100 50w, /images/green-16x16.png?e100 51w&quot; sizes=&quot;1px, foo bar&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e101 50w, /images/green-16x16.png?e101 51w&quot; sizes=&quot;(min-width:0) 1px, foo bar&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e102 50w, /images/green-16x16.png?e102 51w&quot; sizes=&quot;(&amp;quot;grammar does not match&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e103 50w, /images/green-16x16.png?e103 51w&quot; sizes=&quot;not (&amp;quot;grammar does not match&amp;quot;) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e104 50w, /images/green-16x16.png?e104 51w&quot; sizes=&quot;(unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e105 50w, /images/green-16x16.png?e105 51w&quot; sizes=&quot;not (unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e106 50w, /images/green-16x16.png?e106 51w&quot; sizes=&quot;(min-width:0) or (unknown-general-enclosed !) 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e107 50w, /images/green-16x16.png?e107 51w&quot; sizes=&quot;not ((min-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;)) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e108 50w, /images/green-16x16.png?e108 51w&quot; sizes=&quot;(max-width:0) or (unknown-general-enclosed !) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?e109 50w, /images/green-16x16.png?e109 51w&quot; sizes=&quot;not ((max-width:0) or (unknown &amp;quot;general-enclosed&amp;quot;)) 100vw, 1px&quot;&gt; ref sizes=&quot;1px&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f2 50w, /images/green-16x16.png?f2 51w&quot; sizes=&quot;&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f3 50w, /images/green-16x16.png?f3 51w&quot; sizes=&quot;,&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f4 50w, /images/green-16x16.png?f4 51w&quot; sizes=&quot;-1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f5 50w, /images/green-16x16.png?f5 51w&quot; sizes=&quot;1&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f6 50w, /images/green-16x16.png?f6 51w&quot; sizes=&quot;0.1%&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f7 50w, /images/green-16x16.png?f7 51w&quot; sizes=&quot;0.1deg&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f8 50w, /images/green-16x16.png?f8 51w&quot; sizes=&quot;0.1grad&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f9 50w, /images/green-16x16.png?f9 51w&quot; sizes=&quot;0.1rad&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f10 50w, /images/green-16x16.png?f10 51w&quot; sizes=&quot;0.1turn&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f11 50w, /images/green-16x16.png?f11 51w&quot; sizes=&quot;0.1s&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f12 50w, /images/green-16x16.png?f12 51w&quot; sizes=&quot;0.1ms&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f13 50w, /images/green-16x16.png?f13 51w&quot; sizes=&quot;0.1Hz&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f14 50w, /images/green-16x16.png?f14 51w&quot; sizes=&quot;0.1kHz&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f15 50w, /images/green-16x16.png?f15 51w&quot; sizes=&quot;0.1dpi&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f16 50w, /images/green-16x16.png?f16 51w&quot; sizes=&quot;0.1dpcm&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f17 50w, /images/green-16x16.png?f17 51w&quot; sizes=&quot;0.1dppx&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f18 50w, /images/green-16x16.png?f18 51w&quot; data-foo=&quot;1px&quot; sizes=&quot;attr(data-foo, length, 1px)&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f19 50w, /images/green-16x16.png?f19 51w&quot; data-foo=&quot;1&quot; sizes=&quot;attr(data-foo, px, 1px)&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f20 50w, /images/green-16x16.png?f20 51w&quot; sizes=&quot;toggle(1px)&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f21 50w, /images/green-16x16.png?f21 51w&quot; sizes=&quot;inherit&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f22 50w, /images/green-16x16.png?f22 51w&quot; sizes=&quot;auto&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f23 50w, /images/green-16x16.png?f23 51w&quot; sizes=&quot;initial&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f24 50w, /images/green-16x16.png?f24 51w&quot; sizes=&quot;unset&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f25 50w, /images/green-16x16.png?f25 51w&quot; sizes=&quot;default&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f26 50w, /images/green-16x16.png?f26 51w&quot; sizes=&quot;1/* */px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f27 50w, /images/green-16x16.png?f27 51w&quot; sizes=&quot;1p/* */x&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f28 50w, /images/green-16x16.png?f28 51w&quot; sizes=&quot;-/**/0&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f29 50w, /images/green-16x16.png?f29 51w&quot; sizes=&quot;((),1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f30 50w, /images/green-16x16.png?f30 51w&quot; sizes=&quot;x(x(),1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f31 50w, /images/green-16x16.png?f31 51w&quot; sizes=&quot;{{},1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f32 50w, /images/green-16x16.png?f32 51w&quot; sizes=&quot;[[],1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f33 50w, /images/green-16x16.png?f33 51w&quot; sizes=&quot;1px !important&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f34 50w, /images/green-16x16.png?f34 51w&quot; sizes=&quot;\1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f35 50w, /images/green-16x16.png?f35 51w&quot; sizes=&quot;all 1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f36 50w, /images/green-16x16.png?f36 51w&quot; sizes=&quot;all and (min-width:0) 1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f37 50w, /images/green-16x16.png?f37 51w&quot; sizes=&quot;min-width:0 1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f38 50w, /images/green-16x16.png?f38 51w&quot; sizes=&quot;100vw, 1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f39 50w, /images/green-16x16.png?f39 51w&quot; sizes=&quot;100vw, (min-width:0) 1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f40 50w, /images/green-16x16.png?f40 51w&quot; sizes=&quot;foo bar&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f41 50w, /images/green-16x16.png?f41 51w&quot; sizes=&quot;foo-bar&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f42 50w, /images/green-16x16.png?f42 51w&quot; sizes=&quot;(min-width:0) 1px foo bar&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f43 50w, /images/green-16x16.png?f43 51w&quot; sizes=&quot;(min-width:0) 0.1%&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f44 50w, /images/green-16x16.png?f44 51w&quot; sizes=&quot;(min-width:0) 1&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f45 50w, /images/green-16x16.png?f45 51w&quot; sizes=&quot;-1e0px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f46 50w, /images/green-16x16.png?f46 51w&quot; sizes=&quot;1e1.5px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f47 50w, /images/green-16x16.png?f47 51w&quot; style=&quot;--foo: 1px&quot; sizes=&quot;var(--foo)&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f48 50w, /images/green-16x16.png?f48 51w&quot; sizes=&quot;calc(1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
+FAIL &lt;img srcset=&quot;/images/green-1x1.png?f49 50w, /images/green-16x16.png?f49 51w&quot; sizes=&quot;(min-width:0) calc(1px&quot;&gt; ref sizes=&quot;100vw&quot; (width:1000px) assert_unreached: ref currentSrc was undefined Reached unreachable code
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementsizessizesiframedsubhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-iframed.sub.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-iframed.sub.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-iframed.sub.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,178 @@
</span><ins>+&lt;!-- {{GET[doctype]}} --&gt;
+&lt;style&gt; img { {{GET[style]}} } &lt;/style&gt;
+&lt;!--  First &lt;img&gt; in a &lt;p&gt; is the reference. The following &lt;img&gt;s should be equivalent  --&gt;
+&lt;!--  default is 100vw, not 300px  --&gt;
+&lt;p&gt;
+&lt;img srcset='/images/green-1x1.png?a1 300w, /images/green-16x16.png?a1 301w' sizes='100vw'&gt;
+&lt;img srcset='/images/green-1x1.png?a2 300w, /images/green-16x16.png?a2 301w'&gt;
+&lt;p&gt;
+&lt;img srcset='/images/green-1x1.png?b1 450w, /images/green-16x16.png?b1 451w' sizes='100vw'&gt;
+&lt;img srcset='/images/green-1x1.png?b2 450w, /images/green-16x16.png?b2 451w'&gt;
+&lt;p&gt;
+&lt;img srcset='/images/green-1x1.png?c1 600w, /images/green-16x16.png?c1 601w' sizes='100vw'&gt;
+&lt;img srcset='/images/green-1x1.png?c2 600w, /images/green-16x16.png?c2 601w'&gt;
+&lt;p&gt;
+&lt;img srcset='/images/green-1x1.png?d1 900w, /images/green-16x16.png?d1 901w' sizes='100vw'&gt;
+&lt;img srcset='/images/green-1x1.png?d2 900w, /images/green-16x16.png?d2 901w'&gt;
+
+&lt;p&gt;
+&lt;img srcset='/images/green-1x1.png?e1 50w, /images/green-16x16.png?e1 51w' sizes='1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e2 50w, /images/green-16x16.png?e2 51w' sizes='0'&gt;
+&lt;img srcset='/images/green-1x1.png?e3 50w, /images/green-16x16.png?e3 51w' sizes='-0'&gt;
+&lt;img srcset='/images/green-1x1.png?e4 50w, /images/green-16x16.png?e4 51w' sizes='+0'&gt;
+&lt;img srcset='/images/green-1x1.png?e5 50w, /images/green-16x16.png?e5 51w' sizes='+1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e6 50w, /images/green-16x16.png?e6 51w' sizes='.1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e7 50w, /images/green-16x16.png?e7 51w' sizes='0.1em'&gt;
+&lt;img srcset='/images/green-1x1.png?e8 50w, /images/green-16x16.png?e8 51w' sizes='0.1ex'&gt;
+&lt;img srcset='/images/green-1x1.png?e9 50w, /images/green-16x16.png?e9 51w' sizes='0.1ch'&gt;
+&lt;img srcset='/images/green-1x1.png?e10 50w, /images/green-16x16.png?e10 51w' sizes='0.1rem'&gt;
+&lt;img srcset='/images/green-1x1.png?e11 50w, /images/green-16x16.png?e11 51w' sizes='0.1vw'&gt;
+&lt;img srcset='/images/green-1x1.png?e12 50w, /images/green-16x16.png?e12 51w' sizes='0.1vh'&gt;
+&lt;img srcset='/images/green-1x1.png?e13 50w, /images/green-16x16.png?e13 51w' sizes='0.1vmin'&gt;
+&lt;img srcset='/images/green-1x1.png?e14 50w, /images/green-16x16.png?e14 51w' sizes='0.1vmax'&gt;
+&lt;img srcset='/images/green-1x1.png?e15 50w, /images/green-16x16.png?e15 51w' sizes='0.1cm'&gt;
+&lt;img srcset='/images/green-1x1.png?e16 50w, /images/green-16x16.png?e16 51w' sizes='1mm'&gt;
+&lt;img srcset='/images/green-1x1.png?e17 50w, /images/green-16x16.png?e17 51w' sizes='1q'&gt;
+&lt;img srcset='/images/green-1x1.png?e18 50w, /images/green-16x16.png?e18 51w' sizes='0.01in'&gt;
+&lt;img srcset='/images/green-1x1.png?e19 50w, /images/green-16x16.png?e19 51w' sizes='0.1pc'&gt;
+&lt;img srcset='/images/green-1x1.png?e20 50w, /images/green-16x16.png?e20 51w' sizes='0.1pt'&gt;
+&lt;img srcset='/images/green-1x1.png?e21 50w, /images/green-16x16.png?e21 51w' sizes='/* */1px/* */'&gt;
+&lt;img srcset='/images/green-1x1.png?e22 50w, /images/green-16x16.png?e22 51w' sizes=' /**/ /**/ 1px /**/ /**/ '&gt;
+&lt;img srcset='/images/green-1x1.png?e23 50w, /images/green-16x16.png?e23 51w' sizes='(),1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e24 50w, /images/green-16x16.png?e24 51w' sizes='x(),1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e25 50w, /images/green-16x16.png?e25 51w' sizes='{},1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e26 50w, /images/green-16x16.png?e26 51w' sizes='[],1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e27 50w, /images/green-16x16.png?e27 51w' sizes='1px,('&gt;
+&lt;img srcset='/images/green-1x1.png?e28 50w, /images/green-16x16.png?e28 51w' sizes='1px,x('&gt;
+&lt;img srcset='/images/green-1x1.png?e29 50w, /images/green-16x16.png?e29 51w' sizes='1px,{'&gt;
+&lt;img srcset='/images/green-1x1.png?e30 50w, /images/green-16x16.png?e30 51w' sizes='1px,['&gt;
+&lt;img srcset='/images/green-1x1.png?e31 50w, /images/green-16x16.png?e31 51w' sizes='\(,1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e32 50w, /images/green-16x16.png?e32 51w' sizes='x\(,1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e33 50w, /images/green-16x16.png?e33 51w' sizes='\{,1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e34 50w, /images/green-16x16.png?e34 51w' sizes='\[,1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e35 50w, /images/green-16x16.png?e35 51w' sizes='1\p\x'&gt;
+&lt;img srcset='/images/green-1x1.png?e36 50w, /images/green-16x16.png?e36 51w' sizes='calc(1px)'&gt;
+&lt;img srcset='/images/green-1x1.png?e37 50w, /images/green-16x16.png?e37 51w' sizes='(min-width:0) calc(1px)'&gt;
+&lt;img srcset='/images/green-1x1.png?e38 50w, /images/green-16x16.png?e38 51w' sizes='(min-width:calc(0)) 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e39 50w, /images/green-16x16.png?e39 51w' sizes='(min-width:0) 1px, 100vw'&gt;
+&lt;img srcset='/images/green-1x1.png?e40 50w, /images/green-16x16.png?e40 51w' sizes='(min-width:0) 1px, (min-width:0) 100vw, 100vw'&gt;
+&lt;img srcset='/images/green-1x1.png?e41 50w, /images/green-16x16.png?e41 51w' sizes='(min-width:0) 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e42 50w, /images/green-16x16.png?e42 51w' sizes='not (min-width:0) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e43 50w, /images/green-16x16.png?e43 51w' sizes='(min-width:unknown-mf-value) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e44 50w, /images/green-16x16.png?e44 51w' sizes='not (min-width:unknown-mf-value) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e45 50w, /images/green-16x16.png?e45 51w' sizes='(min-width:-1px) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e46 50w, /images/green-16x16.png?e46 51w' sizes='not (min-width:-1px) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e47 50w, /images/green-16x16.png?e47 51w' sizes='(unknown-mf-name) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e48 50w, /images/green-16x16.png?e48 51w' sizes='not (unknown-mf-name) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e49 50w, /images/green-16x16.png?e49 51w' sizes='(unknown &quot;general-enclosed&quot;) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e50 50w, /images/green-16x16.png?e50 51w' sizes='not (unknown &quot;general-enclosed&quot;) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e51 50w, /images/green-16x16.png?e51 51w' sizes='unknown-general-enclosed(foo) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e52 50w, /images/green-16x16.png?e52 51w' sizes='not unknown-general-enclosed(foo) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e53 50w, /images/green-16x16.png?e53 51w' sizes='print 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e54 50w, /images/green-16x16.png?e54 51w' sizes='not print 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e55 50w, /images/green-16x16.png?e55 51w' sizes='unknown-media-type 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e56 50w, /images/green-16x16.png?e56 51w' sizes='not unknown-media-type 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e57 50w, /images/green-16x16.png?e57 51w' sizes='(min-width:0) or (min-width:0) 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e58 50w, /images/green-16x16.png?e58 51w' sizes='(min-width:0) or (unknown-mf-name) 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e59 50w, /images/green-16x16.png?e59 51w' sizes='(min-width:0) or (min-width:unknown-mf-value) 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e60 50w, /images/green-16x16.png?e60 51w' sizes='(min-width:0) or (min-width:-1px) 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e61 50w, /images/green-16x16.png?e61 51w' sizes='(min-width:0) or (unknown &quot;general-enclosed&quot;) 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e62 50w, /images/green-16x16.png?e62 51w' sizes='(min-width:0) or unknown-general-enclosed(foo) 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e63 50w, /images/green-16x16.png?e63 51w' sizes='(min-width:0) or (!) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e64 50w, /images/green-16x16.png?e64 51w' sizes='(min-width:0) or unknown-media-type 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e65 50w, /images/green-16x16.png?e65 51w' sizes='(123) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e66 50w, /images/green-16x16.png?e66 51w' sizes='not (123) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e67 50w, /images/green-16x16.png?e67 51w' sizes='(!) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e68 50w, /images/green-16x16.png?e68 51w' sizes='not (!) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e69 50w, /images/green-16x16.png?e69 51w' sizes='! 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e70 50w, /images/green-16x16.png?e70 51w' sizes='not ! 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e71 50w, /images/green-16x16.png?e71 51w' sizes='(]) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e72 50w, /images/green-16x16.png?e72 51w' sizes='not (]) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e73 50w, /images/green-16x16.png?e73 51w' sizes='] 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e74 50w, /images/green-16x16.png?e74 51w' sizes='not ] 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e75 50w, /images/green-16x16.png?e75 51w' sizes='(}) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e76 50w, /images/green-16x16.png?e76 51w' sizes='not (}) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e77 50w, /images/green-16x16.png?e77 51w' sizes='} 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e78 50w, /images/green-16x16.png?e78 51w' sizes='not } 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e79 50w, /images/green-16x16.png?e79 51w' sizes=') 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e80 50w, /images/green-16x16.png?e80 51w' sizes='not ) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e81 50w, /images/green-16x16.png?e81 51w' sizes='(;) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e82 50w, /images/green-16x16.png?e82 51w' sizes='not (;) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e83 50w, /images/green-16x16.png?e83 51w' sizes='(.) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e84 50w, /images/green-16x16.png?e84 51w' sizes='not (.) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e85 50w, /images/green-16x16.png?e85 51w' sizes='; 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e86 50w, /images/green-16x16.png?e86 51w' sizes='not ; 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e87 50w, /images/green-16x16.png?e87 51w' sizes=', 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e88 50w, /images/green-16x16.png?e88 51w' sizes='1px,'&gt;
+&lt;img srcset='/images/green-1x1.png?e89 50w, /images/green-16x16.png?e89 51w' sizes='(min-width:0) 1px,'&gt;
+&lt;img srcset='/images/green-1x1.png?e90 50w, /images/green-16x16.png?e90 51w' sizes='-0e-0px'&gt;
+&lt;img srcset='/images/green-1x1.png?e91 50w, /images/green-16x16.png?e91 51w' sizes='+0.11e+01px'&gt;
+&lt;img srcset='/images/green-1x1.png?e92 50w, /images/green-16x16.png?e92 51w' sizes='0.2e1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e93 50w, /images/green-16x16.png?e93 51w' sizes='0.3E1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e94 50w, /images/green-16x16.png?e94 51w' sizes='.4E1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e95 50w, /images/green-16x16.png?e95 51w' sizes='all 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e96 50w, /images/green-16x16.png?e96 51w' sizes='all and (min-width:0) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e97 50w, /images/green-16x16.png?e97 51w' sizes='min-width:0 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e98 50w, /images/green-16x16.png?e98 51w' sizes='1px, 100vw'&gt;
+&lt;img srcset='/images/green-1x1.png?e99 50w, /images/green-16x16.png?e99 51w' sizes='1px, (min-width:0) 100vw'&gt;
+&lt;img srcset='/images/green-1x1.png?e100 50w, /images/green-16x16.png?e100 51w' sizes='1px, foo bar'&gt;
+&lt;img srcset='/images/green-1x1.png?e101 50w, /images/green-16x16.png?e101 51w' sizes='(min-width:0) 1px, foo bar'&gt;
+&lt;img srcset='/images/green-1x1.png?e102 50w, /images/green-16x16.png?e102 51w' sizes='(&quot;grammar does not match&quot;) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e103 50w, /images/green-16x16.png?e103 51w' sizes='not (&quot;grammar does not match&quot;) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e104 50w, /images/green-16x16.png?e104 51w' sizes='(unknown-general-enclosed !) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e105 50w, /images/green-16x16.png?e105 51w' sizes='not (unknown-general-enclosed !) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e106 50w, /images/green-16x16.png?e106 51w' sizes='(min-width:0) or (unknown-general-enclosed !) 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e107 50w, /images/green-16x16.png?e107 51w' sizes='not ((min-width:0) or (unknown &quot;general-enclosed&quot;)) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e108 50w, /images/green-16x16.png?e108 51w' sizes='(max-width:0) or (unknown-general-enclosed !) 100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?e109 50w, /images/green-16x16.png?e109 51w' sizes='not ((max-width:0) or (unknown &quot;general-enclosed&quot;)) 100vw, 1px'&gt;
+
+&lt;p&gt;
+&lt;img srcset='/images/green-1x1.png?f1 50w, /images/green-16x16.png?f1 51w' sizes='100vw'&gt;
+&lt;img srcset='/images/green-1x1.png?f2 50w, /images/green-16x16.png?f2 51w' sizes=''&gt;
+&lt;img srcset='/images/green-1x1.png?f3 50w, /images/green-16x16.png?f3 51w' sizes=','&gt;
+&lt;img srcset='/images/green-1x1.png?f4 50w, /images/green-16x16.png?f4 51w' sizes='-1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f5 50w, /images/green-16x16.png?f5 51w' sizes='1'&gt;
+&lt;img srcset='/images/green-1x1.png?f6 50w, /images/green-16x16.png?f6 51w' sizes='0.1%'&gt;
+&lt;img srcset='/images/green-1x1.png?f7 50w, /images/green-16x16.png?f7 51w' sizes='0.1deg'&gt;
+&lt;img srcset='/images/green-1x1.png?f8 50w, /images/green-16x16.png?f8 51w' sizes='0.1grad'&gt;
+&lt;img srcset='/images/green-1x1.png?f9 50w, /images/green-16x16.png?f9 51w' sizes='0.1rad'&gt;
+&lt;img srcset='/images/green-1x1.png?f10 50w, /images/green-16x16.png?f10 51w' sizes='0.1turn'&gt;
+&lt;img srcset='/images/green-1x1.png?f11 50w, /images/green-16x16.png?f11 51w' sizes='0.1s'&gt;
+&lt;img srcset='/images/green-1x1.png?f12 50w, /images/green-16x16.png?f12 51w' sizes='0.1ms'&gt;
+&lt;img srcset='/images/green-1x1.png?f13 50w, /images/green-16x16.png?f13 51w' sizes='0.1Hz'&gt;
+&lt;img srcset='/images/green-1x1.png?f14 50w, /images/green-16x16.png?f14 51w' sizes='0.1kHz'&gt;
+&lt;img srcset='/images/green-1x1.png?f15 50w, /images/green-16x16.png?f15 51w' sizes='0.1dpi'&gt;
+&lt;img srcset='/images/green-1x1.png?f16 50w, /images/green-16x16.png?f16 51w' sizes='0.1dpcm'&gt;
+&lt;img srcset='/images/green-1x1.png?f17 50w, /images/green-16x16.png?f17 51w' sizes='0.1dppx'&gt;
+&lt;img srcset='/images/green-1x1.png?f18 50w, /images/green-16x16.png?f18 51w' data-foo='1px' sizes='attr(data-foo, length, 1px)'&gt;
+&lt;img srcset='/images/green-1x1.png?f19 50w, /images/green-16x16.png?f19 51w' data-foo='1' sizes='attr(data-foo, px, 1px)'&gt;
+&lt;img srcset='/images/green-1x1.png?f20 50w, /images/green-16x16.png?f20 51w' sizes='toggle(1px)'&gt;
+&lt;img srcset='/images/green-1x1.png?f21 50w, /images/green-16x16.png?f21 51w' sizes='inherit'&gt;
+&lt;img srcset='/images/green-1x1.png?f22 50w, /images/green-16x16.png?f22 51w' sizes='auto'&gt;
+&lt;img srcset='/images/green-1x1.png?f23 50w, /images/green-16x16.png?f23 51w' sizes='initial'&gt;
+&lt;img srcset='/images/green-1x1.png?f24 50w, /images/green-16x16.png?f24 51w' sizes='unset'&gt;
+&lt;img srcset='/images/green-1x1.png?f25 50w, /images/green-16x16.png?f25 51w' sizes='default'&gt;
+&lt;img srcset='/images/green-1x1.png?f26 50w, /images/green-16x16.png?f26 51w' sizes='1/* */px'&gt;
+&lt;img srcset='/images/green-1x1.png?f27 50w, /images/green-16x16.png?f27 51w' sizes='1p/* */x'&gt;
+&lt;img srcset='/images/green-1x1.png?f28 50w, /images/green-16x16.png?f28 51w' sizes='-/**/0'&gt;
+&lt;img srcset='/images/green-1x1.png?f29 50w, /images/green-16x16.png?f29 51w' sizes='((),1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f30 50w, /images/green-16x16.png?f30 51w' sizes='x(x(),1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f31 50w, /images/green-16x16.png?f31 51w' sizes='{{},1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f32 50w, /images/green-16x16.png?f32 51w' sizes='[[],1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f33 50w, /images/green-16x16.png?f33 51w' sizes='1px !important'&gt;
+&lt;img srcset='/images/green-1x1.png?f34 50w, /images/green-16x16.png?f34 51w' sizes='\1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f35 50w, /images/green-16x16.png?f35 51w' sizes='all 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f36 50w, /images/green-16x16.png?f36 51w' sizes='all and (min-width:0) 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f37 50w, /images/green-16x16.png?f37 51w' sizes='min-width:0 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f38 50w, /images/green-16x16.png?f38 51w' sizes='100vw, 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f39 50w, /images/green-16x16.png?f39 51w' sizes='100vw, (min-width:0) 1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f40 50w, /images/green-16x16.png?f40 51w' sizes='foo bar'&gt;
+&lt;img srcset='/images/green-1x1.png?f41 50w, /images/green-16x16.png?f41 51w' sizes='foo-bar'&gt;
+&lt;img srcset='/images/green-1x1.png?f42 50w, /images/green-16x16.png?f42 51w' sizes='(min-width:0) 1px foo bar'&gt;
+&lt;img srcset='/images/green-1x1.png?f43 50w, /images/green-16x16.png?f43 51w' sizes='(min-width:0) 0.1%'&gt;
+&lt;img srcset='/images/green-1x1.png?f44 50w, /images/green-16x16.png?f44 51w' sizes='(min-width:0) 1'&gt;
+&lt;img srcset='/images/green-1x1.png?f45 50w, /images/green-16x16.png?f45 51w' sizes='-1e0px'&gt;
+&lt;img srcset='/images/green-1x1.png?f46 50w, /images/green-16x16.png?f46 51w' sizes='1e1.5px'&gt;
+&lt;img srcset='/images/green-1x1.png?f47 50w, /images/green-16x16.png?f47 51w' style='--foo: 1px' sizes='var(--foo)'&gt;
+&lt;img srcset='/images/green-1x1.png?f48 50w, /images/green-16x16.png?f48 51w' sizes='calc(1px'&gt;
+&lt;img srcset='/images/green-1x1.png?f49 50w, /images/green-16x16.png?f49 51w' sizes='(min-width:0) calc(1px'&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementsizesw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/sizes/parse-a-sizes-attribute.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-iframed.sub.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementsrcsetw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,6 +15,6 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/srcset/common.js
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/srcset/parse-a-srcset-attribute.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/srcset/select-an-image-source.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/common.js
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/parse-a-srcset-attribute.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/select-an-image-source.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheimgelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,11 +15,10 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/3.jpg
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/Image-constructor.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/brokenimg.jpg
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/image-1.jpg
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/img.complete.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/relevant-mutations.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-img-element/update-the-source-set.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/3.jpg
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/Image-constructor.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/brokenimg.jpg
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/image-1.jpg
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/img.complete.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/update-the-source-set.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementobjecthandlerhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/object-handler.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/object-handler.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/object-handler.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;div id=&quot;log&quot;&gt;&lt;/div&gt;
</span><del>-&lt;object id=&quot;test&quot; name=&quot;obj&quot; data=&quot;resources/test0.html&quot; type=&quot;text/html&quot;&gt;&lt;/object&gt;
</del><ins>+&lt;object id=&quot;test&quot; name=&quot;obj&quot; data=&quot;test0.html&quot; type=&quot;text/html&quot;&gt;&lt;/object&gt;
</ins><span class="cx"> &lt;script&gt;
</span><span class="cx"> 
</span><span class="cx"> var t1 = async_test(&quot;The nested browsing context must be navigated to the resource specified by the data attribute.&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementtest0htmlfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementresourcestest0html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test0.html (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/resources/test0.html) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test0.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test0.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;meta charset=&quot;utf-8&quot;&gt;
+&lt;title&gt;HTML Test&lt;/title&gt;
+&lt;link rel=&quot;author&quot; title=&quot;Intel&quot; href=&quot;http://www.intel.com&quot;&gt;
+&lt;script&gt;
+
+parent.callback(&quot;test0&quot;);
+document.location.href = &quot;test1.html&quot;;
+
+&lt;/script&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementtest1htmlfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementresourcestest1html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test1.html (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/resources/test1.html) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test1.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test1.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,9 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;meta charset=&quot;utf-8&quot;&gt;
+&lt;title&gt;HTML Test&lt;/title&gt;
+&lt;link rel=&quot;author&quot; title=&quot;Intel&quot; href=&quot;http://www.intel.com&quot;&gt;
+&lt;script&gt;
+
+parent.callback(&quot;test1&quot;);
+
+&lt;/script&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementtest2htmlfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementresourcestest2html"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test2.html (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/resources/test2.html) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test2.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test2.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;meta charset=&quot;utf-8&quot;&gt;
+&lt;title&gt;HTML Test: object - fallback&lt;/title&gt;
+&lt;link rel=&quot;author&quot; title=&quot;Intel&quot; href=&quot;http://www.intel.com&quot;&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontenttheobjectelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,7 +15,9 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-object-element/object-attributes.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-object-element/object-events.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-object-element/object-fallback.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-object-element/object-handler.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/object-attributes.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/object-fallback.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/object-handler.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test0.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/test2.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentthevideoelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,14 +15,14 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-video-element/video-tabindex.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-video-element/video_content_image-expected.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-video-element/video_content_image.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-video-element/video_content_text-expected.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-video-element/video_content_text.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-video-element/video_dynamic_poster_absolute-expected.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-video-element/video_dynamic_poster_absolute.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-video-element/video_dynamic_poster_relative-expected.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-video-element/video_dynamic_poster_relative.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-video-element/video_initially_paused-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/embedded-content/the-video-element/video_initially_paused.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video-tabindex.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_content_image-expected.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_content_image.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_content_text-expected.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_content_text.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_dynamic_poster_absolute-expected.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_dynamic_poster_absolute.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_dynamic_poster_relative-expected.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_dynamic_poster_relative.htm
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_initially_paused-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_initially_paused.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsattributescommontoformcontrolsdirnameltriframehtmlfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsattributescommontoformcontrolsresourcesdirnameltriframehtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr-iframe.html (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/resources/dirname-ltr-iframe.html) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr-iframe.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr-iframe.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;meta charset=utf-8&gt;
+&lt;title&gt;Submitting element directionality: the dirname attribute support&lt;/title&gt;
+&lt;link rel=&quot;author&quot; title=&quot;Denis Ah-Kang&quot; href=&quot;mailto:denis@w3.org&quot;&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsattributescommontoformcontrolsdirnameltrhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;div id=&quot;log&quot;&gt;&lt;/div&gt;
</span><del>-&lt;form action=&quot;resources/dirname-ltr-iframe.html&quot; method=get target=&quot;iframe&quot;&gt;
</del><ins>+&lt;form action=&quot;dirname-ltr-iframe.html&quot; method=get target=&quot;iframe&quot;&gt;
</ins><span class="cx">   &lt;p&gt;&lt;label&gt;Comment: &lt;input type=text name=&quot;comment&quot; dirname=&quot;comment.dir&quot; required&gt;&lt;/label&gt;&lt;/p&gt;
</span><span class="cx">   &lt;p&gt;&lt;button type=submit&gt;Post Comment&lt;/button&gt;&lt;/p&gt;
</span><span class="cx"> &lt;/form&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsattributescommontoformcontrolsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,8 +15,9 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/attributes-common-to-form-controls/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/attributes-common-to-form-controls/dirname-ltr.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/attributes-common-to-form-controls/disabled-elements-01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/attributes-common-to-form-controls/formAction_document_address.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/attributes-common-to-form-controls/formaction.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr-iframe.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/disabled-elements-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/formAction_document_address.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/formaction.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationvaliditytooLongexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx"> PASS [INPUT in TEXT status] Dirty value - value is less than maxlength 
</span><span class="cx"> PASS [INPUT in TEXT status] Dirty value - length of value(AAA) in unicode is less than maxlength 
</span><span class="cx"> PASS [INPUT in TEXT status] Dirty value - value equals to maxlength 
</span><del>-FAIL [INPUT in TEXT status] Dirty value - length of value is greater than maxlength assert_true: The validity.tooLong should be true. expected true got false
</del><ins>+PASS [INPUT in TEXT status] Dirty value - length of value is greater than maxlength 
</ins><span class="cx"> PASS [INPUT in SEARCH status] Non-dirty value - maxlength is not set 
</span><span class="cx"> PASS [INPUT in SEARCH status] Non-dirty value - value is empty string 
</span><span class="cx"> PASS [INPUT in SEARCH status] Non-dirty value - length of value is less than maxlength 
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx"> PASS [INPUT in SEARCH status] Dirty value - value is less than maxlength 
</span><span class="cx"> PASS [INPUT in SEARCH status] Dirty value - length of value(AAA) in unicode is less than maxlength 
</span><span class="cx"> PASS [INPUT in SEARCH status] Dirty value - value equals to maxlength 
</span><del>-FAIL [INPUT in SEARCH status] Dirty value - length of value is greater than maxlength assert_true: The validity.tooLong should be true. expected true got false
</del><ins>+PASS [INPUT in SEARCH status] Dirty value - length of value is greater than maxlength 
</ins><span class="cx"> PASS [INPUT in TEL status] Non-dirty value - maxlength is not set 
</span><span class="cx"> PASS [INPUT in TEL status] Non-dirty value - value is empty string 
</span><span class="cx"> PASS [INPUT in TEL status] Non-dirty value - length of value is less than maxlength 
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> PASS [INPUT in TEL status] Dirty value - value is less than maxlength 
</span><span class="cx"> PASS [INPUT in TEL status] Dirty value - length of value(AAA) in unicode is less than maxlength 
</span><span class="cx"> PASS [INPUT in TEL status] Dirty value - value equals to maxlength 
</span><del>-FAIL [INPUT in TEL status] Dirty value - length of value is greater than maxlength assert_true: The validity.tooLong should be true. expected true got false
</del><ins>+PASS [INPUT in TEL status] Dirty value - length of value is greater than maxlength 
</ins><span class="cx"> PASS [INPUT in URL status] Non-dirty value - maxlength is not set 
</span><span class="cx"> PASS [INPUT in URL status] Non-dirty value - value is empty string 
</span><span class="cx"> PASS [INPUT in URL status] Non-dirty value - length of value is less than maxlength 
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> PASS [INPUT in URL status] Dirty value - value is less than maxlength 
</span><span class="cx"> PASS [INPUT in URL status] Dirty value - length of value(AAA) in unicode is less than maxlength 
</span><span class="cx"> PASS [INPUT in URL status] Dirty value - value equals to maxlength 
</span><del>-FAIL [INPUT in URL status] Dirty value - length of value is greater than maxlength assert_true: The validity.tooLong should be true. expected true got false
</del><ins>+PASS [INPUT in URL status] Dirty value - length of value is greater than maxlength 
</ins><span class="cx"> PASS [INPUT in EMAIL status] Non-dirty value - maxlength is not set 
</span><span class="cx"> PASS [INPUT in EMAIL status] Non-dirty value - value is empty string 
</span><span class="cx"> PASS [INPUT in EMAIL status] Non-dirty value - length of value is less than maxlength 
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> PASS [INPUT in EMAIL status] Dirty value - value is less than maxlength 
</span><span class="cx"> PASS [INPUT in EMAIL status] Dirty value - length of value(AAA) in unicode is less than maxlength 
</span><span class="cx"> PASS [INPUT in EMAIL status] Dirty value - value equals to maxlength 
</span><del>-FAIL [INPUT in EMAIL status] Dirty value - length of value is greater than maxlength assert_true: The validity.tooLong should be true. expected true got false
</del><ins>+PASS [INPUT in EMAIL status] Dirty value - length of value is greater than maxlength 
</ins><span class="cx"> PASS [INPUT in PASSWORD status] Non-dirty value - maxlength is not set 
</span><span class="cx"> PASS [INPUT in PASSWORD status] Non-dirty value - value is empty string 
</span><span class="cx"> PASS [INPUT in PASSWORD status] Non-dirty value - length of value is less than maxlength 
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> PASS [INPUT in PASSWORD status] Dirty value - value is less than maxlength 
</span><span class="cx"> PASS [INPUT in PASSWORD status] Dirty value - length of value(AAA) in unicode is less than maxlength 
</span><span class="cx"> PASS [INPUT in PASSWORD status] Dirty value - value equals to maxlength 
</span><del>-FAIL [INPUT in PASSWORD status] Dirty value - length of value is greater than maxlength assert_true: The validity.tooLong should be true. expected true got false
</del><ins>+PASS [INPUT in PASSWORD status] Dirty value - length of value is greater than maxlength 
</ins><span class="cx"> PASS [textarea]  Non-dirty value - maxlength is not set 
</span><span class="cx"> PASS [textarea]  Non-dirty value - value is empty string 
</span><span class="cx"> PASS [textarea]  Non-dirty value - length of value is less than maxlength 
</span><span class="lines">@@ -62,5 +62,5 @@
</span><span class="cx"> PASS [textarea]  Dirty value - value is less than maxlength 
</span><span class="cx"> PASS [textarea]  Dirty value - length of value(LF, CRLF) in unicode is less than maxlength 
</span><span class="cx"> PASS [textarea]  Dirty value - length of value equals to maxlength 
</span><del>-FAIL [textarea]  Dirty value - length of value is greater than maxlength assert_true: The validity.tooLong should be true. expected true got false
</del><ins>+PASS [textarea]  Dirty value - length of value is greater than maxlength 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationvaliditytooLonghtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -23,7 +23,8 @@
</span><span class="cx">         {conditions: {maxLength: &quot;4&quot;, value: &quot;abc&quot;}, expected: false, name: &quot;[target] Dirty value - value is less than maxlength&quot;, dirty: true},
</span><span class="cx">         {conditions: {maxLength: &quot;4&quot;, value: &quot;\u0041\u0041\u0041&quot;}, expected: false, name: &quot;[target] Dirty value - length of value(AAA) in unicode is less than maxlength&quot;, dirty: true},
</span><span class="cx">         {conditions: {maxLength: &quot;4&quot;, value: &quot;abcd&quot;}, expected: false, name: &quot;[target] Dirty value - value equals to maxlength&quot;, dirty: true},
</span><del>-        {conditions: {maxLength: &quot;4&quot;, value: &quot;abcde&quot;}, expected: true, name: &quot;[target] Dirty value - length of value is greater than maxlength&quot;, dirty: true}
</del><ins>+        // False due to lack of required interactive editing by the user
+        {conditions: {maxLength: &quot;4&quot;, value: &quot;abcde&quot;}, expected: false, name: &quot;[target] Dirty value - length of value is greater than maxlength&quot;, dirty: true}
</ins><span class="cx">       ]
</span><span class="cx">     },
</span><span class="cx">     {
</span><span class="lines">@@ -39,7 +40,8 @@
</span><span class="cx">         {conditions: {maxLength: &quot;4&quot;, value: &quot;abc&quot;}, expected: false, name: &quot;[target] Dirty value - value is less than maxlength&quot;, dirty: true},
</span><span class="cx">         {conditions: {maxLength: &quot;4&quot;, value: &quot;\u000D\u000A&quot;}, expected: false, name: &quot;[target] Dirty value - length of value(LF, CRLF) in unicode is less than maxlength&quot;, dirty: true},
</span><span class="cx">         {conditions: {maxLength: &quot;4&quot;, value: &quot;abcd&quot;}, expected: false, name: &quot;[target] Dirty value - length of value equals to maxlength&quot;, dirty: true},
</span><del>-        {conditions: {maxLength: &quot;4&quot;, value: &quot;abcde&quot;}, expected: true, name: &quot;[target] Dirty value - length of value is greater than maxlength&quot;, dirty: true}
</del><ins>+        // False due to lack of required interactive editing by the user
+        {conditions: {maxLength: &quot;4&quot;, value: &quot;abcde&quot;}, expected: false, name: &quot;[target] Dirty value - length of value is greater than maxlength&quot;, dirty: true}
</ins><span class="cx">       ]
</span><span class="cx">     }
</span><span class="cx">   ];
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationvalidityvalueMissingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> PASS [INPUT in NUMBER status] Value is a number with some white spaces 
</span><span class="cx"> PASS [INPUT in NUMBER status] Value is Math.pow(2, 1024) 
</span><span class="cx"> PASS [INPUT in NUMBER status] Value is Math.pow(-2, 1024) 
</span><del>-PASS [INPUT in NUMBER status] Value is a string that can not be coverted to a number 
</del><ins>+PASS [INPUT in NUMBER status] Value is a string that cannot be converted to a number 
</ins><span class="cx"> PASS [INPUT in NUMBER status] The value attribute is empty string 
</span><span class="cx"> PASS [INPUT in CHECKBOX status] The required attribute is not set 
</span><span class="cx"> PASS [INPUT in CHECKBOX status] The checked attribute is true 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationvalidityvalueMissinghtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx">         {conditions: {required: true, value: &quot; 123 &quot;}, expected: true, name: &quot;[target] Value is a number with some white spaces&quot;},
</span><span class="cx">         {conditions: {required: true, value: Math.pow(2, 1024)}, expected: true, name: &quot;[target] Value is Math.pow(2, 1024)&quot;},
</span><span class="cx">         {conditions: {required: true, value: Math.pow(-2, 1024)}, expected: true, name: &quot;[target] Value is Math.pow(-2, 1024)&quot;},
</span><del>-        {conditions: {required: true, value: &quot;abc&quot;}, expected: true, name: &quot;[target] Value is a string that can not be coverted to a number&quot;},
</del><ins>+        {conditions: {required: true, value: &quot;abc&quot;}, expected: true, name: &quot;[target] Value is a string that cannot be converted to a number&quot;},
</ins><span class="cx">         {conditions: {required: true, value: &quot;&quot;}, expected: true, name: &quot;[target] The value attribute is empty string&quot;}
</span><span class="cx">       ]
</span><span class="cx">     },
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationwillValidateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -10,27 +10,27 @@
</span><span class="cx"> PASS [object]  Must be barred from the constraint validation 
</span><span class="cx"> PASS [keygen]  Must be barred from the constraint validation 
</span><span class="cx"> PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is disabled 
</span><del>-FAIL [INPUT in TEXT status] The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [INPUT in TEXT status] The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [INPUT in TEXT status] Must be barred from the constraint validation if it is readonly 
</span><span class="cx"> PASS [INPUT in TEXT status] The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> PASS [INPUT in SEARCH status] Must be barred from the constraint validation if it is disabled 
</span><del>-FAIL [INPUT in SEARCH status] The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [INPUT in SEARCH status] The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [INPUT in SEARCH status] Must be barred from the constraint validation if it is readonly 
</span><span class="cx"> PASS [INPUT in SEARCH status] The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> PASS [INPUT in TEL status] Must be barred from the constraint validation if it is disabled 
</span><del>-FAIL [INPUT in TEL status] The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [INPUT in TEL status] The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [INPUT in TEL status] Must be barred from the constraint validation if it is readonly 
</span><span class="cx"> PASS [INPUT in TEL status] The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> PASS [INPUT in URL status] Must be barred from the constraint validation if it is disabled 
</span><del>-FAIL [INPUT in URL status] The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [INPUT in URL status] The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [INPUT in URL status] Must be barred from the constraint validation if it is readonly 
</span><span class="cx"> PASS [INPUT in URL status] The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> PASS [INPUT in EMAIL status] Must be barred from the constraint validation if it is disabled 
</span><del>-FAIL [INPUT in EMAIL status] The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [INPUT in EMAIL status] The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [INPUT in EMAIL status] Must be barred from the constraint validation if it is readonly 
</span><span class="cx"> PASS [INPUT in EMAIL status] The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> PASS [INPUT in PASSWORD status] Must be barred from the constraint validation if it is disabled 
</span><del>-FAIL [INPUT in PASSWORD status] The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [INPUT in PASSWORD status] The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [INPUT in PASSWORD status] Must be barred from the constraint validation if it is readonly 
</span><span class="cx"> PASS [INPUT in PASSWORD status] The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> FAIL [INPUT in DATETIME status] The datetime type must be supported. assert_equals: The datetime type should be supported. expected &quot;datetime&quot; but got &quot;text&quot;
</span><span class="lines">@@ -39,24 +39,24 @@
</span><span class="cx"> FAIL [INPUT in WEEK status] The week type must be supported. assert_equals: The week type should be supported. expected &quot;week&quot; but got &quot;text&quot;
</span><span class="cx"> FAIL [INPUT in TIME status] The time type must be supported. assert_equals: The time type should be supported. expected &quot;time&quot; but got &quot;text&quot;
</span><span class="cx"> PASS [INPUT in COLOR status] Must be barred from the constraint validation if it is disabled 
</span><del>-FAIL [INPUT in COLOR status] The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [INPUT in COLOR status] The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [INPUT in COLOR status] Must be barred from the constraint validation if it is readonly 
</span><span class="cx"> PASS [INPUT in COLOR status] The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> PASS [INPUT in FILE status] Must be barred from the constraint validation if it is disabled 
</span><del>-FAIL [INPUT in FILE status] The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [INPUT in FILE status] The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [INPUT in FILE status] Must be barred from the constraint validation if it is readonly 
</span><span class="cx"> PASS [INPUT in FILE status] The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> PASS [INPUT in SUBMIT status] Must be barred from the constraint validation if it is disabled 
</span><del>-FAIL [INPUT in SUBMIT status] The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [INPUT in SUBMIT status] The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [INPUT in SUBMIT status] Must be barred from the constraint validation if it is readonly 
</span><span class="cx"> PASS [INPUT in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> PASS [BUTTON in SUBMIT status] Must be barred from the constraint validation 
</span><del>-FAIL [BUTTON in SUBMIT status] The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [BUTTON in SUBMIT status] The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [BUTTON in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> PASS [select]  Must be barred from the constraint validation 
</span><del>-FAIL [select]  The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [select]  The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [select]  The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> PASS [textarea]  Must be barred from the constraint validation 
</span><del>-FAIL [textarea]  The willValidate attribute must be true if an elment is mutable assert_true: The willValidate attribute should be true. expected true got false
</del><ins>+PASS [textarea]  The willValidate attribute must be true if an element is mutable 
</ins><span class="cx"> PASS [textarea]  The willValidate attribute must be false if it has a datalist ancestor 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsformvalidationwillValidatehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">       types: [&quot;text&quot;, &quot;search&quot;, &quot;tel&quot;, &quot;url&quot;, &quot;email&quot;, &quot;password&quot;, &quot;datetime&quot;, &quot;date&quot;, &quot;month&quot;, &quot;week&quot;, &quot;time&quot;, &quot;color&quot;, &quot;file&quot;, &quot;submit&quot;],
</span><span class="cx">       testData: [
</span><span class="cx">         {conditions: {disabled: true}, expected: false, name: &quot;[target] Must be barred from the constraint validation if it is disabled&quot;},
</span><del>-        {conditions: {disabled: false, readOnly: false}, expected: true, name: &quot;[target] The willValidate attribute must be true if an elment is mutable&quot;},
</del><ins>+        {conditions: {disabled: false, readOnly: false}, expected: true, name: &quot;[target] The willValidate attribute must be true if an element is mutable&quot;},
</ins><span class="cx">         {conditions: {readOnly: true}, expected: false, name: &quot;[target] Must be barred from the constraint validation if it is readonly&quot;},
</span><span class="cx">         {conditions: {disabled: false, readOnly: false}, expected: false, name: &quot;[target] The willValidate attribute must be false if it has a datalist ancestor&quot;, ancestor: &quot;datalist&quot;},
</span><span class="cx">       ]
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">       types: [&quot;submit&quot;],
</span><span class="cx">       testData: [
</span><span class="cx">         {conditions: {disabled: true}, expected: false, name: &quot;[target] Must be barred from the constraint validation&quot;},
</span><del>-        {conditions: {disabled: false}, expected: true, name: &quot;[target] The willValidate attribute must be true if an elment is mutable&quot;},
</del><ins>+        {conditions: {disabled: false}, expected: true, name: &quot;[target] The willValidate attribute must be true if an element is mutable&quot;},
</ins><span class="cx">         {conditions: {disabled: false}, expected: false, name: &quot;[target] The willValidate attribute must be false if it has a datalist ancestor&quot;, ancestor: &quot;datalist&quot;}
</span><span class="cx">       ]
</span><span class="cx">     },
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">       types: [],
</span><span class="cx">       testData: [
</span><span class="cx">         {conditions: {disabled: true}, expected: false, name: &quot;[target] Must be barred from the constraint validation&quot;},
</span><del>-        {conditions: {disabled: false}, expected: true, name: &quot;[target] The willValidate attribute must be true if an elment is mutable&quot;},
</del><ins>+        {conditions: {disabled: false}, expected: true, name: &quot;[target] The willValidate attribute must be true if an element is mutable&quot;},
</ins><span class="cx">         {conditions: {disabled: false}, expected: false, name: &quot;[target] The willValidate attribute must be false if it has a datalist ancestor&quot;, ancestor: &quot;datalist&quot;}
</span><span class="cx">       ]
</span><span class="cx">     },
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx">       types: [],
</span><span class="cx">       testData: [,
</span><span class="cx">         {conditions: {disabled: true}, expected: false, name: &quot;[target] Must be barred from the constraint validation&quot;},
</span><del>-        {conditions: {disabled: false}, expected: true, name: &quot;[target] The willValidate attribute must be true if an elment is mutable&quot;},
</del><ins>+        {conditions: {disabled: false}, expected: true, name: &quot;[target] The willValidate attribute must be true if an element is mutable&quot;},
</ins><span class="cx">         {conditions: {disabled: false}, expected: false, name: &quot;[target] The willValidate attribute must be false if it has a datalist ancestor&quot;, ancestor: &quot;datalist&quot;}
</span><span class="cx">       ]
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintssupportvalidatorjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/support/validator.js (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/support/validator.js        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/support/validator.js        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -229,8 +229,8 @@
</span><span class="cx">         assert_true(ctl.reportValidity(), &quot;The reportValidity method should be true.&quot;);
</span><span class="cx">         assert_false(eventFired, &quot;The invalid event should not be fired.&quot;);
</span><span class="cx">       } else {
</span><ins>+        assert_false(ctl.reportValidity(), &quot;The reportValidity method should be false.&quot;);
</ins><span class="cx">         assert_true(eventFired, &quot;The invalid event should be fired.&quot;);
</span><del>-        assert_false(ctl.reportValidity(), &quot;The reportValidity method should be false.&quot;);
</del><span class="cx">       }
</span><span class="cx">     }, data.name);
</span><span class="cx"> 
</span><span class="lines">@@ -262,8 +262,20 @@
</span><span class="cx">   },
</span><span class="cx"> 
</span><span class="cx">   set_conditions: function (ctl, obj) {
</span><del>-    [&quot;required&quot;, &quot;pattern&quot;, &quot;step&quot;, &quot;max&quot;, &quot;min&quot;, &quot;maxlength&quot;,
-     &quot;value&quot;, &quot;multiple&quot;, &quot;checked&quot;, &quot;selected&quot;].forEach(function(item) {
</del><ins>+    [
+      &quot;checked&quot;,
+      &quot;disabled&quot;,
+      &quot;max&quot;,
+      &quot;maxlength&quot;,
+      &quot;min&quot;,
+      &quot;minlength&quot;,
+      &quot;multiple&quot;,
+      &quot;pattern&quot;,
+      &quot;required&quot;,
+      &quot;selected&quot;,
+      &quot;step&quot;,
+      &quot;value&quot;
+    ].forEach(function(item) {
</ins><span class="cx">       ctl.removeAttribute(item);
</span><span class="cx">     });
</span><span class="cx">     for (var attr in obj) {
</span><span class="lines">@@ -273,14 +285,16 @@
</span><span class="cx">   },
</span><span class="cx"> 
</span><span class="cx">   set_dirty: function(ctl) {
</span><del>-    document.disgnMode = &quot;on&quot;;
</del><ins>+    document.designMode = &quot;on&quot;;
</ins><span class="cx">     ctl.focus();
</span><span class="cx">     var old_value = ctl.value;
</span><span class="cx">     ctl.value = &quot;a&quot;;
</span><span class="cx">     ctl.value = old_value;
</span><del>-    ctl.setSelectionRange(ctl.value.length, ctl.value.length);
</del><ins>+    if (ctl.type !== 'email') {
+      ctl.setSelectionRange(ctl.value.length, ctl.value.length);
+    }
</ins><span class="cx">     document.execCommand(&quot;Delete&quot;);
</span><del>-    document.disgnMode = &quot;off&quot;;
</del><ins>+    document.designMode = &quot;off&quot;;
</ins><span class="cx">   },
</span><span class="cx"> 
</span><span class="cx">   pre_check: function(ctl, item) {
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintssupportw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/support/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/support/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/support/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/support/validator.js
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/support/validator.js
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsconstraintsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-checkValidity.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-reportValidity.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validate.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validity-badInput.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validity-customError.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validity-patternMismatch.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validity-rangeOverflow.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validity-rangeUnderflow.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validity-stepMismatch.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validity-tooLong.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validity-tooShort.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validity-typeMismatch.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validity-valid.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-validity-valueMissing.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/form-validation-willValidate.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/constraints/inputwillvalidate.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validate.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-badInput.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-customError.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-patternMismatch.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeOverflow.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-stepMismatch.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooShort.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-typeMismatch.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/constraints/inputwillvalidate.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsformcontrolinfrastructurew3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/form-control-infrastructure/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/form-control-infrastructure/form.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-control-infrastructure/form.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsformsubmission0w3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/form-submission-0/contains.json
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/contains.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsintroduction1w3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/introduction-1/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/introduction-1/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/introduction-1/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/introduction-1/contains.json
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/introduction-1/contains.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsresettingaformw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/resetting-a-form/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/resetting-a-form/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/resetting-a-form/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/resetting-a-form/reset-form.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/resetting-a-form/reset-form.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstextfieldselectiontextfieldselectionsetSelectionRangeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -33,11 +33,11 @@
</span><span class="cx"> PASS textarea direction of setSelectionRange(0,1,&quot;hoge&quot;) 
</span><span class="cx"> PASS textarea direction of setSelectionRange(0,1,&quot;BACKWARD&quot;) 
</span><span class="cx"> PASS textarea direction of setSelectionRange(0,1) 
</span><del>-FAIL textarea setSelectionRange(&quot;string&quot;,1) assert_equals: element.selectionStart should be 0 expected 1 but got 0
</del><ins>+PASS textarea setSelectionRange(&quot;string&quot;,1) 
</ins><span class="cx"> PASS textarea setSelectionRange(true,1) 
</span><del>-FAIL textarea setSelectionRange([],1) assert_equals: element.selectionStart should be 0 expected 1 but got 0
-FAIL textarea setSelectionRange({},1) assert_equals: element.selectionStart should be 0 expected 1 but got 0
-FAIL textarea setSelectionRange(NaN,1) assert_equals: element.selectionStart should be 0 expected 1 but got 0
-FAIL textarea setSelectionRange(null,1) assert_equals: element.selectionStart should be 0 expected 1 but got 0
-FAIL textarea setSelectionRange(undefined,1) assert_equals: element.selectionStart should be 0 expected 1 but got 0
</del><ins>+PASS textarea setSelectionRange([],1) 
+PASS textarea setSelectionRange({},1) 
+PASS textarea setSelectionRange(NaN,1) 
+PASS textarea setSelectionRange(null,1) 
+PASS textarea setSelectionRange(undefined,1) 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstextfieldselectiontextfieldselectionsetSelectionRangehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -181,7 +181,7 @@
</span><span class="cx"> 
</span><span class="cx">   test(function() {
</span><span class="cx">     textarea.setSelectionRange(&quot;string&quot;,1);
</span><del>-    assert_equals(textarea.selectionStart, 1, &quot;element.selectionStart should be 0&quot;);
</del><ins>+    assert_equals(textarea.selectionStart, 0, &quot;element.selectionStart should be 0&quot;);
</ins><span class="cx">     assert_equals(textarea.selectionEnd, 1, &quot;element.selectionStart should be 1&quot;);
</span><span class="cx">   },'textarea setSelectionRange(&quot;string&quot;,1)');
</span><span class="cx"> 
</span><span class="lines">@@ -193,31 +193,31 @@
</span><span class="cx"> 
</span><span class="cx">   test(function() {
</span><span class="cx">     textarea.setSelectionRange([],1);
</span><del>-    assert_equals(textarea.selectionStart, 1, &quot;element.selectionStart should be 0&quot;);
</del><ins>+    assert_equals(textarea.selectionStart, 0, &quot;element.selectionStart should be 0&quot;);
</ins><span class="cx">     assert_equals(textarea.selectionEnd, 1, &quot;element.selectionStart should be 1&quot;);
</span><span class="cx">   },'textarea setSelectionRange([],1)');
</span><span class="cx"> 
</span><span class="cx">   test(function() {
</span><span class="cx">     textarea.setSelectionRange({},1);
</span><del>-    assert_equals(textarea.selectionStart, 1, &quot;element.selectionStart should be 0&quot;);
</del><ins>+    assert_equals(textarea.selectionStart, 0, &quot;element.selectionStart should be 0&quot;);
</ins><span class="cx">     assert_equals(textarea.selectionEnd, 1, &quot;element.selectionStart should be 1&quot;);
</span><span class="cx">   },'textarea setSelectionRange({},1)');
</span><span class="cx"> 
</span><span class="cx">   test(function() {
</span><span class="cx">     textarea.setSelectionRange(NaN,1);
</span><del>-    assert_equals(textarea.selectionStart, 1, &quot;element.selectionStart should be 0&quot;);
</del><ins>+    assert_equals(textarea.selectionStart, 0, &quot;element.selectionStart should be 0&quot;);
</ins><span class="cx">     assert_equals(textarea.selectionEnd, 1, &quot;element.selectionStart should be 1&quot;);
</span><span class="cx">   },'textarea setSelectionRange(NaN,1)');
</span><span class="cx"> 
</span><span class="cx">   test(function() {
</span><span class="cx">     textarea.setSelectionRange(null,1);
</span><del>-    assert_equals(textarea.selectionStart, 1, &quot;element.selectionStart should be 0&quot;);
</del><ins>+    assert_equals(textarea.selectionStart, 0, &quot;element.selectionStart should be 0&quot;);
</ins><span class="cx">     assert_equals(textarea.selectionEnd, 1, &quot;element.selectionStart should be 1&quot;);
</span><span class="cx">   },'textarea setSelectionRange(null,1)');
</span><span class="cx"> 
</span><span class="cx">   test(function() {
</span><span class="cx">     textarea.setSelectionRange(undefined,1);
</span><del>-    assert_equals(textarea.selectionStart, 1, &quot;element.selectionStart should be 0&quot;);
</del><ins>+    assert_equals(textarea.selectionStart, 0, &quot;element.selectionStart should be 0&quot;);
</ins><span class="cx">     assert_equals(textarea.selectionEnd, 1, &quot;element.selectionStart should be 1&quot;);
</span><span class="cx">   },'textarea setSelectionRange(undefined,1)');
</span><span class="cx"> },&quot;test of textarea.setSelectionRange&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstextfieldselectionw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,10 +15,8 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/textfieldselection/original-id.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/textfieldselection/select-event.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/textfieldselection/selection-not-application-textarea.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/textfieldselection/selection-not-application.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/textfieldselection/selection.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/textfieldselection/textfieldselection-setRangeText.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/textfieldselection/textfieldselection-setSelectionRange.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/original-id.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-textarea.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthebuttonelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-button-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-button-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-button-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-button-element/button-events.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-button-element/button-validation.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-button-element/button-events.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-button-element/button-validation.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthedatalistelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-datalist-element/datalistoptions.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element/datalistoptions.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthefieldsetelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-fieldset-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-fieldset-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-fieldset-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,6 +15,6 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-fieldset-element/HTMLFieldSetElement.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-fieldset-element/disabled-001.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-fieldset-element/disabled-002.xhtml
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-fieldset-element/HTMLFieldSetElement.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-fieldset-element/disabled-001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-fieldset-element/disabled-002.xhtml
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheformelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,9 +15,9 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-form-element/form-autocomplete.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-form-element/form-elements-interfaces-01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-form-element/form-elements-matches.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-form-element/form-elements-nameditem-01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-form-element/form-elements-nameditem-02.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-form-element/form-nameditem.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-autocomplete.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-interfaces-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-matches.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-nameditem-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-nameditem-02.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-nameditem.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementinputtextselection01expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -4,7 +4,6 @@
</span><span class="cx"> PASS Selection attributes should apply to type search 
</span><span class="cx"> PASS Selection attributes should apply to type url 
</span><span class="cx"> PASS Selection attributes should apply to type tel 
</span><del>-PASS Selection attributes should apply to type email 
</del><span class="cx"> PASS Selection attributes should apply to type password 
</span><span class="cx"> FAIL Selection attributes should not apply to type hidden assert_throws: Should throw with type hidden function &quot;function () { input.select(); }&quot; did not throw
</span><span class="cx"> FAIL Selection attributes should not apply to type datetime assert_equals: Input type unsupported expected &quot;datetime&quot; but got &quot;text&quot;
</span><span class="lines">@@ -19,6 +18,7 @@
</span><span class="cx"> FAIL Selection attributes should not apply to type radio assert_throws: Should throw with type radio function &quot;function () { input.select(); }&quot; did not throw
</span><span class="cx"> FAIL Selection attributes should not apply to type button assert_throws: Should throw with type button function &quot;function () { input.select(); }&quot; did not throw
</span><span class="cx"> FAIL Selection attributes should not apply to type file assert_throws: Should throw with type file function &quot;function () { input.select(); }&quot; did not throw
</span><ins>+FAIL Selection attributes should not apply to type email assert_throws: Should throw with type email function &quot;function () { input.select(); }&quot; did not throw
</ins><span class="cx"> FAIL Selection attributes should not apply to type submit assert_throws: Should throw with type submit function &quot;function () { input.select(); }&quot; did not throw
</span><span class="cx"> FAIL Selection attributes should not apply to type image assert_throws: Should throw with type image function &quot;function () { input.select(); }&quot; did not throw
</span><span class="cx"> FAIL Selection attributes should not apply to type reset assert_throws: Should throw with type reset function &quot;function () { input.select(); }&quot; did not throw
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementinputtextselection01html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -7,10 +7,10 @@
</span><span class="cx"> &lt;div id=&quot;log&quot;&gt;&lt;/div&gt;
</span><span class="cx"> &lt;script&gt;
</span><span class="cx"> test(function() {
</span><del>-  var valid = [&quot;text&quot;, &quot;search&quot;, &quot;url&quot;, &quot;tel&quot;, &quot;email&quot;, &quot;password&quot;];
</del><ins>+  var valid = [&quot;text&quot;, &quot;search&quot;, &quot;url&quot;, &quot;tel&quot;, &quot;password&quot;];
</ins><span class="cx">   var invalid = [&quot;hidden&quot;, &quot;datetime&quot;, &quot;date&quot;, &quot;month&quot;, &quot;week&quot;, &quot;datetime-local&quot;,
</span><span class="cx">                  &quot;number&quot;, &quot;range&quot;, &quot;color&quot;, &quot;checkbox&quot;, &quot;radio&quot;, &quot;button&quot;,
</span><del>-                 &quot;file&quot;, &quot;submit&quot;, &quot;image&quot;, &quot;reset&quot;];
</del><ins>+                 &quot;file&quot;, &quot;email&quot;, &quot;submit&quot;, &quot;image&quot;, &quot;reset&quot;];
</ins><span class="cx">   valid.forEach(function(aType) {
</span><span class="cx">     test(function() {
</span><span class="cx">       var input = document.createElement(&quot;input&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,39 +15,39 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/button.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/checkbox.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/checked.xhtml
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/color.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/date.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/datetime-2.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/datetime-local.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/datetime.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/email.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/files.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/hidden.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/image01-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/image01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/input-textselection-01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/input-type-button.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/input-type-checkbox.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/month.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/number.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/password.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/pattern_attribute.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/radio-groupname-case.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/radio.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/range-2.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/range.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/required_attribute.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/reset.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/search_input.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/telephone.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/text.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/time-2.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/time.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/type-change-state.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/url.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/valueMode.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-input-element/week.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/button.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/checkbox.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/checked.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/color.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/date.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/datetime-2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/datetime-local.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/datetime.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/email.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/files.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/hidden.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/image01-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/image01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-type-button.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-type-checkbox.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/month.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/number.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/password.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/pattern_attribute.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/radio-groupname-case.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/radio.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/range-2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/range.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/required_attribute.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/reset.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/search_input.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/telephone.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/text.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/type-change-state.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/url.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/valueMode.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/week.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthelabelelementlabelattributeshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx"> 
</span><span class="cx">   test(function () {
</span><span class="cx">     assert_equals(document.getElementById(&quot;test5&quot;).labels.length, 0,
</span><del>-                  &quot;The number of labels should be 0 if the form control has an ancestor label elment that the for attribute points to another control.&quot;);
</del><ins>+                  &quot;The number of labels should be 0 if the form control has an ancestor label element that the for attribute points to another control.&quot;);
</ins><span class="cx">     assert_equals(document.getElementById(&quot;lbl2&quot;).control, null,
</span><span class="cx">                   &quot;The labeled cotrol should be associated with the control whose ID is equal to the value of the 'for' attribute.&quot;);
</span><span class="cx">   }, &quot;A form control has no label 2.&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthelabelelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-label-element/label-attributes.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-label-element/labelable-elements.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/label-attributes.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthelegendelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-legend-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-legend-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-legend-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-legend-element/legend-form.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-legend-element/legend-form.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthemeterelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-meter-element/meter.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/meter.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheoptionelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,10 +15,10 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-option-element/option-label-value.js
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-option-element/option-label.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-option-element/option-text-backslash.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-option-element/option-text-label.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-option-element/option-text-recurse.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-option-element/option-text-spaces.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-option-element/option-value.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/option-label-value.js
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/option-label.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/option-text-backslash.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/option-text-label.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/option-text-recurse.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/option-text-spaces.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-option-element/option-value.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheoutputelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-output-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-output-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-output-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-output-element/output.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-output-element/output.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheprogresselementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-progress-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-progress-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-progress-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-progress-element/progress-2.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-progress-element/progress.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-progress-element/progress-2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-progress-element/progress.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheselectelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-select-element/common-HTMLOptionsCollection-namedItem.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-select-element/common-HTMLOptionsCollection.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-select-element/select-named-getter.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-select-element/select-remove.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/common-HTMLOptionsCollection-namedItem.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/common-HTMLOptionsCollection.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-named-getter.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-remove.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthetextareaelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,6 +15,6 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-textarea-element/textarea-newline-bidi-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-textarea-element/textarea-newline-bidi.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/forms/the-textarea-element/textarea-type.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/textarea-newline-bidi-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/textarea-newline-bidi.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-textarea-element/textarea-type.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheddelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dd-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dd-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dd-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-dd-element/grouping-dd.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dd-element/grouping-dd.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthedivelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-div-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-div-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-div-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-div-element/grouping-div.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-div-element/grouping-div.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthedlelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dl-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dl-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dl-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-dl-element/grouping-dl.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dl-element/grouping-dl.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthedtelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dt-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dt-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dt-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-dt-element/grouping-dt.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-dt-element/grouping-dt.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthefigcaptionelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-figcaption-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-figcaption-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-figcaption-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-figcaption-element/grouping-figcaption.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-figcaption-element/grouping-figcaption.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthefigureelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-figure-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-figure-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-figure-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-figure-element/grouping-figure.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-figure-element/grouping-figure.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthehrelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-hr-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-hr-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-hr-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-hr-element/grouping-hr.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-hr-element/grouping-hr.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthelielementgroupinglireftest002refexpectedhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref-expected.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref-expected.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref-expected.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,35 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;meta charset=&quot;utf-8&quot;&gt;
-    &lt;title&gt;li element&lt;/title&gt;
-    &lt;link rel=&quot;author&quot; title=&quot;dzenana&quot; href=&quot;mailto:dzenana.trenutak@gmail.com&quot;&gt;
-    &lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/multipage/#the-li-element&quot;&gt;
-    &lt;link rel=&quot;match&quot; href=&quot;grouping-li-reftest-002-ref.html&quot; /&gt;
-    &lt;meta name=&quot;assert&quot; content=&quot;li elements with ol parents have ordinal values.&quot; /&gt;
-    &lt;style type=&quot;text/css&quot;&gt;
-        span p {display:list-item; margin-left: 0; margin-top: 0; margin-bottom: 0; padding-left: 0; padding-top: 0; padding-bottom: 0;}
-        span span p {margin-left: 0; margin-top: 0; margin-bottom: 0; padding-left: 5em; padding-top: 0; padding-bottom: 0; font-family: monospace;}
-    &lt;/style&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;h1&gt;Description&lt;/h1&gt;
-    &lt;p&gt;This test continues to validate the li element.&lt;/p&gt;
-
-    &lt;p&gt;The spec states:&lt;/p&gt;
-    &lt;blockquote&gt;&quot;If the parent element is an ol element, then the li element has an ordinal value. The value attribute is processed relative to the element's parent ol element (q.v.), if there is one. If there is not, the attribute has no effect.&quot;&lt;/blockquote&gt;
-    &lt;p&gt;This reftest verifies that the value attribute has an effect when applied to a list item with an ol parent.&lt;/p&gt;
-    &lt;p&gt;A reftest is necessary because the values of li elements as calculated by the user agent are NOT available programatically.  Only explicitly-set values are then available programatically.&lt;/p&gt;
-    &lt;p&gt;This reftest passes if you see the numbers 1. 2. 3. below the words &quot;Ordered List&quot;&lt;/p&gt;
-
-    &lt;span&gt;
-        &lt;p&gt;Ordered List&lt;/p&gt;
-        &lt;span&gt;
-            &lt;p&gt;1.&lt;/p&gt;
-            &lt;p&gt;2.&lt;/p&gt;
-            &lt;p&gt;3.&lt;/p&gt;
-        &lt;/span&gt;
-    &lt;/span&gt;
-
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthelielementgroupinglireftest002refhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-ref.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,35 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;meta charset=&quot;utf-8&quot;&gt;
-    &lt;title&gt;li element&lt;/title&gt;
-    &lt;link rel=&quot;author&quot; title=&quot;dzenana&quot; href=&quot;mailto:dzenana.trenutak@gmail.com&quot;&gt;
-    &lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/multipage/#the-li-element&quot;&gt;
-    &lt;link rel=&quot;match&quot; href=&quot;grouping-li-reftest-002-ref.html&quot; /&gt;
-    &lt;meta name=&quot;assert&quot; content=&quot;li elements with ol parents have ordinal values.&quot; /&gt;
-    &lt;style type=&quot;text/css&quot;&gt;
-        span p {display:list-item; margin-left: 0; margin-top: 0; margin-bottom: 0; padding-left: 0; padding-top: 0; padding-bottom: 0;}
-        span span p {margin-left: 0; margin-top: 0; margin-bottom: 0; padding-left: 5em; padding-top: 0; padding-bottom: 0; font-family: monospace;}
-    &lt;/style&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;h1&gt;Description&lt;/h1&gt;
-    &lt;p&gt;This test continues to validate the li element.&lt;/p&gt;
-
-    &lt;p&gt;The spec states:&lt;/p&gt;
-    &lt;blockquote&gt;&quot;If the parent element is an ol element, then the li element has an ordinal value. The value attribute is processed relative to the element's parent ol element (q.v.), if there is one. If there is not, the attribute has no effect.&quot;&lt;/blockquote&gt;
-    &lt;p&gt;This reftest verifies that the value attribute has an effect when applied to a list item with an ol parent.&lt;/p&gt;
-    &lt;p&gt;A reftest is necessary because the values of li elements as calculated by the user agent are NOT available programatically.  Only explicitly-set values are then available programatically.&lt;/p&gt;
-    &lt;p&gt;This reftest passes if you see the numbers 1. 2. 3. below the words &quot;Ordered List&quot;&lt;/p&gt;
-
-    &lt;span&gt;
-        &lt;p&gt;Ordered List&lt;/p&gt;
-        &lt;span&gt;
-            &lt;p&gt;1.&lt;/p&gt;
-            &lt;p&gt;2.&lt;/p&gt;
-            &lt;p&gt;3.&lt;/p&gt;
-        &lt;/span&gt;
-    &lt;/span&gt;
-
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthelielementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,12 +15,10 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-li-element/grouping-li-reftest-001-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-li-element/grouping-li-reftest-001-ref-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-li-element/grouping-li-reftest-001-ref.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-li-element/grouping-li-reftest-001.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-li-element/grouping-li-reftest-002-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-li-element/grouping-li-reftest-002-ref-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-li-element/grouping-li-reftest-002-ref.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-li-element/grouping-li-reftest-002.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-li-element/grouping-li.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001-ref-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001-ref.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-002.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheolelementreversed1ahtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;ol reversed&gt;
+  &lt;li&gt;Three&lt;/li&gt;
+  &lt;li&gt;Two&lt;/li&gt;
+  &lt;li&gt;One&lt;/li&gt;
+&lt;/ol&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheolelementreversed1bhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1b.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1b.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1b.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;ol id=&quot;x&quot;&gt;
+  &lt;li&gt;Three&lt;/li&gt;
+  &lt;li&gt;Two&lt;/li&gt;
+  &lt;li&gt;One&lt;/li&gt;
+&lt;/ol&gt;
+&lt;script&gt;
+  var l = document.getElementById(&quot;x&quot;);
+  var w = l.offsetWidth;
+  l.setAttribute(&quot;reversed&quot;, &quot;&quot;);
+&lt;/script&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheolelementreversed1chtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1c.html (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1c.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1c.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;ol id=&quot;x&quot; reversed&gt;
+  &lt;li&gt;Three&lt;/li&gt;
+  &lt;li&gt;Two&lt;/li&gt;
+&lt;/ol&gt;
+&lt;script&gt;
+  var l = document.getElementById(&quot;x&quot;);
+  var w = l.offsetWidth;
+  var li = document.createElement(&quot;li&quot;);
+  li.textContent = &quot;One&quot;
+  l.appendChild(li);
+&lt;/script&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheolelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,32 +15,35 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-rev-reftest-001-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-rev-reftest-001-ref-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-rev-reftest-001-ref.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-rev-reftest-001.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-start-reftest-001-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-start-reftest-001-ref-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-start-reftest-001-ref.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-start-reftest-001.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-start-reftest-002-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-start-reftest-002-ref-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-start-reftest-002-ref.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-start-reftest-002.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-001-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-001-ref-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-001-ref.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-001.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-002-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-002-ref-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-002-ref.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-002.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-003-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-003-ref-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-003-ref.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol-type-reftest-003.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/grouping-ol.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/ol.start-reflection-1.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/ol.start-reflection-2.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/reversed-2-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ol-element/reversed-2.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-rev-reftest-001-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-rev-reftest-001-ref-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-rev-reftest-001-ref.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-rev-reftest-001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-001-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-001-ref-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-001-ref.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-002-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-002-ref-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-002-ref.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-002.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-001-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-001-ref-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-001-ref.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-002-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-002-ref-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-002-ref.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-002.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-003-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-003-ref-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-003-ref.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-003.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/grouping-ol.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/ol.start-reflection-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/ol.start-reflection-2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1b.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1c.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-2-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-2.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthepelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-p-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-p-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-p-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-p-element/grouping-p.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-p-element/grouping-p.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontentthepreelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,10 +15,10 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-pre-element/grouping-pre-reftest-001-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-pre-element/grouping-pre-reftest-001-ref-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-pre-element/grouping-pre-reftest-001-ref.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-pre-element/grouping-pre-reftest-001.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-pre-element/grouping-pre.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-pre-element/pre-newline-bidi-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-pre-element/pre-newline-bidi.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001-ref-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001-ref.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/grouping-pre-reftest-001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/grouping-pre.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/pre-newline-bidi-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-pre-element/pre-newline-bidi.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsgroupingcontenttheulelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ul-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ul-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ul-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/grouping-content/the-ul-element/grouping-ul.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-ul-element/grouping-ul.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinteractiveelementscommandsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/commands/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/commands/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/commands/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/interactive-elements/commands/contains.json
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/commands/contains.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinteractiveelementsthedetailselementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-details-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-details-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-details-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/interactive-elements/the-details-element/details.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/interactive-elements/the-details-element/toggleEvent.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-details-element/details.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinteractiveelementsthedialogelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,6 +15,6 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/interactive-elements/the-dialog-element/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/interactive-elements/the-dialog-element/dialog-close.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/interactive-elements/the-dialog-element/dialog-showModal.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-close.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinteractiveelementsthemenuelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-menu-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-menu-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-menu-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/interactive-elements/the-menu-element/contains.json
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-menu-element/contains.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -237,8 +237,12 @@
</span><span class="cx"> PASS Interfaces for METER 
</span><span class="cx"> PASS Interfaces for ruby 
</span><span class="cx"> PASS Interfaces for RUBY 
</span><ins>+PASS Interfaces for rb 
+PASS Interfaces for RB 
</ins><span class="cx"> PASS Interfaces for rt 
</span><span class="cx"> PASS Interfaces for RT 
</span><ins>+PASS Interfaces for rtc 
+PASS Interfaces for RTC 
</ins><span class="cx"> PASS Interfaces for rp 
</span><span class="cx"> PASS Interfaces for RP 
</span><span class="cx"> PASS Interfaces for figure 
</span><span class="lines">@@ -253,8 +257,6 @@
</span><span class="cx"> FAIL Interfaces for COMMAND assert_equals: Element COMMAND should have HTMLCommandElement as its primary interface. expected &quot;[object HTMLCommandElement]&quot; but got &quot;[object HTMLElement]&quot;
</span><span class="cx"> PASS Interfaces for nextid 
</span><span class="cx"> PASS Interfaces for NEXTID 
</span><del>-FAIL Interfaces for rb assert_equals: Element rb should have HTMLUnknownElement as its primary interface. expected &quot;[object HTMLUnknownElement]&quot; but got &quot;[object HTMLElement]&quot;
-FAIL Interfaces for RB assert_equals: Element RB should have HTMLUnknownElement as its primary interface. expected &quot;[object HTMLUnknownElement]&quot; but got &quot;[object HTMLElement]&quot;
</del><span class="cx"> PASS Interfaces for bdi 
</span><span class="cx"> PASS Interfaces for BDI 
</span><span class="cx"> FAIL Interfaces for data assert_equals: Element data should have HTMLDataElement as its primary interface. expected &quot;[object HTMLDataElement]&quot; but got &quot;[object HTMLUnknownElement]&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinterfacesjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces.js (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces.js        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces.js        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -118,7 +118,9 @@
</span><span class="cx">   [&quot;progress&quot;, &quot;Progress&quot;],
</span><span class="cx">   [&quot;meter&quot;, &quot;Meter&quot;],
</span><span class="cx">   [&quot;ruby&quot;, &quot;&quot;],
</span><ins>+  [&quot;rb&quot;, &quot;&quot;],
</ins><span class="cx">   [&quot;rt&quot;, &quot;&quot;],
</span><ins>+  [&quot;rtc&quot;, &quot;&quot;],
</ins><span class="cx">   [&quot;rp&quot;, &quot;&quot;],
</span><span class="cx">   [&quot;figure&quot;, &quot;&quot;],
</span><span class="cx">   [&quot;datalist&quot;, &quot;DataList&quot;],
</span><span class="lines">@@ -126,7 +128,6 @@
</span><span class="cx">   [&quot;details&quot;, &quot;Details&quot;],
</span><span class="cx">   [&quot;command&quot;, &quot;Command&quot;],
</span><span class="cx">   [&quot;nextid&quot;, &quot;Unknown&quot;],
</span><del>-  [&quot;rb&quot;, &quot;Unknown&quot;],
</del><span class="cx">   [&quot;bdi&quot;, &quot;&quot;],
</span><span class="cx">   [&quot;data&quot;, &quot;Data&quot;],
</span><span class="cx">   [&quot;a&quot;, &quot;Anchor&quot;],
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticslinksdownloadingresourcesw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/links/downloading-resources/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/links/downloading-resources/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/links/downloading-resources/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/links/downloading-resources/contains.json
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/links/downloading-resources/contains.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticslinkslinktypesw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/links/linktypes/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/links/linktypes/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/links/linktypes/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/links/linktypes/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/links/linktypes/original-id.json
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/links/linktypes/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/links/linktypes/original-id.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thescriptelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,26 +15,13 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/async_001.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/async_002.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/async_003.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/async_004.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/async_005.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/async_006.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/async_007.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/async_008.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/async_009.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/async_010.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/async_011.htm
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/log.py
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/script-before-after-events.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/script-for-event.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/script-for-event.xhtml
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/script-language-type.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/script-languages-01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/script-languages-02.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/script-noembed-noframes-iframe.xhtml
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/script-onload-string.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/script-text.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-script-element/script-text.xhtml
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/log.py
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/script-before-after-events.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/script-for-event.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/script-language-type.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/script-languages-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/script-languages-02.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/script-noembed-noframes-iframe.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/script-onload-string.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/script-text.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementadditionstoparsingxhtmldocumentsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/node-document.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/template-child-nodes.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/node-document.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/template-child-nodes.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementadditionstoserializingxhtmldocumentsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/outerhtml.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/outerhtml.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementadditionstothecssuseragentstylesheetw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,9 +15,9 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-002-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-002.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-003-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-003.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-002-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-002.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-003-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-003.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementadditionstothestepstocloneanodew3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/template-clone-children.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/template-clone-children.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementdefinitionstemplatecontentsownerdocumenttypeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> 
</span><del>-PASS The template contents owner document type is HTML document (case when document has browsing context and the template is created by HTML parser) 
-PASS The template contents owner document type is HTML document (case when document has browsing context and the template is created by createElement()) 
-PASS The template contents owner document type is HTML document (case when document has no browsing context and the template is created by createElement()) 
-PASS The template contents owner document type is HTML document (case when document has no browsing context and the template is created via innerHTML) 
</del><ins>+FAIL The template contents owner document type is HTML document (case when document has browsing context and the template is created by HTML parser) assert_equals: Template content owner should be a document expected &quot;[object Document]&quot; but got &quot;[object HTMLDocument]&quot;
+FAIL The template contents owner document type is HTML document (case when document has browsing context and the template is created by createElement()) assert_equals: Template content owner should be a document expected &quot;[object Document]&quot; but got &quot;[object HTMLDocument]&quot;
+FAIL The template contents owner document type is HTML document (case when document has no browsing context and the template is created by createElement()) assert_equals: Template content owner should be a document expected &quot;[object Document]&quot; but got &quot;[object HTMLDocument]&quot;
+FAIL The template contents owner document type is HTML document (case when document has no browsing context and the template is created via innerHTML) assert_equals: Template content owner should be a document expected &quot;[object Document]&quot; but got &quot;[object HTMLDocument]&quot;
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementdefinitionstemplatecontentsownerdocumenttypehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -17,9 +17,12 @@
</span><span class="cx"> testInIFrame('../resources/template-contents.html', function(context) {
</span><span class="cx">     var doc = context.iframes[0].contentDocument;
</span><span class="cx">     var template = doc.querySelector('template');
</span><ins>+    var content_owner = template.content.ownerDocument;
</ins><span class="cx"> 
</span><del>-    assert_class_string(template.content.ownerDocument, 'HTMLDocument',
-            'Template content owner should be a HTML document');
</del><ins>+    assert_class_string(content_owner, 'Document',
+            'Template content owner should be a document');
+    assert_equals(content_owner.createElement('DIV').localName, 'div',
+            'Template content owner should be an HTML document');
</ins><span class="cx"> 
</span><span class="cx"> }, 'The template contents owner document type is HTML document ' +
</span><span class="cx">     '(case when document has browsing context and the template ' +
</span><span class="lines">@@ -29,13 +32,16 @@
</span><span class="cx"> testInIFrame('../resources/template-contents.html', function(context) {
</span><span class="cx">     var doc = context.iframes[0].contentDocument;
</span><span class="cx">     var template = doc.createElement('template');
</span><del>-    var div = doc.createElement('div');
</del><ins>+    var content_owner = template.content.ownerDocument;
+    var div = doc.createElement('DIV');
</ins><span class="cx">     template.appendChild(div);
</span><span class="cx"> 
</span><span class="cx">     doc.body.appendChild(template);
</span><span class="cx"> 
</span><del>-    assert_class_string(template.content.ownerDocument, 'HTMLDocument',
-            'Template content owner should be a HTML document');
</del><ins>+    assert_class_string(content_owner, 'Document',
+            'Template content owner should be a document');
+    assert_equals(div.localName, 'div',
+            'Template content owner should be an HTML document');
</ins><span class="cx"> 
</span><span class="cx"> }, 'The template contents owner document type is HTML document ' +
</span><span class="cx">     '(case when document has browsing context and the template ' +
</span><span class="lines">@@ -45,13 +51,16 @@
</span><span class="cx"> test(function() {
</span><span class="cx">     var doc = newHTMLDocument();
</span><span class="cx">     var template = doc.createElement('template');
</span><del>-    var div = doc.createElement('div');
</del><ins>+    var content_owner = template.content.ownerDocument;
+    var div = doc.createElement('DIV');
</ins><span class="cx">     template.appendChild(div);
</span><span class="cx"> 
</span><span class="cx">     doc.body.appendChild(template);
</span><span class="cx"> 
</span><del>-    assert_class_string(template.content.ownerDocument, 'HTMLDocument',
-            'Template content owner should be a HTML document');
</del><ins>+    assert_class_string(content_owner, 'Document',
+            'Template content owner should be a document');
+    assert_equals(div.localName, 'div',
+            'Template content owner should be an HTML document');
</ins><span class="cx"> 
</span><span class="cx"> }, 'The template contents owner document type is HTML document ' +
</span><span class="cx">     '(case when document has no browsing context and the template is created ' +
</span><span class="lines">@@ -61,9 +70,12 @@
</span><span class="cx">     var doc = newHTMLDocument();
</span><span class="cx">     doc.body.innerHTML = '&lt;template&gt;&lt;div&gt;Hello!&lt;/div&gt;&lt;/template&gt;';
</span><span class="cx">     var template = doc.querySelector('template');
</span><ins>+    var content_owner = template.content.ownerDocument;
</ins><span class="cx"> 
</span><del>-    assert_class_string(template.content.ownerDocument, 'HTMLDocument',
-            'Template content owner should be a HTML document');
</del><ins>+    assert_class_string(content_owner, 'Document',
+            'Template content owner should be a document');
+    assert_equals(content_owner.createElement('DIV').localName, 'div',
+            'Template content owner should be an HTML document');
</ins><span class="cx"> 
</span><span class="cx"> }, 'The template contents owner document type is HTML document ' +
</span><span class="cx">     '(case when document has no browsing context and the template is created via innerHTML)');
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementdefinitionsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/definitions/template-contents-owner-test-001.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/definitions/template-contents.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-001.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementinnerhtmlontemplatesw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/innerhtml-on-templates/innerhtml.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/innerhtml.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementresourcesw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,26 +15,26 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/end-template-tag-in-body.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/end-template-tag-in-head.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/frameset-end-tag.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/head-template-contents-div-no-end-tag.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/head-template-contents-table-no-end-tag.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/html-start-tag.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-child-nodes-div.xhtml
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-child-nodes-nested.xhtml
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-contents-attribute.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-contents-body.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-contents-div-no-end-tag.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-contents-empty.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-contents-frameset.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-contents-head.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-contents-html.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-contents-nested.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-contents-table-no-end-tag.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-contents-text.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-contents.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-descendant-body.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-descendant-frameset.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/template-descendant-head.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/resources/two-templates.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/end-template-tag-in-body.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/end-template-tag-in-head.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/frameset-end-tag.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/head-template-contents-div-no-end-tag.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/head-template-contents-table-no-end-tag.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/html-start-tag.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-child-nodes-div.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-child-nodes-nested.xhtml
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-contents-attribute.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-contents-body.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-contents-div-no-end-tag.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-contents-empty.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-contents-frameset.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-contents-head.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-contents-html.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-contents-nested.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-contents-table-no-end-tag.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-contents-text.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-contents.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-descendant-body.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-descendant-frameset.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/template-descendant-head.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/resources/two-templates.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementserializinghtmltemplatesw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/serializing-html-templates/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/serializing-html-templates/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/serializing-html-templates/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/serializing-html-templates/outerhtml.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/serializing-html-templates/outerhtml.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementtemplateelementtemplatedescendantframesetexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,5 +1,7 @@
</span><span class="cx"> 
</span><del>-PASS Template element as a descendant of the frameset element. Test loading from a file 
-PASS Template element as a descendant of the frameset element. Test template element is assigned to frameset's innerHTML) 
-PASS Template element as a descendant of the frameset element. Test template element appended to frameset by appendChild() 
</del><ins>+FAIL Template element as a descendant of the frameset element. Test loading from a file assert_equals: Template element should not be a descendant of the frameset element expected null but got Element node &lt;template&gt;
+        &lt;div&gt;Hello, template&lt;/div&gt;
+    &lt;/templ...
+FAIL Template element as a descendant of the frameset element. Test template element is assigned to frameset's innerHTML) assert_equals: Template element should not be a descendant of the frameset element expected null but got Element node &lt;template&gt;some text&lt;/template&gt;
+FAIL Template element as a descendant of the frameset element. Test template element appended to frameset by appendChild() assert_equals: Template element should be a descendant of the frameset element expected 1 but got 2
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementtemplateelementtemplatedescendantframesethtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;title&gt;HTML Templates: Template element as a descendant of the frameset element.&lt;/title&gt;
</span><span class="cx"> &lt;meta name=&quot;author&quot; title=&quot;Aleksei Yu. Semenov&quot; href=&quot;mailto:a.semenov@unipro.ru&quot;&gt;
</span><del>-&lt;meta name=&quot;assert&quot; content=&quot;Template element can be a descendant of the frameset element&quot;&gt;
-&lt;link rel=&quot;help&quot; href=&quot;http://www.w3.org/TR/2013/WD-html-templates-20130214/#template-element&quot;&gt;
</del><ins>+&lt;meta name=&quot;assert&quot; content=&quot;Template element can not be a descendant of the frameset element&quot;&gt;
+&lt;link rel=&quot;help&quot; href=&quot;https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inframeset&quot;&gt;
</ins><span class="cx"> &lt;script src=&quot;/resources/testharness.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;/resources/testharnessreport.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;script src='/html/resources/common.js'&gt;&lt;/script&gt;
</span><span class="lines">@@ -19,8 +19,8 @@
</span><span class="cx"> 
</span><span class="cx">     var frameset = doc.querySelector('frameset');
</span><span class="cx"> 
</span><del>-    assert_not_equals(frameset.querySelector('template'), null,
-        'Template element should be a descendant of the frameset element');
</del><ins>+    assert_equals(frameset.querySelector('template'), null,
+        'Template element should not be a descendant of the frameset element');
</ins><span class="cx"> 
</span><span class="cx"> }, 'Template element as a descendant of the frameset element. Test loading from a file');
</span><span class="cx"> 
</span><span class="lines">@@ -36,8 +36,8 @@
</span><span class="cx"> 
</span><span class="cx">     frameset.innerHTML = '&lt;template&gt;some text&lt;/template&gt;';
</span><span class="cx"> 
</span><del>-    assert_not_equals(frameset.querySelector('template'), null,
-        'Template element should be a descendant of the frameset element');
</del><ins>+    assert_equals(frameset.querySelector('template'), null,
+        'Template element should not be a descendant of the frameset element');
</ins><span class="cx"> 
</span><span class="cx"> }, 'Template element as a descendant of the frameset element. '
</span><span class="cx">     + 'Test template element is assigned to frameset\'s innerHTML)');
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">     var template = doc.createElement('template');
</span><span class="cx">     frameset.appendChild(template);
</span><span class="cx"> 
</span><del>-    assert_equals(frameset.querySelectorAll('template').length, 2,
</del><ins>+    assert_equals(frameset.querySelectorAll('template').length, 1,
</ins><span class="cx">         'Template element should be a descendant of the frameset element');
</span><span class="cx"> 
</span><span class="cx"> }, 'Template element as a descendant of the frameset element. '
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsscripting1thetemplateelementtemplateelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,11 +15,11 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/template-element/content-attribute.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/template-element/node-document-changes.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/template-element/template-as-a-descendant.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/template-element/template-content-node-document.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/template-element/template-content.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/template-element/template-descendant-body.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/template-element/template-descendant-frameset.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/scripting-1/the-template-element/template-element/template-descendant-head.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/content-attribute.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-content-node-document.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-content.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-body.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/template-element/template-descendant-head.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticssectionsheadingsandsectionsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/sections/headings-and-sections/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/sections/headings-and-sections/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/sections/headings-and-sections/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/sections/headings-and-sections/contains.json
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/sections/headings-and-sections/contains.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticssectionstheh1h2h3h4h5andh6elementsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/sections/the-h1-h2-h3-h4-h5-and-h6-elements/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/sections/the-h1-h2-h3-h4-h5-and-h6-elements/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/sections/the-h1-h2-h3-h4-h5-and-h6-elements/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/sections/the-h1-h2-h3-h4-h5-and-h6-elements/original-id.json
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/sections/the-h1-h2-h3-h4-h5-and-h6-elements/original-id.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsselectorspseudoclassesdisabledexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled-expected.txt (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled-expected.txt        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled-expected.txt        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -8,6 +8,8 @@
</span><span class="cx"> FAIL ':disabled' should match only disabled elements assert_array_equals: lengths differ, expected 9 got 10
</span><span class="cx"> FAIL ':disabled' should not match elements whose disabled attribute has been removed assert_array_equals: lengths differ, expected 8 got 9
</span><span class="cx"> FAIL ':disabled' should also match elements whose disabled attribute has been set assert_array_equals: lengths differ, expected 9 got 10
</span><ins>+FAIL ':disabled' should also match elements whose disabled attribute has been set twice assert_array_equals: lengths differ, expected 9 got 10
+FAIL ':disabled' should also match elements whose disabled attribute has been set twice assert_array_equals: lengths differ, expected 9 got 10
</ins><span class="cx"> FAIL ':disabled' should also match disabled elements whose type has changed assert_array_equals: lengths differ, expected 9 got 10
</span><span class="cx"> FAIL ':disabled' should not match elements not in the document assert_array_equals: lengths differ, expected 9 got 10
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsselectorspseudoclassesdisabledhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -48,6 +48,12 @@
</span><span class="cx">   document.getElementById(&quot;button1&quot;).setAttribute(&quot;disabled&quot;, &quot;disabled&quot;);
</span><span class="cx">   testSelector(&quot;:disabled&quot;, [&quot;button1&quot;, &quot;input2&quot;, &quot;select2&quot;, &quot;optgroup2&quot;, &quot;option2&quot;, &quot;textarea2&quot;, &quot;fieldset2&quot;, &quot;clubname&quot;, &quot;clubnum&quot;], &quot;':disabled' should also match elements whose disabled attribute has been set&quot;);
</span><span class="cx"> 
</span><ins>+  document.getElementById(&quot;button1&quot;).setAttribute(&quot;disabled&quot;, &quot;disabled&quot;);
+  testSelector(&quot;:disabled&quot;, [&quot;button1&quot;, &quot;input2&quot;, &quot;select2&quot;, &quot;optgroup2&quot;, &quot;option2&quot;, &quot;textarea2&quot;, &quot;fieldset2&quot;, &quot;clubname&quot;, &quot;clubnum&quot;], &quot;':disabled' should also match elements whose disabled attribute has been set twice&quot;);
+
+  document.getElementById(&quot;button1&quot;).setAttribute(&quot;disabled&quot;, &quot;disabled&quot;);
+  testSelector(&quot;:disabled&quot;, [&quot;button1&quot;, &quot;input2&quot;, &quot;select2&quot;, &quot;optgroup2&quot;, &quot;option2&quot;, &quot;textarea2&quot;, &quot;fieldset2&quot;, &quot;clubname&quot;, &quot;clubnum&quot;], &quot;':disabled' should also match elements whose disabled attribute has been set twice&quot;);
+
</ins><span class="cx">   document.getElementById(&quot;input2&quot;).setAttribute(&quot;type&quot;, &quot;submit&quot;); // change input type to submit
</span><span class="cx">   testSelector(&quot;:disabled&quot;, [&quot;button1&quot;, &quot;input2&quot;, &quot;select2&quot;, &quot;optgroup2&quot;, &quot;option2&quot;, &quot;textarea2&quot;, &quot;fieldset2&quot;, &quot;clubname&quot;, &quot;clubnum&quot;], &quot;':disabled' should also match disabled elements whose type has changed&quot;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsselectorspseudoclassesfocusiframehtmlfromrev191378trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsselectorspseudoclassesresourcesfocusiframehtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus-iframe.html (from rev 191378, trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/resources/focus-iframe.html) (0 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus-iframe.html                                (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus-iframe.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;meta charset=utf-8&gt;
+&lt;title&gt;Selector: pseudo-classes (:focus)&lt;/title&gt;
+&lt;link rel=&quot;author&quot; title=&quot;Denis Ah-Kang&quot; href=&quot;mailto:denis@w3.org&quot;&gt;
+&lt;input id=&quot;inputiframe&quot; type=text value=&quot;foobar&quot; /&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsselectorspseudoclassesfocushtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">   &lt;input type=radio id=radio1 checked&gt;
</span><span class="cx">   &lt;div tabindex=0 id=div1&gt;hello&lt;/div&gt;
</span><span class="cx">   &lt;div contenteditable id=div2&gt;content&lt;/div&gt;
</span><del>-  &lt;iframe src=&quot;resources/focus-iframe.html&quot; id=iframe onload=&quot;load()&quot;&gt;&lt;/iframe&gt;
</del><ins>+  &lt;iframe src=&quot;focus-iframe.html&quot; id=iframe onload=&quot;load()&quot;&gt;&lt;/iframe&gt;
</ins><span class="cx"> 
</span><span class="cx">   &lt;script&gt;
</span><span class="cx">     testSelector(&quot;:focus&quot;, [&quot;input3&quot;], &quot;input3 has the attribute autofocus&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsselectorspseudoclassesw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,17 +15,18 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/checked.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/default.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/dir.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/dir01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/disabled.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/enabled.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/focus.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/indeterminate.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/inrange-outofrange.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/link.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/readwrite-readonly.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/required-optional.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/utils.js
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/selectors/pseudo-classes/valid-invalid.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/checked.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/default.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/dir.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/dir01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/disabled.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/enabled.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus-iframe.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/focus.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/indeterminate.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/link.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/required-optional.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/utils.js
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/valid-invalid.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardataattributescommontotdandthelementsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/attributes-common-to-td-and-th-elements/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/attributes-common-to-td-and-th-elements/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/attributes-common-to-td-and-th-elements/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/attributes-common-to-td-and-th-elements/cellIndex.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/attributes-common-to-td-and-th-elements/cellIndex.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardataprocessingmodel1w3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/processing-model-1/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/processing-model-1/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/processing-model-1/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/processing-model-1/contains.json
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/processing-model-1/contains.json
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardatathecaptionelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-caption-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-caption-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-caption-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-caption-element/caption_001.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-caption-element/caption_001.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardatathetableelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,12 +15,12 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-table-element/caption-methods.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-table-element/contains.json
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-table-element/createTBody.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-table-element/delete-caption.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-table-element/insertRow-method-01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-table-element/insertRow-method-02.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-table-element/tBodies.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-table-element/table-insertRow.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-table-element/table-rows.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/caption-methods.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/contains.json
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/createTBody.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/delete-caption.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/insertRow-method-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/insertRow-method-02.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/tBodies.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/table-insertRow.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-table-element/table-rows.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardatathetbodyelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tbody-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tbody-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tbody-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-tbody-element/deleteRow.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-tbody-element/insertRow.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tbody-element/deleteRow.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tbody-element/insertRow.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstabulardatathetrelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tr-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tr-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tr-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-tr-element/deleteCell.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-tr-element/insertCell.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-tr-element/rowIndex.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/tabular-data/the-tr-element/sectionRowIndex.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tr-element/deleteCell.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tr-element/insertCell.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tr-element/rowIndex.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/tabular-data/the-tr-element/sectionRowIndex.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticstheaelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-a-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-a-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-a-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,6 +15,6 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-a-element/a-stringifier.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-a-element/a.text-getter-01.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-a-element/a.text-setter-01.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-a-element/a-stringifier.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-a-element/a.text-getter-01.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-a-element/a.text-setter-01.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthebdielementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,35 +15,35 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-auto-dir-default-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-auto-dir-default.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-missing-pdf-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-missing-pdf.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-nested-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-nested.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-number-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-number.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-separate-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-separate.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-another-bdi-1-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-another-bdi-1.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-another-bdi-2-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-another-bdi-2.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-following-1-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-following-1.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-following-2-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-following-2.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-preceding-1-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-preceding-1.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-preceding-2-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-preceding-2.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-number-following-1-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-number-following-1.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-number-following-2-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-number-following-2.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-surrounding-run-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-to-surrounding-run.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-wrapped-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-neutral-wrapped.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-paragraph-level-container-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdi-element/bdi-paragraph-level-container.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-missing-pdf-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-missing-pdf.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-nested-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-nested.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-number-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-number.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-separate-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-separate.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-another-bdi-1-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-another-bdi-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-another-bdi-2-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-another-bdi-2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-following-1-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-following-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-following-2-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-following-2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-preceding-1-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-preceding-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-preceding-2-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-preceding-2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-number-following-1-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-number-following-1.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-number-following-2-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-number-following-2.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-surrounding-run-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-surrounding-run.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-wrapped-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-wrapped.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-paragraph-level-container-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdi-element/bdi-paragraph-level-container.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthebdoelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,11 +15,11 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdo-element/bdo-child-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdo-element/bdo-child.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdo-element/bdo-ltr-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdo-element/bdo-ltr.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdo-element/bdo-override-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdo-element/bdo-override.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdo-element/bidi-001-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-bdo-element/bidi-001.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/bdo-child-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/bdo-child.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/bdo-ltr-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/bdo-ltr.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/bdo-override-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/bdo-override.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/bidi-001-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-bdo-element/bidi-001.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthebrelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-br-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-br-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-br-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-br-element/br-bidi-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-br-element/br-bidi-in-inline-ancestors-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-br-element/br-bidi-in-inline-ancestors.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-br-element/br-bidi.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-br-element/br-bidi-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-br-element/br-bidi-in-inline-ancestors-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-br-element/br-bidi-in-inline-ancestors.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-br-element/br-bidi.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthetimeelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-time-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-time-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-time-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,4 +15,4 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-time-element/001.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-time-element/001.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthewbrelementw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,6 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-wbr-element/wbr-element-expected.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-wbr-element/wbr-element-ref.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/text-level-semantics/the-wbr-element/wbr-element.html
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-expected.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthewbrelementwbrelementexpectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-expected.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-expected.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-expected.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -2,9 +2,8 @@
</span><span class="cx"> &lt;meta charset=utf-8&gt;
</span><span class="cx"> &lt;title&gt;The wbr element&lt;/title&gt;
</span><span class="cx"> &lt;link rel=&quot;author&quot; title=&quot;Denis Ah-Kang&quot; href=&quot;mailto:denis@w3.org&quot;&gt;
</span><del>-&lt;link rel=&quot;mismatch&quot; href=&quot;wbr-element-notref.html&quot; /&gt;
</del><span class="cx"> &lt;meta name=&quot;flags&quot; content=&quot;ahem&quot;&gt;
</span><span class="cx"> &lt;style&gt;
</span><del>-  p {font-family: Ahem;}
</del><ins>+  p {font:15px/1 Ahem;}
</ins><span class="cx"> &lt;/style&gt;
</span><span class="cx"> &lt;p&gt;Loremipsumdolorsit&lt;br&gt;amet,consectetur&lt;br&gt;adipisicingelit,sed&lt;br&gt;doeiusmodtempor&lt;br&gt;incididuntutlaboreet&lt;br&gt;doloremagnaaliqua.Ut&lt;br&gt;enimadminimveniam,&lt;br&gt;quisnostrud&lt;br&gt;exercitationullamco&lt;br&gt;laborisnisiutaliquip&lt;br&gt;exeacommodo&lt;br&gt;consequat.Duisaute&lt;br&gt;iruredolorin&lt;br&gt;reprehenderitin&lt;br&gt;voluptatevelitesse&lt;br&gt;cillumdoloreeufugiat&lt;br&gt;nullapariatur.&lt;br&gt;Excepteursint&lt;br&gt;occaecatcupidatatnon&lt;br&gt;proident,suntinculpa&lt;br&gt;quiofficiadeserunt&lt;br&gt;mollitanimidest&lt;br&gt;laborum.&lt;/p&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthewbrelementwbrelementrefhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-ref.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-ref.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element-ref.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;meta charset=utf-8&gt;
-&lt;title&gt;The wbr element&lt;/title&gt;
-&lt;link rel=&quot;author&quot; title=&quot;Denis Ah-Kang&quot; href=&quot;mailto:denis@w3.org&quot;&gt;
-&lt;link rel=&quot;mismatch&quot; href=&quot;wbr-element-notref.html&quot; /&gt;
-&lt;meta name=&quot;flags&quot; content=&quot;ahem&quot;&gt;
-&lt;style&gt;
-  p {font-family: Ahem;}
-&lt;/style&gt;
-&lt;p&gt;Loremipsumdolorsit&lt;br&gt;amet,consectetur&lt;br&gt;adipisicingelit,sed&lt;br&gt;doeiusmodtempor&lt;br&gt;incididuntutlaboreet&lt;br&gt;doloremagnaaliqua.Ut&lt;br&gt;enimadminimveniam,&lt;br&gt;quisnostrud&lt;br&gt;exercitationullamco&lt;br&gt;laborisnisiutaliquip&lt;br&gt;exeacommodo&lt;br&gt;consequat.Duisaute&lt;br&gt;iruredolorin&lt;br&gt;reprehenderitin&lt;br&gt;voluptatevelitesse&lt;br&gt;cillumdoloreeufugiat&lt;br&gt;nullapariatur.&lt;br&gt;Excepteursint&lt;br&gt;occaecatcupidatatnon&lt;br&gt;proident,suntinculpa&lt;br&gt;quiofficiadeserunt&lt;br&gt;mollitanimidest&lt;br&gt;laborum.&lt;/p&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticstextlevelsemanticsthewbrelementwbrelementhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -6,6 +6,6 @@
</span><span class="cx"> &lt;link rel=&quot;match&quot; href=&quot;wbr-element-ref.html&quot;&gt;
</span><span class="cx"> &lt;meta name=&quot;flags&quot; content=&quot;ahem&quot;&gt;
</span><span class="cx"> &lt;style&gt;
</span><del>-  p {max-width: 300px; font-family: Ahem;}
</del><ins>+  p {max-width: 300px; font:15px/1 Ahem;}
</ins><span class="cx"> &lt;/style&gt;
</span><span class="cx"> &lt;p&gt;AHEM_&lt;wbr&gt;ipsum&lt;wbr&gt;dolor&lt;wbr&gt;sit&lt;wbr&gt;amet,&lt;wbr&gt;consectetur&lt;wbr&gt;adipisicing&lt;wbr&gt;elit,&lt;wbr&gt;sed&lt;wbr&gt;do&lt;wbr&gt;eiusmod&lt;wbr&gt;tempor&lt;wbr&gt;incididunt&lt;wbr&gt;ut&lt;wbr&gt;labore&lt;wbr&gt;et&lt;wbr&gt;dolore&lt;wbr&gt;magna&lt;wbr&gt;aliqua.&lt;wbr&gt;Ut&lt;wbr&gt;enim&lt;wbr&gt;ad&lt;wbr&gt;minim&lt;wbr&gt;veniam,&lt;wbr&gt;quis&lt;wbr&gt;nostrud&lt;wbr&gt;exercitation&lt;wbr&gt;ullamco&lt;wbr&gt;laboris&lt;wbr&gt;nisi&lt;wbr&gt;ut&lt;wbr&gt;aliquip&lt;wbr&gt;ex&lt;wbr&gt;ea&lt;wbr&gt;commodo&lt;wbr&gt;consequat.&lt;wbr&gt;Duis&lt;wbr&gt;aute&lt;wbr&gt;irure&lt;wbr&gt;dolor&lt;wbr&gt;in&lt;wbr&gt;reprehenderit&lt;wbr&gt;in&lt;wbr&gt;voluptate&lt;wbr&gt;velit&lt;wbr&gt;esse&lt;wbr&gt;cillum&lt;wbr&gt;dolore&lt;wbr&gt;eu&lt;wbr&gt;fugiat&lt;wbr&gt;nulla&lt;wbr&gt;pariatur.&lt;wbr&gt;Excepteur&lt;wbr&gt;sint&lt;wbr&gt;occaecat&lt;wbr&gt;cupidatat&lt;wbr&gt;non&lt;wbr&gt;proident,&lt
 ;wbr&gt;sunt&lt;wbr&gt;in&lt;wbr&gt;culpa&lt;wbr&gt;qui&lt;wbr&gt;officia&lt;wbr&gt;deserunt&lt;wbr&gt;mollit&lt;wbr&gt;anim&lt;wbr&gt;id&lt;wbr&gt;est&lt;wbr&gt;laborum.&lt;/p&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsw3cimportlog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/w3c-import.log (191378 => 191379)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/w3c-import.log        2015-10-21 07:05:21 UTC (rev 191378)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/w3c-import.log        2015-10-21 07:44:33 UTC (rev 191379)
</span><span class="lines">@@ -15,5 +15,5 @@
</span><span class="cx"> None
</span><span class="cx"> ------------------------------------------------------------------------
</span><span class="cx"> List of files:
</span><del>-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/./interfaces.html
-/LayoutTests/imported/w3c/web-platform-tests/html/semantic/./interfaces.js
</del><ins>+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces.html
+/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces.js
</ins></span></pre>
</div>
</div>

</body>
</html>