<!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>[203333] trunk</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/203333">203333</a></dd>
<dt>Author</dt> <dd>beidson@apple.com</dd>
<dt>Date</dt> <dd>2016-07-17 09:47:55 -0700 (Sun, 17 Jul 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update DOMCoreException to use the description in toString().
https://bugs.webkit.org/show_bug.cgi?id=159857

Reviewed by Darin Adler.

LayoutTests/imported/w3c:

* web-platform-tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments-expected.txt:
* web-platform-tests/XMLHttpRequest/send-non-same-origin.sub-expected.txt:
* web-platform-tests/XMLHttpRequest/setrequestheader-bogus-name-expected.txt:
* web-platform-tests/XMLHttpRequest/setrequestheader-bogus-value-expected.txt:
* web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-expected.txt:
* web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts-expected.txt:
* web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-expected.txt:
* web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker-expected.txt:
* web-platform-tests/dom/events/ProgressEvent-expected.txt:
* web-platform-tests/dom/interfaces-expected.txt:
* web-platform-tests/dom/nodes/Document-createElementNS-expected.txt:
* web-platform-tests/dom/nodes/Document-createEvent-expected.txt:
* web-platform-tests/dom/nodes/Element-closest-expected.txt:
* web-platform-tests/dom/nodes/Element-matches-expected.txt:
* web-platform-tests/dom/nodes/ParentNode-querySelector-All-expected.txt:
* web-platform-tests/dom/nodes/ParentNode-querySelector-All-xht-expected.txt:
* web-platform-tests/dom/nodes/insert-adjacent-expected.txt:
* web-platform-tests/domparsing/createContextualFragment-expected.txt:
* web-platform-tests/html/dom/interfaces-expected.txt:
* web-platform-tests/html/semantics/embedded-content/media-elements/volume_nonfinite-expected.txt:
* web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt:
* web-platform-tests/html/semantics/forms/the-input-element/range-expected.txt:
* web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt:
* web-platform-tests/html/semantics/forms/the-meter-element/meter-expected.txt:

Source/WebCore:

No new tests (Covered by changes to existing tests).

* bindings/js/JSDOMBinding.cpp:
(WebCore::createDOMException):

* dom/DOMCoreException.h:
(WebCore::DOMCoreException::DOMCoreException):
(WebCore::DOMCoreException::createWithDescriptionAsMessage): Deleted.

LayoutTests:

* canvas/philip/tests/2d.missingargs.html:
* crypto/crypto-random-values-limits-expected.txt:
* crypto/crypto-random-values-types-expected.txt:
* crypto/subtle/aes-cbc-wrong-key-class-expected.txt:
* crypto/subtle/aes-kw-key-manipulation-expected.txt:
* crypto/subtle/argument-conversion-expected.txt:
* crypto/subtle/hmac-check-algorithm-expected.txt:
* crypto/subtle/hmac-generate-key-expected.txt:
* crypto/subtle/rsa-oaep-key-manipulation-expected.txt:
* crypto/subtle/sha-1-expected.txt:
* crypto/subtle/unwrapKey-check-usage-expected.txt:
* crypto/subtle/wrapKey-check-usage-expected.txt:
* css3/supports-cssom-expected.txt:
* editing/pasteboard/data-transfer-items-expected.txt:
* editing/selection/extend-expected.txt:
* fast/canvas/canvas-createImageData-expected.txt:
* fast/canvas/canvas-ellipse-negative-radius-expected.txt:
* fast/canvas/canvas-getImageData-invalid-expected.txt:
* fast/canvas/canvas-getImageData-invalid-result-buffer-crash-expected.txt:
* fast/canvas/canvas-gradient-addStop-error-expected.txt:
* fast/canvas/canvas-imageData-expected.txt:
* fast/canvas/canvas-overloads-drawImage-expected.txt:
* fast/canvas/canvas-pattern-behaviour-expected.txt:
* fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
* fast/canvas/script-tests/canvas-createImageData.js:
* fast/canvas/script-tests/canvas-getImageData-invalid.js:
* fast/canvas/script-tests/canvas-imageData.js:
* fast/canvas/script-tests/canvas-overloads-drawImage.js:
* fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js:
* fast/css/CSSPrimitiveValue-exceptions-expected.txt:
* fast/css/css3-nth-tokens-script-expected.txt:
* fast/css/css3-nth-tokens-script.html:
* fast/css/getFloatValueForUnit-expected.txt:
* fast/css/getFloatValueForUnit.html:
* fast/css/insert-rule-overflow-rule-data-expected.txt:
* fast/css/parsing-css-attribute-case-insensitive-value-1-expected.txt:
* fast/css/parsing-css-attribute-case-insensitive-value-2-expected.txt:
* fast/css/parsing-css-attribute-case-insensitive-value-3-expected.txt:
* fast/css/parsing-css-attribute-case-insensitive-value-3.html:
* fast/css/parsing-css-descendant-combinator-doubled-child-syntax-expected.txt:
* fast/css/parsing-css-descendant-combinator-doubled-child-syntax.html:
* fast/css/parsing-css-matches-5-expected.txt:
* fast/css/parsing-css-matches-5.html:
* fast/css/parsing-css-matches-6-expected.txt:
* fast/css/parsing-css-matches-6.html:
* fast/css/parsing-css-matches-7-expected.txt:
* fast/css/parsing-css-matches-7.html:
* fast/css/parsing-css-matches-8-expected.txt:
* fast/css/parsing-css-matches-8.html:
* fast/css/parsing-css-not-5-expected.txt:
* fast/css/parsing-css-not-5.html:
* fast/css/parsing-css-not-6-expected.txt:
* fast/css/parsing-css-not-6.html:
* fast/css/parsing-css-not-7-expected.txt:
* fast/css/parsing-css-not-7.html:
* fast/css/parsing-css-not-8-expected.txt:
* fast/css/parsing-css-not-8.html:
* fast/css/parsing-css-not-9-expected.txt:
* fast/css/parsing-css-not-9.html:
* fast/css/parsing-css-nth-child-of-3-expected.txt:
* fast/css/parsing-css-nth-child-of-3.html:
* fast/css/parsing-css-nth-child-of-4-expected.txt:
* fast/css/parsing-css-nth-child-of-4.html:
* fast/css/parsing-css-nth-last-child-of-3-expected.txt:
* fast/css/parsing-css-nth-last-child-of-3.html:
* fast/css/parsing-css-nth-last-child-of-4-expected.txt:
* fast/css/parsing-css-nth-last-child-of-4.html:
* fast/css/resources/CSSPrimitiveValue-exceptions.js:
* fast/dom/DOMException/prototype-object-expected.txt:
* fast/dom/DOMException/prototype-object.html:
* fast/dom/DOMException/stack-trace-expected.txt:
* fast/dom/DOMException/stack-trace.html:
* fast/dom/Document/createElement-invalid-names-expected.txt:
* fast/dom/Document/createElement-invalid-names.html:
* fast/dom/Document/invalid-domain-change-throws-exception-expected.txt:
* fast/dom/Document/replace-child-expected.txt:
* fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js:
* fast/dom/Element/class-list-toggle-expected.txt:
* fast/dom/Element/class-list-toggle.html:
* fast/dom/Element/prefix-setter-exception-expected.txt:
* fast/dom/Geolocation/argument-types-expected.txt:
* fast/dom/Geolocation/not-enough-arguments-expected.txt:
* fast/dom/Geolocation/script-tests/argument-types.js:
(test):
* fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
* fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
* fast/dom/HTMLElement/set-invalid-value-expected.txt:
* fast/dom/HTMLElement/set-invalid-value.html:
* fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
* fast/dom/HTMLInputElement/input-size-attribute.html:
* fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js:
* fast/dom/HTMLMeterElement/set-meter-properties-expected.txt:
* fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js:
* fast/dom/HTMLProgressElement/set-progress-properties-expected.txt:
* fast/dom/HTMLSelectElement/options-collection-add-expected.txt:
* fast/dom/HTMLSelectElement/select-add-optgroup-expected.txt:
* fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
* fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
* fast/dom/HTMLTableElement/nullable-attributes-expected.txt:
* fast/dom/HTMLTableElement/nullable-attributes.html:
* fast/dom/HTMLTemplateElement/cycles-expected.txt:
* fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt:
* fast/dom/Node/initial-values-expected.txt:
* fast/dom/ParentNode-append-expected.txt:
* fast/dom/ParentNode-prepend-expected.txt:
* fast/dom/Range/31684-expected.txt:
* fast/dom/Range/clone-contents-document-type-expected.txt:
* fast/dom/Range/clone-contents-document-type.html:
* fast/dom/Range/compareBoundaryPoints-1.html:
* fast/dom/Range/compareBoundaryPoints-compareHow-exception-expected.txt:
* fast/dom/Range/compareBoundaryPoints-compareHow-exception.html:
* fast/dom/Range/extract-contents-document-type-expected.txt:
* fast/dom/Range/extract-contents-document-type.html:
* fast/dom/Range/range-comparePoint-detached-nodes-expected.txt:
* fast/dom/Range/range-comparePoint-detached-nodes.html:
* fast/dom/Range/range-exceptions-expected.txt:
* fast/dom/Range/range-intersectsNode-expected.txt:
* fast/dom/Range/script-tests/31684.js:
* fast/dom/Range/script-tests/range-exceptions.js:
* fast/dom/Range/surroundContents-1.html:
* fast/dom/Selection/collapseToX-empty-selection-expected.txt:
* fast/dom/Selection/script-tests/collapseToX-empty-selection.js:
* fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
* fast/dom/SelectorAPI/dumpNodeList-expected.txt:
* fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt:
* fast/dom/Text/splitText-expected.txt:
* fast/dom/Text/splitText.html:
* fast/dom/Window/anonymous-slot-with-changes-expected.txt:
* fast/dom/Window/atob-btoa-expected.txt:
* fast/dom/Window/custom-constructors-expected.txt:
* fast/dom/Window/dispatchEvent-expected.txt:
* fast/dom/Window/invalid-protocol-expected.txt:
* fast/dom/Window/window-postmessage-clone-expected.txt:
* fast/dom/computed-style-set-property-expected.txt:
* fast/dom/createElementNS-namespace-errors-expected.txt:
* fast/dom/createElementNS-namespace-errors.html:
* fast/dom/css-mediarule-functions-expected.txt:
* fast/dom/css-mediarule-functions.html:
* fast/dom/custom/document-register-basic-expected.txt:
* fast/dom/custom/document-register-basic.html:
* fast/dom/custom/document-register-type-extensions-expected.txt:
* fast/dom/custom/document-register-type-extensions.html:
* fast/dom/dataset-expected.txt:
* fast/dom/dataset-xhtml-expected.txt:
* fast/dom/document-set-body-null-expected.txt:
* fast/dom/document-set-body-null.html:
* fast/dom/element-attribute-js-null-expected.txt:
* fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
* fast/dom/node-prefix-setter-namespace-exception-expected.txt:
* fast/dom/outerText-no-element-expected.txt:
* fast/dom/processing-instruction-appendChild-exceptions-expected.txt:
* fast/dom/processing-instruction-appendChild-exceptions.xhtml:
* fast/dom/rel-list-expected.txt:
* fast/dom/script-tests/dataset-xhtml.js:
* fast/dom/script-tests/dataset.js:
* fast/dom/setAttributeNS-namespace-errors-expected.txt:
* fast/dom/setAttributeNS-namespace-errors.html:
* fast/dom/setPrimitiveValue-exceptions-expected.txt:
* fast/dom/setPrimitiveValue-expected.txt:
* fast/dynamic/insertAdjacentElement-expected.txt:
* fast/dynamic/insertAdjacentHTML-expected.txt:
* fast/dynamic/insertAdjacentText-expected.txt:
* fast/dynamic/outerHTML-no-element-expected.txt:
* fast/events/dispatch-event-being-dispatched-expected.txt:
* fast/events/dispatch-event-being-dispatched.html:
* fast/events/message-port-clone-expected.txt:
* fast/events/message-port-multi-expected.txt:
* fast/events/mutation-during-append-child-expected.txt:
* fast/events/mutation-during-append-child.html:
* fast/events/mutation-during-insert-before-expected.txt:
* fast/events/mutation-during-insert-before.html:
* fast/events/mutation-during-replace-child-2-expected.txt:
* fast/events/mutation-during-replace-child-2.html:
* fast/events/mutation-during-replace-child-expected.txt:
* fast/events/mutation-during-replace-child.html:
* fast/eventsource/eventsource-constructor-expected.txt:
* fast/forms/color/color-setrangetext-expected.txt:
* fast/forms/date/date-setrangetext-expected.txt:
* fast/forms/date/date-stepup-stepdown-expected.txt:
* fast/forms/date/date-stepup-stepdown.html:
* fast/forms/date/input-valueasnumber-date-expected.txt:
* fast/forms/date/input-valueasnumber-date.html:
* fast/forms/datetime/datetime-setrangetext-expected.txt:
* fast/forms/datetime/datetime-stepup-stepdown-expected.txt:
* fast/forms/datetime/datetime-stepup-stepdown.html:
* fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
* fast/forms/datetime/input-valueasnumber-datetime.html:
* fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt:
* fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt:
* fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html:
* fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt:
* fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html:
* fast/forms/file/file-setrangetext-expected.txt:
* fast/forms/file/input-file-value-expected.txt:
* fast/forms/hidden/hidden-setrangetext-expected.txt:
* fast/forms/image/image-setrangetext-expected.txt:
* fast/forms/input-maxlength-expected.txt:
* fast/forms/input-maxlength.html:
* fast/forms/input-stepup-stepdown-expected.txt:
* fast/forms/input-stepup-stepdown.html:
* fast/forms/input-valueasnumber-unsupported-expected.txt:
* fast/forms/input-valueasnumber-unsupported.html:
* fast/forms/month/input-valueasdate-expected.txt:
* fast/forms/month/input-valueasdate.html:
* fast/forms/month/input-valueasnumber-month-expected.txt:
* fast/forms/month/input-valueasnumber-month.html:
* fast/forms/month/month-setrangetext-expected.txt:
* fast/forms/month/month-stepup-stepdown-expected.txt:
* fast/forms/month/month-stepup-stepdown.html:
* fast/forms/number/number-setrangetext-expected.txt:
* fast/forms/number/number-size-expected.txt:
* fast/forms/number/number-size.html:
* fast/forms/number/number-stepup-stepdown-expected.txt:
* fast/forms/number/number-stepup-stepdown-from-renderer.html:
* fast/forms/number/number-stepup-stepdown.html:
* fast/forms/number/number-valueasnumber-expected.txt:
* fast/forms/number/number-valueasnumber.html:
* fast/forms/range/input-valueasnumber-range-expected.txt:
* fast/forms/range/input-valueasnumber-range.html:
* fast/forms/range/range-setrangetext-expected.txt:
* fast/forms/range/range-stepup-stepdown-expected.txt:
* fast/forms/range/range-stepup-stepdown-from-renderer.html:
* fast/forms/range/range-stepup-stepdown.html:
* fast/forms/search/search-setrangetext-expected.txt:
* fast/forms/setrangetext-expected.txt:
* fast/forms/textarea-maxlength-expected.txt:
* fast/forms/textarea-maxlength.html:
* fast/forms/textarea/textarea-setrangetext-expected.txt:
* fast/forms/time/time-setrangetext-expected.txt:
* fast/forms/time/time-stepup-stepdown-expected.txt:
* fast/forms/time/time-stepup-stepdown.html:
* fast/forms/time/time-valueasnumber-expected.txt:
* fast/forms/time/time-valueasnumber.html:
* fast/forms/week/input-valueasnumber-week-expected.txt:
* fast/forms/week/input-valueasnumber-week.html:
* fast/forms/week/week-setrangetext-expected.txt:
* fast/forms/week/week-stepup-stepdown-expected.txt:
* fast/forms/week/week-stepup-stepdown.html:
* fast/frames/adopt-iframe-into-itself-expected.txt:
* fast/frames/adopt-object-into-itself-expected.txt:
* fast/frames/resources/sandboxed-iframe-storage-disallowed.html:
* fast/frames/sandboxed-iframe-storage-expected.txt:
* fast/html/marquee-element-expected.txt:
* fast/innerHTML/innerHTML-changing-document-properties-expected.txt:
* fast/inspector-support/uncaught-dom1-exception-expected.txt:
* fast/inspector-support/uncaught-dom3-exception-expected.txt:
* fast/inspector-support/uncaught-dom8-exception-expected.txt:
* fast/loader/stateobjects/pushstate-frequency-expected.txt:
* fast/loader/stateobjects/pushstate-frequency-iframe-expected.txt:
* fast/loader/stateobjects/replacestate-frequency-expected.txt:
* fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt:
* fast/media/mq-js-media-except-01-expected.html:
* fast/media/mq-js-media-except-02-expected.html:
* fast/media/mq-js-media-except-03-expected.html:
* fast/mediastream/MediaDevices-getUserMedia-expected.txt:
* fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt:
* fast/mediastream/RTCPeerConnection-closed-state-expected.txt:
* fast/mediastream/RTCPeerConnection-createAnswer-expected.txt:
* fast/mediastream/RTCPeerConnection-createOffer-expected.txt:
* fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
* fast/mediastream/RTCPeerConnection-dtmf-expected.txt:
* fast/mediastream/RTCPeerConnection-have-local-offer-expected.txt:
* fast/mediastream/RTCPeerConnection-have-remote-offer-expected.txt:
* fast/mediastream/RTCPeerConnection-setLocalDescription-offer-expected.txt:
* fast/mediastream/RTCPeerConnection-setRemoteDescription-offer-expected.txt:
* fast/mediastream/RTCPeerConnection-stable-expected.txt:
* fast/mediastream/RTCRtpSender-replaceTrack-expected.txt:
* fast/notifications/notifications-document-close-crash-expected.txt:
* fast/regions/selection/crash-deselect-expected.txt:
* fast/selectors/closest-general-expected.txt:
* fast/selectors/invalid-functional-pseudo-class-expected.txt:
* fast/selectors/lang-empty-expected.txt:
* fast/selectors/lang-extended-filtering-expected.txt:
* fast/selectors/lang-extended-filtering-with-string-arguments-expected.txt:
* fast/selectors/lang-invalid-expected.txt:
* fast/selectors/lang-multiple-expected.txt:
* fast/selectors/querySelector-pseudo-element-inside-functional-pseudo-class-not-expected.txt:
* fast/text/font-face-empty-string-expected.txt:
* fast/text/font-face-javascript-expected.txt:
* fast/text/font-face-set-javascript-expected.txt:
* fast/text/text-combine-crash-expected.txt:
* fast/workers/atob-btoa-expected.txt:
* fast/workers/worker-constructor-expected.txt:
* fast/workers/worker-context-multi-port-expected.txt:
* fast/workers/worker-multi-port-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt:
* fast/xpath/attr-namespace-expected.txt:
* fast/xpath/detached-subtree-invalidate-iterator-expected.txt:
* fast/xpath/py-dom-xpath/nodetests-expected.txt:
* http/tests/contentextensions/sync-xhr-blocked-expected.txt:
* http/tests/loading/state-object-security-exception-expected.txt:
* http/tests/local/fileapi/send-sliced-dragged-file-expected.txt:
* http/tests/notifications/legacy/show-expected.txt:
* http/tests/security/canvas-remote-read-data-url-image-redirect-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt:
* http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin-expected.txt:
* http/tests/security/canvas-remote-read-remote-video-localhost-expected.txt:
* http/tests/security/canvas-remote-read-remote-video-redirect-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html:
* http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt:
* http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin-expected.txt:
* http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/worker-importscripts-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html:
* http/tests/security/history-username-password-expected.txt:
* http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
* http/tests/security/postMessage/target-origin-expected.txt:
* http/tests/security/resources/canvas-video-crossorigin.js:
(testDataRetrievalAllowed):
(testDataRetrievalForbidden):
* http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt:
* http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
* http/tests/websocket/tests/hybi/binary-type-expected.txt:
* http/tests/websocket/tests/hybi/binary-type.html:
* http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
* http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html:
* http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
* http/tests/websocket/tests/hybi/invalid-subprotocols.html:
* http/tests/websocket/tests/hybi/url-parsing-expected.txt:
* http/tests/workers/worker-importScripts-expected.txt:
* http/tests/workers/worker-redirect-expected.txt:
* http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt:
* http/tests/xmlhttprequest/XMLHttpRequestException.html:
* http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt:
* http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt:
* http/tests/xmlhttprequest/connection-error-sync-expected.txt:
* http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
* http/tests/xmlhttprequest/exceptions-expected.txt:
* http/tests/xmlhttprequest/inject-header-expected.txt:
* http/tests/xmlhttprequest/origin-exact-matching-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt:
* http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-invalidstaterror-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt:
* inspector/debugger/command-line-api-exception-expected.txt:
* inspector/debugger/regress-133182-expected.txt:
* inspector/debugger/resources/exceptions.js:
(triggerUncaughtDOMException):
* inspector/debugger/setPauseOnExceptions-all-expected.txt:
* inspector/debugger/setPauseOnExceptions-none-expected.txt:
* inspector/debugger/setPauseOnExceptions-uncaught-expected.txt:
* inspector/model/remote-object-expected.txt:
* js/dom/dfg-custom-getter-throw-expected.txt:
* js/dom/reflect-set-onto-dom-expected.txt:
* js/dom/script-tests/dfg-custom-getter-throw-inlined.js:
(i.dfgIncrement):
* js/dom/script-tests/dfg-custom-getter-throw.js:
* loader/stateobjects/pushstate-size-expected.txt:
* loader/stateobjects/pushstate-size-iframe-expected.txt:
* loader/stateobjects/replacestate-size-expected.txt:
* loader/stateobjects/replacestate-size-iframe-expected.txt:
* media/track/regions-webvtt/vtt-region-constructor-expected.txt:
* media/track/regions-webvtt/vtt-region-list-expected.txt:
* platform/efl/fast/dynamic/015-expected.txt:
* platform/gtk/fast/dynamic/015-expected.txt:
* platform/ios-simulator-wk2/editing/selection/caret-ltr-2-expected.txt:
* platform/ios-simulator-wk2/editing/selection/caret-ltr-2-left-expected.txt:
* platform/ios-simulator-wk2/editing/selection/caret-ltr-expected.txt:
* platform/ios-simulator-wk2/editing/selection/caret-ltr-right-expected.txt:
* platform/ios-simulator-wk2/editing/selection/caret-rtl-2-expected.txt:
* platform/ios-simulator-wk2/editing/selection/caret-rtl-2-left-expected.txt:
* platform/ios-simulator-wk2/editing/selection/caret-rtl-expected.txt:
* platform/ios-simulator-wk2/editing/selection/caret-rtl-right-expected.txt:
* platform/ios-simulator/fast/attachment/attachment-select-on-click-expected.txt:
* platform/ios-simulator/fast/dynamic/015-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt:
* platform/ios-simulator/webaudio/analyser-exception-expected.txt:
* platform/ios-simulator/webaudio/audiobuffersource-exception-expected.txt:
* platform/ios-simulator/webaudio/delaynode-maxdelaylimit-expected.txt:
* platform/mac/TestExpectations:
* platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
* platform/mac/fast/dynamic/015-expected.txt:
* platform/mac/inspector/model/remote-object-expected.txt:
* platform/win/fast/dynamic/015-expected.txt:
* security/contentSecurityPolicy/worker-inherits-blocks-xhr-expected.txt:
* storage/domstorage/localstorage/blocked-file-access-expected.txt:
* storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt:
* storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt:
* storage/indexeddb/removed-expected.txt:
* storage/indexeddb/removed-private-expected.txt:
* storage/websql/open-database-set-empty-version-expected.txt:
* svg/animations/animate-gradient-transform-expected.txt:
* svg/as-image/svg-canvas-pattern-with-link-tainted-expected.txt:
* svg/as-image/svg-canvas-svg-with-feimage-with-link-tainted-expected.txt:
* svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt:
* svg/as-image/svg-canvas-xhtml-tainted-expected.txt:
* svg/custom/acid3-test-77-expected.txt:
* svg/custom/baseval-animval-equality-expected.txt:
* svg/custom/getSubStringLength-expected.txt:
* svg/custom/selectSubString-expected.txt:
* svg/dom/SVGAngle-expected.txt:
* svg/dom/SVGColor-expected.txt:
* svg/dom/SVGLength-expected.txt:
* svg/dom/SVGLength-px-expected.txt:
* svg/dom/SVGLengthList-appendItem-expected.txt:
* svg/dom/SVGLengthList-basics-expected.txt:
* svg/dom/SVGLengthList-getItem-expected.txt:
* svg/dom/SVGLengthList-initialize-expected.txt:
* svg/dom/SVGLengthList-insertItemBefore-expected.txt:
* svg/dom/SVGLengthList-removeItem-expected.txt:
* svg/dom/SVGLengthList-replaceItem-expected.txt:
* svg/dom/SVGNumberList-basics-expected.txt:
* svg/dom/SVGPaint-expected.txt:
* svg/dom/SVGPathSegList-clear-and-initialize-expected.txt:
* svg/dom/SVGPointList-basics-expected.txt:
* svg/dom/SVGPreserveAspectRatio-expected.txt:
* svg/dom/SVGStringList-basics-expected.txt:
* svg/dom/SVGTransformList-basics-expected.txt:
* svg/dom/SVGTransformList-expected.txt:
* svg/dom/SVGViewSpec-defaults-expected.txt:
* svg/dom/altGlyph-dom-expected.txt:
* svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
* transforms/cssmatrix-2d-interface-expected.txt:
* transforms/cssmatrix-3d-interface-expected.txt:
* webaudio/analyser-exception-expected.txt:
* webaudio/analyser-exception.html:
* webaudio/audiobuffersource-channels-expected.txt:
* webaudio/audiobuffersource-exception-expected.txt:
* webaudio/audiobuffersource-exception.html:
* webaudio/convolver-channels-expected.txt:
* webaudio/convolver-channels.html:
* webaudio/convolver-setBuffer-different-samplerate-expected.txt:
* webaudio/convolver-setBuffer-different-samplerate.html:
* webaudio/delaynode-maxdelaylimit-expected.txt:
* webaudio/offlineaudiocontext-constructor-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestscanvasphiliptests2dmissingargshtml">trunk/LayoutTests/canvas/philip/tests/2d.missingargs.html</a></li>
<li><a href="#trunkLayoutTestscryptocryptorandomvalueslimitsexpectedtxt">trunk/LayoutTests/crypto/crypto-random-values-limits-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptocryptorandomvaluestypesexpectedtxt">trunk/LayoutTests/crypto/crypto-random-values-types-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptosubtleaescbcwrongkeyclassexpectedtxt">trunk/LayoutTests/crypto/subtle/aes-cbc-wrong-key-class-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptosubtleaeskwkeymanipulationexpectedtxt">trunk/LayoutTests/crypto/subtle/aes-kw-key-manipulation-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptosubtleargumentconversionexpectedtxt">trunk/LayoutTests/crypto/subtle/argument-conversion-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptosubtlehmaccheckalgorithmexpectedtxt">trunk/LayoutTests/crypto/subtle/hmac-check-algorithm-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptosubtlehmacgeneratekeyexpectedtxt">trunk/LayoutTests/crypto/subtle/hmac-generate-key-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptosubtlersaoaepkeymanipulationexpectedtxt">trunk/LayoutTests/crypto/subtle/rsa-oaep-key-manipulation-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptosubtlesha1expectedtxt">trunk/LayoutTests/crypto/subtle/sha-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptosubtleunwrapKeycheckusageexpectedtxt">trunk/LayoutTests/crypto/subtle/unwrapKey-check-usage-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptosubtlewrapKeycheckusageexpectedtxt">trunk/LayoutTests/crypto/subtle/wrapKey-check-usage-expected.txt</a></li>
<li><a href="#trunkLayoutTestscss3supportscssomexpectedtxt">trunk/LayoutTests/css3/supports-cssom-expected.txt</a></li>
<li><a href="#trunkLayoutTestseditingpasteboarddatatransferitemsexpectedtxt">trunk/LayoutTests/editing/pasteboard/data-transfer-items-expected.txt</a></li>
<li><a href="#trunkLayoutTestseditingselectionextendexpectedtxt">trunk/LayoutTests/editing/selection/extend-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcanvascanvascreateImageDataexpectedtxt">trunk/LayoutTests/fast/canvas/canvas-createImageData-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcanvascanvasellipsenegativeradiusexpectedtxt">trunk/LayoutTests/fast/canvas/canvas-ellipse-negative-radius-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcanvascanvasgetImageDatainvalidexpectedtxt">trunk/LayoutTests/fast/canvas/canvas-getImageData-invalid-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcanvascanvasgetImageDatainvalidresultbuffercrashexpectedtxt">trunk/LayoutTests/fast/canvas/canvas-getImageData-invalid-result-buffer-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcanvascanvasgradientaddStoperrorexpectedtxt">trunk/LayoutTests/fast/canvas/canvas-gradient-addStop-error-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcanvascanvasimageDataexpectedtxt">trunk/LayoutTests/fast/canvas/canvas-imageData-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcanvascanvasoverloadsdrawImageexpectedtxt">trunk/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcanvascanvaspatternbehaviourexpectedtxt">trunk/LayoutTests/fast/canvas/canvas-pattern-behaviour-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcanvasgradientaddColorStopwithinvalidcolorexpectedtxt">trunk/LayoutTests/fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcanvasscripttestscanvascreateImageDatajs">trunk/LayoutTests/fast/canvas/script-tests/canvas-createImageData.js</a></li>
<li><a href="#trunkLayoutTestsfastcanvasscripttestscanvasgetImageDatainvalidjs">trunk/LayoutTests/fast/canvas/script-tests/canvas-getImageData-invalid.js</a></li>
<li><a href="#trunkLayoutTestsfastcanvasscripttestscanvasimageDatajs">trunk/LayoutTests/fast/canvas/script-tests/canvas-imageData.js</a></li>
<li><a href="#trunkLayoutTestsfastcanvasscripttestscanvasoverloadsdrawImagejs">trunk/LayoutTests/fast/canvas/script-tests/canvas-overloads-drawImage.js</a></li>
<li><a href="#trunkLayoutTestsfastcanvasscripttestsgradientaddColorStopwithinvalidcolorjs">trunk/LayoutTests/fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js</a></li>
<li><a href="#trunkLayoutTestsfastcssCSSPrimitiveValueexceptionsexpectedtxt">trunk/LayoutTests/fast/css/CSSPrimitiveValue-exceptions-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcsscss3nthtokensscriptexpectedtxt">trunk/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcsscss3nthtokensscripthtml">trunk/LayoutTests/fast/css/css3-nth-tokens-script.html</a></li>
<li><a href="#trunkLayoutTestsfastcssgetFloatValueForUnitexpectedtxt">trunk/LayoutTests/fast/css/getFloatValueForUnit-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssgetFloatValueForUnithtml">trunk/LayoutTests/fast/css/getFloatValueForUnit.html</a></li>
<li><a href="#trunkLayoutTestsfastcssinsertruleoverflowruledataexpectedtxt">trunk/LayoutTests/fast/css/insert-rule-overflow-rule-data-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssattributecaseinsensitivevalue1expectedtxt">trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssattributecaseinsensitivevalue2expectedtxt">trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssattributecaseinsensitivevalue3expectedtxt">trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssattributecaseinsensitivevalue3html">trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-3.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssdescendantcombinatordoubledchildsyntaxexpectedtxt">trunk/LayoutTests/fast/css/parsing-css-descendant-combinator-doubled-child-syntax-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssdescendantcombinatordoubledchildsyntaxhtml">trunk/LayoutTests/fast/css/parsing-css-descendant-combinator-doubled-child-syntax.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssmatches5expectedtxt">trunk/LayoutTests/fast/css/parsing-css-matches-5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssmatches5html">trunk/LayoutTests/fast/css/parsing-css-matches-5.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssmatches6expectedtxt">trunk/LayoutTests/fast/css/parsing-css-matches-6-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssmatches6html">trunk/LayoutTests/fast/css/parsing-css-matches-6.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssmatches7expectedtxt">trunk/LayoutTests/fast/css/parsing-css-matches-7-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssmatches7html">trunk/LayoutTests/fast/css/parsing-css-matches-7.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssmatches8expectedtxt">trunk/LayoutTests/fast/css/parsing-css-matches-8-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssmatches8html">trunk/LayoutTests/fast/css/parsing-css-matches-8.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnot5expectedtxt">trunk/LayoutTests/fast/css/parsing-css-not-5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnot5html">trunk/LayoutTests/fast/css/parsing-css-not-5.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnot6expectedtxt">trunk/LayoutTests/fast/css/parsing-css-not-6-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnot6html">trunk/LayoutTests/fast/css/parsing-css-not-6.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnot7expectedtxt">trunk/LayoutTests/fast/css/parsing-css-not-7-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnot7html">trunk/LayoutTests/fast/css/parsing-css-not-7.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnot8expectedtxt">trunk/LayoutTests/fast/css/parsing-css-not-8-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnot8html">trunk/LayoutTests/fast/css/parsing-css-not-8.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnot9expectedtxt">trunk/LayoutTests/fast/css/parsing-css-not-9-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnot9html">trunk/LayoutTests/fast/css/parsing-css-not-9.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnthchildof3expectedtxt">trunk/LayoutTests/fast/css/parsing-css-nth-child-of-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnthchildof3html">trunk/LayoutTests/fast/css/parsing-css-nth-child-of-3.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnthchildof4expectedtxt">trunk/LayoutTests/fast/css/parsing-css-nth-child-of-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnthchildof4html">trunk/LayoutTests/fast/css/parsing-css-nth-child-of-4.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnthlastchildof3expectedtxt">trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnthlastchildof3html">trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-3.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnthlastchildof4expectedtxt">trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingcssnthlastchildof4html">trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-4.html</a></li>
<li><a href="#trunkLayoutTestsfastcssresourcesCSSPrimitiveValueexceptionsjs">trunk/LayoutTests/fast/css/resources/CSSPrimitiveValue-exceptions.js</a></li>
<li><a href="#trunkLayoutTestsfastdomDOMExceptionprototypeobjectexpectedtxt">trunk/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomDOMExceptionprototypeobjecthtml">trunk/LayoutTests/fast/dom/DOMException/prototype-object.html</a></li>
<li><a href="#trunkLayoutTestsfastdomDOMExceptionstacktraceexpectedtxt">trunk/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomDOMExceptionstacktracehtml">trunk/LayoutTests/fast/dom/DOMException/stack-trace.html</a></li>
<li><a href="#trunkLayoutTestsfastdomDocumentcreateElementinvalidnamesexpectedtxt">trunk/LayoutTests/fast/dom/Document/createElement-invalid-names-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomDocumentcreateElementinvalidnameshtml">trunk/LayoutTests/fast/dom/Document/createElement-invalid-names.html</a></li>
<li><a href="#trunkLayoutTestsfastdomDocumentinvaliddomainchangethrowsexceptionexpectedtxt">trunk/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomDocumentreplacechildexpectedtxt">trunk/LayoutTests/fast/dom/Document/replace-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomDocumentscripttestsinvaliddomainchangethrowsexceptionjs">trunk/LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js</a></li>
<li><a href="#trunkLayoutTestsfastdomElementclasslisttoggleexpectedtxt">trunk/LayoutTests/fast/dom/Element/class-list-toggle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomElementclasslisttogglehtml">trunk/LayoutTests/fast/dom/Element/class-list-toggle.html</a></li>
<li><a href="#trunkLayoutTestsfastdomElementprefixsetterexceptionexpectedtxt">trunk/LayoutTests/fast/dom/Element/prefix-setter-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomGeolocationargumenttypesexpectedtxt">trunk/LayoutTests/fast/dom/Geolocation/argument-types-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomGeolocationnotenoughargumentsexpectedtxt">trunk/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomGeolocationscripttestsargumenttypesjs">trunk/LayoutTests/fast/dom/Geolocation/script-tests/argument-types.js</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLElementinsertAdjacentHTMLerrorsexpectedtxt">trunk/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLElementscripttestsinsertAdjacentHTMLerrorsjs">trunk/LayoutTests/fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLElementsetinvalidvalueexpectedtxt">trunk/LayoutTests/fast/dom/HTMLElement/set-invalid-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLElementsetinvalidvaluehtml">trunk/LayoutTests/fast/dom/HTMLElement/set-invalid-value.html</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLInputElementinputsizeattributeexpectedtxt">trunk/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLInputElementinputsizeattributehtml">trunk/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLMeterElementscripttestssetmeterpropertiesjs">trunk/LayoutTests/fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLMeterElementsetmeterpropertiesexpectedtxt">trunk/LayoutTests/fast/dom/HTMLMeterElement/set-meter-properties-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLProgressElementscripttestssetprogresspropertiesjs">trunk/LayoutTests/fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLProgressElementsetprogresspropertiesexpectedtxt">trunk/LayoutTests/fast/dom/HTMLProgressElement/set-progress-properties-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLSelectElementoptionscollectionaddexpectedtxt">trunk/LayoutTests/fast/dom/HTMLSelectElement/options-collection-add-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLSelectElementselectaddoptgroupexpectedtxt">trunk/LayoutTests/fast/dom/HTMLSelectElement/select-add-optgroup-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLSelectElementselectselectedIndexexpectedtxt">trunk/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLSelectElementselectselectedIndexmultipleexpectedtxt">trunk/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLTableElementnullableattributesexpectedtxt">trunk/LayoutTests/fast/dom/HTMLTableElement/nullable-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLTableElementnullableattributeshtml">trunk/LayoutTests/fast/dom/HTMLTableElement/nullable-attributes.html</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLTemplateElementcyclesexpectedtxt">trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLTemplateElementcyclesinshadowexpectedtxt">trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomNodeinitialvaluesexpectedtxt">trunk/LayoutTests/fast/dom/Node/initial-values-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomParentNodeappendexpectedtxt">trunk/LayoutTests/fast/dom/ParentNode-append-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomParentNodeprependexpectedtxt">trunk/LayoutTests/fast/dom/ParentNode-prepend-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomRange31684expectedtxt">trunk/LayoutTests/fast/dom/Range/31684-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomRangeclonecontentsdocumenttypeexpectedtxt">trunk/LayoutTests/fast/dom/Range/clone-contents-document-type-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomRangeclonecontentsdocumenttypehtml">trunk/LayoutTests/fast/dom/Range/clone-contents-document-type.html</a></li>
<li><a href="#trunkLayoutTestsfastdomRangecompareBoundaryPoints1html">trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-1.html</a></li>
<li><a href="#trunkLayoutTestsfastdomRangecompareBoundaryPointscompareHowexceptionexpectedtxt">trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-compareHow-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomRangecompareBoundaryPointscompareHowexceptionhtml">trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-compareHow-exception.html</a></li>
<li><a href="#trunkLayoutTestsfastdomRangeextractcontentsdocumenttypeexpectedtxt">trunk/LayoutTests/fast/dom/Range/extract-contents-document-type-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomRangeextractcontentsdocumenttypehtml">trunk/LayoutTests/fast/dom/Range/extract-contents-document-type.html</a></li>
<li><a href="#trunkLayoutTestsfastdomRangerangecomparePointdetachednodesexpectedtxt">trunk/LayoutTests/fast/dom/Range/range-comparePoint-detached-nodes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomRangerangecomparePointdetachednodeshtml">trunk/LayoutTests/fast/dom/Range/range-comparePoint-detached-nodes.html</a></li>
<li><a href="#trunkLayoutTestsfastdomRangerangeexceptionsexpectedtxt">trunk/LayoutTests/fast/dom/Range/range-exceptions-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomRangerangeintersectsNodeexpectedtxt">trunk/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomRangescripttests31684js">trunk/LayoutTests/fast/dom/Range/script-tests/31684.js</a></li>
<li><a href="#trunkLayoutTestsfastdomRangescripttestsrangeexceptionsjs">trunk/LayoutTests/fast/dom/Range/script-tests/range-exceptions.js</a></li>
<li><a href="#trunkLayoutTestsfastdomRangesurroundContents1html">trunk/LayoutTests/fast/dom/Range/surroundContents-1.html</a></li>
<li><a href="#trunkLayoutTestsfastdomSelectioncollapseToXemptyselectionexpectedtxt">trunk/LayoutTests/fast/dom/Selection/collapseToX-empty-selection-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomSelectionscripttestscollapseToXemptyselectionjs">trunk/LayoutTests/fast/dom/Selection/script-tests/collapseToX-empty-selection.js</a></li>
<li><a href="#trunkLayoutTestsfastdomSelectorAPIdumpNodeListalmoststrictexpectedtxt">trunk/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomSelectorAPIdumpNodeListexpectedtxt">trunk/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomSelectorAPInotsupportednamespaceinselectorexpectedtxt">trunk/LayoutTests/fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomTextsplitTextexpectedtxt">trunk/LayoutTests/fast/dom/Text/splitText-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomTextsplitTexthtml">trunk/LayoutTests/fast/dom/Text/splitText.html</a></li>
<li><a href="#trunkLayoutTestsfastdomWindowanonymousslotwithchangesexpectedtxt">trunk/LayoutTests/fast/dom/Window/anonymous-slot-with-changes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomWindowatobbtoaexpectedtxt">trunk/LayoutTests/fast/dom/Window/atob-btoa-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomWindowcustomconstructorsexpectedtxt">trunk/LayoutTests/fast/dom/Window/custom-constructors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomWindowdispatchEventexpectedtxt">trunk/LayoutTests/fast/dom/Window/dispatchEvent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomWindowinvalidprotocolexpectedtxt">trunk/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomWindowwindowpostmessagecloneexpectedtxt">trunk/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomcomputedstylesetpropertyexpectedtxt">trunk/LayoutTests/fast/dom/computed-style-set-property-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomcreateElementNSnamespaceerrorsexpectedtxt">trunk/LayoutTests/fast/dom/createElementNS-namespace-errors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomcreateElementNSnamespaceerrorshtml">trunk/LayoutTests/fast/dom/createElementNS-namespace-errors.html</a></li>
<li><a href="#trunkLayoutTestsfastdomcssmediarulefunctionsexpectedtxt">trunk/LayoutTests/fast/dom/css-mediarule-functions-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomcssmediarulefunctionshtml">trunk/LayoutTests/fast/dom/css-mediarule-functions.html</a></li>
<li><a href="#trunkLayoutTestsfastdomcustomdocumentregisterbasicexpectedtxt">trunk/LayoutTests/fast/dom/custom/document-register-basic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomcustomdocumentregisterbasichtml">trunk/LayoutTests/fast/dom/custom/document-register-basic.html</a></li>
<li><a href="#trunkLayoutTestsfastdomcustomdocumentregistertypeextensionsexpectedtxt">trunk/LayoutTests/fast/dom/custom/document-register-type-extensions-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomcustomdocumentregistertypeextensionshtml">trunk/LayoutTests/fast/dom/custom/document-register-type-extensions.html</a></li>
<li><a href="#trunkLayoutTestsfastdomdatasetexpectedtxt">trunk/LayoutTests/fast/dom/dataset-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomdatasetxhtmlexpectedtxt">trunk/LayoutTests/fast/dom/dataset-xhtml-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomdocumentsetbodynullexpectedtxt">trunk/LayoutTests/fast/dom/document-set-body-null-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomdocumentsetbodynullhtml">trunk/LayoutTests/fast/dom/document-set-body-null.html</a></li>
<li><a href="#trunkLayoutTestsfastdomelementattributejsnullexpectedtxt">trunk/LayoutTests/fast/dom/element-attribute-js-null-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdominsertAdjacentHTMLDocumentFragmentcrashexpectedtxt">trunk/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomnodeprefixsetternamespaceexceptionexpectedtxt">trunk/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomouterTextnoelementexpectedtxt">trunk/LayoutTests/fast/dom/outerText-no-element-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomprocessinginstructionappendChildexceptionsexpectedtxt">trunk/LayoutTests/fast/dom/processing-instruction-appendChild-exceptions-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomprocessinginstructionappendChildexceptionsxhtml">trunk/LayoutTests/fast/dom/processing-instruction-appendChild-exceptions.xhtml</a></li>
<li><a href="#trunkLayoutTestsfastdomrellistexpectedtxt">trunk/LayoutTests/fast/dom/rel-list-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomscripttestsdatasetxhtmljs">trunk/LayoutTests/fast/dom/script-tests/dataset-xhtml.js</a></li>
<li><a href="#trunkLayoutTestsfastdomscripttestsdatasetjs">trunk/LayoutTests/fast/dom/script-tests/dataset.js</a></li>
<li><a href="#trunkLayoutTestsfastdomsetAttributeNSnamespaceerrorsexpectedtxt">trunk/LayoutTests/fast/dom/setAttributeNS-namespace-errors-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomsetAttributeNSnamespaceerrorshtml">trunk/LayoutTests/fast/dom/setAttributeNS-namespace-errors.html</a></li>
<li><a href="#trunkLayoutTestsfastdomsetPrimitiveValueexceptionsexpectedtxt">trunk/LayoutTests/fast/dom/setPrimitiveValue-exceptions-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomsetPrimitiveValueexpectedtxt">trunk/LayoutTests/fast/dom/setPrimitiveValue-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdynamicinsertAdjacentElementexpectedtxt">trunk/LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdynamicinsertAdjacentHTMLexpectedtxt">trunk/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdynamicinsertAdjacentTextexpectedtxt">trunk/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdynamicouterHTMLnoelementexpectedtxt">trunk/LayoutTests/fast/dynamic/outerHTML-no-element-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasteventsdispatcheventbeingdispatchedexpectedtxt">trunk/LayoutTests/fast/events/dispatch-event-being-dispatched-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasteventsdispatcheventbeingdispatchedhtml">trunk/LayoutTests/fast/events/dispatch-event-being-dispatched.html</a></li>
<li><a href="#trunkLayoutTestsfasteventsmessageportcloneexpectedtxt">trunk/LayoutTests/fast/events/message-port-clone-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasteventsmessageportmultiexpectedtxt">trunk/LayoutTests/fast/events/message-port-multi-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasteventsmutationduringappendchildexpectedtxt">trunk/LayoutTests/fast/events/mutation-during-append-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasteventsmutationduringappendchildhtml">trunk/LayoutTests/fast/events/mutation-during-append-child.html</a></li>
<li><a href="#trunkLayoutTestsfasteventsmutationduringinsertbeforeexpectedtxt">trunk/LayoutTests/fast/events/mutation-during-insert-before-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasteventsmutationduringinsertbeforehtml">trunk/LayoutTests/fast/events/mutation-during-insert-before.html</a></li>
<li><a href="#trunkLayoutTestsfasteventsmutationduringreplacechild2expectedtxt">trunk/LayoutTests/fast/events/mutation-during-replace-child-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasteventsmutationduringreplacechild2html">trunk/LayoutTests/fast/events/mutation-during-replace-child-2.html</a></li>
<li><a href="#trunkLayoutTestsfasteventsmutationduringreplacechildexpectedtxt">trunk/LayoutTests/fast/events/mutation-during-replace-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasteventsmutationduringreplacechildhtml">trunk/LayoutTests/fast/events/mutation-during-replace-child.html</a></li>
<li><a href="#trunkLayoutTestsfasteventsourceeventsourceconstructorexpectedtxt">trunk/LayoutTests/fast/eventsource/eventsource-constructor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformscolorcolorsetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/color/color-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsdatedatesetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/date/date-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsdatedatestepupstepdownexpectedtxt">trunk/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsdatedatestepupstepdownhtml">trunk/LayoutTests/fast/forms/date/date-stepup-stepdown.html</a></li>
<li><a href="#trunkLayoutTestsfastformsdateinputvalueasnumberdateexpectedtxt">trunk/LayoutTests/fast/forms/date/input-valueasnumber-date-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsdateinputvalueasnumberdatehtml">trunk/LayoutTests/fast/forms/date/input-valueasnumber-date.html</a></li>
<li><a href="#trunkLayoutTestsfastformsdatetimedatetimesetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/datetime/datetime-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsdatetimedatetimestepupstepdownexpectedtxt">trunk/LayoutTests/fast/forms/datetime/datetime-stepup-stepdown-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsdatetimedatetimestepupstepdownhtml">trunk/LayoutTests/fast/forms/datetime/datetime-stepup-stepdown.html</a></li>
<li><a href="#trunkLayoutTestsfastformsdatetimeinputvalueasnumberdatetimeexpectedtxt">trunk/LayoutTests/fast/forms/datetime/input-valueasnumber-datetime-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsdatetimeinputvalueasnumberdatetimehtml">trunk/LayoutTests/fast/forms/datetime/input-valueasnumber-datetime.html</a></li>
<li><a href="#trunkLayoutTestsfastformsdatetimelocaldatetimelocalsetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsdatetimelocaldatetimelocalstepupstepdownexpectedtxt">trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsdatetimelocaldatetimelocalstepupstepdownhtml">trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html</a></li>
<li><a href="#trunkLayoutTestsfastformsdatetimelocalinputvalueasnumberdatetimelocalexpectedtxt">trunk/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsdatetimelocalinputvalueasnumberdatetimelocalhtml">trunk/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html</a></li>
<li><a href="#trunkLayoutTestsfastformsfilefilesetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/file/file-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsfileinputfilevalueexpectedtxt">trunk/LayoutTests/fast/forms/file/input-file-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformshiddenhiddensetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/hidden/hidden-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsimageimagesetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/image/image-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsinputmaxlengthexpectedtxt">trunk/LayoutTests/fast/forms/input-maxlength-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsinputmaxlengthhtml">trunk/LayoutTests/fast/forms/input-maxlength.html</a></li>
<li><a href="#trunkLayoutTestsfastformsinputstepupstepdownexpectedtxt">trunk/LayoutTests/fast/forms/input-stepup-stepdown-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsinputstepupstepdownhtml">trunk/LayoutTests/fast/forms/input-stepup-stepdown.html</a></li>
<li><a href="#trunkLayoutTestsfastformsinputvalueasnumberunsupportedexpectedtxt">trunk/LayoutTests/fast/forms/input-valueasnumber-unsupported-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsinputvalueasnumberunsupportedhtml">trunk/LayoutTests/fast/forms/input-valueasnumber-unsupported.html</a></li>
<li><a href="#trunkLayoutTestsfastformsmonthinputvalueasdateexpectedtxt">trunk/LayoutTests/fast/forms/month/input-valueasdate-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsmonthinputvalueasdatehtml">trunk/LayoutTests/fast/forms/month/input-valueasdate.html</a></li>
<li><a href="#trunkLayoutTestsfastformsmonthinputvalueasnumbermonthexpectedtxt">trunk/LayoutTests/fast/forms/month/input-valueasnumber-month-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsmonthinputvalueasnumbermonthhtml">trunk/LayoutTests/fast/forms/month/input-valueasnumber-month.html</a></li>
<li><a href="#trunkLayoutTestsfastformsmonthmonthsetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/month/month-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsmonthmonthstepupstepdownexpectedtxt">trunk/LayoutTests/fast/forms/month/month-stepup-stepdown-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsmonthmonthstepupstepdownhtml">trunk/LayoutTests/fast/forms/month/month-stepup-stepdown.html</a></li>
<li><a href="#trunkLayoutTestsfastformsnumbernumbersetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/number/number-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsnumbernumbersizeexpectedtxt">trunk/LayoutTests/fast/forms/number/number-size-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsnumbernumbersizehtml">trunk/LayoutTests/fast/forms/number/number-size.html</a></li>
<li><a href="#trunkLayoutTestsfastformsnumbernumberstepupstepdownexpectedtxt">trunk/LayoutTests/fast/forms/number/number-stepup-stepdown-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsnumbernumberstepupstepdownfromrendererhtml">trunk/LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer.html</a></li>
<li><a href="#trunkLayoutTestsfastformsnumbernumberstepupstepdownhtml">trunk/LayoutTests/fast/forms/number/number-stepup-stepdown.html</a></li>
<li><a href="#trunkLayoutTestsfastformsnumbernumbervalueasnumberexpectedtxt">trunk/LayoutTests/fast/forms/number/number-valueasnumber-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsnumbernumbervalueasnumberhtml">trunk/LayoutTests/fast/forms/number/number-valueasnumber.html</a></li>
<li><a href="#trunkLayoutTestsfastformsrangeinputvalueasnumberrangeexpectedtxt">trunk/LayoutTests/fast/forms/range/input-valueasnumber-range-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsrangeinputvalueasnumberrangehtml">trunk/LayoutTests/fast/forms/range/input-valueasnumber-range.html</a></li>
<li><a href="#trunkLayoutTestsfastformsrangerangesetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/range/range-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsrangerangestepupstepdownexpectedtxt">trunk/LayoutTests/fast/forms/range/range-stepup-stepdown-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsrangerangestepupstepdownfromrendererhtml">trunk/LayoutTests/fast/forms/range/range-stepup-stepdown-from-renderer.html</a></li>
<li><a href="#trunkLayoutTestsfastformsrangerangestepupstepdownhtml">trunk/LayoutTests/fast/forms/range/range-stepup-stepdown.html</a></li>
<li><a href="#trunkLayoutTestsfastformssearchsearchsetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/search/search-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformssetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformstextareatextareasetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/textarea/textarea-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformstextareamaxlengthexpectedtxt">trunk/LayoutTests/fast/forms/textarea-maxlength-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformstextareamaxlengthhtml">trunk/LayoutTests/fast/forms/textarea-maxlength.html</a></li>
<li><a href="#trunkLayoutTestsfastformstimetimesetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/time/time-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformstimetimestepupstepdownexpectedtxt">trunk/LayoutTests/fast/forms/time/time-stepup-stepdown-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformstimetimestepupstepdownhtml">trunk/LayoutTests/fast/forms/time/time-stepup-stepdown.html</a></li>
<li><a href="#trunkLayoutTestsfastformstimetimevalueasnumberexpectedtxt">trunk/LayoutTests/fast/forms/time/time-valueasnumber-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformstimetimevalueasnumberhtml">trunk/LayoutTests/fast/forms/time/time-valueasnumber.html</a></li>
<li><a href="#trunkLayoutTestsfastformsweekinputvalueasnumberweekexpectedtxt">trunk/LayoutTests/fast/forms/week/input-valueasnumber-week-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsweekinputvalueasnumberweekhtml">trunk/LayoutTests/fast/forms/week/input-valueasnumber-week.html</a></li>
<li><a href="#trunkLayoutTestsfastformsweekweeksetrangetextexpectedtxt">trunk/LayoutTests/fast/forms/week/week-setrangetext-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsweekweekstepupstepdownexpectedtxt">trunk/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastformsweekweekstepupstepdownhtml">trunk/LayoutTests/fast/forms/week/week-stepup-stepdown.html</a></li>
<li><a href="#trunkLayoutTestsfastframesadoptiframeintoitselfexpectedtxt">trunk/LayoutTests/fast/frames/adopt-iframe-into-itself-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastframesadoptobjectintoitselfexpectedtxt">trunk/LayoutTests/fast/frames/adopt-object-into-itself-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastframesresourcessandboxediframestoragedisallowedhtml">trunk/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-disallowed.html</a></li>
<li><a href="#trunkLayoutTestsfastframessandboxediframestorageexpectedtxt">trunk/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasthtmlmarqueeelementexpectedtxt">trunk/LayoutTests/fast/html/marquee-element-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastinnerHTMLinnerHTMLchangingdocumentpropertiesexpectedtxt">trunk/LayoutTests/fast/innerHTML/innerHTML-changing-document-properties-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastinspectorsupportuncaughtdom1exceptionexpectedtxt">trunk/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastinspectorsupportuncaughtdom3exceptionexpectedtxt">trunk/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastinspectorsupportuncaughtdom8exceptionexpectedtxt">trunk/LayoutTests/fast/inspector-support/uncaught-dom8-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastloaderstateobjectspushstatefrequencyexpectedtxt">trunk/LayoutTests/fast/loader/stateobjects/pushstate-frequency-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastloaderstateobjectspushstatefrequencyiframeexpectedtxt">trunk/LayoutTests/fast/loader/stateobjects/pushstate-frequency-iframe-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastloaderstateobjectsreplacestatefrequencyexpectedtxt">trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastloaderstateobjectsreplacestatefrequencyiframeexpectedtxt">trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediamqjsmediaexcept01expectedhtml">trunk/LayoutTests/fast/media/mq-js-media-except-01-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastmediamqjsmediaexcept02expectedhtml">trunk/LayoutTests/fast/media/mq-js-media-except-02-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastmediamqjsmediaexcept03expectedhtml">trunk/LayoutTests/fast/media/mq-js-media-except-03-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamMediaDevicesgetUserMediaexpectedtxt">trunk/LayoutTests/fast/mediastream/MediaDevices-getUserMedia-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCPeerConnectionaddIceCandidateexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCPeerConnectionclosedstateexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCPeerConnection-closed-state-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCPeerConnectioncreateAnswerexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCPeerConnection-createAnswer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCPeerConnectioncreateOfferexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCPeerConnectiondatachannelexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCPeerConnection-datachannel-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCPeerConnectiondtmfexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCPeerConnectionhavelocalofferexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCPeerConnection-have-local-offer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCPeerConnectionhaveremoteofferexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCPeerConnection-have-remote-offer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCPeerConnectionsetLocalDescriptionofferexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCPeerConnection-setLocalDescription-offer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCPeerConnectionsetRemoteDescriptionofferexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCPeerConnection-setRemoteDescription-offer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCPeerConnectionstableexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCPeerConnection-stable-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmediastreamRTCRtpSenderreplaceTrackexpectedtxt">trunk/LayoutTests/fast/mediastream/RTCRtpSender-replaceTrack-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastnotificationsnotificationsdocumentclosecrashexpectedtxt">trunk/LayoutTests/fast/notifications/notifications-document-close-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastregionsselectioncrashdeselectexpectedtxt">trunk/LayoutTests/fast/regions/selection/crash-deselect-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastselectorsclosestgeneralexpectedtxt">trunk/LayoutTests/fast/selectors/closest-general-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastselectorsinvalidfunctionalpseudoclassexpectedtxt">trunk/LayoutTests/fast/selectors/invalid-functional-pseudo-class-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastselectorslangemptyexpectedtxt">trunk/LayoutTests/fast/selectors/lang-empty-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastselectorslangextendedfilteringexpectedtxt">trunk/LayoutTests/fast/selectors/lang-extended-filtering-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastselectorslangextendedfilteringwithstringargumentsexpectedtxt">trunk/LayoutTests/fast/selectors/lang-extended-filtering-with-string-arguments-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastselectorslanginvalidexpectedtxt">trunk/LayoutTests/fast/selectors/lang-invalid-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastselectorslangmultipleexpectedtxt">trunk/LayoutTests/fast/selectors/lang-multiple-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastselectorsquerySelectorpseudoelementinsidefunctionalpseudoclassnotexpectedtxt">trunk/LayoutTests/fast/selectors/querySelector-pseudo-element-inside-functional-pseudo-class-not-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasttextfontfaceemptystringexpectedtxt">trunk/LayoutTests/fast/text/font-face-empty-string-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasttextfontfacejavascriptexpectedtxt">trunk/LayoutTests/fast/text/font-face-javascript-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasttextfontfacesetjavascriptexpectedtxt">trunk/LayoutTests/fast/text/font-face-set-javascript-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfasttexttextcombinecrashexpectedtxt">trunk/LayoutTests/fast/text/text-combine-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastworkersatobbtoaexpectedtxt">trunk/LayoutTests/fast/workers/atob-btoa-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastworkersworkerconstructorexpectedtxt">trunk/LayoutTests/fast/workers/worker-constructor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastworkersworkercontextmultiportexpectedtxt">trunk/LayoutTests/fast/workers/worker-context-multi-port-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastworkersworkermultiportexpectedtxt">trunk/LayoutTests/fast/workers/worker-multi-port-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponseXMLxmltextresponsetypeexpectedtxt">trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypearraybufferexpectedtxt">trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypebeforeopensyncrequestexpectedtxt">trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypedocumentexpectedtxt">trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypesetatheadersreceivedexpectedtxt">trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypesyncrequestexpectedtxt">trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypetextexpectedtxt">trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastxmlhttprequestxmlhttprequestsyncdisabledexpectedtxt">trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastxpathattrnamespaceexpectedtxt">trunk/LayoutTests/fast/xpath/attr-namespace-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastxpathdetachedsubtreeinvalidateiteratorexpectedtxt">trunk/LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastxpathpydomxpathnodetestsexpectedtxt">trunk/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestscontentextensionssyncxhrblockedexpectedtxt">trunk/LayoutTests/http/tests/contentextensions/sync-xhr-blocked-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsloadingstateobjectsecurityexceptionexpectedtxt">trunk/LayoutTests/http/tests/loading/state-object-security-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestslocalfileapisendsliceddraggedfileexpectedtxt">trunk/LayoutTests/http/tests/local/fileapi/send-sliced-dragged-file-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsnotificationslegacyshowexpectedtxt">trunk/LayoutTests/http/tests/notifications/legacy/show-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycanvasremotereaddataurlimageredirectexpectedtxt">trunk/LayoutTests/http/tests/security/canvas-remote-read-data-url-image-redirect-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycanvasremotereadremoteimageblockednocrossoriginexpectedtxt">trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycanvasremotereadremoteimageexpectedtxt">trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycanvasremotereadremoteimageredirectexpectedtxt">trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycanvasremotereadremotevideoblockednocrossoriginexpectedtxt">trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycanvasremotereadremotevideolocalhostexpectedtxt">trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-localhost-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycanvasremotereadremotevideoredirectexpectedtxt">trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-redirect-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11childsrcworkerblockedexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicyconnectsrcxmlhttprequestblockedexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicyconnectsrcxmlhttprequestblockedhtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkerblobinheritscspimportScriptsblockabortsallsubsequentimportsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkerblobinheritscspimportScriptsredirectcrossoriginblockedexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkercspblocksxhrredirectcrossoriginexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkercspimportScriptsredirectcrossoriginblockedexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkerimportscriptsblockedexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-importscripts-blocked-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkerimportscriptsblockedhtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecurityhistoryusernamepasswordexpectedtxt">trunk/LayoutTests/http/tests/security/history-username-password-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritypostMessageinvalidoriginthrowsexceptionexpectedtxt">trunk/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritypostMessagetargetoriginexpectedtxt">trunk/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecurityresourcescanvasvideocrossoriginjs">trunk/LayoutTests/http/tests/security/resources/canvas-video-crossorigin.js</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritysetDomainRelaxationForbiddenForURLSchemeexpectedtxt">trunk/LayoutTests/http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritywebglremotereadremoteimageblockednocrossoriginexpectedtxt">trunk/LayoutTests/http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestswebsockettestshybibadsubprotocolcontrolcharsexpectedtxt">trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestswebsockettestshybibadsubprotocolemptyexpectedtxt">trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestswebsockettestshybibadsubprotocolnonasciiexpectedtxt">trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestswebsockettestshybibinarytypeexpectedtxt">trunk/LayoutTests/http/tests/websocket/tests/hybi/binary-type-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestswebsockettestshybibinarytypehtml">trunk/LayoutTests/http/tests/websocket/tests/hybi/binary-type.html</a></li>
<li><a href="#trunkLayoutTestshttptestswebsockettestshybiinvalidsubprotocolcharactersexpectedtxt">trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestswebsockettestshybiinvalidsubprotocolcharactershtml">trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html</a></li>
<li><a href="#trunkLayoutTestshttptestswebsockettestshybiinvalidsubprotocolsexpectedtxt">trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestswebsockettestshybiinvalidsubprotocolshtml">trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols.html</a></li>
<li><a href="#trunkLayoutTestshttptestswebsockettestshybiurlparsingexpectedtxt">trunk/LayoutTests/http/tests/websocket/tests/hybi/url-parsing-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsworkersworkerimportScriptsexpectedtxt">trunk/LayoutTests/http/tests/workers/worker-importScripts-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsworkersworkerredirectexpectedtxt">trunk/LayoutTests/http/tests/workers/worker-redirect-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestXMLHttpRequestExceptionexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestXMLHttpRequestExceptionhtml">trunk/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestaccesscontrolandredirectsexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/access-control-and-redirects-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestaccesscontrolbasicdeniedexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-denied-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestaccesscontrolbasicgetfailnonsimpleexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestaccesscontrolbasicnonsimpledenycachedexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestaccesscontrolbasicpostfailnonsimplecontenttypeexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestaccesscontrolsandboxediframedeniedexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestaccesscontrolsandboxediframedeniedwithoutwildcardexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestconnectionerrorsyncexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/connection-error-sync-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestcrossoriginnoauthorizationexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestexceptionsexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/exceptions-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestinjectheaderexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/inject-header-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestoriginexactmatchingexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/origin-exact-matching-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestoriginwhitelistinghttpsexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestoriginwhitelistingipaddresseswithsubdomainsexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestoriginwhitelistingremovalexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestworkersaccesscontrolbasicgetfailnonsimpleexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestxmlhttprequestopenemptymethodexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestxmlhttprequestoverridemimetypeinvalidstaterrorexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-invalidstaterror-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestxmlhttprequestsetrequestheadernonameexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestxmlhttprequestsyncnoprogresseventsexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestsxmlhttprequestxmlhttprequestunsaferedirectexpectedtxt">trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cChangeLog">trunk/LayoutTests/imported/w3c/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsendauthenticationbasicsetrequestheaderandargumentsexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsendnonsameoriginsubexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-non-same-origin.sub-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsetrequestheaderbogusnameexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-bogus-name-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsetrequestheaderbogusvalueexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-bogus-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestxmlhttprequestsyncblockdeferscriptsexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestxmlhttprequestsyncblockscriptsexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestxmlhttprequestsyncnothangscriptloaderexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestxmlhttprequesttimeoutworkersynconworkerexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomeventsProgressEventexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/ProgressEvent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdominterfacesexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementNSexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateEventexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesElementclosestexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-closest-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesElementmatchesexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-matches-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesParentNodequerySelectorAllexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesParentNodequerySelectorAllxhtexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-xht-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomnodesinsertadjacentexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/insert-adjacent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomparsingcreateContextualFragmentexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/createContextualFragment-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfacesexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsvolume_nonfiniteexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/volume_nonfinite-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementmonthexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementrangeexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/range-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementtimeexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthemeterelementmeterexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/meter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinterfacesexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsinspectordebuggercommandlineapiexceptionexpectedtxt">trunk/LayoutTests/inspector/debugger/command-line-api-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestsinspectordebuggerregress133182expectedtxt">trunk/LayoutTests/inspector/debugger/regress-133182-expected.txt</a></li>
<li><a href="#trunkLayoutTestsinspectordebuggerresourcesexceptionsjs">trunk/LayoutTests/inspector/debugger/resources/exceptions.js</a></li>
<li><a href="#trunkLayoutTestsinspectordebuggersetPauseOnExceptionsallexpectedtxt">trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-all-expected.txt</a></li>
<li><a href="#trunkLayoutTestsinspectordebuggersetPauseOnExceptionsnoneexpectedtxt">trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-none-expected.txt</a></li>
<li><a href="#trunkLayoutTestsinspectordebuggersetPauseOnExceptionsuncaughtexpectedtxt">trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-uncaught-expected.txt</a></li>
<li><a href="#trunkLayoutTestsinspectormodelremoteobjectexpectedtxt">trunk/LayoutTests/inspector/model/remote-object-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsdomdfgcustomgetterthrowexpectedtxt">trunk/LayoutTests/js/dom/dfg-custom-getter-throw-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsdomreflectsetontodomexpectedtxt">trunk/LayoutTests/js/dom/reflect-set-onto-dom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsdomscripttestsdfgcustomgetterthrowinlinedjs">trunk/LayoutTests/js/dom/script-tests/dfg-custom-getter-throw-inlined.js</a></li>
<li><a href="#trunkLayoutTestsjsdomscripttestsdfgcustomgetterthrowjs">trunk/LayoutTests/js/dom/script-tests/dfg-custom-getter-throw.js</a></li>
<li><a href="#trunkLayoutTestsloaderstateobjectspushstatesizeexpectedtxt">trunk/LayoutTests/loader/stateobjects/pushstate-size-expected.txt</a></li>
<li><a href="#trunkLayoutTestsloaderstateobjectspushstatesizeiframeexpectedtxt">trunk/LayoutTests/loader/stateobjects/pushstate-size-iframe-expected.txt</a></li>
<li><a href="#trunkLayoutTestsloaderstateobjectsreplacestatesizeexpectedtxt">trunk/LayoutTests/loader/stateobjects/replacestate-size-expected.txt</a></li>
<li><a href="#trunkLayoutTestsloaderstateobjectsreplacestatesizeiframeexpectedtxt">trunk/LayoutTests/loader/stateobjects/replacestate-size-iframe-expected.txt</a></li>
<li><a href="#trunkLayoutTestsmediatrackregionswebvttvttregionconstructorexpectedtxt">trunk/LayoutTests/media/track/regions-webvtt/vtt-region-constructor-expected.txt</a></li>
<li><a href="#trunkLayoutTestsmediatrackregionswebvttvttregionlistexpectedtxt">trunk/LayoutTests/media/track/regions-webvtt/vtt-region-list-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastdynamic015expectedtxt">trunk/LayoutTests/platform/efl/fast/dynamic/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastdynamic015expectedtxt">trunk/LayoutTests/platform/gtk/fast/dynamic/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastattachmentattachmentselectonclickexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-select-on-click-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastdynamic015expectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/dynamic/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorimportedw3cwebplatformtestshtmldominterfacesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorimportedw3cwebplatformtestshtmlsemanticsformstheinputelementtimeexpectedtxt">trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorimportedw3cwebplatformtestshtmlsemanticsinterfacesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwebaudioanalyserexceptionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/webaudio/analyser-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwebaudioaudiobuffersourceexceptionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/webaudio/audiobuffersource-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwebaudiodelaynodemaxdelaylimitexpectedtxt">trunk/LayoutTests/platform/ios-simulator/webaudio/delaynode-maxdelaylimit-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretltr2expectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretltr2leftexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-2-left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretltrexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretltrrightexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretrtl2expectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretrtl2leftexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-2-left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretrtlexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretrtlrightexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmaccanvasphiliptests2dmissingargsexpectedtxt">trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.missingargs-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastdynamic015expectedtxt">trunk/LayoutTests/platform/mac/fast/dynamic/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacinspectormodelremoteobjectexpectedtxt">trunk/LayoutTests/platform/mac/inspector/model/remote-object-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastdynamic015expectedtxt">trunk/LayoutTests/platform/win/fast/dynamic/015-expected.txt</a></li>
<li><a href="#trunkLayoutTestssecuritycontentSecurityPolicyworkerinheritsblocksxhrexpectedtxt">trunk/LayoutTests/security/contentSecurityPolicy/worker-inherits-blocks-xhr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsstoragedomstoragelocalstorageblockedfileaccessexpectedtxt">trunk/LayoutTests/storage/domstorage/localstorage/blocked-file-access-expected.txt</a></li>
<li><a href="#trunkLayoutTestsstoragedomstoragelocalstorageprivatebrowsingaffectsstorageexpectedtxt">trunk/LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt</a></li>
<li><a href="#trunkLayoutTestsstoragedomstoragesessionstorageprivatebrowsingaffectsstorageexpectedtxt">trunk/LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt</a></li>
<li><a href="#trunkLayoutTestsstorageindexeddbremovedexpectedtxt">trunk/LayoutTests/storage/indexeddb/removed-expected.txt</a></li>
<li><a href="#trunkLayoutTestsstorageindexeddbremovedprivateexpectedtxt">trunk/LayoutTests/storage/indexeddb/removed-private-expected.txt</a></li>
<li><a href="#trunkLayoutTestsstoragewebsqlopendatabasesetemptyversionexpectedtxt">trunk/LayoutTests/storage/websql/open-database-set-empty-version-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvganimationsanimategradienttransformexpectedtxt">trunk/LayoutTests/svg/animations/animate-gradient-transform-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgasimagesvgcanvaspatternwithlinktaintedexpectedtxt">trunk/LayoutTests/svg/as-image/svg-canvas-pattern-with-link-tainted-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgasimagesvgcanvassvgwithfeimagewithlinktaintedexpectedtxt">trunk/LayoutTests/svg/as-image/svg-canvas-svg-with-feimage-with-link-tainted-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgasimagesvgcanvassvgwithimagewithlinktaintedexpectedtxt">trunk/LayoutTests/svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgasimagesvgcanvasxhtmltaintedexpectedtxt">trunk/LayoutTests/svg/as-image/svg-canvas-xhtml-tainted-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgcustomacid3test77expectedtxt">trunk/LayoutTests/svg/custom/acid3-test-77-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgcustombasevalanimvalequalityexpectedtxt">trunk/LayoutTests/svg/custom/baseval-animval-equality-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgcustomgetSubStringLengthexpectedtxt">trunk/LayoutTests/svg/custom/getSubStringLength-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgcustomselectSubStringexpectedtxt">trunk/LayoutTests/svg/custom/selectSubString-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGAngleexpectedtxt">trunk/LayoutTests/svg/dom/SVGAngle-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGColorexpectedtxt">trunk/LayoutTests/svg/dom/SVGColor-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGLengthexpectedtxt">trunk/LayoutTests/svg/dom/SVGLength-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGLengthpxexpectedtxt">trunk/LayoutTests/svg/dom/SVGLength-px-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGLengthListappendItemexpectedtxt">trunk/LayoutTests/svg/dom/SVGLengthList-appendItem-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGLengthListbasicsexpectedtxt">trunk/LayoutTests/svg/dom/SVGLengthList-basics-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGLengthListgetItemexpectedtxt">trunk/LayoutTests/svg/dom/SVGLengthList-getItem-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGLengthListinitializeexpectedtxt">trunk/LayoutTests/svg/dom/SVGLengthList-initialize-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGLengthListinsertItemBeforeexpectedtxt">trunk/LayoutTests/svg/dom/SVGLengthList-insertItemBefore-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGLengthListremoveItemexpectedtxt">trunk/LayoutTests/svg/dom/SVGLengthList-removeItem-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGLengthListreplaceItemexpectedtxt">trunk/LayoutTests/svg/dom/SVGLengthList-replaceItem-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGNumberListbasicsexpectedtxt">trunk/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGPaintexpectedtxt">trunk/LayoutTests/svg/dom/SVGPaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGPathSegListclearandinitializeexpectedtxt">trunk/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGPointListbasicsexpectedtxt">trunk/LayoutTests/svg/dom/SVGPointList-basics-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGPreserveAspectRatioexpectedtxt">trunk/LayoutTests/svg/dom/SVGPreserveAspectRatio-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGStringListbasicsexpectedtxt">trunk/LayoutTests/svg/dom/SVGStringList-basics-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGTransformListbasicsexpectedtxt">trunk/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGTransformListexpectedtxt">trunk/LayoutTests/svg/dom/SVGTransformList-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomSVGViewSpecdefaultsexpectedtxt">trunk/LayoutTests/svg/dom/SVGViewSpec-defaults-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomaltGlyphdomexpectedtxt">trunk/LayoutTests/svg/dom/altGlyph-dom-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgdomsvglistexceptiononoutboundserrorexpectedtxt">trunk/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt</a></li>
<li><a href="#trunkLayoutTeststransformscssmatrix2dinterfaceexpectedtxt">trunk/LayoutTests/transforms/cssmatrix-2d-interface-expected.txt</a></li>
<li><a href="#trunkLayoutTeststransformscssmatrix3dinterfaceexpectedtxt">trunk/LayoutTests/transforms/cssmatrix-3d-interface-expected.txt</a></li>
<li><a href="#trunkLayoutTestswebaudioanalyserexceptionexpectedtxt">trunk/LayoutTests/webaudio/analyser-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestswebaudioanalyserexceptionhtml">trunk/LayoutTests/webaudio/analyser-exception.html</a></li>
<li><a href="#trunkLayoutTestswebaudioaudiobuffersourcechannelsexpectedtxt">trunk/LayoutTests/webaudio/audiobuffersource-channels-expected.txt</a></li>
<li><a href="#trunkLayoutTestswebaudioaudiobuffersourceexceptionexpectedtxt">trunk/LayoutTests/webaudio/audiobuffersource-exception-expected.txt</a></li>
<li><a href="#trunkLayoutTestswebaudioaudiobuffersourceexceptionhtml">trunk/LayoutTests/webaudio/audiobuffersource-exception.html</a></li>
<li><a href="#trunkLayoutTestswebaudioconvolverchannelsexpectedtxt">trunk/LayoutTests/webaudio/convolver-channels-expected.txt</a></li>
<li><a href="#trunkLayoutTestswebaudioconvolverchannelshtml">trunk/LayoutTests/webaudio/convolver-channels.html</a></li>
<li><a href="#trunkLayoutTestswebaudioconvolversetBufferdifferentsamplerateexpectedtxt">trunk/LayoutTests/webaudio/convolver-setBuffer-different-samplerate-expected.txt</a></li>
<li><a href="#trunkLayoutTestswebaudioconvolversetBufferdifferentsampleratehtml">trunk/LayoutTests/webaudio/convolver-setBuffer-different-samplerate.html</a></li>
<li><a href="#trunkLayoutTestswebaudiodelaynodemaxdelaylimitexpectedtxt">trunk/LayoutTests/webaudio/delaynode-maxdelaylimit-expected.txt</a></li>
<li><a href="#trunkLayoutTestswebaudioofflineaudiocontextconstructorexpectedtxt">trunk/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMBindingcpp">trunk/Source/WebCore/bindings/js/JSDOMBinding.cpp</a></li>
<li><a href="#trunkSourceWebCoredomDOMCoreExceptionh">trunk/Source/WebCore/dom/DOMCoreException.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/ChangeLog        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,463 @@
</span><ins>+2016-07-17  Brady Eidson  &lt;beidson@apple.com&gt;
+
+        Update DOMCoreException to use the description in toString().
+        https://bugs.webkit.org/show_bug.cgi?id=159857
+
+        Reviewed by Darin Adler.
+
+        * canvas/philip/tests/2d.missingargs.html:
+        * crypto/crypto-random-values-limits-expected.txt:
+        * crypto/crypto-random-values-types-expected.txt:
+        * crypto/subtle/aes-cbc-wrong-key-class-expected.txt:
+        * crypto/subtle/aes-kw-key-manipulation-expected.txt:
+        * crypto/subtle/argument-conversion-expected.txt:
+        * crypto/subtle/hmac-check-algorithm-expected.txt:
+        * crypto/subtle/hmac-generate-key-expected.txt:
+        * crypto/subtle/rsa-oaep-key-manipulation-expected.txt:
+        * crypto/subtle/sha-1-expected.txt:
+        * crypto/subtle/unwrapKey-check-usage-expected.txt:
+        * crypto/subtle/wrapKey-check-usage-expected.txt:
+        * css3/supports-cssom-expected.txt:
+        * editing/pasteboard/data-transfer-items-expected.txt:
+        * editing/selection/extend-expected.txt:
+        * fast/canvas/canvas-createImageData-expected.txt:
+        * fast/canvas/canvas-ellipse-negative-radius-expected.txt:
+        * fast/canvas/canvas-getImageData-invalid-expected.txt:
+        * fast/canvas/canvas-getImageData-invalid-result-buffer-crash-expected.txt:
+        * fast/canvas/canvas-gradient-addStop-error-expected.txt:
+        * fast/canvas/canvas-imageData-expected.txt:
+        * fast/canvas/canvas-overloads-drawImage-expected.txt:
+        * fast/canvas/canvas-pattern-behaviour-expected.txt:
+        * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
+        * fast/canvas/script-tests/canvas-createImageData.js:
+        * fast/canvas/script-tests/canvas-getImageData-invalid.js:
+        * fast/canvas/script-tests/canvas-imageData.js:
+        * fast/canvas/script-tests/canvas-overloads-drawImage.js:
+        * fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js:
+        * fast/css/CSSPrimitiveValue-exceptions-expected.txt:
+        * fast/css/css3-nth-tokens-script-expected.txt:
+        * fast/css/css3-nth-tokens-script.html:
+        * fast/css/getFloatValueForUnit-expected.txt:
+        * fast/css/getFloatValueForUnit.html:
+        * fast/css/insert-rule-overflow-rule-data-expected.txt:
+        * fast/css/parsing-css-attribute-case-insensitive-value-1-expected.txt:
+        * fast/css/parsing-css-attribute-case-insensitive-value-2-expected.txt:
+        * fast/css/parsing-css-attribute-case-insensitive-value-3-expected.txt:
+        * fast/css/parsing-css-attribute-case-insensitive-value-3.html:
+        * fast/css/parsing-css-descendant-combinator-doubled-child-syntax-expected.txt:
+        * fast/css/parsing-css-descendant-combinator-doubled-child-syntax.html:
+        * fast/css/parsing-css-matches-5-expected.txt:
+        * fast/css/parsing-css-matches-5.html:
+        * fast/css/parsing-css-matches-6-expected.txt:
+        * fast/css/parsing-css-matches-6.html:
+        * fast/css/parsing-css-matches-7-expected.txt:
+        * fast/css/parsing-css-matches-7.html:
+        * fast/css/parsing-css-matches-8-expected.txt:
+        * fast/css/parsing-css-matches-8.html:
+        * fast/css/parsing-css-not-5-expected.txt:
+        * fast/css/parsing-css-not-5.html:
+        * fast/css/parsing-css-not-6-expected.txt:
+        * fast/css/parsing-css-not-6.html:
+        * fast/css/parsing-css-not-7-expected.txt:
+        * fast/css/parsing-css-not-7.html:
+        * fast/css/parsing-css-not-8-expected.txt:
+        * fast/css/parsing-css-not-8.html:
+        * fast/css/parsing-css-not-9-expected.txt:
+        * fast/css/parsing-css-not-9.html:
+        * fast/css/parsing-css-nth-child-of-3-expected.txt:
+        * fast/css/parsing-css-nth-child-of-3.html:
+        * fast/css/parsing-css-nth-child-of-4-expected.txt:
+        * fast/css/parsing-css-nth-child-of-4.html:
+        * fast/css/parsing-css-nth-last-child-of-3-expected.txt:
+        * fast/css/parsing-css-nth-last-child-of-3.html:
+        * fast/css/parsing-css-nth-last-child-of-4-expected.txt:
+        * fast/css/parsing-css-nth-last-child-of-4.html:
+        * fast/css/resources/CSSPrimitiveValue-exceptions.js:
+        * fast/dom/DOMException/prototype-object-expected.txt:
+        * fast/dom/DOMException/prototype-object.html:
+        * fast/dom/DOMException/stack-trace-expected.txt:
+        * fast/dom/DOMException/stack-trace.html:
+        * fast/dom/Document/createElement-invalid-names-expected.txt:
+        * fast/dom/Document/createElement-invalid-names.html:
+        * fast/dom/Document/invalid-domain-change-throws-exception-expected.txt:
+        * fast/dom/Document/replace-child-expected.txt:
+        * fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js:
+        * fast/dom/Element/class-list-toggle-expected.txt:
+        * fast/dom/Element/class-list-toggle.html:
+        * fast/dom/Element/prefix-setter-exception-expected.txt:
+        * fast/dom/Geolocation/argument-types-expected.txt:
+        * fast/dom/Geolocation/not-enough-arguments-expected.txt:
+        * fast/dom/Geolocation/script-tests/argument-types.js:
+        (test):
+        * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
+        * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
+        * fast/dom/HTMLElement/set-invalid-value-expected.txt:
+        * fast/dom/HTMLElement/set-invalid-value.html:
+        * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
+        * fast/dom/HTMLInputElement/input-size-attribute.html:
+        * fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js:
+        * fast/dom/HTMLMeterElement/set-meter-properties-expected.txt:
+        * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js:
+        * fast/dom/HTMLProgressElement/set-progress-properties-expected.txt:
+        * fast/dom/HTMLSelectElement/options-collection-add-expected.txt:
+        * fast/dom/HTMLSelectElement/select-add-optgroup-expected.txt:
+        * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
+        * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
+        * fast/dom/HTMLTableElement/nullable-attributes-expected.txt:
+        * fast/dom/HTMLTableElement/nullable-attributes.html:
+        * fast/dom/HTMLTemplateElement/cycles-expected.txt:
+        * fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt:
+        * fast/dom/Node/initial-values-expected.txt:
+        * fast/dom/ParentNode-append-expected.txt:
+        * fast/dom/ParentNode-prepend-expected.txt:
+        * fast/dom/Range/31684-expected.txt:
+        * fast/dom/Range/clone-contents-document-type-expected.txt:
+        * fast/dom/Range/clone-contents-document-type.html:
+        * fast/dom/Range/compareBoundaryPoints-1.html:
+        * fast/dom/Range/compareBoundaryPoints-compareHow-exception-expected.txt:
+        * fast/dom/Range/compareBoundaryPoints-compareHow-exception.html:
+        * fast/dom/Range/extract-contents-document-type-expected.txt:
+        * fast/dom/Range/extract-contents-document-type.html:
+        * fast/dom/Range/range-comparePoint-detached-nodes-expected.txt:
+        * fast/dom/Range/range-comparePoint-detached-nodes.html:
+        * fast/dom/Range/range-exceptions-expected.txt:
+        * fast/dom/Range/range-intersectsNode-expected.txt:
+        * fast/dom/Range/script-tests/31684.js:
+        * fast/dom/Range/script-tests/range-exceptions.js:
+        * fast/dom/Range/surroundContents-1.html:
+        * fast/dom/Selection/collapseToX-empty-selection-expected.txt:
+        * fast/dom/Selection/script-tests/collapseToX-empty-selection.js:
+        * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
+        * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
+        * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt:
+        * fast/dom/Text/splitText-expected.txt:
+        * fast/dom/Text/splitText.html:
+        * fast/dom/Window/anonymous-slot-with-changes-expected.txt:
+        * fast/dom/Window/atob-btoa-expected.txt:
+        * fast/dom/Window/custom-constructors-expected.txt:
+        * fast/dom/Window/dispatchEvent-expected.txt:
+        * fast/dom/Window/invalid-protocol-expected.txt:
+        * fast/dom/Window/window-postmessage-clone-expected.txt:
+        * fast/dom/computed-style-set-property-expected.txt:
+        * fast/dom/createElementNS-namespace-errors-expected.txt:
+        * fast/dom/createElementNS-namespace-errors.html:
+        * fast/dom/css-mediarule-functions-expected.txt:
+        * fast/dom/css-mediarule-functions.html:
+        * fast/dom/custom/document-register-basic-expected.txt:
+        * fast/dom/custom/document-register-basic.html:
+        * fast/dom/custom/document-register-type-extensions-expected.txt:
+        * fast/dom/custom/document-register-type-extensions.html:
+        * fast/dom/dataset-expected.txt:
+        * fast/dom/dataset-xhtml-expected.txt:
+        * fast/dom/document-set-body-null-expected.txt:
+        * fast/dom/document-set-body-null.html:
+        * fast/dom/element-attribute-js-null-expected.txt:
+        * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
+        * fast/dom/node-prefix-setter-namespace-exception-expected.txt:
+        * fast/dom/outerText-no-element-expected.txt:
+        * fast/dom/processing-instruction-appendChild-exceptions-expected.txt:
+        * fast/dom/processing-instruction-appendChild-exceptions.xhtml:
+        * fast/dom/rel-list-expected.txt:
+        * fast/dom/script-tests/dataset-xhtml.js:
+        * fast/dom/script-tests/dataset.js:
+        * fast/dom/setAttributeNS-namespace-errors-expected.txt:
+        * fast/dom/setAttributeNS-namespace-errors.html:
+        * fast/dom/setPrimitiveValue-exceptions-expected.txt:
+        * fast/dom/setPrimitiveValue-expected.txt:
+        * fast/dynamic/insertAdjacentElement-expected.txt:
+        * fast/dynamic/insertAdjacentHTML-expected.txt:
+        * fast/dynamic/insertAdjacentText-expected.txt:
+        * fast/dynamic/outerHTML-no-element-expected.txt:
+        * fast/events/dispatch-event-being-dispatched-expected.txt:
+        * fast/events/dispatch-event-being-dispatched.html:
+        * fast/events/message-port-clone-expected.txt:
+        * fast/events/message-port-multi-expected.txt:
+        * fast/events/mutation-during-append-child-expected.txt:
+        * fast/events/mutation-during-append-child.html:
+        * fast/events/mutation-during-insert-before-expected.txt:
+        * fast/events/mutation-during-insert-before.html:
+        * fast/events/mutation-during-replace-child-2-expected.txt:
+        * fast/events/mutation-during-replace-child-2.html:
+        * fast/events/mutation-during-replace-child-expected.txt:
+        * fast/events/mutation-during-replace-child.html:
+        * fast/eventsource/eventsource-constructor-expected.txt:
+        * fast/forms/color/color-setrangetext-expected.txt:
+        * fast/forms/date/date-setrangetext-expected.txt:
+        * fast/forms/date/date-stepup-stepdown-expected.txt:
+        * fast/forms/date/date-stepup-stepdown.html:
+        * fast/forms/date/input-valueasnumber-date-expected.txt:
+        * fast/forms/date/input-valueasnumber-date.html:
+        * fast/forms/datetime/datetime-setrangetext-expected.txt:
+        * fast/forms/datetime/datetime-stepup-stepdown-expected.txt:
+        * fast/forms/datetime/datetime-stepup-stepdown.html:
+        * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
+        * fast/forms/datetime/input-valueasnumber-datetime.html:
+        * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt:
+        * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt:
+        * fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html:
+        * fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt:
+        * fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html:
+        * fast/forms/file/file-setrangetext-expected.txt:
+        * fast/forms/file/input-file-value-expected.txt:
+        * fast/forms/hidden/hidden-setrangetext-expected.txt:
+        * fast/forms/image/image-setrangetext-expected.txt:
+        * fast/forms/input-maxlength-expected.txt:
+        * fast/forms/input-maxlength.html:
+        * fast/forms/input-stepup-stepdown-expected.txt:
+        * fast/forms/input-stepup-stepdown.html:
+        * fast/forms/input-valueasnumber-unsupported-expected.txt:
+        * fast/forms/input-valueasnumber-unsupported.html:
+        * fast/forms/month/input-valueasdate-expected.txt:
+        * fast/forms/month/input-valueasdate.html:
+        * fast/forms/month/input-valueasnumber-month-expected.txt:
+        * fast/forms/month/input-valueasnumber-month.html:
+        * fast/forms/month/month-setrangetext-expected.txt:
+        * fast/forms/month/month-stepup-stepdown-expected.txt:
+        * fast/forms/month/month-stepup-stepdown.html:
+        * fast/forms/number/number-setrangetext-expected.txt:
+        * fast/forms/number/number-size-expected.txt:
+        * fast/forms/number/number-size.html:
+        * fast/forms/number/number-stepup-stepdown-expected.txt:
+        * fast/forms/number/number-stepup-stepdown-from-renderer.html:
+        * fast/forms/number/number-stepup-stepdown.html:
+        * fast/forms/number/number-valueasnumber-expected.txt:
+        * fast/forms/number/number-valueasnumber.html:
+        * fast/forms/range/input-valueasnumber-range-expected.txt:
+        * fast/forms/range/input-valueasnumber-range.html:
+        * fast/forms/range/range-setrangetext-expected.txt:
+        * fast/forms/range/range-stepup-stepdown-expected.txt:
+        * fast/forms/range/range-stepup-stepdown-from-renderer.html:
+        * fast/forms/range/range-stepup-stepdown.html:
+        * fast/forms/search/search-setrangetext-expected.txt:
+        * fast/forms/setrangetext-expected.txt:
+        * fast/forms/textarea-maxlength-expected.txt:
+        * fast/forms/textarea-maxlength.html:
+        * fast/forms/textarea/textarea-setrangetext-expected.txt:
+        * fast/forms/time/time-setrangetext-expected.txt:
+        * fast/forms/time/time-stepup-stepdown-expected.txt:
+        * fast/forms/time/time-stepup-stepdown.html:
+        * fast/forms/time/time-valueasnumber-expected.txt:
+        * fast/forms/time/time-valueasnumber.html:
+        * fast/forms/week/input-valueasnumber-week-expected.txt:
+        * fast/forms/week/input-valueasnumber-week.html:
+        * fast/forms/week/week-setrangetext-expected.txt:
+        * fast/forms/week/week-stepup-stepdown-expected.txt:
+        * fast/forms/week/week-stepup-stepdown.html:
+        * fast/frames/adopt-iframe-into-itself-expected.txt:
+        * fast/frames/adopt-object-into-itself-expected.txt:
+        * fast/frames/resources/sandboxed-iframe-storage-disallowed.html:
+        * fast/frames/sandboxed-iframe-storage-expected.txt:
+        * fast/html/marquee-element-expected.txt:
+        * fast/innerHTML/innerHTML-changing-document-properties-expected.txt:
+        * fast/inspector-support/uncaught-dom1-exception-expected.txt:
+        * fast/inspector-support/uncaught-dom3-exception-expected.txt:
+        * fast/inspector-support/uncaught-dom8-exception-expected.txt:
+        * fast/loader/stateobjects/pushstate-frequency-expected.txt:
+        * fast/loader/stateobjects/pushstate-frequency-iframe-expected.txt:
+        * fast/loader/stateobjects/replacestate-frequency-expected.txt:
+        * fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt:
+        * fast/media/mq-js-media-except-01-expected.html:
+        * fast/media/mq-js-media-except-02-expected.html:
+        * fast/media/mq-js-media-except-03-expected.html:
+        * fast/mediastream/MediaDevices-getUserMedia-expected.txt:
+        * fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt:
+        * fast/mediastream/RTCPeerConnection-closed-state-expected.txt:
+        * fast/mediastream/RTCPeerConnection-createAnswer-expected.txt:
+        * fast/mediastream/RTCPeerConnection-createOffer-expected.txt:
+        * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
+        * fast/mediastream/RTCPeerConnection-dtmf-expected.txt:
+        * fast/mediastream/RTCPeerConnection-have-local-offer-expected.txt:
+        * fast/mediastream/RTCPeerConnection-have-remote-offer-expected.txt:
+        * fast/mediastream/RTCPeerConnection-setLocalDescription-offer-expected.txt:
+        * fast/mediastream/RTCPeerConnection-setRemoteDescription-offer-expected.txt:
+        * fast/mediastream/RTCPeerConnection-stable-expected.txt:
+        * fast/mediastream/RTCRtpSender-replaceTrack-expected.txt:
+        * fast/notifications/notifications-document-close-crash-expected.txt:
+        * fast/regions/selection/crash-deselect-expected.txt:
+        * fast/selectors/closest-general-expected.txt:
+        * fast/selectors/invalid-functional-pseudo-class-expected.txt:
+        * fast/selectors/lang-empty-expected.txt:
+        * fast/selectors/lang-extended-filtering-expected.txt:
+        * fast/selectors/lang-extended-filtering-with-string-arguments-expected.txt:
+        * fast/selectors/lang-invalid-expected.txt:
+        * fast/selectors/lang-multiple-expected.txt:
+        * fast/selectors/querySelector-pseudo-element-inside-functional-pseudo-class-not-expected.txt:
+        * fast/text/font-face-empty-string-expected.txt:
+        * fast/text/font-face-javascript-expected.txt:
+        * fast/text/font-face-set-javascript-expected.txt:
+        * fast/text/text-combine-crash-expected.txt:
+        * fast/workers/atob-btoa-expected.txt:
+        * fast/workers/worker-constructor-expected.txt:
+        * fast/workers/worker-context-multi-port-expected.txt:
+        * fast/workers/worker-multi-port-expected.txt:
+        * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt:
+        * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
+        * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
+        * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt:
+        * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt:
+        * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
+        * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt:
+        * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt:
+        * fast/xpath/attr-namespace-expected.txt:
+        * fast/xpath/detached-subtree-invalidate-iterator-expected.txt:
+        * fast/xpath/py-dom-xpath/nodetests-expected.txt:
+        * http/tests/contentextensions/sync-xhr-blocked-expected.txt:
+        * http/tests/loading/state-object-security-exception-expected.txt:
+        * http/tests/local/fileapi/send-sliced-dragged-file-expected.txt:
+        * http/tests/notifications/legacy/show-expected.txt:
+        * http/tests/security/canvas-remote-read-data-url-image-redirect-expected.txt:
+        * http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
+        * http/tests/security/canvas-remote-read-remote-image-expected.txt:
+        * http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt:
+        * http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin-expected.txt:
+        * http/tests/security/canvas-remote-read-remote-video-localhost-expected.txt:
+        * http/tests/security/canvas-remote-read-remote-video-redirect-expected.txt:
+        * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked-expected.txt:
+        * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked-expected.txt:
+        * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html:
+        * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt:
+        * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt:
+        * http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin-expected.txt:
+        * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt:
+        * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked-expected.txt:
+        * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html:
+        * http/tests/security/history-username-password-expected.txt:
+        * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
+        * http/tests/security/postMessage/target-origin-expected.txt:
+        * http/tests/security/resources/canvas-video-crossorigin.js:
+        (testDataRetrievalAllowed):
+        (testDataRetrievalForbidden):
+        * http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt:
+        * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
+        * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
+        * http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
+        * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
+        * http/tests/websocket/tests/hybi/binary-type-expected.txt:
+        * http/tests/websocket/tests/hybi/binary-type.html:
+        * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
+        * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html:
+        * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
+        * http/tests/websocket/tests/hybi/invalid-subprotocols.html:
+        * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
+        * http/tests/workers/worker-importScripts-expected.txt:
+        * http/tests/workers/worker-redirect-expected.txt:
+        * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt:
+        * http/tests/xmlhttprequest/XMLHttpRequestException.html:
+        * http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
+        * http/tests/xmlhttprequest/access-control-basic-denied-expected.txt:
+        * http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt:
+        * http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt:
+        * http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt:
+        * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt:
+        * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt:
+        * http/tests/xmlhttprequest/connection-error-sync-expected.txt:
+        * http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
+        * http/tests/xmlhttprequest/exceptions-expected.txt:
+        * http/tests/xmlhttprequest/inject-header-expected.txt:
+        * http/tests/xmlhttprequest/origin-exact-matching-expected.txt:
+        * http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt:
+        * http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt:
+        * http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt:
+        * http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple-expected.txt:
+        * http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt:
+        * http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-invalidstaterror-expected.txt:
+        * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt:
+        * http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt:
+        * http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt:
+        * inspector/debugger/command-line-api-exception-expected.txt:
+        * inspector/debugger/regress-133182-expected.txt:
+        * inspector/debugger/resources/exceptions.js:
+        (triggerUncaughtDOMException):
+        * inspector/debugger/setPauseOnExceptions-all-expected.txt:
+        * inspector/debugger/setPauseOnExceptions-none-expected.txt:
+        * inspector/debugger/setPauseOnExceptions-uncaught-expected.txt:
+        * inspector/model/remote-object-expected.txt:
+        * js/dom/dfg-custom-getter-throw-expected.txt:
+        * js/dom/reflect-set-onto-dom-expected.txt:
+        * js/dom/script-tests/dfg-custom-getter-throw-inlined.js:
+        (i.dfgIncrement):
+        * js/dom/script-tests/dfg-custom-getter-throw.js:
+        * loader/stateobjects/pushstate-size-expected.txt:
+        * loader/stateobjects/pushstate-size-iframe-expected.txt:
+        * loader/stateobjects/replacestate-size-expected.txt:
+        * loader/stateobjects/replacestate-size-iframe-expected.txt:
+        * media/track/regions-webvtt/vtt-region-constructor-expected.txt:
+        * media/track/regions-webvtt/vtt-region-list-expected.txt:
+        * platform/efl/fast/dynamic/015-expected.txt:
+        * platform/gtk/fast/dynamic/015-expected.txt:
+        * platform/ios-simulator-wk2/editing/selection/caret-ltr-2-expected.txt:
+        * platform/ios-simulator-wk2/editing/selection/caret-ltr-2-left-expected.txt:
+        * platform/ios-simulator-wk2/editing/selection/caret-ltr-expected.txt:
+        * platform/ios-simulator-wk2/editing/selection/caret-ltr-right-expected.txt:
+        * platform/ios-simulator-wk2/editing/selection/caret-rtl-2-expected.txt:
+        * platform/ios-simulator-wk2/editing/selection/caret-rtl-2-left-expected.txt:
+        * platform/ios-simulator-wk2/editing/selection/caret-rtl-expected.txt:
+        * platform/ios-simulator-wk2/editing/selection/caret-rtl-right-expected.txt:
+        * platform/ios-simulator/fast/attachment/attachment-select-on-click-expected.txt:
+        * platform/ios-simulator/fast/dynamic/015-expected.txt:
+        * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
+        * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt:
+        * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt:
+        * platform/ios-simulator/webaudio/analyser-exception-expected.txt:
+        * platform/ios-simulator/webaudio/audiobuffersource-exception-expected.txt:
+        * platform/ios-simulator/webaudio/delaynode-maxdelaylimit-expected.txt:
+        * platform/mac/TestExpectations:
+        * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
+        * platform/mac/fast/dynamic/015-expected.txt:
+        * platform/mac/inspector/model/remote-object-expected.txt:
+        * platform/win/fast/dynamic/015-expected.txt:
+        * security/contentSecurityPolicy/worker-inherits-blocks-xhr-expected.txt:
+        * storage/domstorage/localstorage/blocked-file-access-expected.txt:
+        * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt:
+        * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt:
+        * storage/indexeddb/removed-expected.txt:
+        * storage/indexeddb/removed-private-expected.txt:
+        * storage/websql/open-database-set-empty-version-expected.txt:
+        * svg/animations/animate-gradient-transform-expected.txt:
+        * svg/as-image/svg-canvas-pattern-with-link-tainted-expected.txt:
+        * svg/as-image/svg-canvas-svg-with-feimage-with-link-tainted-expected.txt:
+        * svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt:
+        * svg/as-image/svg-canvas-xhtml-tainted-expected.txt:
+        * svg/custom/acid3-test-77-expected.txt:
+        * svg/custom/baseval-animval-equality-expected.txt:
+        * svg/custom/getSubStringLength-expected.txt:
+        * svg/custom/selectSubString-expected.txt:
+        * svg/dom/SVGAngle-expected.txt:
+        * svg/dom/SVGColor-expected.txt:
+        * svg/dom/SVGLength-expected.txt:
+        * svg/dom/SVGLength-px-expected.txt:
+        * svg/dom/SVGLengthList-appendItem-expected.txt:
+        * svg/dom/SVGLengthList-basics-expected.txt:
+        * svg/dom/SVGLengthList-getItem-expected.txt:
+        * svg/dom/SVGLengthList-initialize-expected.txt:
+        * svg/dom/SVGLengthList-insertItemBefore-expected.txt:
+        * svg/dom/SVGLengthList-removeItem-expected.txt:
+        * svg/dom/SVGLengthList-replaceItem-expected.txt:
+        * svg/dom/SVGNumberList-basics-expected.txt:
+        * svg/dom/SVGPaint-expected.txt:
+        * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt:
+        * svg/dom/SVGPointList-basics-expected.txt:
+        * svg/dom/SVGPreserveAspectRatio-expected.txt:
+        * svg/dom/SVGStringList-basics-expected.txt:
+        * svg/dom/SVGTransformList-basics-expected.txt:
+        * svg/dom/SVGTransformList-expected.txt:
+        * svg/dom/SVGViewSpec-defaults-expected.txt:
+        * svg/dom/altGlyph-dom-expected.txt:
+        * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
+        * transforms/cssmatrix-2d-interface-expected.txt:
+        * transforms/cssmatrix-3d-interface-expected.txt:
+        * webaudio/analyser-exception-expected.txt:
+        * webaudio/analyser-exception.html:
+        * webaudio/audiobuffersource-channels-expected.txt:
+        * webaudio/audiobuffersource-exception-expected.txt:
+        * webaudio/audiobuffersource-exception.html:
+        * webaudio/convolver-channels-expected.txt:
+        * webaudio/convolver-channels.html:
+        * webaudio/convolver-setBuffer-different-samplerate-expected.txt:
+        * webaudio/convolver-setBuffer-different-samplerate.html:
+        * webaudio/delaynode-maxdelaylimit-expected.txt:
+        * webaudio/offlineaudiocontext-constructor-expected.txt:
+
</ins><span class="cx"> 2016-07-17  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Support new emoji group candidates
</span></span></pre></div>
<a id="trunkLayoutTestscanvasphiliptests2dmissingargshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/canvas/philip/tests/2d.missingargs.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/canvas/philip/tests/2d.missingargs.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/canvas/philip/tests/2d.missingargs.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -316,7 +316,7 @@
</span><span class="cx"> } catch (e) { if (!(e instanceof TypeError)) _fail(&quot;Failed assertion: expected exception of type TypeError, got: &quot;+e); _thrown = true; } finally { _assert(_thrown, &quot;should throw exception of type TypeError: g.addColorStop()&quot;); }
</span><span class="cx"> try { var _thrown = false;
</span><span class="cx">   g.addColorStop(0);
</span><del>-} catch (e) { if ((e.message != &quot;SyntaxError: DOM Exception 12&quot;)) _fail(&quot;Failed assertion: expected exception of type SyntaxError, got: &quot;+e); _thrown = true; } finally { _assert(_thrown, &quot;should throw exception of type SyntaxError: g.addColorStop(0)&quot;); }
</del><ins>+} catch (e) { if ((e.message != &quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;)) _fail(&quot;Failed assertion: expected exception of type SyntaxError, got: &quot;+e); _thrown = true; } finally { _assert(_thrown, &quot;should throw exception of type SyntaxError: g.addColorStop(0)&quot;); }
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> });
</span></span></pre></div>
<a id="trunkLayoutTestscryptocryptorandomvalueslimitsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/crypto-random-values-limits-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/crypto-random-values-limits-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/crypto/crypto-random-values-limits-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> PASS 'crypto' in window is true
</span><span class="cx"> PASS 'getRandomValues' in window.crypto is true
</span><span class="cx"> PASS crypto.getRandomValues(almostTooLargeArray) did not throw exception.
</span><del>-PASS crypto.getRandomValues(tooLargeArray) threw exception Error: QuotaExceededError: DOM Exception 22.
</del><ins>+PASS crypto.getRandomValues(tooLargeArray) threw exception QuotaExceededError (DOM Exception 22): The quota has been exceeded..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestscryptocryptorandomvaluestypesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/crypto-random-values-types-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/crypto-random-values-types-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/crypto/crypto-random-values-types-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -40,12 +40,12 @@
</span><span class="cx"> PASS view = new Int32Array(3) is defined.
</span><span class="cx"> PASS random = crypto.getRandomValues(view) is defined.
</span><span class="cx"> PASS random is view
</span><del>-PASS crypto.getRandomValues(new Float32Array(3)) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS crypto.getRandomValues(new Float64Array(3)) threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS crypto.getRandomValues(new Float32Array(3)) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS crypto.getRandomValues(new Float64Array(3)) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS buffer = new Uint8Array(32) is defined.
</span><span class="cx"> PASS buffer.buffer is defined.
</span><span class="cx"> PASS view = new DataView(buffer.buffer) is defined.
</span><del>-PASS crypto.getRandomValues(view) threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS crypto.getRandomValues(view) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestscryptosubtleaescbcwrongkeyclassexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/subtle/aes-cbc-wrong-key-class-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/subtle/aes-cbc-wrong-key-class-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/crypto/subtle/aes-cbc-wrong-key-class-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> 
</span><span class="cx"> Importing a raw HMAC key from string literal...
</span><span class="cx"> Using the key to encrypt plaintext...
</span><del>-PASS crypto.subtle.encrypt({name: &quot;aes-cbc&quot;, iv: iv}, key, plaintext) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS crypto.subtle.encrypt({name: &quot;aes-cbc&quot;, iv: iv}, key, plaintext) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestscryptosubtleaeskwkeymanipulationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/subtle/aes-kw-key-manipulation-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/subtle/aes-kw-key-manipulation-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/crypto/subtle/aes-kw-key-manipulation-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> PASS key.algorithm.length is 256
</span><span class="cx"> 
</span><span class="cx"> Testing that the key can't be used with AES-CBC...
</span><del>-PASS crypto.subtle.encrypt({name: &quot;aes-cbc&quot;, iv: iv}, key, hexStringToUint8Array(&quot;00&quot;)) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS crypto.subtle.encrypt({name: &quot;aes-cbc&quot;, iv: iv}, key, hexStringToUint8Array(&quot;00&quot;)) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> 
</span><span class="cx"> Exporting the key to raw...
</span><span class="cx"> PASS exportedKey.toString() is '[object ArrayBuffer]'
</span></span></pre></div>
<a id="trunkLayoutTestscryptosubtleargumentconversionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/subtle/argument-conversion-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/subtle/argument-conversion-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/crypto/subtle/argument-conversion-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -21,17 +21,17 @@
</span><span class="cx"> PASS crypto.subtle.digest({name: 'sha-1'}, [new Uint8Array([0])]) threw exception TypeError: Only ArrayBuffer and ArrayBufferView objects can be passed as CryptoOperationData.
</span><span class="cx"> 
</span><span class="cx"> Passing invalid algorithmIdentifiers to digest()
</span><del>-PASS crypto.subtle.digest({ toString:function() { return 'sha-1' } }, data) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.digest({name: ''}, data) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.digest({name: null}, data) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.digest({name: undefined}, data) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.digest({name: 'sha'}, data) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.digest({name: 1}, data) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.digest('', data) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.digest(null, data) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.digest(undefined, data) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.digest(1, data) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.digest({}, data) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS crypto.subtle.digest({ toString:function() { return 'sha-1' } }, data) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.digest({name: ''}, data) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.digest({name: null}, data) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.digest({name: undefined}, data) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.digest({name: 'sha'}, data) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.digest({name: 1}, data) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.digest('', data) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.digest(null, data) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.digest(undefined, data) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.digest(1, data) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.digest({}, data) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestscryptosubtlehmaccheckalgorithmexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/subtle/hmac-check-algorithm-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/subtle/hmac-check-algorithm-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/crypto/subtle/hmac-check-algorithm-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx"> Importing a raw HMAC SHA-1 key from string literal...
</span><span class="cx"> Done
</span><span class="cx"> PASS crypto.subtle.sign({name: 'hmac', hash: {name: 'sha-1'}}, key, asciiToUint8Array('foo')) did not throw exception.
</span><del>-PASS crypto.subtle.sign({name: 'hmac', hash: {name: 'sha-256'}}, key, asciiToUint8Array('foo')) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS crypto.subtle.sign({name: 'hmac', hash: {name: 'sha-256'}}, key, asciiToUint8Array('foo')) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS crypto.subtle.verify({name: 'hmac', hash: {name: 'sha-1'}}, key, asciiToUint8Array('fake signature'), asciiToUint8Array('foo')) did not throw exception.
</span><del>-PASS crypto.subtle.verify({name: 'hmac', hash: {name: 'sha-256'}}, key, asciiToUint8Array('fake signature'), asciiToUint8Array('foo')) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS crypto.subtle.verify({name: 'hmac', hash: {name: 'sha-256'}}, key, asciiToUint8Array('fake signature'), asciiToUint8Array('foo')) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestscryptosubtlehmacgeneratekeyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/subtle/hmac-generate-key-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/subtle/hmac-generate-key-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/crypto/subtle/hmac-generate-key-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> PASS crypto.subtle.generateKey(&quot;hmac&quot;, extractable, [&quot;sign&quot;, &quot;verify&quot;]) threw exception TypeError: Type error.
</span><del>-PASS crypto.subtle.generateKey({name: &quot;hmac&quot;}, extractable, [&quot;sign&quot;, &quot;verify&quot;]) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.generateKey({name: &quot;hmac&quot;, length: undefined}, extractable, [&quot;sign&quot;, &quot;verify&quot;]) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.generateKey({name: &quot;hmac&quot;, length: {}}, extractable, [&quot;sign&quot;, &quot;verify&quot;]) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS crypto.subtle.generateKey({name: &quot;hmac&quot;}, extractable, [&quot;sign&quot;, &quot;verify&quot;]) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.generateKey({name: &quot;hmac&quot;, length: undefined}, extractable, [&quot;sign&quot;, &quot;verify&quot;]) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.generateKey({name: &quot;hmac&quot;, length: {}}, extractable, [&quot;sign&quot;, &quot;verify&quot;]) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> 
</span><span class="cx"> Generating a key with default length...
</span><span class="cx"> PASS key.type is 'secret'
</span></span></pre></div>
<a id="trunkLayoutTestscryptosubtlersaoaepkeymanipulationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/subtle/rsa-oaep-key-manipulation-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/subtle/rsa-oaep-key-manipulation-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/crypto/subtle/rsa-oaep-key-manipulation-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -17,8 +17,8 @@
</span><span class="cx"> PASS keyPair.privateKey.algorithm.hash is undefined.
</span><span class="cx"> 
</span><span class="cx"> Testing that the keys can't be used with different algorithms...
</span><del>-PASS crypto.subtle.encrypt({name: &quot;aes-cbc&quot;, iv: iv}, keyPair.privateKey, hexStringToUint8Array(&quot;00&quot;)) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS crypto.subtle.encrypt({name: &quot;aes-cbc&quot;, iv: iv}, keyPair.publicKey, hexStringToUint8Array(&quot;00&quot;)) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS crypto.subtle.encrypt({name: &quot;aes-cbc&quot;, iv: iv}, keyPair.privateKey, hexStringToUint8Array(&quot;00&quot;)) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS crypto.subtle.encrypt({name: &quot;aes-cbc&quot;, iv: iv}, keyPair.publicKey, hexStringToUint8Array(&quot;00&quot;)) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> 
</span><span class="cx"> Trying to export keys to raw...
</span><span class="cx"> PASS Promise rejected for exporting public key
</span></span></pre></div>
<a id="trunkLayoutTestscryptosubtlesha1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/subtle/sha-1-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/subtle/sha-1-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/crypto/subtle/sha-1-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> PASS bytesToHexString(new Uint8Array(digest)) is '5ba93c9db0cff93f52b521d7420e43f6eda2784f'
</span><span class="cx"> SHA1 of [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
</span><span class="cx"> PASS bytesToHexString(new Uint8Array(digest)) is '2c7e7c384f7829694282b1e3a6216def8082d055'
</span><del>-PASS crypto.subtle.generateKey('sha-1') threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS crypto.subtle.generateKey('sha-1') threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestscryptosubtleunwrapKeycheckusageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/subtle/unwrapKey-check-usage-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/subtle/unwrapKey-check-usage-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/crypto/subtle/unwrapKey-check-usage-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx"> Importing an AES key...
</span><span class="cx"> Wrapping it...
</span><span class="cx"> Unwrapping it...
</span><del>-PASS crypto.subtle.unwrapKey(&quot;raw&quot;, wrappedKey, privateKey, wrapAlgorithm, &quot;aes-cbc&quot;, extractable, [&quot;encrypt&quot;, &quot;decrypt&quot;]) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS crypto.subtle.unwrapKey(&quot;raw&quot;, wrappedKey, privateKey, wrapAlgorithm, &quot;aes-cbc&quot;, extractable, [&quot;encrypt&quot;, &quot;decrypt&quot;]) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestscryptosubtlewrapKeycheckusageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/subtle/wrapKey-check-usage-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/subtle/wrapKey-check-usage-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/crypto/subtle/wrapKey-check-usage-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Importing an RSA key...
</span><span class="cx"> Importing an AES key...
</span><span class="cx"> Wrapping it...
</span><del>-PASS crypto.subtle.wrapKey(&quot;raw&quot;, aesKey, publicKey, wrapAlgorithm) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS crypto.subtle.wrapKey(&quot;raw&quot;, aesKey, publicKey, wrapAlgorithm) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestscss3supportscssomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/css3/supports-cssom-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/css3/supports-cssom-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/css3/supports-cssom-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx"> PASS rules[0].cssRules.length is 2
</span><span class="cx"> 
</span><span class="cx"> @charset, @namespace, @import rules are not allowed inside @supports.
</span><del>-PASS rules[0].insertRule('@charset &quot;UTF-8&quot;', 2) threw exception Error: SyntaxError: DOM Exception 12.
-PASS rules[0].insertRule('@namespace &quot;&quot;', 2) threw exception Error: SyntaxError: DOM Exception 12.
-PASS rules[0].insertRule('@import url(&quot;../fast/cssom/resources/import.css&quot;)', 2) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS rules[0].insertRule('@charset &quot;UTF-8&quot;', 2) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS rules[0].insertRule('@namespace &quot;&quot;', 2) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS rules[0].insertRule('@import url(&quot;../fast/cssom/resources/import.css&quot;)', 2) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> 
</span><span class="cx"> Whitespace and formatting should be preserved within the condition, whitespace outside the condition should be trimmed.
</span><span class="cx"> PASS rules[1].conditionText is &quot;((  (     padding: 0)    and (display: none)) or (display: rainbow))&quot;
</span></span></pre></div>
<a id="trunkLayoutTestseditingpasteboarddatatransferitemsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/editing/pasteboard/data-transfer-items-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/editing/pasteboard/data-transfer-items-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/editing/pasteboard/data-transfer-items-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> This file tests the basic functionality and properties of DataTransferItems. This test requires DRT.
</span><span class="cx"> Populating DataTransferItems...
</span><del>-Caught exception &quot;Error: NotSupportedError: DOM Exception 9&quot; as expected.
</del><ins>+Caught exception &quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot; as expected.
</ins><span class="cx"> Verifying contents of DataTransferItems...
</span><span class="cx"> items.length: 2
</span><span class="cx"> items[0].kind: string
</span></span></pre></div>
<a id="trunkLayoutTestseditingselectionextendexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/editing/selection/extend-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/editing/selection/extend-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/editing/selection/extend-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> foobarbaz
</span><span class="cx"> Success: window.getSelection() is ar.
</span><del>-Success: s.extend(span2.firstChild, 4) raised Error: IndexSizeError: DOM Exception 1.
-Success: s.extend(span2.firstChild, -1) raised Error: IndexSizeError: DOM Exception 1.
</del><ins>+Success: s.extend(span2.firstChild, 4) raised IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+Success: s.extend(span2.firstChild, -1) raised IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> Success: window.getSelection() is b.
</span><span class="cx"> Success: window.getSelection() is arbaz.
</span><span class="cx"> Success: s.extend() raised TypeError: Not enough arguments.
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvascanvascreateImageDataexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/canvas-createImageData-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/canvas-createImageData-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/canvas-createImageData-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS ctx.createImageData(null) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS ctx.createImageData(null) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS imageData.width is 100
</span><span class="cx"> PASS imageData.height is 50
</span><span class="cx"> PASS imageData.data[32] is 255
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvascanvasellipsenegativeradiusexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/canvas-ellipse-negative-radius-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/canvas-ellipse-negative-radius-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/canvas-ellipse-negative-radius-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx"> PASS ctx.ellipse(10, 10, 10, 5, 0, 0, 1, false) did not throw exception.
</span><span class="cx"> PASS ctx.ellipse(10, 10, 10, 0, 0, 0, 1, false) did not throw exception.
</span><span class="cx"> PASS ctx.ellipse(10, 10, -0, 5, 0, 0, 1, false) did not throw exception.
</span><del>-PASS ctx.ellipse(10, 10, -2, 5, 0, 0, 1, false) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS ctx.ellipse(10, 10, 0, -1.5, 0, 0, 1, false) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS ctx.ellipse(10, 10, -2, -5, 0, 0, 1, false) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS ctx.ellipse(10, 10, -2, 5, 0, 0, 1, false) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS ctx.ellipse(10, 10, 0, -1.5, 0, 0, 1, false) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS ctx.ellipse(10, 10, -2, -5, 0, 0, 1, false) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvascanvasgetImageDatainvalidexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/canvas-getImageData-invalid-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/canvas-getImageData-invalid-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/canvas-getImageData-invalid-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -15,8 +15,8 @@
</span><span class="cx"> PASS ctx.getImageData(10, undefined, 10, 10) threw exception TypeError: The provided value is non-finite.
</span><span class="cx"> PASS ctx.getImageData(10, 10, undefined, 10) threw exception TypeError: The provided value is non-finite.
</span><span class="cx"> PASS ctx.getImageData(10, 10, 10, undefined) threw exception TypeError: The provided value is non-finite.
</span><del>-PASS ctx.getImageData(10, 10, 0, 10) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS ctx.getImageData(10, 10, 10, 0) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS ctx.getImageData(10, 10, 0, 10) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS ctx.getImageData(10, 10, 10, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvascanvasgetImageDatainvalidresultbuffercrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/canvas-getImageData-invalid-result-buffer-crash-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/canvas-getImageData-invalid-result-buffer-crash-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/canvas-getImageData-invalid-result-buffer-crash-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> CONSOLE MESSAGE: line 8: Unable to get image data from canvas. Requested size was 381000000 x 2
</span><del>-CONSOLE MESSAGE: line 8: InvalidStateError: DOM Exception 11: The object is in an invalid state.
</del><ins>+CONSOLE MESSAGE: line 8: InvalidStateError (DOM Exception 11): The object is in an invalid state.
</ins><span class="cx"> PASSED (If this page did not crash.)
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvascanvasgradientaddStoperrorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/canvas-gradient-addStop-error-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/canvas-gradient-addStop-error-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/canvas-gradient-addStop-error-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Ensure exceptions are thrown in normal pages
</span><del>-PASS gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') threw exception Error: SyntaxError: DOM Exception 12.
-PASS gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> Switching to dashboard compatibility mode.  Invalid color strings should no longer cause an exception.
</span><span class="cx"> PASS gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') is undefined.
</span><span class="cx"> PASS gradient.addColorStop(1, 'rgb(NaN%, NaN%, NaN%)') is undefined.
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvascanvasimageDataexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/canvas-imageData-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/canvas-imageData-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/canvas-imageData-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,30 +7,30 @@
</span><span class="cx"> PASS new ImageData() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS new ImageData(1) threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS new ImageData(new Uint8ClampedArray([1,2,3,4])); threw exception TypeError: Not enough arguments.
</span><del>-PASS new ImageData(0, 0) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS new ImageData(20, 0) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS new ImageData(0, 20) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS new ImageData(0, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS new ImageData(20, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS new ImageData(0, 20) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS new ImageData(-20, 20) threw exception TypeError: Type error.
</span><span class="cx"> PASS new ImageData(20, -20) threw exception TypeError: Type error.
</span><del>-PASS new ImageData(null, 20) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS new ImageData(null, 20) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS new ImageData(32768, 32768) threw exception TypeError: Type error.
</span><span class="cx"> PASS new ImageData(null, 20, 20) threw exception TypeError: Type error.
</span><span class="cx"> PASS new ImageData(imageData, 20, 20) threw exception TypeError: Type error.
</span><del>-PASS new ImageData(imageData, 0) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS new ImageData(imageData, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS new ImageData(imageData, 20, 0) threw exception TypeError: Type error.
</span><span class="cx"> PASS new ImageData(imageData, 0, 20) threw exception TypeError: Type error.
</span><span class="cx"> PASS new ImageData(imageData, 10, 5) threw exception TypeError: Type error.
</span><del>-PASS new ImageData(imageData.data, 10, 5) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS new ImageData(imageData.data, -10, 5) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS new ImageData(imageData.data, 10, -10) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS new ImageData(new Uint8ClampedArray([1,2,3,4,5,6,7,8]),536870913,2); threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS new ImageData(imageData.data, 10, 5) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS new ImageData(imageData.data, -10, 5) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS new ImageData(imageData.data, 10, -10) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS new ImageData(new Uint8ClampedArray([1,2,3,4,5,6,7,8]),536870913,2); threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS new ImageData({},2,2); threw exception TypeError: Type error.
</span><span class="cx"> PASS new ImageData(undefined,2,2); threw exception TypeError: Type error.
</span><span class="cx"> PASS new ImageData(&quot;none&quot;,2,2); threw exception TypeError: Type error.
</span><span class="cx"> PASS new ImageData(0,2,2); threw exception TypeError: Type error.
</span><del>-PASS new ImageData(imageData.data, 32768, 32768) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS new ImageData(imageData.data, Infinity, Infinity) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS new ImageData(imageData.data, NaN, NaN) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS new ImageData(imageData.data, 32768, 32768) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS new ImageData(imageData.data, Infinity, Infinity) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS new ImageData(imageData.data, NaN, NaN) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Test valid ImageData constructors.
</span><span class="cx"> Test that we got the pixel array from imageData.
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvascanvasoverloadsdrawImageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -23,9 +23,9 @@
</span><span class="cx"> PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0) threw exception TypeError: Type error.
</span><span class="cx"> PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0) threw exception TypeError: Type error.
</span><span class="cx"> PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0) threw exception TypeError: Type error.
</span><del>-PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0, 0) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvascanvaspatternbehaviourexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/canvas-pattern-behaviour-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/canvas-pattern-behaviour-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/canvas-pattern-behaviour-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,10 +8,10 @@
</span><span class="cx"> PASS getPixel(98,1) is [0,128,0,255]
</span><span class="cx"> PASS getPixel(1,48) is [0,128,0,255]
</span><span class="cx"> PASS getPixel(98,48) is [0,128,0,255]
</span><del>-PASS context.createPattern(green1x1, 'null') threw exception Error: SyntaxError: DOM Exception 12.
-PASS context.createPattern(green1x1, undefined) threw exception Error: SyntaxError: DOM Exception 12.
-PASS context.createPattern(green1x1, 'undefined') threw exception Error: SyntaxError: DOM Exception 12.
-PASS context.createPattern(green1x1, {toString:function(){ return null;}}) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS context.createPattern(green1x1, 'null') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS context.createPattern(green1x1, undefined) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS context.createPattern(green1x1, 'undefined') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS context.createPattern(green1x1, {toString:function(){ return null;}}) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS context.createPattern(green1x1, '') did not throw an exception
</span><span class="cx"> PASS getPixel(1,1) is [0,128,0,255]
</span><span class="cx"> PASS getPixel(98,1) is [0,128,0,255]
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvasgradientaddColorStopwithinvalidcolorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,10 +3,10 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS gradient.addColorStop(0, '') threw exception Error: SyntaxError: DOM Exception 12.
-PASS gradient.addColorStop(0, '#cc') threw exception Error: SyntaxError: DOM Exception 12.
-PASS gradient.addColorStop(0, 'rgb(257, 0)') threw exception Error: SyntaxError: DOM Exception 12.
-PASS gradient.addColorStop(0, 'rgb(257, 0, 5, 0)') threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS gradient.addColorStop(0, '') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS gradient.addColorStop(0, '#cc') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS gradient.addColorStop(0, 'rgb(257, 0)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS gradient.addColorStop(0, 'rgb(257, 0, 5, 0)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvasscripttestscanvascreateImageDatajs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/script-tests/canvas-createImageData.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/script-tests/canvas-createImageData.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/script-tests/canvas-createImageData.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,7 +2,7 @@
</span><span class="cx"> 
</span><span class="cx"> ctx = document.createElement('canvas').getContext('2d');
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;ctx.createImageData(null)&quot;, '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow(&quot;ctx.createImageData(null)&quot;, '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> // create a 100x50 imagedata and fill it with white pixels
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvasscripttestscanvasgetImageDatainvalidjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/script-tests/canvas-getImageData-invalid.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/script-tests/canvas-getImageData-invalid.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/script-tests/canvas-getImageData-invalid.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -14,5 +14,5 @@
</span><span class="cx"> shouldThrow(&quot;ctx.getImageData(10, undefined, 10, 10)&quot;, '&quot;TypeError: The provided value is non-finite&quot;');
</span><span class="cx"> shouldThrow(&quot;ctx.getImageData(10, 10, undefined, 10)&quot;, '&quot;TypeError: The provided value is non-finite&quot;');
</span><span class="cx"> shouldThrow(&quot;ctx.getImageData(10, 10, 10, undefined)&quot;, '&quot;TypeError: The provided value is non-finite&quot;');
</span><del>-shouldThrow(&quot;ctx.getImageData(10, 10, 0, 10)&quot;, '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
-shouldThrow(&quot;ctx.getImageData(10, 10, 10, 0)&quot;, '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
</del><ins>+shouldThrow(&quot;ctx.getImageData(10, 10, 0, 10)&quot;, '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
+shouldThrow(&quot;ctx.getImageData(10, 10, 10, 0)&quot;, '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
</ins></span></pre></div>
<a id="trunkLayoutTestsfastcanvasscripttestscanvasimageDatajs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/script-tests/canvas-imageData.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/script-tests/canvas-imageData.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/script-tests/canvas-imageData.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,30 +9,30 @@
</span><span class="cx"> shouldThrow('new ImageData()', '&quot;TypeError: Not enough arguments&quot;');
</span><span class="cx"> shouldThrow('new ImageData(1)', '&quot;TypeError: Not enough arguments&quot;');
</span><span class="cx"> shouldThrow('new ImageData(new Uint8ClampedArray([1,2,3,4]));', '&quot;TypeError: Not enough arguments&quot;');
</span><del>-shouldThrow('new ImageData(0, 0)', '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
-shouldThrow('new ImageData(20, 0)', '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
-shouldThrow('new ImageData(0, 20)', '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
</del><ins>+shouldThrow('new ImageData(0, 0)', '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
+shouldThrow('new ImageData(20, 0)', '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
+shouldThrow('new ImageData(0, 20)', '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
</ins><span class="cx"> shouldThrow('new ImageData(-20, 20)', '&quot;TypeError: Type error&quot;');
</span><span class="cx"> shouldThrow('new ImageData(20, -20)', '&quot;TypeError: Type error&quot;');
</span><del>-shouldThrow('new ImageData(null, 20)', '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
</del><ins>+shouldThrow('new ImageData(null, 20)', '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
</ins><span class="cx"> shouldThrow('new ImageData(32768, 32768)', '&quot;TypeError: Type error&quot;');
</span><span class="cx"> shouldThrow('new ImageData(null, 20, 20)', '&quot;TypeError: Type error&quot;');
</span><span class="cx"> shouldThrow('new ImageData(imageData, 20, 20)', '&quot;TypeError: Type error&quot;');
</span><del>-shouldThrow('new ImageData(imageData, 0)', '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
</del><ins>+shouldThrow('new ImageData(imageData, 0)', '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
</ins><span class="cx"> shouldThrow('new ImageData(imageData, 20, 0)', '&quot;TypeError: Type error&quot;');
</span><span class="cx"> shouldThrow('new ImageData(imageData, 0, 20)', '&quot;TypeError: Type error&quot;');
</span><span class="cx"> shouldThrow('new ImageData(imageData, 10, 5)', '&quot;TypeError: Type error&quot;');
</span><del>-shouldThrow('new ImageData(imageData.data, 10, 5)', '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
-shouldThrow('new ImageData(imageData.data, -10, 5)', '&quot;Error: InvalidStateError: DOM Exception 11&quot;');
-shouldThrow('new ImageData(imageData.data, 10, -10)', '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
-shouldThrow('new ImageData(new Uint8ClampedArray([1,2,3,4,5,6,7,8]),536870913,2);', '&quot;Error: InvalidStateError: DOM Exception 11&quot;');
</del><ins>+shouldThrow('new ImageData(imageData.data, 10, 5)', '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
+shouldThrow('new ImageData(imageData.data, -10, 5)', '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;');
+shouldThrow('new ImageData(imageData.data, 10, -10)', '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
+shouldThrow('new ImageData(new Uint8ClampedArray([1,2,3,4,5,6,7,8]),536870913,2);', '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;');
</ins><span class="cx"> shouldThrow('new ImageData({},2,2);', '&quot;TypeError: Type error&quot;');
</span><span class="cx"> shouldThrow('new ImageData(undefined,2,2);', '&quot;TypeError: Type error&quot;');
</span><span class="cx"> shouldThrow('new ImageData(&quot;none&quot;,2,2);', '&quot;TypeError: Type error&quot;');
</span><span class="cx"> shouldThrow('new ImageData(0,2,2);', '&quot;TypeError: Type error&quot;');
</span><del>-shouldThrow('new ImageData(imageData.data, 32768, 32768)', '&quot;Error: InvalidStateError: DOM Exception 11&quot;');
-shouldThrow('new ImageData(imageData.data, Infinity, Infinity)', '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
-shouldThrow('new ImageData(imageData.data, NaN, NaN)', '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
</del><ins>+shouldThrow('new ImageData(imageData.data, 32768, 32768)', '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;');
+shouldThrow('new ImageData(imageData.data, Infinity, Infinity)', '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
+shouldThrow('new ImageData(imageData.data, NaN, NaN)', '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
</ins><span class="cx"> debug('');
</span><span class="cx"> 
</span><span class="cx"> debug('Test valid ImageData constructors.')
</span></span></pre></div>
<a id="trunkLayoutTestsfastcanvasscripttestscanvasoverloadsdrawImagejs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/script-tests/canvas-overloads-drawImage.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/script-tests/canvas-overloads-drawImage.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/script-tests/canvas-overloads-drawImage.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -28,6 +28,6 @@
</span><span class="cx"> shouldThrow(&quot;ctx.drawImage(canvasElement, 0, 0, 0, 0, 0)&quot;, &quot;TypeError&quot;);
</span><span class="cx"> shouldThrow(&quot;ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0)&quot;, &quot;TypeError&quot;);
</span><span class="cx"> shouldThrow(&quot;ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0)&quot;, &quot;TypeError&quot;);
</span><del>-shouldThrow(&quot;ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0)&quot;, &quot;'Error: IndexSizeError: DOM Exception 1'&quot;);
-shouldThrow(&quot;ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0, 0)&quot;, &quot;'Error: IndexSizeError: DOM Exception 1'&quot;);
-shouldThrow(&quot;ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)&quot;, &quot;'Error: IndexSizeError: DOM Exception 1'&quot;);
</del><ins>+shouldThrow(&quot;ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0)&quot;, &quot;'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'&quot;);
+shouldThrow(&quot;ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0, 0)&quot;, &quot;'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'&quot;);
+shouldThrow(&quot;ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)&quot;, &quot;'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'&quot;);
</ins></span></pre></div>
<a id="trunkLayoutTestsfastcanvasscripttestsgradientaddColorStopwithinvalidcolorjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx"> 
</span><span class="cx"> var gradient = document.createElement('canvas').getContext('2d').createLinearGradient(0, 0, 150, 0);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;gradient.addColorStop(0, '')&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
-shouldThrow(&quot;gradient.addColorStop(0, '#cc')&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
-shouldThrow(&quot;gradient.addColorStop(0, 'rgb(257, 0)')&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
-shouldThrow(&quot;gradient.addColorStop(0, 'rgb(257, 0, 5, 0)')&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
</del><ins>+shouldThrow(&quot;gradient.addColorStop(0, '')&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
+shouldThrow(&quot;gradient.addColorStop(0, '#cc')&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
+shouldThrow(&quot;gradient.addColorStop(0, 'rgb(257, 0)')&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
+shouldThrow(&quot;gradient.addColorStop(0, 'rgb(257, 0, 5, 0)')&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
</ins></span></pre></div>
<a id="trunkLayoutTestsfastcssCSSPrimitiveValueexceptionsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/CSSPrimitiveValue-exceptions-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/CSSPrimitiveValue-exceptions-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/CSSPrimitiveValue-exceptions-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,24 +3,24 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_HZ) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_S) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_RAD) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_PERCENTAGE) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS_DEG) threw exception Error: InvalidAccessError: DOM Exception 15.
</del><ins>+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_HZ) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_S) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_RAD) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_PERCENTAGE) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS_DEG) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
</ins><span class="cx"> PASS div.style.getPropertyCSSValue('clip').primitiveType is CSSPrimitiveValue.CSS_RECT
</span><del>-PASS div.style.getPropertyCSSValue('clip').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('clip').getStringValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('clip').getCounterValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('clip').getRGBColorValue() threw exception Error: InvalidAccessError: DOM Exception 15.
</del><ins>+PASS div.style.getPropertyCSSValue('clip').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('clip').getStringValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('clip').getCounterValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('clip').getRGBColorValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
</ins><span class="cx"> PASS div.style.getPropertyCSSValue('color').primitiveType is CSSPrimitiveValue.CSS_RGBCOLOR
</span><del>-PASS div.style.getPropertyCSSValue('color').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('color').getStringValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('color').getCounterValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS div.style.getPropertyCSSValue('color').getRectValue() threw exception Error: InvalidAccessError: DOM Exception 15.
</del><ins>+PASS div.style.getPropertyCSSValue('color').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('color').getStringValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('color').getCounterValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS div.style.getPropertyCSSValue('color').getRectValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastcsscss3nthtokensscriptexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -16,10 +16,10 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)'
</span><span class="cx"> PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(255, 0, 0)'
</span><span class="cx"> PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)'
</span><del>-PASS document.querySelector(&quot;span.c3:nth-of-type(n3)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;span.c3:nth-of-type(foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;span.c3:nth-of-type(2n3)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;span.c3:nth-of-type(foon + bar)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;span.c3:nth-of-type(n3)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;span.c3:nth-of-type(foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;span.c3:nth-of-type(2n3)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;span.c3:nth-of-type(foon + bar)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastcsscss3nthtokensscripthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/css3-nth-tokens-script.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/css3-nth-tokens-script.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/css3-nth-tokens-script.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -55,13 +55,13 @@
</span><span class="cx"> el = document.querySelector(&quot;span.c2:nth-of-type(even)&quot;);
</span><span class="cx"> shouldBe(&quot;document.defaultView.getComputedStyle(el, null).getPropertyValue('color')&quot;, &quot;'rgb(0, 128, 0)'&quot;);
</span><span class="cx"> 
</span><del>-shouldThrow('document.querySelector(&quot;span.c3:nth-of-type(n3)&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+shouldThrow('document.querySelector(&quot;span.c3:nth-of-type(n3)&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><del>-shouldThrow('document.querySelector(&quot;span.c3:nth-of-type(foo)&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+shouldThrow('document.querySelector(&quot;span.c3:nth-of-type(foo)&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><del>-shouldThrow('document.querySelector(&quot;span.c3:nth-of-type(2n3)&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+shouldThrow('document.querySelector(&quot;span.c3:nth-of-type(2n3)&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><del>-shouldThrow('document.querySelector(&quot;span.c3:nth-of-type(foon + bar)&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+shouldThrow('document.querySelector(&quot;span.c3:nth-of-type(foon + bar)&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssgetFloatValueForUnitexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/getFloatValueForUnit-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/getFloatValueForUnit-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/getFloatValueForUnit-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -17,21 +17,21 @@
</span><span class="cx"> PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_MS) is 200
</span><span class="cx"> PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_S) is 0.2
</span><span class="cx"> PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_NUMBER) is 200
</span><del>-PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_MS) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_HZ) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_DEG) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_PX) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_MS) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_HZ) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_PX) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_DEG) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_HZ) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception Error: InvalidAccessError: DOM Exception 15.
</del><ins>+PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_MS) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_HZ) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_DEG) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFloatValue('font-size', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_PX) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_MS) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_HZ) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFirstFloatValueInList('-webkit-transform', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_PERCENTAGE) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_PX) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_DEG) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_HZ) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS getFloatValue('-webkit-animation-delay', CSSPrimitiveValue.CSS_RGBCOLOR) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssgetFloatValueForUnithtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/getFloatValueForUnit.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/getFloatValueForUnit.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/getFloatValueForUnit.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> if (window.testRunner)
</span><span class="cx">     testRunner.dumpAsText();
</span><span class="cx"> 
</span><del>-var invalidAccessError = &quot;Error: InvalidAccessError: DOM Exception 15&quot;;
</del><ins>+var invalidAccessError = &quot;InvalidAccessError (DOM Exception 15): The object does not support the operation or argument.&quot;;
</ins><span class="cx"> 
</span><span class="cx"> description(&quot;Testing whether CSSPrimitiveValue.getFloatValue() converts units correctly.&quot;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssinsertruleoverflowruledataexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/insert-rule-overflow-rule-data-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/insert-rule-overflow-rule-data-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/insert-rule-overflow-rule-data-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> PASS getComputedStyle(document.getElementById(&quot;NotThere8193&quot;)).color is &quot;rgb(1, 2, 3)&quot;
</span><span class="cx"> PASS getComputedStyle(document.getElementById(&quot;NotThere8194&quot;)).color is &quot;rgb(1, 2, 3)&quot;
</span><span class="cx"> PASS document.getElementById(&quot;test-style&quot;).sheet.rules.length is 1
</span><del>-PASS styleSheet.insertRule(&quot;#NotThere1:not(.overflow), #NotThere2, #NotThere3, #NotThere4, #NotThere5, #NotThere6, #NotThere7, #NotThere8, #NotThere9, #NotThere10, #NotThere11, #NotThere12, #NotThere13, #NotThere14, #NotThere15, #NotThere16, #NotThere17, #NotThere18, #NotThere19, #NotThere20, #NotThere21, #NotThere22, #NotThere23, #NotThere24, #NotThere25, #NotThere26, #NotThere27, #NotThere28, #NotThere29, #NotThere30, #NotThere31, #NotThere32, #NotThere33, #NotThere34, #NotThere35, #NotThere36, #NotThere37, #NotThere38, #NotThere39, #NotThere40, #NotThere41, #NotThere42, #NotThere43, #NotThere44, #NotThere45, #NotThere46, #NotThere47, #NotThere48, #NotThere49, #NotThere50, #NotThere51, #NotThere52, #NotThere53, #NotThere54, #NotThere55, #NotThere56, #NotThere57, #NotThere58, #NotThere59, #NotThere60, #NotThere61, #NotThere62, #NotThere63, #NotThere64, #NotThere65, #NotThere66, #NotThere67, #NotThere68, #NotThere69, #NotThere70, #NotThere71, #NotThere72, #N
 otThere73, #NotThere74, #NotThere75, #NotThere76, #NotThere77, #NotThere78, #NotThere79, #NotThere80, #NotThere81, #NotThere82, #NotThere83, #NotThere84, #NotThere85, #NotThere86, #NotThere87, #NotThere88, #NotThere89, #NotThere90, #NotThere91, #NotThere92, #NotThere93, #NotThere94, #NotThere95, #NotThere96, #NotThere97, #NotThere98, #NotThere99, #NotThere100, #NotThere101, #NotThere102, #NotThere103, #NotThere104, #NotThere105, #NotThere106, #NotThere107, #NotThere108, #NotThere109, #NotThere110, #NotThere111, #NotThere112, #NotThere113, #NotThere114, #NotThere115, #NotThere116, #NotThere117, #NotThere118, #NotThere119, #NotThere120, #NotThere121, #NotThere122, #NotThere123, #NotThere124, #NotThere125, #NotThere126, #NotThere127, #NotThere128, #NotThere129, #NotThere130, #NotThere131, #NotThere132, #NotThere133, #NotThere134, #NotThere135, #NotThere136, #NotThere137, #NotThere138, #NotThere139, #NotThere140, #NotThere141, #NotThere142, #NotThere143, #NotThere144, #NotThere1
 45, #NotThere146, #NotThere147, #NotThere148, #NotThere149, #NotThere150, #NotThere151, #NotThere152, #NotThere153, #NotThere154, #NotThere155, #NotThere156, #NotThere157, #NotThere158, #NotThere159, #NotThere160, #NotThere161, #NotThere162, #NotThere163, #NotThere164, #NotThere165, #NotThere166, #NotThere167, #NotThere168, #NotThere169, #NotThere170, #NotThere171, #NotThere172, #NotThere173, #NotThere174, #NotThere175, #NotThere176, #NotThere177, #NotThere178, #NotThere179, #NotThere180, #NotThere181, #NotThere182, #NotThere183, #NotThere184, #NotThere185, #NotThere186, #NotThere187, #NotThere188, #NotThere189, #NotThere190, #NotThere191, #NotThere192, #NotThere193, #NotThere194, #NotThere195, #NotThere196, #NotThere197, #NotThere198, #NotThere199, #NotThere200, #NotThere201, #NotThere202, #NotThere203, #NotThere204, #NotThere205, #NotThere206, #NotThere207, #NotThere208, #NotThere209, #NotThere210, #NotThere211, #NotThere212, #NotThere213, #NotThere214, #NotThere215, #NotT
 here216, #NotThere217, #NotThere218, #NotThere219, #NotThere220, #NotThere221, #NotThere222, #NotThere223, #NotThere224, #NotThere225, #NotThere226, #NotThere227, #NotThere228, #NotThere229, #NotThere230, #NotThere231, #NotThere232, #NotThere233, #NotThere234, #NotThere235, #NotThere236, #NotThere237, #NotThere238, #NotThere239, #NotThere240, #NotThere241, #NotThere242, #NotThere243, #NotThere244, #NotThere245, #NotThere246, #NotThere247, #NotThere248, #NotThere249, #NotThere250, #NotThere251, #NotThere252, #NotThere253, #NotThere254, #NotThere255, #NotThere256, #NotThere257, #NotThere258, #NotThere259, #NotThere260, #NotThere261, #NotThere262, #NotThere263, #NotThere264, #NotThere265, #NotThere266, #NotThere267, #NotThere268, #NotThere269, #NotThere270, #NotThere271, #NotThere272, #NotThere273, #NotThere274, #NotThere275, #NotThere276, #NotThere277, #NotThere278, #NotThere279, #NotThere280, #NotThere281, #NotThere282, #NotThere283, #NotThere284, #NotThere285, #NotThere286, 
 #NotThere287, #NotThere288, #NotThere289, #NotThere290, #NotThere291, #NotThere292, #NotThere293, #NotThere294, #NotThere295, #NotThere296, #NotThere297, #NotThere298, #NotThere299, #NotThere300, #NotThere301, #NotThere302, #NotThere303, #NotThere304, #NotThere305, #NotThere306, #NotThere307, #NotThere308, #NotThere309, #NotThere310, #NotThere311, #NotThere312, #NotThere313, #NotThere314, #NotThere315, #NotThere316, #NotThere317, #NotThere318, #NotThere319, #NotThere320, #NotThere321, #NotThere322, #NotThere323, #NotThere324, #NotThere325, #NotThere326, #NotThere327, #NotThere328, #NotThere329, #NotThere330, #NotThere331, #NotThere332, #NotThere333, #NotThere334, #NotThere335, #NotThere336, #NotThere337, #NotThere338, #NotThere339, #NotThere340, #NotThere341, #NotThere342, #NotThere343, #NotThere344, #NotThere345, #NotThere346, #NotThere347, #NotThere348, #NotThere349, #NotThere350, #NotThere351, #NotThere352, #NotThere353, #NotThere354, #NotThere355, #NotThere356, #NotThere
 357, #NotThere358, #NotThere359, #NotThere360, #NotThere361, #NotThere362, #NotThere363, #NotThere364, #NotThere365, #NotThere366, #NotThere367, #NotThere368, #NotThere369, #NotThere370, #NotThere371, #NotThere372, #NotThere373, #NotThere374, #NotThere375, #NotThere376, #NotThere377, #NotThere378, #NotThere379, #NotThere380, #NotThere381, #NotThere382, #NotThere383, #NotThere384, #NotThere385, #NotThere386, #NotThere387, #NotThere388, #NotThere389, #NotThere390, #NotThere391, #NotThere392, #NotThere393, #NotThere394, #NotThere395, #NotThere396, #NotThere397, #NotThere398, #NotThere399, #NotThere400, #NotThere401, #NotThere402, #NotThere403, #NotThere404, #NotThere405, #NotThere406, #NotThere407, #NotThere408, #NotThere409, #NotThere410, #NotThere411, #NotThere412, #NotThere413, #NotThere414, #NotThere415, #NotThere416, #NotThere417, #NotThere418, #NotThere419, #NotThere420, #NotThere421, #NotThere422, #NotThere423, #NotThere424, #NotThere425, #NotThere426, #NotThere427, #Not
 There428, #NotThere429, #NotThere430, #NotThere431, #NotThere432, #NotThere433, #NotThere434, #NotThere435, #NotThere436, #NotThere437, #NotThere438, #NotThere439, #NotThere440, #NotThere441, #NotThere442, #NotThere443, #NotThere444, #NotThere445, #NotThere446, #NotThere447, #NotThere448, #NotThere449, #NotThere450, #NotThere451, #NotThere452, #NotThere453, #NotThere454, #NotThere455, #NotThere456, #NotThere457, #NotThere458, #NotThere459, #NotThere460, #NotThere461, #NotThere462, #NotThere463, #NotThere464, #NotThere465, #NotThere466, #NotThere467, #NotThere468, #NotThere469, #NotThere470, #NotThere471, #NotThere472, #NotThere473, #NotThere474, #NotThere475, #NotThere476, #NotThere477, #NotThere478, #NotThere479, #NotThere480, #NotThere481, #NotThere482, #NotThere483, #NotThere484, #NotThere485, #NotThere486, #NotThere487, #NotThere488, #NotThere489, #NotThere490, #NotThere491, #NotThere492, #NotThere493, #NotThere494, #NotThere495, #NotThere496, #NotThere497, #NotThere498,
  #NotThere499, #NotThere500, #NotThere501, #NotThere502, #NotThere503, #NotThere504, #NotThere505, #NotThere506, #NotThere507, #NotThere508, #NotThere509, #NotThere510, #NotThere511, #NotThere512, #NotThere513, #NotThere514, #NotThere515, #NotThere516, #NotThere517, #NotThere518, #NotThere519, #NotThere520, #NotThere521, #NotThere522, #NotThere523, #NotThere524, #NotThere525, #NotThere526, #NotThere527, #NotThere528, #NotThere529, #NotThere530, #NotThere531, #NotThere532, #NotThere533, #NotThere534, #NotThere535, #NotThere536, #NotThere537, #NotThere538, #NotThere539, #NotThere540, #NotThere541, #NotThere542, #NotThere543, #NotThere544, #NotThere545, #NotThere546, #NotThere547, #NotThere548, #NotThere549, #NotThere550, #NotThere551, #NotThere552, #NotThere553, #NotThere554, #NotThere555, #NotThere556, #NotThere557, #NotThere558, #NotThere559, #NotThere560, #NotThere561, #NotThere562, #NotThere563, #NotThere564, #NotThere565, #NotThere566, #NotThere567, #NotThere568, #NotTher
 e569, #NotThere570, #NotThere571, #NotThere572, #NotThere573, #NotThere574, #NotThere575, #NotThere576, #NotThere577, #NotThere578, #NotThere579, #NotThere580, #NotThere581, #NotThere582, #NotThere583, #NotThere584, #NotThere585, #NotThere586, #NotThere587, #NotThere588, #NotThere589, #NotThere590, #NotThere591, #NotThere592, #NotThere593, #NotThere594, #NotThere595, #NotThere596, #NotThere597, #NotThere598, #NotThere599, #NotThere600, #NotThere601, #NotThere602, #NotThere603, #NotThere604, #NotThere605, #NotThere606, #NotThere607, #NotThere608, #NotThere609, #NotThere610, #NotThere611, #NotThere612, #NotThere613, #NotThere614, #NotThere615, #NotThere616, #NotThere617, #NotThere618, #NotThere619, #NotThere620, #NotThere621, #NotThere622, #NotThere623, #NotThere624, #NotThere625, #NotThere626, #NotThere627, #NotThere628, #NotThere629, #NotThere630, #NotThere631, #NotThere632, #NotThere633, #NotThere634, #NotThere635, #NotThere636, #NotThere637, #NotThere638, #NotThere639, #No
 tThere640, #NotThere641, #NotThere642, #NotThere643, #NotThere644, #NotThere645, #NotThere646, #NotThere647, #NotThere648, #NotThere649, #NotThere650, #NotThere651, #NotThere652, #NotThere653, #NotThere654, #NotThere655, #NotThere656, #NotThere657, #NotThere658, #NotThere659, #NotThere660, #NotThere661, #NotThere662, #NotThere663, #NotThere664, #NotThere665, #NotThere666, #NotThere667, #NotThere668, #NotThere669, #NotThere670, #NotThere671, #NotThere672, #NotThere673, #NotThere674, #NotThere675, #NotThere676, #NotThere677, #NotThere678, #NotThere679, #NotThere680, #NotThere681, #NotThere682, #NotThere683, #NotThere684, #NotThere685, #NotThere686, #NotThere687, #NotThere688, #NotThere689, #NotThere690, #NotThere691, #NotThere692, #NotThere693, #NotThere694, #NotThere695, #NotThere696, #NotThere697, #NotThere698, #NotThere699, #NotThere700, #NotThere701, #NotThere702, #NotThere703, #NotThere704, #NotThere705, #NotThere706, #NotThere707, #NotThere708, #NotThere709, #NotThere710
 , #NotThere711, #NotThere712, #NotThere713, #NotThere714, #NotThere715, #NotThere716, #NotThere717, #NotThere718, #NotThere719, #NotThere720, #NotThere721, #NotThere722, #NotThere723, #NotThere724, #NotThere725, #NotThere726, #NotThere727, #NotThere728, #NotThere729, #NotThere730, #NotThere731, #NotThere732, #NotThere733, #NotThere734, #NotThere735, #NotThere736, #NotThere737, #NotThere738, #NotThere739, #NotThere740, #NotThere741, #NotThere742, #NotThere743, #NotThere744, #NotThere745, #NotThere746, #NotThere747, #NotThere748, #NotThere749, #NotThere750, #NotThere751, #NotThere752, #NotThere753, #NotThere754, #NotThere755, #NotThere756, #NotThere757, #NotThere758, #NotThere759, #NotThere760, #NotThere761, #NotThere762, #NotThere763, #NotThere764, #NotThere765, #NotThere766, #NotThere767, #NotThere768, #NotThere769, #NotThere770, #NotThere771, #NotThere772, #NotThere773, #NotThere774, #NotThere775, #NotThere776, #NotThere777, #NotThere778, #NotThere779, #NotThere780, #NotThe
 re781, #NotThere782, #NotThere783, #NotThere784, #NotThere785, #NotThere786, #NotThere787, #NotThere788, #NotThere789, #NotThere790, #NotThere791, #NotThere792, #NotThere793, #NotThere794, #NotThere795, #NotThere796, #NotThere797, #NotThere798, #NotThere799, #NotThere800, #NotThere801, #NotThere802, #NotThere803, #NotThere804, #NotThere805, #NotThere806, #NotThere807, #NotThere808, #NotThere809, #NotThere810, #NotThere811, #NotThere812, #NotThere813, #NotThere814, #NotThere815, #NotThere816, #NotThere817, #NotThere818, #NotThere819, #NotThere820, #NotThere821, #NotThere822, #NotThere823, #NotThere824, #NotThere825, #NotThere826, #NotThere827, #NotThere828, #NotThere829, #NotThere830, #NotThere831, #NotThere832, #NotThere833, #NotThere834, #NotThere835, #NotThere836, #NotThere837, #NotThere838, #NotThere839, #NotThere840, #NotThere841, #NotThere842, #NotThere843, #NotThere844, #NotThere845, #NotThere846, #NotThere847, #NotThere848, #NotThere849, #NotThere850, #NotThere851, #N
 otThere852, #NotThere853, #NotThere854, #NotThere855, #NotThere856, #NotThere857, #NotThere858, #NotThere859, #NotThere860, #NotThere861, #NotThere862, #NotThere863, #NotThere864, #NotThere865, #NotThere866, #NotThere867, #NotThere868, #NotThere869, #NotThere870, #NotThere871, #NotThere872, #NotThere873, #NotThere874, #NotThere875, #NotThere876, #NotThere877, #NotThere878, #NotThere879, #NotThere880, #NotThere881, #NotThere882, #NotThere883, #NotThere884, #NotThere885, #NotThere886, #NotThere887, #NotThere888, #NotThere889, #NotThere890, #NotThere891, #NotThere892, #NotThere893, #NotThere894, #NotThere895, #NotThere896, #NotThere897, #NotThere898, #NotThere899, #NotThere900, #NotThere901, #NotThere902, #NotThere903, #NotThere904, #NotThere905, #NotThere906, #NotThere907, #NotThere908, #NotThere909, #NotThere910, #NotThere911, #NotThere912, #NotThere913, #NotThere914, #NotThere915, #NotThere916, #NotThere917, #NotThere918, #NotThere919, #NotThere920, #NotThere921, #NotThere92
 2, #NotThere923, #NotThere924, #NotThere925, #NotThere926, #NotThere927, #NotThere928, #NotThere929, #NotThere930, #NotThere931, #NotThere932, #NotThere933, #NotThere934, #NotThere935, #NotThere936, #NotThere937, #NotThere938, #NotThere939, #NotThere940, #NotThere941, #NotThere942, #NotThere943, #NotThere944, #NotThere945, #NotThere946, #NotThere947, #NotThere948, #NotThere949, #NotThere950, #NotThere951, #NotThere952, #NotThere953, #NotThere954, #NotThere955, #NotThere956, #NotThere957, #NotThere958, #NotThere959, #NotThere960, #NotThere961, #NotThere962, #NotThere963, #NotThere964, #NotThere965, #NotThere966, #NotThere967, #NotThere968, #NotThere969, #NotThere970, #NotThere971, #NotThere972, #NotThere973, #NotThere974, #NotThere975, #NotThere976, #NotThere977, #NotThere978, #NotThere979, #NotThere980, #NotThere981, #NotThere982, #NotThere983, #NotThere984, #NotThere985, #NotThere986, #NotThere987, #NotThere988, #NotThere989, #NotThere990, #NotThere991, #NotThere992, #NotTh
 ere993, #NotThere994, #NotThere995, #NotThere996, #NotThere997, #NotThere998, #NotThere999, #NotThere1000, #NotThere1001, #NotThere1002, #NotThere1003, #NotThere1004, #NotThere1005, #NotThere1006, #NotThere1007, #NotThere1008, #NotThere1009, #NotThere1010, #NotThere1011, #NotThere1012, #NotThere1013, #NotThere1014, #NotThere1015, #NotThere1016, #NotThere1017, #NotThere1018, #NotThere1019, #NotThere1020, #NotThere1021, #NotThere1022, #NotThere1023, #NotThere1024, #NotThere1025, #NotThere1026, #NotThere1027, #NotThere1028, #NotThere1029, #NotThere1030, #NotThere1031, #NotThere1032, #NotThere1033, #NotThere1034, #NotThere1035, #NotThere1036, #NotThere1037, #NotThere1038, #NotThere1039, #NotThere1040, #NotThere1041, #NotThere1042, #NotThere1043, #NotThere1044, #NotThere1045, #NotThere1046, #NotThere1047, #NotThere1048, #NotThere1049, #NotThere1050, #NotThere1051, #NotThere1052, #NotThere1053, #NotThere1054, #NotThere1055, #NotThere1056, #NotThere1057, #NotThere1058, #NotThere105
 9, #NotThere1060, #NotThere1061, #NotThere1062, #NotThere1063, #NotThere1064, #NotThere1065, #NotThere1066, #NotThere1067, #NotThere1068, #NotThere1069, #NotThere1070, #NotThere1071, #NotThere1072, #NotThere1073, #NotThere1074, #NotThere1075, #NotThere1076, #NotThere1077, #NotThere1078, #NotThere1079, #NotThere1080, #NotThere1081, #NotThere1082, #NotThere1083, #NotThere1084, #NotThere1085, #NotThere1086, #NotThere1087, #NotThere1088, #NotThere1089, #NotThere1090, #NotThere1091, #NotThere1092, #NotThere1093, #NotThere1094, #NotThere1095, #NotThere1096, #NotThere1097, #NotThere1098, #NotThere1099, #NotThere1100, #NotThere1101, #NotThere1102, #NotThere1103, #NotThere1104, #NotThere1105, #NotThere1106, #NotThere1107, #NotThere1108, #NotThere1109, #NotThere1110, #NotThere1111, #NotThere1112, #NotThere1113, #NotThere1114, #NotThere1115, #NotThere1116, #NotThere1117, #NotThere1118, #NotThere1119, #NotThere1120, #NotThere1121, #NotThere1122, #NotThere1123, #NotThere1124, #NotThere11
 25, #NotThere1126, #NotThere1127, #NotThere1128, #NotThere1129, #NotThere1130, #NotThere1131, #NotThere1132, #NotThere1133, #NotThere1134, #NotThere1135, #NotThere1136, #NotThere1137, #NotThere1138, #NotThere1139, #NotThere1140, #NotThere1141, #NotThere1142, #NotThere1143, #NotThere1144, #NotThere1145, #NotThere1146, #NotThere1147, #NotThere1148, #NotThere1149, #NotThere1150, #NotThere1151, #NotThere1152, #NotThere1153, #NotThere1154, #NotThere1155, #NotThere1156, #NotThere1157, #NotThere1158, #NotThere1159, #NotThere1160, #NotThere1161, #NotThere1162, #NotThere1163, #NotThere1164, #NotThere1165, #NotThere1166, #NotThere1167, #NotThere1168, #NotThere1169, #NotThere1170, #NotThere1171, #NotThere1172, #NotThere1173, #NotThere1174, #NotThere1175, #NotThere1176, #NotThere1177, #NotThere1178, #NotThere1179, #NotThere1180, #NotThere1181, #NotThere1182, #NotThere1183, #NotThere1184, #NotThere1185, #NotThere1186, #NotThere1187, #NotThere1188, #NotThere1189, #NotThere1190, #NotThere1
 191, #NotThere1192, #NotThere1193, #NotThere1194, #NotThere1195, #NotThere1196, #NotThere1197, #NotThere1198, #NotThere1199, #NotThere1200, #NotThere1201, #NotThere1202, #NotThere1203, #NotThere1204, #NotThere1205, #NotThere1206, #NotThere1207, #NotThere1208, #NotThere1209, #NotThere1210, #NotThere1211, #NotThere1212, #NotThere1213, #NotThere1214, #NotThere1215, #NotThere1216, #NotThere1217, #NotThere1218, #NotThere1219, #NotThere1220, #NotThere1221, #NotThere1222, #NotThere1223, #NotThere1224, #NotThere1225, #NotThere1226, #NotThere1227, #NotThere1228, #NotThere1229, #NotThere1230, #NotThere1231, #NotThere1232, #NotThere1233, #NotThere1234, #NotThere1235, #NotThere1236, #NotThere1237, #NotThere1238, #NotThere1239, #NotThere1240, #NotThere1241, #NotThere1242, #NotThere1243, #NotThere1244, #NotThere1245, #NotThere1246, #NotThere1247, #NotThere1248, #NotThere1249, #NotThere1250, #NotThere1251, #NotThere1252, #NotThere1253, #NotThere1254, #NotThere1255, #NotThere1256, #NotThere
 1257, #NotThere1258, #NotThere1259, #NotThere1260, #NotThere1261, #NotThere1262, #NotThere1263, #NotThere1264, #NotThere1265, #NotThere1266, #NotThere1267, #NotThere1268, #NotThere1269, #NotThere1270, #NotThere1271, #NotThere1272, #NotThere1273, #NotThere1274, #NotThere1275, #NotThere1276, #NotThere1277, #NotThere1278, #NotThere1279, #NotThere1280, #NotThere1281, #NotThere1282, #NotThere1283, #NotThere1284, #NotThere1285, #NotThere1286, #NotThere1287, #NotThere1288, #NotThere1289, #NotThere1290, #NotThere1291, #NotThere1292, #NotThere1293, #NotThere1294, #NotThere1295, #NotThere1296, #NotThere1297, #NotThere1298, #NotThere1299, #NotThere1300, #NotThere1301, #NotThere1302, #NotThere1303, #NotThere1304, #NotThere1305, #NotThere1306, #NotThere1307, #NotThere1308, #NotThere1309, #NotThere1310, #NotThere1311, #NotThere1312, #NotThere1313, #NotThere1314, #NotThere1315, #NotThere1316, #NotThere1317, #NotThere1318, #NotThere1319, #NotThere1320, #NotThere1321, #NotThere1322, #NotTher
 e1323, #NotThere1324, #NotThere1325, #NotThere1326, #NotThere1327, #NotThere1328, #NotThere1329, #NotThere1330, #NotThere1331, #NotThere1332, #NotThere1333, #NotThere1334, #NotThere1335, #NotThere1336, #NotThere1337, #NotThere1338, #NotThere1339, #NotThere1340, #NotThere1341, #NotThere1342, #NotThere1343, #NotThere1344, #NotThere1345, #NotThere1346, #NotThere1347, #NotThere1348, #NotThere1349, #NotThere1350, #NotThere1351, #NotThere1352, #NotThere1353, #NotThere1354, #NotThere1355, #NotThere1356, #NotThere1357, #NotThere1358, #NotThere1359, #NotThere1360, #NotThere1361, #NotThere1362, #NotThere1363, #NotThere1364, #NotThere1365, #NotThere1366, #NotThere1367, #NotThere1368, #NotThere1369, #NotThere1370, #NotThere1371, #NotThere1372, #NotThere1373, #NotThere1374, #NotThere1375, #NotThere1376, #NotThere1377, #NotThere1378, #NotThere1379, #NotThere1380, #NotThere1381, #NotThere1382, #NotThere1383, #NotThere1384, #NotThere1385, #NotThere1386, #NotThere1387, #NotThere1388, #NotThe
 re1389, #NotThere1390, #NotThere1391, #NotThere1392, #NotThere1393, #NotThere1394, #NotThere1395, #NotThere1396, #NotThere1397, #NotThere1398, #NotThere1399, #NotThere1400, #NotThere1401, #NotThere1402, #NotThere1403, #NotThere1404, #NotThere1405, #NotThere1406, #NotThere1407, #NotThere1408, #NotThere1409, #NotThere1410, #NotThere1411, #NotThere1412, #NotThere1413, #NotThere1414, #NotThere1415, #NotThere1416, #NotThere1417, #NotThere1418, #NotThere1419, #NotThere1420, #NotThere1421, #NotThere1422, #NotThere1423, #NotThere1424, #NotThere1425, #NotThere1426, #NotThere1427, #NotThere1428, #NotThere1429, #NotThere1430, #NotThere1431, #NotThere1432, #NotThere1433, #NotThere1434, #NotThere1435, #NotThere1436, #NotThere1437, #NotThere1438, #NotThere1439, #NotThere1440, #NotThere1441, #NotThere1442, #NotThere1443, #NotThere1444, #NotThere1445, #NotThere1446, #NotThere1447, #NotThere1448, #NotThere1449, #NotThere1450, #NotThere1451, #NotThere1452, #NotThere1453, #NotThere1454, #NotTh
 ere1455, #NotThere1456, #NotThere1457, #NotThere1458, #NotThere1459, #NotThere1460, #NotThere1461, #NotThere1462, #NotThere1463, #NotThere1464, #NotThere1465, #NotThere1466, #NotThere1467, #NotThere1468, #NotThere1469, #NotThere1470, #NotThere1471, #NotThere1472, #NotThere1473, #NotThere1474, #NotThere1475, #NotThere1476, #NotThere1477, #NotThere1478, #NotThere1479, #NotThere1480, #NotThere1481, #NotThere1482, #NotThere1483, #NotThere1484, #NotThere1485, #NotThere1486, #NotThere1487, #NotThere1488, #NotThere1489, #NotThere1490, #NotThere1491, #NotThere1492, #NotThere1493, #NotThere1494, #NotThere1495, #NotThere1496, #NotThere1497, #NotThere1498, #NotThere1499, #NotThere1500, #NotThere1501, #NotThere1502, #NotThere1503, #NotThere1504, #NotThere1505, #NotThere1506, #NotThere1507, #NotThere1508, #NotThere1509, #NotThere1510, #NotThere1511, #NotThere1512, #NotThere1513, #NotThere1514, #NotThere1515, #NotThere1516, #NotThere1517, #NotThere1518, #NotThere1519, #NotThere1520, #NotT
 here1521, #NotThere1522, #NotThere1523, #NotThere1524, #NotThere1525, #NotThere1526, #NotThere1527, #NotThere1528, #NotThere1529, #NotThere1530, #NotThere1531, #NotThere1532, #NotThere1533, #NotThere1534, #NotThere1535, #NotThere1536, #NotThere1537, #NotThere1538, #NotThere1539, #NotThere1540, #NotThere1541, #NotThere1542, #NotThere1543, #NotThere1544, #NotThere1545, #NotThere1546, #NotThere1547, #NotThere1548, #NotThere1549, #NotThere1550, #NotThere1551, #NotThere1552, #NotThere1553, #NotThere1554, #NotThere1555, #NotThere1556, #NotThere1557, #NotThere1558, #NotThere1559, #NotThere1560, #NotThere1561, #NotThere1562, #NotThere1563, #NotThere1564, #NotThere1565, #NotThere1566, #NotThere1567, #NotThere1568, #NotThere1569, #NotThere1570, #NotThere1571, #NotThere1572, #NotThere1573, #NotThere1574, #NotThere1575, #NotThere1576, #NotThere1577, #NotThere1578, #NotThere1579, #NotThere1580, #NotThere1581, #NotThere1582, #NotThere1583, #NotThere1584, #NotThere1585, #NotThere1586, #Not
 There1587, #NotThere1588, #NotThere1589, #NotThere1590, #NotThere1591, #NotThere1592, #NotThere1593, #NotThere1594, #NotThere1595, #NotThere1596, #NotThere1597, #NotThere1598, #NotThere1599, #NotThere1600, #NotThere1601, #NotThere1602, #NotThere1603, #NotThere1604, #NotThere1605, #NotThere1606, #NotThere1607, #NotThere1608, #NotThere1609, #NotThere1610, #NotThere1611, #NotThere1612, #NotThere1613, #NotThere1614, #NotThere1615, #NotThere1616, #NotThere1617, #NotThere1618, #NotThere1619, #NotThere1620, #NotThere1621, #NotThere1622, #NotThere1623, #NotThere1624, #NotThere1625, #NotThere1626, #NotThere1627, #NotThere1628, #NotThere1629, #NotThere1630, #NotThere1631, #NotThere1632, #NotThere1633, #NotThere1634, #NotThere1635, #NotThere1636, #NotThere1637, #NotThere1638, #NotThere1639, #NotThere1640, #NotThere1641, #NotThere1642, #NotThere1643, #NotThere1644, #NotThere1645, #NotThere1646, #NotThere1647, #NotThere1648, #NotThere1649, #NotThere1650, #NotThere1651, #NotThere1652, #No
 tThere1653, #NotThere1654, #NotThere1655, #NotThere1656, #NotThere1657, #NotThere1658, #NotThere1659, #NotThere1660, #NotThere1661, #NotThere1662, #NotThere1663, #NotThere1664, #NotThere1665, #NotThere1666, #NotThere1667, #NotThere1668, #NotThere1669, #NotThere1670, #NotThere1671, #NotThere1672, #NotThere1673, #NotThere1674, #NotThere1675, #NotThere1676, #NotThere1677, #NotThere1678, #NotThere1679, #NotThere1680, #NotThere1681, #NotThere1682, #NotThere1683, #NotThere1684, #NotThere1685, #NotThere1686, #NotThere1687, #NotThere1688, #NotThere1689, #NotThere1690, #NotThere1691, #NotThere1692, #NotThere1693, #NotThere1694, #NotThere1695, #NotThere1696, #NotThere1697, #NotThere1698, #NotThere1699, #NotThere1700, #NotThere1701, #NotThere1702, #NotThere1703, #NotThere1704, #NotThere1705, #NotThere1706, #NotThere1707, #NotThere1708, #NotThere1709, #NotThere1710, #NotThere1711, #NotThere1712, #NotThere1713, #NotThere1714, #NotThere1715, #NotThere1716, #NotThere1717, #NotThere1718, #N
 otThere1719, #NotThere1720, #NotThere1721, #NotThere1722, #NotThere1723, #NotThere1724, #NotThere1725, #NotThere1726, #NotThere1727, #NotThere1728, #NotThere1729, #NotThere1730, #NotThere1731, #NotThere1732, #NotThere1733, #NotThere1734, #NotThere1735, #NotThere1736, #NotThere1737, #NotThere1738, #NotThere1739, #NotThere1740, #NotThere1741, #NotThere1742, #NotThere1743, #NotThere1744, #NotThere1745, #NotThere1746, #NotThere1747, #NotThere1748, #NotThere1749, #NotThere1750, #NotThere1751, #NotThere1752, #NotThere1753, #NotThere1754, #NotThere1755, #NotThere1756, #NotThere1757, #NotThere1758, #NotThere1759, #NotThere1760, #NotThere1761, #NotThere1762, #NotThere1763, #NotThere1764, #NotThere1765, #NotThere1766, #NotThere1767, #NotThere1768, #NotThere1769, #NotThere1770, #NotThere1771, #NotThere1772, #NotThere1773, #NotThere1774, #NotThere1775, #NotThere1776, #NotThere1777, #NotThere1778, #NotThere1779, #NotThere1780, #NotThere1781, #NotThere1782, #NotThere1783, #NotThere1784, #
 NotThere1785, #NotThere1786, #NotThere1787, #NotThere1788, #NotThere1789, #NotThere1790, #NotThere1791, #NotThere1792, #NotThere1793, #NotThere1794, #NotThere1795, #NotThere1796, #NotThere1797, #NotThere1798, #NotThere1799, #NotThere1800, #NotThere1801, #NotThere1802, #NotThere1803, #NotThere1804, #NotThere1805, #NotThere1806, #NotThere1807, #NotThere1808, #NotThere1809, #NotThere1810, #NotThere1811, #NotThere1812, #NotThere1813, #NotThere1814, #NotThere1815, #NotThere1816, #NotThere1817, #NotThere1818, #NotThere1819, #NotThere1820, #NotThere1821, #NotThere1822, #NotThere1823, #NotThere1824, #NotThere1825, #NotThere1826, #NotThere1827, #NotThere1828, #NotThere1829, #NotThere1830, #NotThere1831, #NotThere1832, #NotThere1833, #NotThere1834, #NotThere1835, #NotThere1836, #NotThere1837, #NotThere1838, #NotThere1839, #NotThere1840, #NotThere1841, #NotThere1842, #NotThere1843, #NotThere1844, #NotThere1845, #NotThere1846, #NotThere1847, #NotThere1848, #NotThere1849, #NotThere1850, 
 #NotThere1851, #NotThere1852, #NotThere1853, #NotThere1854, #NotThere1855, #NotThere1856, #NotThere1857, #NotThere1858, #NotThere1859, #NotThere1860, #NotThere1861, #NotThere1862, #NotThere1863, #NotThere1864, #NotThere1865, #NotThere1866, #NotThere1867, #NotThere1868, #NotThere1869, #NotThere1870, #NotThere1871, #NotThere1872, #NotThere1873, #NotThere1874, #NotThere1875, #NotThere1876, #NotThere1877, #NotThere1878, #NotThere1879, #NotThere1880, #NotThere1881, #NotThere1882, #NotThere1883, #NotThere1884, #NotThere1885, #NotThere1886, #NotThere1887, #NotThere1888, #NotThere1889, #NotThere1890, #NotThere1891, #NotThere1892, #NotThere1893, #NotThere1894, #NotThere1895, #NotThere1896, #NotThere1897, #NotThere1898, #NotThere1899, #NotThere1900, #NotThere1901, #NotThere1902, #NotThere1903, #NotThere1904, #NotThere1905, #NotThere1906, #NotThere1907, #NotThere1908, #NotThere1909, #NotThere1910, #NotThere1911, #NotThere1912, #NotThere1913, #NotThere1914, #NotThere1915, #NotThere1916,
  #NotThere1917, #NotThere1918, #NotThere1919, #NotThere1920, #NotThere1921, #NotThere1922, #NotThere1923, #NotThere1924, #NotThere1925, #NotThere1926, #NotThere1927, #NotThere1928, #NotThere1929, #NotThere1930, #NotThere1931, #NotThere1932, #NotThere1933, #NotThere1934, #NotThere1935, #NotThere1936, #NotThere1937, #NotThere1938, #NotThere1939, #NotThere1940, #NotThere1941, #NotThere1942, #NotThere1943, #NotThere1944, #NotThere1945, #NotThere1946, #NotThere1947, #NotThere1948, #NotThere1949, #NotThere1950, #NotThere1951, #NotThere1952, #NotThere1953, #NotThere1954, #NotThere1955, #NotThere1956, #NotThere1957, #NotThere1958, #NotThere1959, #NotThere1960, #NotThere1961, #NotThere1962, #NotThere1963, #NotThere1964, #NotThere1965, #NotThere1966, #NotThere1967, #NotThere1968, #NotThere1969, #NotThere1970, #NotThere1971, #NotThere1972, #NotThere1973, #NotThere1974, #NotThere1975, #NotThere1976, #NotThere1977, #NotThere1978, #NotThere1979, #NotThere1980, #NotThere1981, #NotThere1982
 , #NotThere1983, #NotThere1984, #NotThere1985, #NotThere1986, #NotThere1987, #NotThere1988, #NotThere1989, #NotThere1990, #NotThere1991, #NotThere1992, #NotThere1993, #NotThere1994, #NotThere1995, #NotThere1996, #NotThere1997, #NotThere1998, #NotThere1999, #NotThere2000, #NotThere2001, #NotThere2002, #NotThere2003, #NotThere2004, #NotThere2005, #NotThere2006, #NotThere2007, #NotThere2008, #NotThere2009, #NotThere2010, #NotThere2011, #NotThere2012, #NotThere2013, #NotThere2014, #NotThere2015, #NotThere2016, #NotThere2017, #NotThere2018, #NotThere2019, #NotThere2020, #NotThere2021, #NotThere2022, #NotThere2023, #NotThere2024, #NotThere2025, #NotThere2026, #NotThere2027, #NotThere2028, #NotThere2029, #NotThere2030, #NotThere2031, #NotThere2032, #NotThere2033, #NotThere2034, #NotThere2035, #NotThere2036, #NotThere2037, #NotThere2038, #NotThere2039, #NotThere2040, #NotThere2041, #NotThere2042, #NotThere2043, #NotThere2044, #NotThere2045, #NotThere2046, #NotThere2047, #NotThere204
 8, #NotThere2049, #NotThere2050, #NotThere2051, #NotThere2052, #NotThere2053, #NotThere2054, #NotThere2055, #NotThere2056, #NotThere2057, #NotThere2058, #NotThere2059, #NotThere2060, #NotThere2061, #NotThere2062, #NotThere2063, #NotThere2064, #NotThere2065, #NotThere2066, #NotThere2067, #NotThere2068, #NotThere2069, #NotThere2070, #NotThere2071, #NotThere2072, #NotThere2073, #NotThere2074, #NotThere2075, #NotThere2076, #NotThere2077, #NotThere2078, #NotThere2079, #NotThere2080, #NotThere2081, #NotThere2082, #NotThere2083, #NotThere2084, #NotThere2085, #NotThere2086, #NotThere2087, #NotThere2088, #NotThere2089, #NotThere2090, #NotThere2091, #NotThere2092, #NotThere2093, #NotThere2094, #NotThere2095, #NotThere2096, #NotThere2097, #NotThere2098, #NotThere2099, #NotThere2100, #NotThere2101, #NotThere2102, #NotThere2103, #NotThere2104, #NotThere2105, #NotThere2106, #NotThere2107, #NotThere2108, #NotThere2109, #NotThere2110, #NotThere2111, #NotThere2112, #NotThere2113, #NotThere21
 14, #NotThere2115, #NotThere2116, #NotThere2117, #NotThere2118, #NotThere2119, #NotThere2120, #NotThere2121, #NotThere2122, #NotThere2123, #NotThere2124, #NotThere2125, #NotThere2126, #NotThere2127, #NotThere2128, #NotThere2129, #NotThere2130, #NotThere2131, #NotThere2132, #NotThere2133, #NotThere2134, #NotThere2135, #NotThere2136, #NotThere2137, #NotThere2138, #NotThere2139, #NotThere2140, #NotThere2141, #NotThere2142, #NotThere2143, #NotThere2144, #NotThere2145, #NotThere2146, #NotThere2147, #NotThere2148, #NotThere2149, #NotThere2150, #NotThere2151, #NotThere2152, #NotThere2153, #NotThere2154, #NotThere2155, #NotThere2156, #NotThere2157, #NotThere2158, #NotThere2159, #NotThere2160, #NotThere2161, #NotThere2162, #NotThere2163, #NotThere2164, #NotThere2165, #NotThere2166, #NotThere2167, #NotThere2168, #NotThere2169, #NotThere2170, #NotThere2171, #NotThere2172, #NotThere2173, #NotThere2174, #NotThere2175, #NotThere2176, #NotThere2177, #NotThere2178, #NotThere2179, #NotThere2
 180, #NotThere2181, #NotThere2182, #NotThere2183, #NotThere2184, #NotThere2185, #NotThere2186, #NotThere2187, #NotThere2188, #NotThere2189, #NotThere2190, #NotThere2191, #NotThere2192, #NotThere2193, #NotThere2194, #NotThere2195, #NotThere2196, #NotThere2197, #NotThere2198, #NotThere2199, #NotThere2200, #NotThere2201, #NotThere2202, #NotThere2203, #NotThere2204, #NotThere2205, #NotThere2206, #NotThere2207, #NotThere2208, #NotThere2209, #NotThere2210, #NotThere2211, #NotThere2212, #NotThere2213, #NotThere2214, #NotThere2215, #NotThere2216, #NotThere2217, #NotThere2218, #NotThere2219, #NotThere2220, #NotThere2221, #NotThere2222, #NotThere2223, #NotThere2224, #NotThere2225, #NotThere2226, #NotThere2227, #NotThere2228, #NotThere2229, #NotThere2230, #NotThere2231, #NotThere2232, #NotThere2233, #NotThere2234, #NotThere2235, #NotThere2236, #NotThere2237, #NotThere2238, #NotThere2239, #NotThere2240, #NotThere2241, #NotThere2242, #NotThere2243, #NotThere2244, #NotThere2245, #NotThere
 2246, #NotThere2247, #NotThere2248, #NotThere2249, #NotThere2250, #NotThere2251, #NotThere2252, #NotThere2253, #NotThere2254, #NotThere2255, #NotThere2256, #NotThere2257, #NotThere2258, #NotThere2259, #NotThere2260, #NotThere2261, #NotThere2262, #NotThere2263, #NotThere2264, #NotThere2265, #NotThere2266, #NotThere2267, #NotThere2268, #NotThere2269, #NotThere2270, #NotThere2271, #NotThere2272, #NotThere2273, #NotThere2274, #NotThere2275, #NotThere2276, #NotThere2277, #NotThere2278, #NotThere2279, #NotThere2280, #NotThere2281, #NotThere2282, #NotThere2283, #NotThere2284, #NotThere2285, #NotThere2286, #NotThere2287, #NotThere2288, #NotThere2289, #NotThere2290, #NotThere2291, #NotThere2292, #NotThere2293, #NotThere2294, #NotThere2295, #NotThere2296, #NotThere2297, #NotThere2298, #NotThere2299, #NotThere2300, #NotThere2301, #NotThere2302, #NotThere2303, #NotThere2304, #NotThere2305, #NotThere2306, #NotThere2307, #NotThere2308, #NotThere2309, #NotThere2310, #NotThere2311, #NotTher
 e2312, #NotThere2313, #NotThere2314, #NotThere2315, #NotThere2316, #NotThere2317, #NotThere2318, #NotThere2319, #NotThere2320, #NotThere2321, #NotThere2322, #NotThere2323, #NotThere2324, #NotThere2325, #NotThere2326, #NotThere2327, #NotThere2328, #NotThere2329, #NotThere2330, #NotThere2331, #NotThere2332, #NotThere2333, #NotThere2334, #NotThere2335, #NotThere2336, #NotThere2337, #NotThere2338, #NotThere2339, #NotThere2340, #NotThere2341, #NotThere2342, #NotThere2343, #NotThere2344, #NotThere2345, #NotThere2346, #NotThere2347, #NotThere2348, #NotThere2349, #NotThere2350, #NotThere2351, #NotThere2352, #NotThere2353, #NotThere2354, #NotThere2355, #NotThere2356, #NotThere2357, #NotThere2358, #NotThere2359, #NotThere2360, #NotThere2361, #NotThere2362, #NotThere2363, #NotThere2364, #NotThere2365, #NotThere2366, #NotThere2367, #NotThere2368, #NotThere2369, #NotThere2370, #NotThere2371, #NotThere2372, #NotThere2373, #NotThere2374, #NotThere2375, #NotThere2376, #NotThere2377, #NotThe
 re2378, #NotThere2379, #NotThere2380, #NotThere2381, #NotThere2382, #NotThere2383, #NotThere2384, #NotThere2385, #NotThere2386, #NotThere2387, #NotThere2388, #NotThere2389, #NotThere2390, #NotThere2391, #NotThere2392, #NotThere2393, #NotThere2394, #NotThere2395, #NotThere2396, #NotThere2397, #NotThere2398, #NotThere2399, #NotThere2400, #NotThere2401, #NotThere2402, #NotThere2403, #NotThere2404, #NotThere2405, #NotThere2406, #NotThere2407, #NotThere2408, #NotThere2409, #NotThere2410, #NotThere2411, #NotThere2412, #NotThere2413, #NotThere2414, #NotThere2415, #NotThere2416, #NotThere2417, #NotThere2418, #NotThere2419, #NotThere2420, #NotThere2421, #NotThere2422, #NotThere2423, #NotThere2424, #NotThere2425, #NotThere2426, #NotThere2427, #NotThere2428, #NotThere2429, #NotThere2430, #NotThere2431, #NotThere2432, #NotThere2433, #NotThere2434, #NotThere2435, #NotThere2436, #NotThere2437, #NotThere2438, #NotThere2439, #NotThere2440, #NotThere2441, #NotThere2442, #NotThere2443, #NotTh
 ere2444, #NotThere2445, #NotThere2446, #NotThere2447, #NotThere2448, #NotThere2449, #NotThere2450, #NotThere2451, #NotThere2452, #NotThere2453, #NotThere2454, #NotThere2455, #NotThere2456, #NotThere2457, #NotThere2458, #NotThere2459, #NotThere2460, #NotThere2461, #NotThere2462, #NotThere2463, #NotThere2464, #NotThere2465, #NotThere2466, #NotThere2467, #NotThere2468, #NotThere2469, #NotThere2470, #NotThere2471, #NotThere2472, #NotThere2473, #NotThere2474, #NotThere2475, #NotThere2476, #NotThere2477, #NotThere2478, #NotThere2479, #NotThere2480, #NotThere2481, #NotThere2482, #NotThere2483, #NotThere2484, #NotThere2485, #NotThere2486, #NotThere2487, #NotThere2488, #NotThere2489, #NotThere2490, #NotThere2491, #NotThere2492, #NotThere2493, #NotThere2494, #NotThere2495, #NotThere2496, #NotThere2497, #NotThere2498, #NotThere2499, #NotThere2500, #NotThere2501, #NotThere2502, #NotThere2503, #NotThere2504, #NotThere2505, #NotThere2506, #NotThere2507, #NotThere2508, #NotThere2509, #NotT
 here2510, #NotThere2511, #NotThere2512, #NotThere2513, #NotThere2514, #NotThere2515, #NotThere2516, #NotThere2517, #NotThere2518, #NotThere2519, #NotThere2520, #NotThere2521, #NotThere2522, #NotThere2523, #NotThere2524, #NotThere2525, #NotThere2526, #NotThere2527, #NotThere2528, #NotThere2529, #NotThere2530, #NotThere2531, #NotThere2532, #NotThere2533, #NotThere2534, #NotThere2535, #NotThere2536, #NotThere2537, #NotThere2538, #NotThere2539, #NotThere2540, #NotThere2541, #NotThere2542, #NotThere2543, #NotThere2544, #NotThere2545, #NotThere2546, #NotThere2547, #NotThere2548, #NotThere2549, #NotThere2550, #NotThere2551, #NotThere2552, #NotThere2553, #NotThere2554, #NotThere2555, #NotThere2556, #NotThere2557, #NotThere2558, #NotThere2559, #NotThere2560, #NotThere2561, #NotThere2562, #NotThere2563, #NotThere2564, #NotThere2565, #NotThere2566, #NotThere2567, #NotThere2568, #NotThere2569, #NotThere2570, #NotThere2571, #NotThere2572, #NotThere2573, #NotThere2574, #NotThere2575, #Not
 There2576, #NotThere2577, #NotThere2578, #NotThere2579, #NotThere2580, #NotThere2581, #NotThere2582, #NotThere2583, #NotThere2584, #NotThere2585, #NotThere2586, #NotThere2587, #NotThere2588, #NotThere2589, #NotThere2590, #NotThere2591, #NotThere2592, #NotThere2593, #NotThere2594, #NotThere2595, #NotThere2596, #NotThere2597, #NotThere2598, #NotThere2599, #NotThere2600, #NotThere2601, #NotThere2602, #NotThere2603, #NotThere2604, #NotThere2605, #NotThere2606, #NotThere2607, #NotThere2608, #NotThere2609, #NotThere2610, #NotThere2611, #NotThere2612, #NotThere2613, #NotThere2614, #NotThere2615, #NotThere2616, #NotThere2617, #NotThere2618, #NotThere2619, #NotThere2620, #NotThere2621, #NotThere2622, #NotThere2623, #NotThere2624, #NotThere2625, #NotThere2626, #NotThere2627, #NotThere2628, #NotThere2629, #NotThere2630, #NotThere2631, #NotThere2632, #NotThere2633, #NotThere2634, #NotThere2635, #NotThere2636, #NotThere2637, #NotThere2638, #NotThere2639, #NotThere2640, #NotThere2641, #No
 tThere2642, #NotThere2643, #NotThere2644, #NotThere2645, #NotThere2646, #NotThere2647, #NotThere2648, #NotThere2649, #NotThere2650, #NotThere2651, #NotThere2652, #NotThere2653, #NotThere2654, #NotThere2655, #NotThere2656, #NotThere2657, #NotThere2658, #NotThere2659, #NotThere2660, #NotThere2661, #NotThere2662, #NotThere2663, #NotThere2664, #NotThere2665, #NotThere2666, #NotThere2667, #NotThere2668, #NotThere2669, #NotThere2670, #NotThere2671, #NotThere2672, #NotThere2673, #NotThere2674, #NotThere2675, #NotThere2676, #NotThere2677, #NotThere2678, #NotThere2679, #NotThere2680, #NotThere2681, #NotThere2682, #NotThere2683, #NotThere2684, #NotThere2685, #NotThere2686, #NotThere2687, #NotThere2688, #NotThere2689, #NotThere2690, #NotThere2691, #NotThere2692, #NotThere2693, #NotThere2694, #NotThere2695, #NotThere2696, #NotThere2697, #NotThere2698, #NotThere2699, #NotThere2700, #NotThere2701, #NotThere2702, #NotThere2703, #NotThere2704, #NotThere2705, #NotThere2706, #NotThere2707, #N
 otThere2708, #NotThere2709, #NotThere2710, #NotThere2711, #NotThere2712, #NotThere2713, #NotThere2714, #NotThere2715, #NotThere2716, #NotThere2717, #NotThere2718, #NotThere2719, #NotThere2720, #NotThere2721, #NotThere2722, #NotThere2723, #NotThere2724, #NotThere2725, #NotThere2726, #NotThere2727, #NotThere2728, #NotThere2729, #NotThere2730, #NotThere2731, #NotThere2732, #NotThere2733, #NotThere2734, #NotThere2735, #NotThere2736, #NotThere2737, #NotThere2738, #NotThere2739, #NotThere2740, #NotThere2741, #NotThere2742, #NotThere2743, #NotThere2744, #NotThere2745, #NotThere2746, #NotThere2747, #NotThere2748, #NotThere2749, #NotThere2750, #NotThere2751, #NotThere2752, #NotThere2753, #NotThere2754, #NotThere2755, #NotThere2756, #NotThere2757, #NotThere2758, #NotThere2759, #NotThere2760, #NotThere2761, #NotThere2762, #NotThere2763, #NotThere2764, #NotThere2765, #NotThere2766, #NotThere2767, #NotThere2768, #NotThere2769, #NotThere2770, #NotThere2771, #NotThere2772, #NotThere2773, #
 NotThere2774, #NotThere2775, #NotThere2776, #NotThere2777, #NotThere2778, #NotThere2779, #NotThere2780, #NotThere2781, #NotThere2782, #NotThere2783, #NotThere2784, #NotThere2785, #NotThere2786, #NotThere2787, #NotThere2788, #NotThere2789, #NotThere2790, #NotThere2791, #NotThere2792, #NotThere2793, #NotThere2794, #NotThere2795, #NotThere2796, #NotThere2797, #NotThere2798, #NotThere2799, #NotThere2800, #NotThere2801, #NotThere2802, #NotThere2803, #NotThere2804, #NotThere2805, #NotThere2806, #NotThere2807, #NotThere2808, #NotThere2809, #NotThere2810, #NotThere2811, #NotThere2812, #NotThere2813, #NotThere2814, #NotThere2815, #NotThere2816, #NotThere2817, #NotThere2818, #NotThere2819, #NotThere2820, #NotThere2821, #NotThere2822, #NotThere2823, #NotThere2824, #NotThere2825, #NotThere2826, #NotThere2827, #NotThere2828, #NotThere2829, #NotThere2830, #NotThere2831, #NotThere2832, #NotThere2833, #NotThere2834, #NotThere2835, #NotThere2836, #NotThere2837, #NotThere2838, #NotThere2839, 
 #NotThere2840, #NotThere2841, #NotThere2842, #NotThere2843, #NotThere2844, #NotThere2845, #NotThere2846, #NotThere2847, #NotThere2848, #NotThere2849, #NotThere2850, #NotThere2851, #NotThere2852, #NotThere2853, #NotThere2854, #NotThere2855, #NotThere2856, #NotThere2857, #NotThere2858, #NotThere2859, #NotThere2860, #NotThere2861, #NotThere2862, #NotThere2863, #NotThere2864, #NotThere2865, #NotThere2866, #NotThere2867, #NotThere2868, #NotThere2869, #NotThere2870, #NotThere2871, #NotThere2872, #NotThere2873, #NotThere2874, #NotThere2875, #NotThere2876, #NotThere2877, #NotThere2878, #NotThere2879, #NotThere2880, #NotThere2881, #NotThere2882, #NotThere2883, #NotThere2884, #NotThere2885, #NotThere2886, #NotThere2887, #NotThere2888, #NotThere2889, #NotThere2890, #NotThere2891, #NotThere2892, #NotThere2893, #NotThere2894, #NotThere2895, #NotThere2896, #NotThere2897, #NotThere2898, #NotThere2899, #NotThere2900, #NotThere2901, #NotThere2902, #NotThere2903, #NotThere2904, #NotThere2905,
  #NotThere2906, #NotThere2907, #NotThere2908, #NotThere2909, #NotThere2910, #NotThere2911, #NotThere2912, #NotThere2913, #NotThere2914, #NotThere2915, #NotThere2916, #NotThere2917, #NotThere2918, #NotThere2919, #NotThere2920, #NotThere2921, #NotThere2922, #NotThere2923, #NotThere2924, #NotThere2925, #NotThere2926, #NotThere2927, #NotThere2928, #NotThere2929, #NotThere2930, #NotThere2931, #NotThere2932, #NotThere2933, #NotThere2934, #NotThere2935, #NotThere2936, #NotThere2937, #NotThere2938, #NotThere2939, #NotThere2940, #NotThere2941, #NotThere2942, #NotThere2943, #NotThere2944, #NotThere2945, #NotThere2946, #NotThere2947, #NotThere2948, #NotThere2949, #NotThere2950, #NotThere2951, #NotThere2952, #NotThere2953, #NotThere2954, #NotThere2955, #NotThere2956, #NotThere2957, #NotThere2958, #NotThere2959, #NotThere2960, #NotThere2961, #NotThere2962, #NotThere2963, #NotThere2964, #NotThere2965, #NotThere2966, #NotThere2967, #NotThere2968, #NotThere2969, #NotThere2970, #NotThere2971
 , #NotThere2972, #NotThere2973, #NotThere2974, #NotThere2975, #NotThere2976, #NotThere2977, #NotThere2978, #NotThere2979, #NotThere2980, #NotThere2981, #NotThere2982, #NotThere2983, #NotThere2984, #NotThere2985, #NotThere2986, #NotThere2987, #NotThere2988, #NotThere2989, #NotThere2990, #NotThere2991, #NotThere2992, #NotThere2993, #NotThere2994, #NotThere2995, #NotThere2996, #NotThere2997, #NotThere2998, #NotThere2999, #NotThere3000, #NotThere3001, #NotThere3002, #NotThere3003, #NotThere3004, #NotThere3005, #NotThere3006, #NotThere3007, #NotThere3008, #NotThere3009, #NotThere3010, #NotThere3011, #NotThere3012, #NotThere3013, #NotThere3014, #NotThere3015, #NotThere3016, #NotThere3017, #NotThere3018, #NotThere3019, #NotThere3020, #NotThere3021, #NotThere3022, #NotThere3023, #NotThere3024, #NotThere3025, #NotThere3026, #NotThere3027, #NotThere3028, #NotThere3029, #NotThere3030, #NotThere3031, #NotThere3032, #NotThere3033, #NotThere3034, #NotThere3035, #NotThere3036, #NotThere303
 7, #NotThere3038, #NotThere3039, #NotThere3040, #NotThere3041, #NotThere3042, #NotThere3043, #NotThere3044, #NotThere3045, #NotThere3046, #NotThere3047, #NotThere3048, #NotThere3049, #NotThere3050, #NotThere3051, #NotThere3052, #NotThere3053, #NotThere3054, #NotThere3055, #NotThere3056, #NotThere3057, #NotThere3058, #NotThere3059, #NotThere3060, #NotThere3061, #NotThere3062, #NotThere3063, #NotThere3064, #NotThere3065, #NotThere3066, #NotThere3067, #NotThere3068, #NotThere3069, #NotThere3070, #NotThere3071, #NotThere3072, #NotThere3073, #NotThere3074, #NotThere3075, #NotThere3076, #NotThere3077, #NotThere3078, #NotThere3079, #NotThere3080, #NotThere3081, #NotThere3082, #NotThere3083, #NotThere3084, #NotThere3085, #NotThere3086, #NotThere3087, #NotThere3088, #NotThere3089, #NotThere3090, #NotThere3091, #NotThere3092, #NotThere3093, #NotThere3094, #NotThere3095, #NotThere3096, #NotThere3097, #NotThere3098, #NotThere3099, #NotThere3100, #NotThere3101, #NotThere3102, #NotThere31
 03, #NotThere3104, #NotThere3105, #NotThere3106, #NotThere3107, #NotThere3108, #NotThere3109, #NotThere3110, #NotThere3111, #NotThere3112, #NotThere3113, #NotThere3114, #NotThere3115, #NotThere3116, #NotThere3117, #NotThere3118, #NotThere3119, #NotThere3120, #NotThere3121, #NotThere3122, #NotThere3123, #NotThere3124, #NotThere3125, #NotThere3126, #NotThere3127, #NotThere3128, #NotThere3129, #NotThere3130, #NotThere3131, #NotThere3132, #NotThere3133, #NotThere3134, #NotThere3135, #NotThere3136, #NotThere3137, #NotThere3138, #NotThere3139, #NotThere3140, #NotThere3141, #NotThere3142, #NotThere3143, #NotThere3144, #NotThere3145, #NotThere3146, #NotThere3147, #NotThere3148, #NotThere3149, #NotThere3150, #NotThere3151, #NotThere3152, #NotThere3153, #NotThere3154, #NotThere3155, #NotThere3156, #NotThere3157, #NotThere3158, #NotThere3159, #NotThere3160, #NotThere3161, #NotThere3162, #NotThere3163, #NotThere3164, #NotThere3165, #NotThere3166, #NotThere3167, #NotThere3168, #NotThere3
 169, #NotThere3170, #NotThere3171, #NotThere3172, #NotThere3173, #NotThere3174, #NotThere3175, #NotThere3176, #NotThere3177, #NotThere3178, #NotThere3179, #NotThere3180, #NotThere3181, #NotThere3182, #NotThere3183, #NotThere3184, #NotThere3185, #NotThere3186, #NotThere3187, #NotThere3188, #NotThere3189, #NotThere3190, #NotThere3191, #NotThere3192, #NotThere3193, #NotThere3194, #NotThere3195, #NotThere3196, #NotThere3197, #NotThere3198, #NotThere3199, #NotThere3200, #NotThere3201, #NotThere3202, #NotThere3203, #NotThere3204, #NotThere3205, #NotThere3206, #NotThere3207, #NotThere3208, #NotThere3209, #NotThere3210, #NotThere3211, #NotThere3212, #NotThere3213, #NotThere3214, #NotThere3215, #NotThere3216, #NotThere3217, #NotThere3218, #NotThere3219, #NotThere3220, #NotThere3221, #NotThere3222, #NotThere3223, #NotThere3224, #NotThere3225, #NotThere3226, #NotThere3227, #NotThere3228, #NotThere3229, #NotThere3230, #NotThere3231, #NotThere3232, #NotThere3233, #NotThere3234, #NotThere
 3235, #NotThere3236, #NotThere3237, #NotThere3238, #NotThere3239, #NotThere3240, #NotThere3241, #NotThere3242, #NotThere3243, #NotThere3244, #NotThere3245, #NotThere3246, #NotThere3247, #NotThere3248, #NotThere3249, #NotThere3250, #NotThere3251, #NotThere3252, #NotThere3253, #NotThere3254, #NotThere3255, #NotThere3256, #NotThere3257, #NotThere3258, #NotThere3259, #NotThere3260, #NotThere3261, #NotThere3262, #NotThere3263, #NotThere3264, #NotThere3265, #NotThere3266, #NotThere3267, #NotThere3268, #NotThere3269, #NotThere3270, #NotThere3271, #NotThere3272, #NotThere3273, #NotThere3274, #NotThere3275, #NotThere3276, #NotThere3277, #NotThere3278, #NotThere3279, #NotThere3280, #NotThere3281, #NotThere3282, #NotThere3283, #NotThere3284, #NotThere3285, #NotThere3286, #NotThere3287, #NotThere3288, #NotThere3289, #NotThere3290, #NotThere3291, #NotThere3292, #NotThere3293, #NotThere3294, #NotThere3295, #NotThere3296, #NotThere3297, #NotThere3298, #NotThere3299, #NotThere3300, #NotTher
 e3301, #NotThere3302, #NotThere3303, #NotThere3304, #NotThere3305, #NotThere3306, #NotThere3307, #NotThere3308, #NotThere3309, #NotThere3310, #NotThere3311, #NotThere3312, #NotThere3313, #NotThere3314, #NotThere3315, #NotThere3316, #NotThere3317, #NotThere3318, #NotThere3319, #NotThere3320, #NotThere3321, #NotThere3322, #NotThere3323, #NotThere3324, #NotThere3325, #NotThere3326, #NotThere3327, #NotThere3328, #NotThere3329, #NotThere3330, #NotThere3331, #NotThere3332, #NotThere3333, #NotThere3334, #NotThere3335, #NotThere3336, #NotThere3337, #NotThere3338, #NotThere3339, #NotThere3340, #NotThere3341, #NotThere3342, #NotThere3343, #NotThere3344, #NotThere3345, #NotThere3346, #NotThere3347, #NotThere3348, #NotThere3349, #NotThere3350, #NotThere3351, #NotThere3352, #NotThere3353, #NotThere3354, #NotThere3355, #NotThere3356, #NotThere3357, #NotThere3358, #NotThere3359, #NotThere3360, #NotThere3361, #NotThere3362, #NotThere3363, #NotThere3364, #NotThere3365, #NotThere3366, #NotThe
 re3367, #NotThere3368, #NotThere3369, #NotThere3370, #NotThere3371, #NotThere3372, #NotThere3373, #NotThere3374, #NotThere3375, #NotThere3376, #NotThere3377, #NotThere3378, #NotThere3379, #NotThere3380, #NotThere3381, #NotThere3382, #NotThere3383, #NotThere3384, #NotThere3385, #NotThere3386, #NotThere3387, #NotThere3388, #NotThere3389, #NotThere3390, #NotThere3391, #NotThere3392, #NotThere3393, #NotThere3394, #NotThere3395, #NotThere3396, #NotThere3397, #NotThere3398, #NotThere3399, #NotThere3400, #NotThere3401, #NotThere3402, #NotThere3403, #NotThere3404, #NotThere3405, #NotThere3406, #NotThere3407, #NotThere3408, #NotThere3409, #NotThere3410, #NotThere3411, #NotThere3412, #NotThere3413, #NotThere3414, #NotThere3415, #NotThere3416, #NotThere3417, #NotThere3418, #NotThere3419, #NotThere3420, #NotThere3421, #NotThere3422, #NotThere3423, #NotThere3424, #NotThere3425, #NotThere3426, #NotThere3427, #NotThere3428, #NotThere3429, #NotThere3430, #NotThere3431, #NotThere3432, #NotTh
 ere3433, #NotThere3434, #NotThere3435, #NotThere3436, #NotThere3437, #NotThere3438, #NotThere3439, #NotThere3440, #NotThere3441, #NotThere3442, #NotThere3443, #NotThere3444, #NotThere3445, #NotThere3446, #NotThere3447, #NotThere3448, #NotThere3449, #NotThere3450, #NotThere3451, #NotThere3452, #NotThere3453, #NotThere3454, #NotThere3455, #NotThere3456, #NotThere3457, #NotThere3458, #NotThere3459, #NotThere3460, #NotThere3461, #NotThere3462, #NotThere3463, #NotThere3464, #NotThere3465, #NotThere3466, #NotThere3467, #NotThere3468, #NotThere3469, #NotThere3470, #NotThere3471, #NotThere3472, #NotThere3473, #NotThere3474, #NotThere3475, #NotThere3476, #NotThere3477, #NotThere3478, #NotThere3479, #NotThere3480, #NotThere3481, #NotThere3482, #NotThere3483, #NotThere3484, #NotThere3485, #NotThere3486, #NotThere3487, #NotThere3488, #NotThere3489, #NotThere3490, #NotThere3491, #NotThere3492, #NotThere3493, #NotThere3494, #NotThere3495, #NotThere3496, #NotThere3497, #NotThere3498, #NotT
 here3499, #NotThere3500, #NotThere3501, #NotThere3502, #NotThere3503, #NotThere3504, #NotThere3505, #NotThere3506, #NotThere3507, #NotThere3508, #NotThere3509, #NotThere3510, #NotThere3511, #NotThere3512, #NotThere3513, #NotThere3514, #NotThere3515, #NotThere3516, #NotThere3517, #NotThere3518, #NotThere3519, #NotThere3520, #NotThere3521, #NotThere3522, #NotThere3523, #NotThere3524, #NotThere3525, #NotThere3526, #NotThere3527, #NotThere3528, #NotThere3529, #NotThere3530, #NotThere3531, #NotThere3532, #NotThere3533, #NotThere3534, #NotThere3535, #NotThere3536, #NotThere3537, #NotThere3538, #NotThere3539, #NotThere3540, #NotThere3541, #NotThere3542, #NotThere3543, #NotThere3544, #NotThere3545, #NotThere3546, #NotThere3547, #NotThere3548, #NotThere3549, #NotThere3550, #NotThere3551, #NotThere3552, #NotThere3553, #NotThere3554, #NotThere3555, #NotThere3556, #NotThere3557, #NotThere3558, #NotThere3559, #NotThere3560, #NotThere3561, #NotThere3562, #NotThere3563, #NotThere3564, #Not
 There3565, #NotThere3566, #NotThere3567, #NotThere3568, #NotThere3569, #NotThere3570, #NotThere3571, #NotThere3572, #NotThere3573, #NotThere3574, #NotThere3575, #NotThere3576, #NotThere3577, #NotThere3578, #NotThere3579, #NotThere3580, #NotThere3581, #NotThere3582, #NotThere3583, #NotThere3584, #NotThere3585, #NotThere3586, #NotThere3587, #NotThere3588, #NotThere3589, #NotThere3590, #NotThere3591, #NotThere3592, #NotThere3593, #NotThere3594, #NotThere3595, #NotThere3596, #NotThere3597, #NotThere3598, #NotThere3599, #NotThere3600, #NotThere3601, #NotThere3602, #NotThere3603, #NotThere3604, #NotThere3605, #NotThere3606, #NotThere3607, #NotThere3608, #NotThere3609, #NotThere3610, #NotThere3611, #NotThere3612, #NotThere3613, #NotThere3614, #NotThere3615, #NotThere3616, #NotThere3617, #NotThere3618, #NotThere3619, #NotThere3620, #NotThere3621, #NotThere3622, #NotThere3623, #NotThere3624, #NotThere3625, #NotThere3626, #NotThere3627, #NotThere3628, #NotThere3629, #NotThere3630, #No
 tThere3631, #NotThere3632, #NotThere3633, #NotThere3634, #NotThere3635, #NotThere3636, #NotThere3637, #NotThere3638, #NotThere3639, #NotThere3640, #NotThere3641, #NotThere3642, #NotThere3643, #NotThere3644, #NotThere3645, #NotThere3646, #NotThere3647, #NotThere3648, #NotThere3649, #NotThere3650, #NotThere3651, #NotThere3652, #NotThere3653, #NotThere3654, #NotThere3655, #NotThere3656, #NotThere3657, #NotThere3658, #NotThere3659, #NotThere3660, #NotThere3661, #NotThere3662, #NotThere3663, #NotThere3664, #NotThere3665, #NotThere3666, #NotThere3667, #NotThere3668, #NotThere3669, #NotThere3670, #NotThere3671, #NotThere3672, #NotThere3673, #NotThere3674, #NotThere3675, #NotThere3676, #NotThere3677, #NotThere3678, #NotThere3679, #NotThere3680, #NotThere3681, #NotThere3682, #NotThere3683, #NotThere3684, #NotThere3685, #NotThere3686, #NotThere3687, #NotThere3688, #NotThere3689, #NotThere3690, #NotThere3691, #NotThere3692, #NotThere3693, #NotThere3694, #NotThere3695, #NotThere3696, #N
 otThere3697, #NotThere3698, #NotThere3699, #NotThere3700, #NotThere3701, #NotThere3702, #NotThere3703, #NotThere3704, #NotThere3705, #NotThere3706, #NotThere3707, #NotThere3708, #NotThere3709, #NotThere3710, #NotThere3711, #NotThere3712, #NotThere3713, #NotThere3714, #NotThere3715, #NotThere3716, #NotThere3717, #NotThere3718, #NotThere3719, #NotThere3720, #NotThere3721, #NotThere3722, #NotThere3723, #NotThere3724, #NotThere3725, #NotThere3726, #NotThere3727, #NotThere3728, #NotThere3729, #NotThere3730, #NotThere3731, #NotThere3732, #NotThere3733, #NotThere3734, #NotThere3735, #NotThere3736, #NotThere3737, #NotThere3738, #NotThere3739, #NotThere3740, #NotThere3741, #NotThere3742, #NotThere3743, #NotThere3744, #NotThere3745, #NotThere3746, #NotThere3747, #NotThere3748, #NotThere3749, #NotThere3750, #NotThere3751, #NotThere3752, #NotThere3753, #NotThere3754, #NotThere3755, #NotThere3756, #NotThere3757, #NotThere3758, #NotThere3759, #NotThere3760, #NotThere3761, #NotThere3762, #
 NotThere3763, #NotThere3764, #NotThere3765, #NotThere3766, #NotThere3767, #NotThere3768, #NotThere3769, #NotThere3770, #NotThere3771, #NotThere3772, #NotThere3773, #NotThere3774, #NotThere3775, #NotThere3776, #NotThere3777, #NotThere3778, #NotThere3779, #NotThere3780, #NotThere3781, #NotThere3782, #NotThere3783, #NotThere3784, #NotThere3785, #NotThere3786, #NotThere3787, #NotThere3788, #NotThere3789, #NotThere3790, #NotThere3791, #NotThere3792, #NotThere3793, #NotThere3794, #NotThere3795, #NotThere3796, #NotThere3797, #NotThere3798, #NotThere3799, #NotThere3800, #NotThere3801, #NotThere3802, #NotThere3803, #NotThere3804, #NotThere3805, #NotThere3806, #NotThere3807, #NotThere3808, #NotThere3809, #NotThere3810, #NotThere3811, #NotThere3812, #NotThere3813, #NotThere3814, #NotThere3815, #NotThere3816, #NotThere3817, #NotThere3818, #NotThere3819, #NotThere3820, #NotThere3821, #NotThere3822, #NotThere3823, #NotThere3824, #NotThere3825, #NotThere3826, #NotThere3827, #NotThere3828, 
 #NotThere3829, #NotThere3830, #NotThere3831, #NotThere3832, #NotThere3833, #NotThere3834, #NotThere3835, #NotThere3836, #NotThere3837, #NotThere3838, #NotThere3839, #NotThere3840, #NotThere3841, #NotThere3842, #NotThere3843, #NotThere3844, #NotThere3845, #NotThere3846, #NotThere3847, #NotThere3848, #NotThere3849, #NotThere3850, #NotThere3851, #NotThere3852, #NotThere3853, #NotThere3854, #NotThere3855, #NotThere3856, #NotThere3857, #NotThere3858, #NotThere3859, #NotThere3860, #NotThere3861, #NotThere3862, #NotThere3863, #NotThere3864, #NotThere3865, #NotThere3866, #NotThere3867, #NotThere3868, #NotThere3869, #NotThere3870, #NotThere3871, #NotThere3872, #NotThere3873, #NotThere3874, #NotThere3875, #NotThere3876, #NotThere3877, #NotThere3878, #NotThere3879, #NotThere3880, #NotThere3881, #NotThere3882, #NotThere3883, #NotThere3884, #NotThere3885, #NotThere3886, #NotThere3887, #NotThere3888, #NotThere3889, #NotThere3890, #NotThere3891, #NotThere3892, #NotThere3893, #NotThere3894,
  #NotThere3895, #NotThere3896, #NotThere3897, #NotThere3898, #NotThere3899, #NotThere3900, #NotThere3901, #NotThere3902, #NotThere3903, #NotThere3904, #NotThere3905, #NotThere3906, #NotThere3907, #NotThere3908, #NotThere3909, #NotThere3910, #NotThere3911, #NotThere3912, #NotThere3913, #NotThere3914, #NotThere3915, #NotThere3916, #NotThere3917, #NotThere3918, #NotThere3919, #NotThere3920, #NotThere3921, #NotThere3922, #NotThere3923, #NotThere3924, #NotThere3925, #NotThere3926, #NotThere3927, #NotThere3928, #NotThere3929, #NotThere3930, #NotThere3931, #NotThere3932, #NotThere3933, #NotThere3934, #NotThere3935, #NotThere3936, #NotThere3937, #NotThere3938, #NotThere3939, #NotThere3940, #NotThere3941, #NotThere3942, #NotThere3943, #NotThere3944, #NotThere3945, #NotThere3946, #NotThere3947, #NotThere3948, #NotThere3949, #NotThere3950, #NotThere3951, #NotThere3952, #NotThere3953, #NotThere3954, #NotThere3955, #NotThere3956, #NotThere3957, #NotThere3958, #NotThere3959, #NotThere3960
 , #NotThere3961, #NotThere3962, #NotThere3963, #NotThere3964, #NotThere3965, #NotThere3966, #NotThere3967, #NotThere3968, #NotThere3969, #NotThere3970, #NotThere3971, #NotThere3972, #NotThere3973, #NotThere3974, #NotThere3975, #NotThere3976, #NotThere3977, #NotThere3978, #NotThere3979, #NotThere3980, #NotThere3981, #NotThere3982, #NotThere3983, #NotThere3984, #NotThere3985, #NotThere3986, #NotThere3987, #NotThere3988, #NotThere3989, #NotThere3990, #NotThere3991, #NotThere3992, #NotThere3993, #NotThere3994, #NotThere3995, #NotThere3996, #NotThere3997, #NotThere3998, #NotThere3999, #NotThere4000, #NotThere4001, #NotThere4002, #NotThere4003, #NotThere4004, #NotThere4005, #NotThere4006, #NotThere4007, #NotThere4008, #NotThere4009, #NotThere4010, #NotThere4011, #NotThere4012, #NotThere4013, #NotThere4014, #NotThere4015, #NotThere4016, #NotThere4017, #NotThere4018, #NotThere4019, #NotThere4020, #NotThere4021, #NotThere4022, #NotThere4023, #NotThere4024, #NotThere4025, #NotThere402
 6, #NotThere4027, #NotThere4028, #NotThere4029, #NotThere4030, #NotThere4031, #NotThere4032, #NotThere4033, #NotThere4034, #NotThere4035, #NotThere4036, #NotThere4037, #NotThere4038, #NotThere4039, #NotThere4040, #NotThere4041, #NotThere4042, #NotThere4043, #NotThere4044, #NotThere4045, #NotThere4046, #NotThere4047, #NotThere4048, #NotThere4049, #NotThere4050, #NotThere4051, #NotThere4052, #NotThere4053, #NotThere4054, #NotThere4055, #NotThere4056, #NotThere4057, #NotThere4058, #NotThere4059, #NotThere4060, #NotThere4061, #NotThere4062, #NotThere4063, #NotThere4064, #NotThere4065, #NotThere4066, #NotThere4067, #NotThere4068, #NotThere4069, #NotThere4070, #NotThere4071, #NotThere4072, #NotThere4073, #NotThere4074, #NotThere4075, #NotThere4076, #NotThere4077, #NotThere4078, #NotThere4079, #NotThere4080, #NotThere4081, #NotThere4082, #NotThere4083, #NotThere4084, #NotThere4085, #NotThere4086, #NotThere4087, #NotThere4088, #NotThere4089, #NotThere4090, #NotThere4091, #NotThere40
 92, #NotThere4093, #NotThere4094, #NotThere4095, #NotThere4096, #NotThere4097, #NotThere4098, #NotThere4099, #NotThere4100, #NotThere4101, #NotThere4102, #NotThere4103, #NotThere4104, #NotThere4105, #NotThere4106, #NotThere4107, #NotThere4108, #NotThere4109, #NotThere4110, #NotThere4111, #NotThere4112, #NotThere4113, #NotThere4114, #NotThere4115, #NotThere4116, #NotThere4117, #NotThere4118, #NotThere4119, #NotThere4120, #NotThere4121, #NotThere4122, #NotThere4123, #NotThere4124, #NotThere4125, #NotThere4126, #NotThere4127, #NotThere4128, #NotThere4129, #NotThere4130, #NotThere4131, #NotThere4132, #NotThere4133, #NotThere4134, #NotThere4135, #NotThere4136, #NotThere4137, #NotThere4138, #NotThere4139, #NotThere4140, #NotThere4141, #NotThere4142, #NotThere4143, #NotThere4144, #NotThere4145, #NotThere4146, #NotThere4147, #NotThere4148, #NotThere4149, #NotThere4150, #NotThere4151, #NotThere4152, #NotThere4153, #NotThere4154, #NotThere4155, #NotThere4156, #NotThere4157, #NotThere4
 158, #NotThere4159, #NotThere4160, #NotThere4161, #NotThere4162, #NotThere4163, #NotThere4164, #NotThere4165, #NotThere4166, #NotThere4167, #NotThere4168, #NotThere4169, #NotThere4170, #NotThere4171, #NotThere4172, #NotThere4173, #NotThere4174, #NotThere4175, #NotThere4176, #NotThere4177, #NotThere4178, #NotThere4179, #NotThere4180, #NotThere4181, #NotThere4182, #NotThere4183, #NotThere4184, #NotThere4185, #NotThere4186, #NotThere4187, #NotThere4188, #NotThere4189, #NotThere4190, #NotThere4191, #NotThere4192, #NotThere4193, #NotThere4194, #NotThere4195, #NotThere4196, #NotThere4197, #NotThere4198, #NotThere4199, #NotThere4200, #NotThere4201, #NotThere4202, #NotThere4203, #NotThere4204, #NotThere4205, #NotThere4206, #NotThere4207, #NotThere4208, #NotThere4209, #NotThere4210, #NotThere4211, #NotThere4212, #NotThere4213, #NotThere4214, #NotThere4215, #NotThere4216, #NotThere4217, #NotThere4218, #NotThere4219, #NotThere4220, #NotThere4221, #NotThere4222, #NotThere4223, #NotThere
 4224, #NotThere4225, #NotThere4226, #NotThere4227, #NotThere4228, #NotThere4229, #NotThere4230, #NotThere4231, #NotThere4232, #NotThere4233, #NotThere4234, #NotThere4235, #NotThere4236, #NotThere4237, #NotThere4238, #NotThere4239, #NotThere4240, #NotThere4241, #NotThere4242, #NotThere4243, #NotThere4244, #NotThere4245, #NotThere4246, #NotThere4247, #NotThere4248, #NotThere4249, #NotThere4250, #NotThere4251, #NotThere4252, #NotThere4253, #NotThere4254, #NotThere4255, #NotThere4256, #NotThere4257, #NotThere4258, #NotThere4259, #NotThere4260, #NotThere4261, #NotThere4262, #NotThere4263, #NotThere4264, #NotThere4265, #NotThere4266, #NotThere4267, #NotThere4268, #NotThere4269, #NotThere4270, #NotThere4271, #NotThere4272, #NotThere4273, #NotThere4274, #NotThere4275, #NotThere4276, #NotThere4277, #NotThere4278, #NotThere4279, #NotThere4280, #NotThere4281, #NotThere4282, #NotThere4283, #NotThere4284, #NotThere4285, #NotThere4286, #NotThere4287, #NotThere4288, #NotThere4289, #NotTher
 e4290, #NotThere4291, #NotThere4292, #NotThere4293, #NotThere4294, #NotThere4295, #NotThere4296, #NotThere4297, #NotThere4298, #NotThere4299, #NotThere4300, #NotThere4301, #NotThere4302, #NotThere4303, #NotThere4304, #NotThere4305, #NotThere4306, #NotThere4307, #NotThere4308, #NotThere4309, #NotThere4310, #NotThere4311, #NotThere4312, #NotThere4313, #NotThere4314, #NotThere4315, #NotThere4316, #NotThere4317, #NotThere4318, #NotThere4319, #NotThere4320, #NotThere4321, #NotThere4322, #NotThere4323, #NotThere4324, #NotThere4325, #NotThere4326, #NotThere4327, #NotThere4328, #NotThere4329, #NotThere4330, #NotThere4331, #NotThere4332, #NotThere4333, #NotThere4334, #NotThere4335, #NotThere4336, #NotThere4337, #NotThere4338, #NotThere4339, #NotThere4340, #NotThere4341, #NotThere4342, #NotThere4343, #NotThere4344, #NotThere4345, #NotThere4346, #NotThere4347, #NotThere4348, #NotThere4349, #NotThere4350, #NotThere4351, #NotThere4352, #NotThere4353, #NotThere4354, #NotThere4355, #NotThe
 re4356, #NotThere4357, #NotThere4358, #NotThere4359, #NotThere4360, #NotThere4361, #NotThere4362, #NotThere4363, #NotThere4364, #NotThere4365, #NotThere4366, #NotThere4367, #NotThere4368, #NotThere4369, #NotThere4370, #NotThere4371, #NotThere4372, #NotThere4373, #NotThere4374, #NotThere4375, #NotThere4376, #NotThere4377, #NotThere4378, #NotThere4379, #NotThere4380, #NotThere4381, #NotThere4382, #NotThere4383, #NotThere4384, #NotThere4385, #NotThere4386, #NotThere4387, #NotThere4388, #NotThere4389, #NotThere4390, #NotThere4391, #NotThere4392, #NotThere4393, #NotThere4394, #NotThere4395, #NotThere4396, #NotThere4397, #NotThere4398, #NotThere4399, #NotThere4400, #NotThere4401, #NotThere4402, #NotThere4403, #NotThere4404, #NotThere4405, #NotThere4406, #NotThere4407, #NotThere4408, #NotThere4409, #NotThere4410, #NotThere4411, #NotThere4412, #NotThere4413, #NotThere4414, #NotThere4415, #NotThere4416, #NotThere4417, #NotThere4418, #NotThere4419, #NotThere4420, #NotThere4421, #NotTh
 ere4422, #NotThere4423, #NotThere4424, #NotThere4425, #NotThere4426, #NotThere4427, #NotThere4428, #NotThere4429, #NotThere4430, #NotThere4431, #NotThere4432, #NotThere4433, #NotThere4434, #NotThere4435, #NotThere4436, #NotThere4437, #NotThere4438, #NotThere4439, #NotThere4440, #NotThere4441, #NotThere4442, #NotThere4443, #NotThere4444, #NotThere4445, #NotThere4446, #NotThere4447, #NotThere4448, #NotThere4449, #NotThere4450, #NotThere4451, #NotThere4452, #NotThere4453, #NotThere4454, #NotThere4455, #NotThere4456, #NotThere4457, #NotThere4458, #NotThere4459, #NotThere4460, #NotThere4461, #NotThere4462, #NotThere4463, #NotThere4464, #NotThere4465, #NotThere4466, #NotThere4467, #NotThere4468, #NotThere4469, #NotThere4470, #NotThere4471, #NotThere4472, #NotThere4473, #NotThere4474, #NotThere4475, #NotThere4476, #NotThere4477, #NotThere4478, #NotThere4479, #NotThere4480, #NotThere4481, #NotThere4482, #NotThere4483, #NotThere4484, #NotThere4485, #NotThere4486, #NotThere4487, #NotT
 here4488, #NotThere4489, #NotThere4490, #NotThere4491, #NotThere4492, #NotThere4493, #NotThere4494, #NotThere4495, #NotThere4496, #NotThere4497, #NotThere4498, #NotThere4499, #NotThere4500, #NotThere4501, #NotThere4502, #NotThere4503, #NotThere4504, #NotThere4505, #NotThere4506, #NotThere4507, #NotThere4508, #NotThere4509, #NotThere4510, #NotThere4511, #NotThere4512, #NotThere4513, #NotThere4514, #NotThere4515, #NotThere4516, #NotThere4517, #NotThere4518, #NotThere4519, #NotThere4520, #NotThere4521, #NotThere4522, #NotThere4523, #NotThere4524, #NotThere4525, #NotThere4526, #NotThere4527, #NotThere4528, #NotThere4529, #NotThere4530, #NotThere4531, #NotThere4532, #NotThere4533, #NotThere4534, #NotThere4535, #NotThere4536, #NotThere4537, #NotThere4538, #NotThere4539, #NotThere4540, #NotThere4541, #NotThere4542, #NotThere4543, #NotThere4544, #NotThere4545, #NotThere4546, #NotThere4547, #NotThere4548, #NotThere4549, #NotThere4550, #NotThere4551, #NotThere4552, #NotThere4553, #Not
 There4554, #NotThere4555, #NotThere4556, #NotThere4557, #NotThere4558, #NotThere4559, #NotThere4560, #NotThere4561, #NotThere4562, #NotThere4563, #NotThere4564, #NotThere4565, #NotThere4566, #NotThere4567, #NotThere4568, #NotThere4569, #NotThere4570, #NotThere4571, #NotThere4572, #NotThere4573, #NotThere4574, #NotThere4575, #NotThere4576, #NotThere4577, #NotThere4578, #NotThere4579, #NotThere4580, #NotThere4581, #NotThere4582, #NotThere4583, #NotThere4584, #NotThere4585, #NotThere4586, #NotThere4587, #NotThere4588, #NotThere4589, #NotThere4590, #NotThere4591, #NotThere4592, #NotThere4593, #NotThere4594, #NotThere4595, #NotThere4596, #NotThere4597, #NotThere4598, #NotThere4599, #NotThere4600, #NotThere4601, #NotThere4602, #NotThere4603, #NotThere4604, #NotThere4605, #NotThere4606, #NotThere4607, #NotThere4608, #NotThere4609, #NotThere4610, #NotThere4611, #NotThere4612, #NotThere4613, #NotThere4614, #NotThere4615, #NotThere4616, #NotThere4617, #NotThere4618, #NotThere4619, #No
 tThere4620, #NotThere4621, #NotThere4622, #NotThere4623, #NotThere4624, #NotThere4625, #NotThere4626, #NotThere4627, #NotThere4628, #NotThere4629, #NotThere4630, #NotThere4631, #NotThere4632, #NotThere4633, #NotThere4634, #NotThere4635, #NotThere4636, #NotThere4637, #NotThere4638, #NotThere4639, #NotThere4640, #NotThere4641, #NotThere4642, #NotThere4643, #NotThere4644, #NotThere4645, #NotThere4646, #NotThere4647, #NotThere4648, #NotThere4649, #NotThere4650, #NotThere4651, #NotThere4652, #NotThere4653, #NotThere4654, #NotThere4655, #NotThere4656, #NotThere4657, #NotThere4658, #NotThere4659, #NotThere4660, #NotThere4661, #NotThere4662, #NotThere4663, #NotThere4664, #NotThere4665, #NotThere4666, #NotThere4667, #NotThere4668, #NotThere4669, #NotThere4670, #NotThere4671, #NotThere4672, #NotThere4673, #NotThere4674, #NotThere4675, #NotThere4676, #NotThere4677, #NotThere4678, #NotThere4679, #NotThere4680, #NotThere4681, #NotThere4682, #NotThere4683, #NotThere4684, #NotThere4685, #N
 otThere4686, #NotThere4687, #NotThere4688, #NotThere4689, #NotThere4690, #NotThere4691, #NotThere4692, #NotThere4693, #NotThere4694, #NotThere4695, #NotThere4696, #NotThere4697, #NotThere4698, #NotThere4699, #NotThere4700, #NotThere4701, #NotThere4702, #NotThere4703, #NotThere4704, #NotThere4705, #NotThere4706, #NotThere4707, #NotThere4708, #NotThere4709, #NotThere4710, #NotThere4711, #NotThere4712, #NotThere4713, #NotThere4714, #NotThere4715, #NotThere4716, #NotThere4717, #NotThere4718, #NotThere4719, #NotThere4720, #NotThere4721, #NotThere4722, #NotThere4723, #NotThere4724, #NotThere4725, #NotThere4726, #NotThere4727, #NotThere4728, #NotThere4729, #NotThere4730, #NotThere4731, #NotThere4732, #NotThere4733, #NotThere4734, #NotThere4735, #NotThere4736, #NotThere4737, #NotThere4738, #NotThere4739, #NotThere4740, #NotThere4741, #NotThere4742, #NotThere4743, #NotThere4744, #NotThere4745, #NotThere4746, #NotThere4747, #NotThere4748, #NotThere4749, #NotThere4750, #NotThere4751, #
 NotThere4752, #NotThere4753, #NotThere4754, #NotThere4755, #NotThere4756, #NotThere4757, #NotThere4758, #NotThere4759, #NotThere4760, #NotThere4761, #NotThere4762, #NotThere4763, #NotThere4764, #NotThere4765, #NotThere4766, #NotThere4767, #NotThere4768, #NotThere4769, #NotThere4770, #NotThere4771, #NotThere4772, #NotThere4773, #NotThere4774, #NotThere4775, #NotThere4776, #NotThere4777, #NotThere4778, #NotThere4779, #NotThere4780, #NotThere4781, #NotThere4782, #NotThere4783, #NotThere4784, #NotThere4785, #NotThere4786, #NotThere4787, #NotThere4788, #NotThere4789, #NotThere4790, #NotThere4791, #NotThere4792, #NotThere4793, #NotThere4794, #NotThere4795, #NotThere4796, #NotThere4797, #NotThere4798, #NotThere4799, #NotThere4800, #NotThere4801, #NotThere4802, #NotThere4803, #NotThere4804, #NotThere4805, #NotThere4806, #NotThere4807, #NotThere4808, #NotThere4809, #NotThere4810, #NotThere4811, #NotThere4812, #NotThere4813, #NotThere4814, #NotThere4815, #NotThere4816, #NotThere4817, 
 #NotThere4818, #NotThere4819, #NotThere4820, #NotThere4821, #NotThere4822, #NotThere4823, #NotThere4824, #NotThere4825, #NotThere4826, #NotThere4827, #NotThere4828, #NotThere4829, #NotThere4830, #NotThere4831, #NotThere4832, #NotThere4833, #NotThere4834, #NotThere4835, #NotThere4836, #NotThere4837, #NotThere4838, #NotThere4839, #NotThere4840, #NotThere4841, #NotThere4842, #NotThere4843, #NotThere4844, #NotThere4845, #NotThere4846, #NotThere4847, #NotThere4848, #NotThere4849, #NotThere4850, #NotThere4851, #NotThere4852, #NotThere4853, #NotThere4854, #NotThere4855, #NotThere4856, #NotThere4857, #NotThere4858, #NotThere4859, #NotThere4860, #NotThere4861, #NotThere4862, #NotThere4863, #NotThere4864, #NotThere4865, #NotThere4866, #NotThere4867, #NotThere4868, #NotThere4869, #NotThere4870, #NotThere4871, #NotThere4872, #NotThere4873, #NotThere4874, #NotThere4875, #NotThere4876, #NotThere4877, #NotThere4878, #NotThere4879, #NotThere4880, #NotThere4881, #NotThere4882, #NotThere4883,
  #NotThere4884, #NotThere4885, #NotThere4886, #NotThere4887, #NotThere4888, #NotThere4889, #NotThere4890, #NotThere4891, #NotThere4892, #NotThere4893, #NotThere4894, #NotThere4895, #NotThere4896, #NotThere4897, #NotThere4898, #NotThere4899, #NotThere4900, #NotThere4901, #NotThere4902, #NotThere4903, #NotThere4904, #NotThere4905, #NotThere4906, #NotThere4907, #NotThere4908, #NotThere4909, #NotThere4910, #NotThere4911, #NotThere4912, #NotThere4913, #NotThere4914, #NotThere4915, #NotThere4916, #NotThere4917, #NotThere4918, #NotThere4919, #NotThere4920, #NotThere4921, #NotThere4922, #NotThere4923, #NotThere4924, #NotThere4925, #NotThere4926, #NotThere4927, #NotThere4928, #NotThere4929, #NotThere4930, #NotThere4931, #NotThere4932, #NotThere4933, #NotThere4934, #NotThere4935, #NotThere4936, #NotThere4937, #NotThere4938, #NotThere4939, #NotThere4940, #NotThere4941, #NotThere4942, #NotThere4943, #NotThere4944, #NotThere4945, #NotThere4946, #NotThere4947, #NotThere4948, #NotThere4949
 , #NotThere4950, #NotThere4951, #NotThere4952, #NotThere4953, #NotThere4954, #NotThere4955, #NotThere4956, #NotThere4957, #NotThere4958, #NotThere4959, #NotThere4960, #NotThere4961, #NotThere4962, #NotThere4963, #NotThere4964, #NotThere4965, #NotThere4966, #NotThere4967, #NotThere4968, #NotThere4969, #NotThere4970, #NotThere4971, #NotThere4972, #NotThere4973, #NotThere4974, #NotThere4975, #NotThere4976, #NotThere4977, #NotThere4978, #NotThere4979, #NotThere4980, #NotThere4981, #NotThere4982, #NotThere4983, #NotThere4984, #NotThere4985, #NotThere4986, #NotThere4987, #NotThere4988, #NotThere4989, #NotThere4990, #NotThere4991, #NotThere4992, #NotThere4993, #NotThere4994, #NotThere4995, #NotThere4996, #NotThere4997, #NotThere4998, #NotThere4999, #NotThere5000, #NotThere5001, #NotThere5002, #NotThere5003, #NotThere5004, #NotThere5005, #NotThere5006, #NotThere5007, #NotThere5008, #NotThere5009, #NotThere5010, #NotThere5011, #NotThere5012, #NotThere5013, #NotThere5014, #NotThere501
 5, #NotThere5016, #NotThere5017, #NotThere5018, #NotThere5019, #NotThere5020, #NotThere5021, #NotThere5022, #NotThere5023, #NotThere5024, #NotThere5025, #NotThere5026, #NotThere5027, #NotThere5028, #NotThere5029, #NotThere5030, #NotThere5031, #NotThere5032, #NotThere5033, #NotThere5034, #NotThere5035, #NotThere5036, #NotThere5037, #NotThere5038, #NotThere5039, #NotThere5040, #NotThere5041, #NotThere5042, #NotThere5043, #NotThere5044, #NotThere5045, #NotThere5046, #NotThere5047, #NotThere5048, #NotThere5049, #NotThere5050, #NotThere5051, #NotThere5052, #NotThere5053, #NotThere5054, #NotThere5055, #NotThere5056, #NotThere5057, #NotThere5058, #NotThere5059, #NotThere5060, #NotThere5061, #NotThere5062, #NotThere5063, #NotThere5064, #NotThere5065, #NotThere5066, #NotThere5067, #NotThere5068, #NotThere5069, #NotThere5070, #NotThere5071, #NotThere5072, #NotThere5073, #NotThere5074, #NotThere5075, #NotThere5076, #NotThere5077, #NotThere5078, #NotThere5079, #NotThere5080, #NotThere50
 81, #NotThere5082, #NotThere5083, #NotThere5084, #NotThere5085, #NotThere5086, #NotThere5087, #NotThere5088, #NotThere5089, #NotThere5090, #NotThere5091, #NotThere5092, #NotThere5093, #NotThere5094, #NotThere5095, #NotThere5096, #NotThere5097, #NotThere5098, #NotThere5099, #NotThere5100, #NotThere5101, #NotThere5102, #NotThere5103, #NotThere5104, #NotThere5105, #NotThere5106, #NotThere5107, #NotThere5108, #NotThere5109, #NotThere5110, #NotThere5111, #NotThere5112, #NotThere5113, #NotThere5114, #NotThere5115, #NotThere5116, #NotThere5117, #NotThere5118, #NotThere5119, #NotThere5120, #NotThere5121, #NotThere5122, #NotThere5123, #NotThere5124, #NotThere5125, #NotThere5126, #NotThere5127, #NotThere5128, #NotThere5129, #NotThere5130, #NotThere5131, #NotThere5132, #NotThere5133, #NotThere5134, #NotThere5135, #NotThere5136, #NotThere5137, #NotThere5138, #NotThere5139, #NotThere5140, #NotThere5141, #NotThere5142, #NotThere5143, #NotThere5144, #NotThere5145, #NotThere5146, #NotThere5
 147, #NotThere5148, #NotThere5149, #NotThere5150, #NotThere5151, #NotThere5152, #NotThere5153, #NotThere5154, #NotThere5155, #NotThere5156, #NotThere5157, #NotThere5158, #NotThere5159, #NotThere5160, #NotThere5161, #NotThere5162, #NotThere5163, #NotThere5164, #NotThere5165, #NotThere5166, #NotThere5167, #NotThere5168, #NotThere5169, #NotThere5170, #NotThere5171, #NotThere5172, #NotThere5173, #NotThere5174, #NotThere5175, #NotThere5176, #NotThere5177, #NotThere5178, #NotThere5179, #NotThere5180, #NotThere5181, #NotThere5182, #NotThere5183, #NotThere5184, #NotThere5185, #NotThere5186, #NotThere5187, #NotThere5188, #NotThere5189, #NotThere5190, #NotThere5191, #NotThere5192, #NotThere5193, #NotThere5194, #NotThere5195, #NotThere5196, #NotThere5197, #NotThere5198, #NotThere5199, #NotThere5200, #NotThere5201, #NotThere5202, #NotThere5203, #NotThere5204, #NotThere5205, #NotThere5206, #NotThere5207, #NotThere5208, #NotThere5209, #NotThere5210, #NotThere5211, #NotThere5212, #NotThere
 5213, #NotThere5214, #NotThere5215, #NotThere5216, #NotThere5217, #NotThere5218, #NotThere5219, #NotThere5220, #NotThere5221, #NotThere5222, #NotThere5223, #NotThere5224, #NotThere5225, #NotThere5226, #NotThere5227, #NotThere5228, #NotThere5229, #NotThere5230, #NotThere5231, #NotThere5232, #NotThere5233, #NotThere5234, #NotThere5235, #NotThere5236, #NotThere5237, #NotThere5238, #NotThere5239, #NotThere5240, #NotThere5241, #NotThere5242, #NotThere5243, #NotThere5244, #NotThere5245, #NotThere5246, #NotThere5247, #NotThere5248, #NotThere5249, #NotThere5250, #NotThere5251, #NotThere5252, #NotThere5253, #NotThere5254, #NotThere5255, #NotThere5256, #NotThere5257, #NotThere5258, #NotThere5259, #NotThere5260, #NotThere5261, #NotThere5262, #NotThere5263, #NotThere5264, #NotThere5265, #NotThere5266, #NotThere5267, #NotThere5268, #NotThere5269, #NotThere5270, #NotThere5271, #NotThere5272, #NotThere5273, #NotThere5274, #NotThere5275, #NotThere5276, #NotThere5277, #NotThere5278, #NotTher
 e5279, #NotThere5280, #NotThere5281, #NotThere5282, #NotThere5283, #NotThere5284, #NotThere5285, #NotThere5286, #NotThere5287, #NotThere5288, #NotThere5289, #NotThere5290, #NotThere5291, #NotThere5292, #NotThere5293, #NotThere5294, #NotThere5295, #NotThere5296, #NotThere5297, #NotThere5298, #NotThere5299, #NotThere5300, #NotThere5301, #NotThere5302, #NotThere5303, #NotThere5304, #NotThere5305, #NotThere5306, #NotThere5307, #NotThere5308, #NotThere5309, #NotThere5310, #NotThere5311, #NotThere5312, #NotThere5313, #NotThere5314, #NotThere5315, #NotThere5316, #NotThere5317, #NotThere5318, #NotThere5319, #NotThere5320, #NotThere5321, #NotThere5322, #NotThere5323, #NotThere5324, #NotThere5325, #NotThere5326, #NotThere5327, #NotThere5328, #NotThere5329, #NotThere5330, #NotThere5331, #NotThere5332, #NotThere5333, #NotThere5334, #NotThere5335, #NotThere5336, #NotThere5337, #NotThere5338, #NotThere5339, #NotThere5340, #NotThere5341, #NotThere5342, #NotThere5343, #NotThere5344, #NotThe
 re5345, #NotThere5346, #NotThere5347, #NotThere5348, #NotThere5349, #NotThere5350, #NotThere5351, #NotThere5352, #NotThere5353, #NotThere5354, #NotThere5355, #NotThere5356, #NotThere5357, #NotThere5358, #NotThere5359, #NotThere5360, #NotThere5361, #NotThere5362, #NotThere5363, #NotThere5364, #NotThere5365, #NotThere5366, #NotThere5367, #NotThere5368, #NotThere5369, #NotThere5370, #NotThere5371, #NotThere5372, #NotThere5373, #NotThere5374, #NotThere5375, #NotThere5376, #NotThere5377, #NotThere5378, #NotThere5379, #NotThere5380, #NotThere5381, #NotThere5382, #NotThere5383, #NotThere5384, #NotThere5385, #NotThere5386, #NotThere5387, #NotThere5388, #NotThere5389, #NotThere5390, #NotThere5391, #NotThere5392, #NotThere5393, #NotThere5394, #NotThere5395, #NotThere5396, #NotThere5397, #NotThere5398, #NotThere5399, #NotThere5400, #NotThere5401, #NotThere5402, #NotThere5403, #NotThere5404, #NotThere5405, #NotThere5406, #NotThere5407, #NotThere5408, #NotThere5409, #NotThere5410, #NotTh
 ere5411, #NotThere5412, #NotThere5413, #NotThere5414, #NotThere5415, #NotThere5416, #NotThere5417, #NotThere5418, #NotThere5419, #NotThere5420, #NotThere5421, #NotThere5422, #NotThere5423, #NotThere5424, #NotThere5425, #NotThere5426, #NotThere5427, #NotThere5428, #NotThere5429, #NotThere5430, #NotThere5431, #NotThere5432, #NotThere5433, #NotThere5434, #NotThere5435, #NotThere5436, #NotThere5437, #NotThere5438, #NotThere5439, #NotThere5440, #NotThere5441, #NotThere5442, #NotThere5443, #NotThere5444, #NotThere5445, #NotThere5446, #NotThere5447, #NotThere5448, #NotThere5449, #NotThere5450, #NotThere5451, #NotThere5452, #NotThere5453, #NotThere5454, #NotThere5455, #NotThere5456, #NotThere5457, #NotThere5458, #NotThere5459, #NotThere5460, #NotThere5461, #NotThere5462, #NotThere5463, #NotThere5464, #NotThere5465, #NotThere5466, #NotThere5467, #NotThere5468, #NotThere5469, #NotThere5470, #NotThere5471, #NotThere5472, #NotThere5473, #NotThere5474, #NotThere5475, #NotThere5476, #NotT
 here5477, #NotThere5478, #NotThere5479, #NotThere5480, #NotThere5481, #NotThere5482, #NotThere5483, #NotThere5484, #NotThere5485, #NotThere5486, #NotThere5487, #NotThere5488, #NotThere5489, #NotThere5490, #NotThere5491, #NotThere5492, #NotThere5493, #NotThere5494, #NotThere5495, #NotThere5496, #NotThere5497, #NotThere5498, #NotThere5499, #NotThere5500, #NotThere5501, #NotThere5502, #NotThere5503, #NotThere5504, #NotThere5505, #NotThere5506, #NotThere5507, #NotThere5508, #NotThere5509, #NotThere5510, #NotThere5511, #NotThere5512, #NotThere5513, #NotThere5514, #NotThere5515, #NotThere5516, #NotThere5517, #NotThere5518, #NotThere5519, #NotThere5520, #NotThere5521, #NotThere5522, #NotThere5523, #NotThere5524, #NotThere5525, #NotThere5526, #NotThere5527, #NotThere5528, #NotThere5529, #NotThere5530, #NotThere5531, #NotThere5532, #NotThere5533, #NotThere5534, #NotThere5535, #NotThere5536, #NotThere5537, #NotThere5538, #NotThere5539, #NotThere5540, #NotThere5541, #NotThere5542, #Not
 There5543, #NotThere5544, #NotThere5545, #NotThere5546, #NotThere5547, #NotThere5548, #NotThere5549, #NotThere5550, #NotThere5551, #NotThere5552, #NotThere5553, #NotThere5554, #NotThere5555, #NotThere5556, #NotThere5557, #NotThere5558, #NotThere5559, #NotThere5560, #NotThere5561, #NotThere5562, #NotThere5563, #NotThere5564, #NotThere5565, #NotThere5566, #NotThere5567, #NotThere5568, #NotThere5569, #NotThere5570, #NotThere5571, #NotThere5572, #NotThere5573, #NotThere5574, #NotThere5575, #NotThere5576, #NotThere5577, #NotThere5578, #NotThere5579, #NotThere5580, #NotThere5581, #NotThere5582, #NotThere5583, #NotThere5584, #NotThere5585, #NotThere5586, #NotThere5587, #NotThere5588, #NotThere5589, #NotThere5590, #NotThere5591, #NotThere5592, #NotThere5593, #NotThere5594, #NotThere5595, #NotThere5596, #NotThere5597, #NotThere5598, #NotThere5599, #NotThere5600, #NotThere5601, #NotThere5602, #NotThere5603, #NotThere5604, #NotThere5605, #NotThere5606, #NotThere5607, #NotThere5608, #No
 tThere5609, #NotThere5610, #NotThere5611, #NotThere5612, #NotThere5613, #NotThere5614, #NotThere5615, #NotThere5616, #NotThere5617, #NotThere5618, #NotThere5619, #NotThere5620, #NotThere5621, #NotThere5622, #NotThere5623, #NotThere5624, #NotThere5625, #NotThere5626, #NotThere5627, #NotThere5628, #NotThere5629, #NotThere5630, #NotThere5631, #NotThere5632, #NotThere5633, #NotThere5634, #NotThere5635, #NotThere5636, #NotThere5637, #NotThere5638, #NotThere5639, #NotThere5640, #NotThere5641, #NotThere5642, #NotThere5643, #NotThere5644, #NotThere5645, #NotThere5646, #NotThere5647, #NotThere5648, #NotThere5649, #NotThere5650, #NotThere5651, #NotThere5652, #NotThere5653, #NotThere5654, #NotThere5655, #NotThere5656, #NotThere5657, #NotThere5658, #NotThere5659, #NotThere5660, #NotThere5661, #NotThere5662, #NotThere5663, #NotThere5664, #NotThere5665, #NotThere5666, #NotThere5667, #NotThere5668, #NotThere5669, #NotThere5670, #NotThere5671, #NotThere5672, #NotThere5673, #NotThere5674, #N
 otThere5675, #NotThere5676, #NotThere5677, #NotThere5678, #NotThere5679, #NotThere5680, #NotThere5681, #NotThere5682, #NotThere5683, #NotThere5684, #NotThere5685, #NotThere5686, #NotThere5687, #NotThere5688, #NotThere5689, #NotThere5690, #NotThere5691, #NotThere5692, #NotThere5693, #NotThere5694, #NotThere5695, #NotThere5696, #NotThere5697, #NotThere5698, #NotThere5699, #NotThere5700, #NotThere5701, #NotThere5702, #NotThere5703, #NotThere5704, #NotThere5705, #NotThere5706, #NotThere5707, #NotThere5708, #NotThere5709, #NotThere5710, #NotThere5711, #NotThere5712, #NotThere5713, #NotThere5714, #NotThere5715, #NotThere5716, #NotThere5717, #NotThere5718, #NotThere5719, #NotThere5720, #NotThere5721, #NotThere5722, #NotThere5723, #NotThere5724, #NotThere5725, #NotThere5726, #NotThere5727, #NotThere5728, #NotThere5729, #NotThere5730, #NotThere5731, #NotThere5732, #NotThere5733, #NotThere5734, #NotThere5735, #NotThere5736, #NotThere5737, #NotThere5738, #NotThere5739, #NotThere5740, #
 NotThere5741, #NotThere5742, #NotThere5743, #NotThere5744, #NotThere5745, #NotThere5746, #NotThere5747, #NotThere5748, #NotThere5749, #NotThere5750, #NotThere5751, #NotThere5752, #NotThere5753, #NotThere5754, #NotThere5755, #NotThere5756, #NotThere5757, #NotThere5758, #NotThere5759, #NotThere5760, #NotThere5761, #NotThere5762, #NotThere5763, #NotThere5764, #NotThere5765, #NotThere5766, #NotThere5767, #NotThere5768, #NotThere5769, #NotThere5770, #NotThere5771, #NotThere5772, #NotThere5773, #NotThere5774, #NotThere5775, #NotThere5776, #NotThere5777, #NotThere5778, #NotThere5779, #NotThere5780, #NotThere5781, #NotThere5782, #NotThere5783, #NotThere5784, #NotThere5785, #NotThere5786, #NotThere5787, #NotThere5788, #NotThere5789, #NotThere5790, #NotThere5791, #NotThere5792, #NotThere5793, #NotThere5794, #NotThere5795, #NotThere5796, #NotThere5797, #NotThere5798, #NotThere5799, #NotThere5800, #NotThere5801, #NotThere5802, #NotThere5803, #NotThere5804, #NotThere5805, #NotThere5806, 
 #NotThere5807, #NotThere5808, #NotThere5809, #NotThere5810, #NotThere5811, #NotThere5812, #NotThere5813, #NotThere5814, #NotThere5815, #NotThere5816, #NotThere5817, #NotThere5818, #NotThere5819, #NotThere5820, #NotThere5821, #NotThere5822, #NotThere5823, #NotThere5824, #NotThere5825, #NotThere5826, #NotThere5827, #NotThere5828, #NotThere5829, #NotThere5830, #NotThere5831, #NotThere5832, #NotThere5833, #NotThere5834, #NotThere5835, #NotThere5836, #NotThere5837, #NotThere5838, #NotThere5839, #NotThere5840, #NotThere5841, #NotThere5842, #NotThere5843, #NotThere5844, #NotThere5845, #NotThere5846, #NotThere5847, #NotThere5848, #NotThere5849, #NotThere5850, #NotThere5851, #NotThere5852, #NotThere5853, #NotThere5854, #NotThere5855, #NotThere5856, #NotThere5857, #NotThere5858, #NotThere5859, #NotThere5860, #NotThere5861, #NotThere5862, #NotThere5863, #NotThere5864, #NotThere5865, #NotThere5866, #NotThere5867, #NotThere5868, #NotThere5869, #NotThere5870, #NotThere5871, #NotThere5872,
  #NotThere5873, #NotThere5874, #NotThere5875, #NotThere5876, #NotThere5877, #NotThere5878, #NotThere5879, #NotThere5880, #NotThere5881, #NotThere5882, #NotThere5883, #NotThere5884, #NotThere5885, #NotThere5886, #NotThere5887, #NotThere5888, #NotThere5889, #NotThere5890, #NotThere5891, #NotThere5892, #NotThere5893, #NotThere5894, #NotThere5895, #NotThere5896, #NotThere5897, #NotThere5898, #NotThere5899, #NotThere5900, #NotThere5901, #NotThere5902, #NotThere5903, #NotThere5904, #NotThere5905, #NotThere5906, #NotThere5907, #NotThere5908, #NotThere5909, #NotThere5910, #NotThere5911, #NotThere5912, #NotThere5913, #NotThere5914, #NotThere5915, #NotThere5916, #NotThere5917, #NotThere5918, #NotThere5919, #NotThere5920, #NotThere5921, #NotThere5922, #NotThere5923, #NotThere5924, #NotThere5925, #NotThere5926, #NotThere5927, #NotThere5928, #NotThere5929, #NotThere5930, #NotThere5931, #NotThere5932, #NotThere5933, #NotThere5934, #NotThere5935, #NotThere5936, #NotThere5937, #NotThere5938
 , #NotThere5939, #NotThere5940, #NotThere5941, #NotThere5942, #NotThere5943, #NotThere5944, #NotThere5945, #NotThere5946, #NotThere5947, #NotThere5948, #NotThere5949, #NotThere5950, #NotThere5951, #NotThere5952, #NotThere5953, #NotThere5954, #NotThere5955, #NotThere5956, #NotThere5957, #NotThere5958, #NotThere5959, #NotThere5960, #NotThere5961, #NotThere5962, #NotThere5963, #NotThere5964, #NotThere5965, #NotThere5966, #NotThere5967, #NotThere5968, #NotThere5969, #NotThere5970, #NotThere5971, #NotThere5972, #NotThere5973, #NotThere5974, #NotThere5975, #NotThere5976, #NotThere5977, #NotThere5978, #NotThere5979, #NotThere5980, #NotThere5981, #NotThere5982, #NotThere5983, #NotThere5984, #NotThere5985, #NotThere5986, #NotThere5987, #NotThere5988, #NotThere5989, #NotThere5990, #NotThere5991, #NotThere5992, #NotThere5993, #NotThere5994, #NotThere5995, #NotThere5996, #NotThere5997, #NotThere5998, #NotThere5999, #NotThere6000, #NotThere6001, #NotThere6002, #NotThere6003, #NotThere600
 4, #NotThere6005, #NotThere6006, #NotThere6007, #NotThere6008, #NotThere6009, #NotThere6010, #NotThere6011, #NotThere6012, #NotThere6013, #NotThere6014, #NotThere6015, #NotThere6016, #NotThere6017, #NotThere6018, #NotThere6019, #NotThere6020, #NotThere6021, #NotThere6022, #NotThere6023, #NotThere6024, #NotThere6025, #NotThere6026, #NotThere6027, #NotThere6028, #NotThere6029, #NotThere6030, #NotThere6031, #NotThere6032, #NotThere6033, #NotThere6034, #NotThere6035, #NotThere6036, #NotThere6037, #NotThere6038, #NotThere6039, #NotThere6040, #NotThere6041, #NotThere6042, #NotThere6043, #NotThere6044, #NotThere6045, #NotThere6046, #NotThere6047, #NotThere6048, #NotThere6049, #NotThere6050, #NotThere6051, #NotThere6052, #NotThere6053, #NotThere6054, #NotThere6055, #NotThere6056, #NotThere6057, #NotThere6058, #NotThere6059, #NotThere6060, #NotThere6061, #NotThere6062, #NotThere6063, #NotThere6064, #NotThere6065, #NotThere6066, #NotThere6067, #NotThere6068, #NotThere6069, #NotThere60
 70, #NotThere6071, #NotThere6072, #NotThere6073, #NotThere6074, #NotThere6075, #NotThere6076, #NotThere6077, #NotThere6078, #NotThere6079, #NotThere6080, #NotThere6081, #NotThere6082, #NotThere6083, #NotThere6084, #NotThere6085, #NotThere6086, #NotThere6087, #NotThere6088, #NotThere6089, #NotThere6090, #NotThere6091, #NotThere6092, #NotThere6093, #NotThere6094, #NotThere6095, #NotThere6096, #NotThere6097, #NotThere6098, #NotThere6099, #NotThere6100, #NotThere6101, #NotThere6102, #NotThere6103, #NotThere6104, #NotThere6105, #NotThere6106, #NotThere6107, #NotThere6108, #NotThere6109, #NotThere6110, #NotThere6111, #NotThere6112, #NotThere6113, #NotThere6114, #NotThere6115, #NotThere6116, #NotThere6117, #NotThere6118, #NotThere6119, #NotThere6120, #NotThere6121, #NotThere6122, #NotThere6123, #NotThere6124, #NotThere6125, #NotThere6126, #NotThere6127, #NotThere6128, #NotThere6129, #NotThere6130, #NotThere6131, #NotThere6132, #NotThere6133, #NotThere6134, #NotThere6135, #NotThere6
 136, #NotThere6137, #NotThere6138, #NotThere6139, #NotThere6140, #NotThere6141, #NotThere6142, #NotThere6143, #NotThere6144, #NotThere6145, #NotThere6146, #NotThere6147, #NotThere6148, #NotThere6149, #NotThere6150, #NotThere6151, #NotThere6152, #NotThere6153, #NotThere6154, #NotThere6155, #NotThere6156, #NotThere6157, #NotThere6158, #NotThere6159, #NotThere6160, #NotThere6161, #NotThere6162, #NotThere6163, #NotThere6164, #NotThere6165, #NotThere6166, #NotThere6167, #NotThere6168, #NotThere6169, #NotThere6170, #NotThere6171, #NotThere6172, #NotThere6173, #NotThere6174, #NotThere6175, #NotThere6176, #NotThere6177, #NotThere6178, #NotThere6179, #NotThere6180, #NotThere6181, #NotThere6182, #NotThere6183, #NotThere6184, #NotThere6185, #NotThere6186, #NotThere6187, #NotThere6188, #NotThere6189, #NotThere6190, #NotThere6191, #NotThere6192, #NotThere6193, #NotThere6194, #NotThere6195, #NotThere6196, #NotThere6197, #NotThere6198, #NotThere6199, #NotThere6200, #NotThere6201, #NotThere
 6202, #NotThere6203, #NotThere6204, #NotThere6205, #NotThere6206, #NotThere6207, #NotThere6208, #NotThere6209, #NotThere6210, #NotThere6211, #NotThere6212, #NotThere6213, #NotThere6214, #NotThere6215, #NotThere6216, #NotThere6217, #NotThere6218, #NotThere6219, #NotThere6220, #NotThere6221, #NotThere6222, #NotThere6223, #NotThere6224, #NotThere6225, #NotThere6226, #NotThere6227, #NotThere6228, #NotThere6229, #NotThere6230, #NotThere6231, #NotThere6232, #NotThere6233, #NotThere6234, #NotThere6235, #NotThere6236, #NotThere6237, #NotThere6238, #NotThere6239, #NotThere6240, #NotThere6241, #NotThere6242, #NotThere6243, #NotThere6244, #NotThere6245, #NotThere6246, #NotThere6247, #NotThere6248, #NotThere6249, #NotThere6250, #NotThere6251, #NotThere6252, #NotThere6253, #NotThere6254, #NotThere6255, #NotThere6256, #NotThere6257, #NotThere6258, #NotThere6259, #NotThere6260, #NotThere6261, #NotThere6262, #NotThere6263, #NotThere6264, #NotThere6265, #NotThere6266, #NotThere6267, #NotTher
 e6268, #NotThere6269, #NotThere6270, #NotThere6271, #NotThere6272, #NotThere6273, #NotThere6274, #NotThere6275, #NotThere6276, #NotThere6277, #NotThere6278, #NotThere6279, #NotThere6280, #NotThere6281, #NotThere6282, #NotThere6283, #NotThere6284, #NotThere6285, #NotThere6286, #NotThere6287, #NotThere6288, #NotThere6289, #NotThere6290, #NotThere6291, #NotThere6292, #NotThere6293, #NotThere6294, #NotThere6295, #NotThere6296, #NotThere6297, #NotThere6298, #NotThere6299, #NotThere6300, #NotThere6301, #NotThere6302, #NotThere6303, #NotThere6304, #NotThere6305, #NotThere6306, #NotThere6307, #NotThere6308, #NotThere6309, #NotThere6310, #NotThere6311, #NotThere6312, #NotThere6313, #NotThere6314, #NotThere6315, #NotThere6316, #NotThere6317, #NotThere6318, #NotThere6319, #NotThere6320, #NotThere6321, #NotThere6322, #NotThere6323, #NotThere6324, #NotThere6325, #NotThere6326, #NotThere6327, #NotThere6328, #NotThere6329, #NotThere6330, #NotThere6331, #NotThere6332, #NotThere6333, #NotThe
 re6334, #NotThere6335, #NotThere6336, #NotThere6337, #NotThere6338, #NotThere6339, #NotThere6340, #NotThere6341, #NotThere6342, #NotThere6343, #NotThere6344, #NotThere6345, #NotThere6346, #NotThere6347, #NotThere6348, #NotThere6349, #NotThere6350, #NotThere6351, #NotThere6352, #NotThere6353, #NotThere6354, #NotThere6355, #NotThere6356, #NotThere6357, #NotThere6358, #NotThere6359, #NotThere6360, #NotThere6361, #NotThere6362, #NotThere6363, #NotThere6364, #NotThere6365, #NotThere6366, #NotThere6367, #NotThere6368, #NotThere6369, #NotThere6370, #NotThere6371, #NotThere6372, #NotThere6373, #NotThere6374, #NotThere6375, #NotThere6376, #NotThere6377, #NotThere6378, #NotThere6379, #NotThere6380, #NotThere6381, #NotThere6382, #NotThere6383, #NotThere6384, #NotThere6385, #NotThere6386, #NotThere6387, #NotThere6388, #NotThere6389, #NotThere6390, #NotThere6391, #NotThere6392, #NotThere6393, #NotThere6394, #NotThere6395, #NotThere6396, #NotThere6397, #NotThere6398, #NotThere6399, #NotTh
 ere6400, #NotThere6401, #NotThere6402, #NotThere6403, #NotThere6404, #NotThere6405, #NotThere6406, #NotThere6407, #NotThere6408, #NotThere6409, #NotThere6410, #NotThere6411, #NotThere6412, #NotThere6413, #NotThere6414, #NotThere6415, #NotThere6416, #NotThere6417, #NotThere6418, #NotThere6419, #NotThere6420, #NotThere6421, #NotThere6422, #NotThere6423, #NotThere6424, #NotThere6425, #NotThere6426, #NotThere6427, #NotThere6428, #NotThere6429, #NotThere6430, #NotThere6431, #NotThere6432, #NotThere6433, #NotThere6434, #NotThere6435, #NotThere6436, #NotThere6437, #NotThere6438, #NotThere6439, #NotThere6440, #NotThere6441, #NotThere6442, #NotThere6443, #NotThere6444, #NotThere6445, #NotThere6446, #NotThere6447, #NotThere6448, #NotThere6449, #NotThere6450, #NotThere6451, #NotThere6452, #NotThere6453, #NotThere6454, #NotThere6455, #NotThere6456, #NotThere6457, #NotThere6458, #NotThere6459, #NotThere6460, #NotThere6461, #NotThere6462, #NotThere6463, #NotThere6464, #NotThere6465, #NotT
 here6466, #NotThere6467, #NotThere6468, #NotThere6469, #NotThere6470, #NotThere6471, #NotThere6472, #NotThere6473, #NotThere6474, #NotThere6475, #NotThere6476, #NotThere6477, #NotThere6478, #NotThere6479, #NotThere6480, #NotThere6481, #NotThere6482, #NotThere6483, #NotThere6484, #NotThere6485, #NotThere6486, #NotThere6487, #NotThere6488, #NotThere6489, #NotThere6490, #NotThere6491, #NotThere6492, #NotThere6493, #NotThere6494, #NotThere6495, #NotThere6496, #NotThere6497, #NotThere6498, #NotThere6499, #NotThere6500, #NotThere6501, #NotThere6502, #NotThere6503, #NotThere6504, #NotThere6505, #NotThere6506, #NotThere6507, #NotThere6508, #NotThere6509, #NotThere6510, #NotThere6511, #NotThere6512, #NotThere6513, #NotThere6514, #NotThere6515, #NotThere6516, #NotThere6517, #NotThere6518, #NotThere6519, #NotThere6520, #NotThere6521, #NotThere6522, #NotThere6523, #NotThere6524, #NotThere6525, #NotThere6526, #NotThere6527, #NotThere6528, #NotThere6529, #NotThere6530, #NotThere6531, #Not
 There6532, #NotThere6533, #NotThere6534, #NotThere6535, #NotThere6536, #NotThere6537, #NotThere6538, #NotThere6539, #NotThere6540, #NotThere6541, #NotThere6542, #NotThere6543, #NotThere6544, #NotThere6545, #NotThere6546, #NotThere6547, #NotThere6548, #NotThere6549, #NotThere6550, #NotThere6551, #NotThere6552, #NotThere6553, #NotThere6554, #NotThere6555, #NotThere6556, #NotThere6557, #NotThere6558, #NotThere6559, #NotThere6560, #NotThere6561, #NotThere6562, #NotThere6563, #NotThere6564, #NotThere6565, #NotThere6566, #NotThere6567, #NotThere6568, #NotThere6569, #NotThere6570, #NotThere6571, #NotThere6572, #NotThere6573, #NotThere6574, #NotThere6575, #NotThere6576, #NotThere6577, #NotThere6578, #NotThere6579, #NotThere6580, #NotThere6581, #NotThere6582, #NotThere6583, #NotThere6584, #NotThere6585, #NotThere6586, #NotThere6587, #NotThere6588, #NotThere6589, #NotThere6590, #NotThere6591, #NotThere6592, #NotThere6593, #NotThere6594, #NotThere6595, #NotThere6596, #NotThere6597, #No
 tThere6598, #NotThere6599, #NotThere6600, #NotThere6601, #NotThere6602, #NotThere6603, #NotThere6604, #NotThere6605, #NotThere6606, #NotThere6607, #NotThere6608, #NotThere6609, #NotThere6610, #NotThere6611, #NotThere6612, #NotThere6613, #NotThere6614, #NotThere6615, #NotThere6616, #NotThere6617, #NotThere6618, #NotThere6619, #NotThere6620, #NotThere6621, #NotThere6622, #NotThere6623, #NotThere6624, #NotThere6625, #NotThere6626, #NotThere6627, #NotThere6628, #NotThere6629, #NotThere6630, #NotThere6631, #NotThere6632, #NotThere6633, #NotThere6634, #NotThere6635, #NotThere6636, #NotThere6637, #NotThere6638, #NotThere6639, #NotThere6640, #NotThere6641, #NotThere6642, #NotThere6643, #NotThere6644, #NotThere6645, #NotThere6646, #NotThere6647, #NotThere6648, #NotThere6649, #NotThere6650, #NotThere6651, #NotThere6652, #NotThere6653, #NotThere6654, #NotThere6655, #NotThere6656, #NotThere6657, #NotThere6658, #NotThere6659, #NotThere6660, #NotThere6661, #NotThere6662, #NotThere6663, #N
 otThere6664, #NotThere6665, #NotThere6666, #NotThere6667, #NotThere6668, #NotThere6669, #NotThere6670, #NotThere6671, #NotThere6672, #NotThere6673, #NotThere6674, #NotThere6675, #NotThere6676, #NotThere6677, #NotThere6678, #NotThere6679, #NotThere6680, #NotThere6681, #NotThere6682, #NotThere6683, #NotThere6684, #NotThere6685, #NotThere6686, #NotThere6687, #NotThere6688, #NotThere6689, #NotThere6690, #NotThere6691, #NotThere6692, #NotThere6693, #NotThere6694, #NotThere6695, #NotThere6696, #NotThere6697, #NotThere6698, #NotThere6699, #NotThere6700, #NotThere6701, #NotThere6702, #NotThere6703, #NotThere6704, #NotThere6705, #NotThere6706, #NotThere6707, #NotThere6708, #NotThere6709, #NotThere6710, #NotThere6711, #NotThere6712, #NotThere6713, #NotThere6714, #NotThere6715, #NotThere6716, #NotThere6717, #NotThere6718, #NotThere6719, #NotThere6720, #NotThere6721, #NotThere6722, #NotThere6723, #NotThere6724, #NotThere6725, #NotThere6726, #NotThere6727, #NotThere6728, #NotThere6729, #
 NotThere6730, #NotThere6731, #NotThere6732, #NotThere6733, #NotThere6734, #NotThere6735, #NotThere6736, #NotThere6737, #NotThere6738, #NotThere6739, #NotThere6740, #NotThere6741, #NotThere6742, #NotThere6743, #NotThere6744, #NotThere6745, #NotThere6746, #NotThere6747, #NotThere6748, #NotThere6749, #NotThere6750, #NotThere6751, #NotThere6752, #NotThere6753, #NotThere6754, #NotThere6755, #NotThere6756, #NotThere6757, #NotThere6758, #NotThere6759, #NotThere6760, #NotThere6761, #NotThere6762, #NotThere6763, #NotThere6764, #NotThere6765, #NotThere6766, #NotThere6767, #NotThere6768, #NotThere6769, #NotThere6770, #NotThere6771, #NotThere6772, #NotThere6773, #NotThere6774, #NotThere6775, #NotThere6776, #NotThere6777, #NotThere6778, #NotThere6779, #NotThere6780, #NotThere6781, #NotThere6782, #NotThere6783, #NotThere6784, #NotThere6785, #NotThere6786, #NotThere6787, #NotThere6788, #NotThere6789, #NotThere6790, #NotThere6791, #NotThere6792, #NotThere6793, #NotThere6794, #NotThere6795, 
 #NotThere6796, #NotThere6797, #NotThere6798, #NotThere6799, #NotThere6800, #NotThere6801, #NotThere6802, #NotThere6803, #NotThere6804, #NotThere6805, #NotThere6806, #NotThere6807, #NotThere6808, #NotThere6809, #NotThere6810, #NotThere6811, #NotThere6812, #NotThere6813, #NotThere6814, #NotThere6815, #NotThere6816, #NotThere6817, #NotThere6818, #NotThere6819, #NotThere6820, #NotThere6821, #NotThere6822, #NotThere6823, #NotThere6824, #NotThere6825, #NotThere6826, #NotThere6827, #NotThere6828, #NotThere6829, #NotThere6830, #NotThere6831, #NotThere6832, #NotThere6833, #NotThere6834, #NotThere6835, #NotThere6836, #NotThere6837, #NotThere6838, #NotThere6839, #NotThere6840, #NotThere6841, #NotThere6842, #NotThere6843, #NotThere6844, #NotThere6845, #NotThere6846, #NotThere6847, #NotThere6848, #NotThere6849, #NotThere6850, #NotThere6851, #NotThere6852, #NotThere6853, #NotThere6854, #NotThere6855, #NotThere6856, #NotThere6857, #NotThere6858, #NotThere6859, #NotThere6860, #NotThere6861,
  #NotThere6862, #NotThere6863, #NotThere6864, #NotThere6865, #NotThere6866, #NotThere6867, #NotThere6868, #NotThere6869, #NotThere6870, #NotThere6871, #NotThere6872, #NotThere6873, #NotThere6874, #NotThere6875, #NotThere6876, #NotThere6877, #NotThere6878, #NotThere6879, #NotThere6880, #NotThere6881, #NotThere6882, #NotThere6883, #NotThere6884, #NotThere6885, #NotThere6886, #NotThere6887, #NotThere6888, #NotThere6889, #NotThere6890, #NotThere6891, #NotThere6892, #NotThere6893, #NotThere6894, #NotThere6895, #NotThere6896, #NotThere6897, #NotThere6898, #NotThere6899, #NotThere6900, #NotThere6901, #NotThere6902, #NotThere6903, #NotThere6904, #NotThere6905, #NotThere6906, #NotThere6907, #NotThere6908, #NotThere6909, #NotThere6910, #NotThere6911, #NotThere6912, #NotThere6913, #NotThere6914, #NotThere6915, #NotThere6916, #NotThere6917, #NotThere6918, #NotThere6919, #NotThere6920, #NotThere6921, #NotThere6922, #NotThere6923, #NotThere6924, #NotThere6925, #NotThere6926, #NotThere6927
 , #NotThere6928, #NotThere6929, #NotThere6930, #NotThere6931, #NotThere6932, #NotThere6933, #NotThere6934, #NotThere6935, #NotThere6936, #NotThere6937, #NotThere6938, #NotThere6939, #NotThere6940, #NotThere6941, #NotThere6942, #NotThere6943, #NotThere6944, #NotThere6945, #NotThere6946, #NotThere6947, #NotThere6948, #NotThere6949, #NotThere6950, #NotThere6951, #NotThere6952, #NotThere6953, #NotThere6954, #NotThere6955, #NotThere6956, #NotThere6957, #NotThere6958, #NotThere6959, #NotThere6960, #NotThere6961, #NotThere6962, #NotThere6963, #NotThere6964, #NotThere6965, #NotThere6966, #NotThere6967, #NotThere6968, #NotThere6969, #NotThere6970, #NotThere6971, #NotThere6972, #NotThere6973, #NotThere6974, #NotThere6975, #NotThere6976, #NotThere6977, #NotThere6978, #NotThere6979, #NotThere6980, #NotThere6981, #NotThere6982, #NotThere6983, #NotThere6984, #NotThere6985, #NotThere6986, #NotThere6987, #NotThere6988, #NotThere6989, #NotThere6990, #NotThere6991, #NotThere6992, #NotThere699
 3, #NotThere6994, #NotThere6995, #NotThere6996, #NotThere6997, #NotThere6998, #NotThere6999, #NotThere7000, #NotThere7001, #NotThere7002, #NotThere7003, #NotThere7004, #NotThere7005, #NotThere7006, #NotThere7007, #NotThere7008, #NotThere7009, #NotThere7010, #NotThere7011, #NotThere7012, #NotThere7013, #NotThere7014, #NotThere7015, #NotThere7016, #NotThere7017, #NotThere7018, #NotThere7019, #NotThere7020, #NotThere7021, #NotThere7022, #NotThere7023, #NotThere7024, #NotThere7025, #NotThere7026, #NotThere7027, #NotThere7028, #NotThere7029, #NotThere7030, #NotThere7031, #NotThere7032, #NotThere7033, #NotThere7034, #NotThere7035, #NotThere7036, #NotThere7037, #NotThere7038, #NotThere7039, #NotThere7040, #NotThere7041, #NotThere7042, #NotThere7043, #NotThere7044, #NotThere7045, #NotThere7046, #NotThere7047, #NotThere7048, #NotThere7049, #NotThere7050, #NotThere7051, #NotThere7052, #NotThere7053, #NotThere7054, #NotThere7055, #NotThere7056, #NotThere7057, #NotThere7058, #NotThere70
 59, #NotThere7060, #NotThere7061, #NotThere7062, #NotThere7063, #NotThere7064, #NotThere7065, #NotThere7066, #NotThere7067, #NotThere7068, #NotThere7069, #NotThere7070, #NotThere7071, #NotThere7072, #NotThere7073, #NotThere7074, #NotThere7075, #NotThere7076, #NotThere7077, #NotThere7078, #NotThere7079, #NotThere7080, #NotThere7081, #NotThere7082, #NotThere7083, #NotThere7084, #NotThere7085, #NotThere7086, #NotThere7087, #NotThere7088, #NotThere7089, #NotThere7090, #NotThere7091, #NotThere7092, #NotThere7093, #NotThere7094, #NotThere7095, #NotThere7096, #NotThere7097, #NotThere7098, #NotThere7099, #NotThere7100, #NotThere7101, #NotThere7102, #NotThere7103, #NotThere7104, #NotThere7105, #NotThere7106, #NotThere7107, #NotThere7108, #NotThere7109, #NotThere7110, #NotThere7111, #NotThere7112, #NotThere7113, #NotThere7114, #NotThere7115, #NotThere7116, #NotThere7117, #NotThere7118, #NotThere7119, #NotThere7120, #NotThere7121, #NotThere7122, #NotThere7123, #NotThere7124, #NotThere7
 125, #NotThere7126, #NotThere7127, #NotThere7128, #NotThere7129, #NotThere7130, #NotThere7131, #NotThere7132, #NotThere7133, #NotThere7134, #NotThere7135, #NotThere7136, #NotThere7137, #NotThere7138, #NotThere7139, #NotThere7140, #NotThere7141, #NotThere7142, #NotThere7143, #NotThere7144, #NotThere7145, #NotThere7146, #NotThere7147, #NotThere7148, #NotThere7149, #NotThere7150, #NotThere7151, #NotThere7152, #NotThere7153, #NotThere7154, #NotThere7155, #NotThere7156, #NotThere7157, #NotThere7158, #NotThere7159, #NotThere7160, #NotThere7161, #NotThere7162, #NotThere7163, #NotThere7164, #NotThere7165, #NotThere7166, #NotThere7167, #NotThere7168, #NotThere7169, #NotThere7170, #NotThere7171, #NotThere7172, #NotThere7173, #NotThere7174, #NotThere7175, #NotThere7176, #NotThere7177, #NotThere7178, #NotThere7179, #NotThere7180, #NotThere7181, #NotThere7182, #NotThere7183, #NotThere7184, #NotThere7185, #NotThere7186, #NotThere7187, #NotThere7188, #NotThere7189, #NotThere7190, #NotThere
 7191, #NotThere7192, #NotThere7193, #NotThere7194, #NotThere7195, #NotThere7196, #NotThere7197, #NotThere7198, #NotThere7199, #NotThere7200, #NotThere7201, #NotThere7202, #NotThere7203, #NotThere7204, #NotThere7205, #NotThere7206, #NotThere7207, #NotThere7208, #NotThere7209, #NotThere7210, #NotThere7211, #NotThere7212, #NotThere7213, #NotThere7214, #NotThere7215, #NotThere7216, #NotThere7217, #NotThere7218, #NotThere7219, #NotThere7220, #NotThere7221, #NotThere7222, #NotThere7223, #NotThere7224, #NotThere7225, #NotThere7226, #NotThere7227, #NotThere7228, #NotThere7229, #NotThere7230, #NotThere7231, #NotThere7232, #NotThere7233, #NotThere7234, #NotThere7235, #NotThere7236, #NotThere7237, #NotThere7238, #NotThere7239, #NotThere7240, #NotThere7241, #NotThere7242, #NotThere7243, #NotThere7244, #NotThere7245, #NotThere7246, #NotThere7247, #NotThere7248, #NotThere7249, #NotThere7250, #NotThere7251, #NotThere7252, #NotThere7253, #NotThere7254, #NotThere7255, #NotThere7256, #NotTher
 e7257, #NotThere7258, #NotThere7259, #NotThere7260, #NotThere7261, #NotThere7262, #NotThere7263, #NotThere7264, #NotThere7265, #NotThere7266, #NotThere7267, #NotThere7268, #NotThere7269, #NotThere7270, #NotThere7271, #NotThere7272, #NotThere7273, #NotThere7274, #NotThere7275, #NotThere7276, #NotThere7277, #NotThere7278, #NotThere7279, #NotThere7280, #NotThere7281, #NotThere7282, #NotThere7283, #NotThere7284, #NotThere7285, #NotThere7286, #NotThere7287, #NotThere7288, #NotThere7289, #NotThere7290, #NotThere7291, #NotThere7292, #NotThere7293, #NotThere7294, #NotThere7295, #NotThere7296, #NotThere7297, #NotThere7298, #NotThere7299, #NotThere7300, #NotThere7301, #NotThere7302, #NotThere7303, #NotThere7304, #NotThere7305, #NotThere7306, #NotThere7307, #NotThere7308, #NotThere7309, #NotThere7310, #NotThere7311, #NotThere7312, #NotThere7313, #NotThere7314, #NotThere7315, #NotThere7316, #NotThere7317, #NotThere7318, #NotThere7319, #NotThere7320, #NotThere7321, #NotThere7322, #NotThe
 re7323, #NotThere7324, #NotThere7325, #NotThere7326, #NotThere7327, #NotThere7328, #NotThere7329, #NotThere7330, #NotThere7331, #NotThere7332, #NotThere7333, #NotThere7334, #NotThere7335, #NotThere7336, #NotThere7337, #NotThere7338, #NotThere7339, #NotThere7340, #NotThere7341, #NotThere7342, #NotThere7343, #NotThere7344, #NotThere7345, #NotThere7346, #NotThere7347, #NotThere7348, #NotThere7349, #NotThere7350, #NotThere7351, #NotThere7352, #NotThere7353, #NotThere7354, #NotThere7355, #NotThere7356, #NotThere7357, #NotThere7358, #NotThere7359, #NotThere7360, #NotThere7361, #NotThere7362, #NotThere7363, #NotThere7364, #NotThere7365, #NotThere7366, #NotThere7367, #NotThere7368, #NotThere7369, #NotThere7370, #NotThere7371, #NotThere7372, #NotThere7373, #NotThere7374, #NotThere7375, #NotThere7376, #NotThere7377, #NotThere7378, #NotThere7379, #NotThere7380, #NotThere7381, #NotThere7382, #NotThere7383, #NotThere7384, #NotThere7385, #NotThere7386, #NotThere7387, #NotThere7388, #NotTh
 ere7389, #NotThere7390, #NotThere7391, #NotThere7392, #NotThere7393, #NotThere7394, #NotThere7395, #NotThere7396, #NotThere7397, #NotThere7398, #NotThere7399, #NotThere7400, #NotThere7401, #NotThere7402, #NotThere7403, #NotThere7404, #NotThere7405, #NotThere7406, #NotThere7407, #NotThere7408, #NotThere7409, #NotThere7410, #NotThere7411, #NotThere7412, #NotThere7413, #NotThere7414, #NotThere7415, #NotThere7416, #NotThere7417, #NotThere7418, #NotThere7419, #NotThere7420, #NotThere7421, #NotThere7422, #NotThere7423, #NotThere7424, #NotThere7425, #NotThere7426, #NotThere7427, #NotThere7428, #NotThere7429, #NotThere7430, #NotThere7431, #NotThere7432, #NotThere7433, #NotThere7434, #NotThere7435, #NotThere7436, #NotThere7437, #NotThere7438, #NotThere7439, #NotThere7440, #NotThere7441, #NotThere7442, #NotThere7443, #NotThere7444, #NotThere7445, #NotThere7446, #NotThere7447, #NotThere7448, #NotThere7449, #NotThere7450, #NotThere7451, #NotThere7452, #NotThere7453, #NotThere7454, #NotT
 here7455, #NotThere7456, #NotThere7457, #NotThere7458, #NotThere7459, #NotThere7460, #NotThere7461, #NotThere7462, #NotThere7463, #NotThere7464, #NotThere7465, #NotThere7466, #NotThere7467, #NotThere7468, #NotThere7469, #NotThere7470, #NotThere7471, #NotThere7472, #NotThere7473, #NotThere7474, #NotThere7475, #NotThere7476, #NotThere7477, #NotThere7478, #NotThere7479, #NotThere7480, #NotThere7481, #NotThere7482, #NotThere7483, #NotThere7484, #NotThere7485, #NotThere7486, #NotThere7487, #NotThere7488, #NotThere7489, #NotThere7490, #NotThere7491, #NotThere7492, #NotThere7493, #NotThere7494, #NotThere7495, #NotThere7496, #NotThere7497, #NotThere7498, #NotThere7499, #NotThere7500, #NotThere7501, #NotThere7502, #NotThere7503, #NotThere7504, #NotThere7505, #NotThere7506, #NotThere7507, #NotThere7508, #NotThere7509, #NotThere7510, #NotThere7511, #NotThere7512, #NotThere7513, #NotThere7514, #NotThere7515, #NotThere7516, #NotThere7517, #NotThere7518, #NotThere7519, #NotThere7520, #Not
 There7521, #NotThere7522, #NotThere7523, #NotThere7524, #NotThere7525, #NotThere7526, #NotThere7527, #NotThere7528, #NotThere7529, #NotThere7530, #NotThere7531, #NotThere7532, #NotThere7533, #NotThere7534, #NotThere7535, #NotThere7536, #NotThere7537, #NotThere7538, #NotThere7539, #NotThere7540, #NotThere7541, #NotThere7542, #NotThere7543, #NotThere7544, #NotThere7545, #NotThere7546, #NotThere7547, #NotThere7548, #NotThere7549, #NotThere7550, #NotThere7551, #NotThere7552, #NotThere7553, #NotThere7554, #NotThere7555, #NotThere7556, #NotThere7557, #NotThere7558, #NotThere7559, #NotThere7560, #NotThere7561, #NotThere7562, #NotThere7563, #NotThere7564, #NotThere7565, #NotThere7566, #NotThere7567, #NotThere7568, #NotThere7569, #NotThere7570, #NotThere7571, #NotThere7572, #NotThere7573, #NotThere7574, #NotThere7575, #NotThere7576, #NotThere7577, #NotThere7578, #NotThere7579, #NotThere7580, #NotThere7581, #NotThere7582, #NotThere7583, #NotThere7584, #NotThere7585, #NotThere7586, #No
 tThere7587, #NotThere7588, #NotThere7589, #NotThere7590, #NotThere7591, #NotThere7592, #NotThere7593, #NotThere7594, #NotThere7595, #NotThere7596, #NotThere7597, #NotThere7598, #NotThere7599, #NotThere7600, #NotThere7601, #NotThere7602, #NotThere7603, #NotThere7604, #NotThere7605, #NotThere7606, #NotThere7607, #NotThere7608, #NotThere7609, #NotThere7610, #NotThere7611, #NotThere7612, #NotThere7613, #NotThere7614, #NotThere7615, #NotThere7616, #NotThere7617, #NotThere7618, #NotThere7619, #NotThere7620, #NotThere7621, #NotThere7622, #NotThere7623, #NotThere7624, #NotThere7625, #NotThere7626, #NotThere7627, #NotThere7628, #NotThere7629, #NotThere7630, #NotThere7631, #NotThere7632, #NotThere7633, #NotThere7634, #NotThere7635, #NotThere7636, #NotThere7637, #NotThere7638, #NotThere7639, #NotThere7640, #NotThere7641, #NotThere7642, #NotThere7643, #NotThere7644, #NotThere7645, #NotThere7646, #NotThere7647, #NotThere7648, #NotThere7649, #NotThere7650, #NotThere7651, #NotThere7652, #N
 otThere7653, #NotThere7654, #NotThere7655, #NotThere7656, #NotThere7657, #NotThere7658, #NotThere7659, #NotThere7660, #NotThere7661, #NotThere7662, #NotThere7663, #NotThere7664, #NotThere7665, #NotThere7666, #NotThere7667, #NotThere7668, #NotThere7669, #NotThere7670, #NotThere7671, #NotThere7672, #NotThere7673, #NotThere7674, #NotThere7675, #NotThere7676, #NotThere7677, #NotThere7678, #NotThere7679, #NotThere7680, #NotThere7681, #NotThere7682, #NotThere7683, #NotThere7684, #NotThere7685, #NotThere7686, #NotThere7687, #NotThere7688, #NotThere7689, #NotThere7690, #NotThere7691, #NotThere7692, #NotThere7693, #NotThere7694, #NotThere7695, #NotThere7696, #NotThere7697, #NotThere7698, #NotThere7699, #NotThere7700, #NotThere7701, #NotThere7702, #NotThere7703, #NotThere7704, #NotThere7705, #NotThere7706, #NotThere7707, #NotThere7708, #NotThere7709, #NotThere7710, #NotThere7711, #NotThere7712, #NotThere7713, #NotThere7714, #NotThere7715, #NotThere7716, #NotThere7717, #NotThere7718, #
 NotThere7719, #NotThere7720, #NotThere7721, #NotThere7722, #NotThere7723, #NotThere7724, #NotThere7725, #NotThere7726, #NotThere7727, #NotThere7728, #NotThere7729, #NotThere7730, #NotThere7731, #NotThere7732, #NotThere7733, #NotThere7734, #NotThere7735, #NotThere7736, #NotThere7737, #NotThere7738, #NotThere7739, #NotThere7740, #NotThere7741, #NotThere7742, #NotThere7743, #NotThere7744, #NotThere7745, #NotThere7746, #NotThere7747, #NotThere7748, #NotThere7749, #NotThere7750, #NotThere7751, #NotThere7752, #NotThere7753, #NotThere7754, #NotThere7755, #NotThere7756, #NotThere7757, #NotThere7758, #NotThere7759, #NotThere7760, #NotThere7761, #NotThere7762, #NotThere7763, #NotThere7764, #NotThere7765, #NotThere7766, #NotThere7767, #NotThere7768, #NotThere7769, #NotThere7770, #NotThere7771, #NotThere7772, #NotThere7773, #NotThere7774, #NotThere7775, #NotThere7776, #NotThere7777, #NotThere7778, #NotThere7779, #NotThere7780, #NotThere7781, #NotThere7782, #NotThere7783, #NotThere7784, 
 #NotThere7785, #NotThere7786, #NotThere7787, #NotThere7788, #NotThere7789, #NotThere7790, #NotThere7791, #NotThere7792, #NotThere7793, #NotThere7794, #NotThere7795, #NotThere7796, #NotThere7797, #NotThere7798, #NotThere7799, #NotThere7800, #NotThere7801, #NotThere7802, #NotThere7803, #NotThere7804, #NotThere7805, #NotThere7806, #NotThere7807, #NotThere7808, #NotThere7809, #NotThere7810, #NotThere7811, #NotThere7812, #NotThere7813, #NotThere7814, #NotThere7815, #NotThere7816, #NotThere7817, #NotThere7818, #NotThere7819, #NotThere7820, #NotThere7821, #NotThere7822, #NotThere7823, #NotThere7824, #NotThere7825, #NotThere7826, #NotThere7827, #NotThere7828, #NotThere7829, #NotThere7830, #NotThere7831, #NotThere7832, #NotThere7833, #NotThere7834, #NotThere7835, #NotThere7836, #NotThere7837, #NotThere7838, #NotThere7839, #NotThere7840, #NotThere7841, #NotThere7842, #NotThere7843, #NotThere7844, #NotThere7845, #NotThere7846, #NotThere7847, #NotThere7848, #NotThere7849, #NotThere7850,
  #NotThere7851, #NotThere7852, #NotThere7853, #NotThere7854, #NotThere7855, #NotThere7856, #NotThere7857, #NotThere7858, #NotThere7859, #NotThere7860, #NotThere7861, #NotThere7862, #NotThere7863, #NotThere7864, #NotThere7865, #NotThere7866, #NotThere7867, #NotThere7868, #NotThere7869, #NotThere7870, #NotThere7871, #NotThere7872, #NotThere7873, #NotThere7874, #NotThere7875, #NotThere7876, #NotThere7877, #NotThere7878, #NotThere7879, #NotThere7880, #NotThere7881, #NotThere7882, #NotThere7883, #NotThere7884, #NotThere7885, #NotThere7886, #NotThere7887, #NotThere7888, #NotThere7889, #NotThere7890, #NotThere7891, #NotThere7892, #NotThere7893, #NotThere7894, #NotThere7895, #NotThere7896, #NotThere7897, #NotThere7898, #NotThere7899, #NotThere7900, #NotThere7901, #NotThere7902, #NotThere7903, #NotThere7904, #NotThere7905, #NotThere7906, #NotThere7907, #NotThere7908, #NotThere7909, #NotThere7910, #NotThere7911, #NotThere7912, #NotThere7913, #NotThere7914, #NotThere7915, #NotThere7916
 , #NotThere7917, #NotThere7918, #NotThere7919, #NotThere7920, #NotThere7921, #NotThere7922, #NotThere7923, #NotThere7924, #NotThere7925, #NotThere7926, #NotThere7927, #NotThere7928, #NotThere7929, #NotThere7930, #NotThere7931, #NotThere7932, #NotThere7933, #NotThere7934, #NotThere7935, #NotThere7936, #NotThere7937, #NotThere7938, #NotThere7939, #NotThere7940, #NotThere7941, #NotThere7942, #NotThere7943, #NotThere7944, #NotThere7945, #NotThere7946, #NotThere7947, #NotThere7948, #NotThere7949, #NotThere7950, #NotThere7951, #NotThere7952, #NotThere7953, #NotThere7954, #NotThere7955, #NotThere7956, #NotThere7957, #NotThere7958, #NotThere7959, #NotThere7960, #NotThere7961, #NotThere7962, #NotThere7963, #NotThere7964, #NotThere7965, #NotThere7966, #NotThere7967, #NotThere7968, #NotThere7969, #NotThere7970, #NotThere7971, #NotThere7972, #NotThere7973, #NotThere7974, #NotThere7975, #NotThere7976, #NotThere7977, #NotThere7978, #NotThere7979, #NotThere7980, #NotThere7981, #NotThere798
 2, #NotThere7983, #NotThere7984, #NotThere7985, #NotThere7986, #NotThere7987, #NotThere7988, #NotThere7989, #NotThere7990, #NotThere7991, #NotThere7992, #NotThere7993, #NotThere7994, #NotThere7995, #NotThere7996, #NotThere7997, #NotThere7998, #NotThere7999, #NotThere8000, #NotThere8001, #NotThere8002, #NotThere8003, #NotThere8004, #NotThere8005, #NotThere8006, #NotThere8007, #NotThere8008, #NotThere8009, #NotThere8010, #NotThere8011, #NotThere8012, #NotThere8013, #NotThere8014, #NotThere8015, #NotThere8016, #NotThere8017, #NotThere8018, #NotThere8019, #NotThere8020, #NotThere8021, #NotThere8022, #NotThere8023, #NotThere8024, #NotThere8025, #NotThere8026, #NotThere8027, #NotThere8028, #NotThere8029, #NotThere8030, #NotThere8031, #NotThere8032, #NotThere8033, #NotThere8034, #NotThere8035, #NotThere8036, #NotThere8037, #NotThere8038, #NotThere8039, #NotThere8040, #NotThere8041, #NotThere8042, #NotThere8043, #NotThere8044, #NotThere8045, #NotThere8046, #NotThere8047, #NotThere80
 48, #NotThere8049, #NotThere8050, #NotThere8051, #NotThere8052, #NotThere8053, #NotThere8054, #NotThere8055, #NotThere8056, #NotThere8057, #NotThere8058, #NotThere8059, #NotThere8060, #NotThere8061, #NotThere8062, #NotThere8063, #NotThere8064, #NotThere8065, #NotThere8066, #NotThere8067, #NotThere8068, #NotThere8069, #NotThere8070, #NotThere8071, #NotThere8072, #NotThere8073, #NotThere8074, #NotThere8075, #NotThere8076, #NotThere8077, #NotThere8078, #NotThere8079, #NotThere8080, #NotThere8081, #NotThere8082, #NotThere8083, #NotThere8084, #NotThere8085, #NotThere8086, #NotThere8087, #NotThere8088, #NotThere8089, #NotThere8090, #NotThere8091, #NotThere8092, #NotThere8093, #NotThere8094, #NotThere8095, #NotThere8096, #NotThere8097, #NotThere8098, #NotThere8099, #NotThere8100, #NotThere8101, #NotThere8102, #NotThere8103, #NotThere8104, #NotThere8105, #NotThere8106, #NotThere8107, #NotThere8108, #NotThere8109, #NotThere8110, #NotThere8111, #NotThere8112, #NotThere8113, #NotThere8
 114, #NotThere8115, #NotThere8116, #NotThere8117, #NotThere8118, #NotThere8119, #NotThere8120, #NotThere8121, #NotThere8122, #NotThere8123, #NotThere8124, #NotThere8125, #NotThere8126, #NotThere8127, #NotThere8128, #NotThere8129, #NotThere8130, #NotThere8131, #NotThere8132, #NotThere8133, #NotThere8134, #NotThere8135, #NotThere8136, #NotThere8137, #NotThere8138, #NotThere8139, #NotThere8140, #NotThere8141, #NotThere8142, #NotThere8143, #NotThere8144, #NotThere8145, #NotThere8146, #NotThere8147, #NotThere8148, #NotThere8149, #NotThere8150, #NotThere8151, #NotThere8152, #NotThere8153, #NotThere8154, #NotThere8155, #NotThere8156, #NotThere8157, #NotThere8158, #NotThere8159, #NotThere8160, #NotThere8161, #NotThere8162, #NotThere8163, #NotThere8164, #NotThere8165, #NotThere8166, #NotThere8167, #NotThere8168, #NotThere8169, #NotThere8170, #NotThere8171, #NotThere8172, #NotThere8173, #NotThere8174, #NotThere8175, #NotThere8176, #NotThere8177, #NotThere8178, #NotThere8179, #NotThere
 8180, #NotThere8181, #NotThere8182, #NotThere8183, #NotThere8184, #NotThere8185, #NotThere8186, #NotThere8187, #NotThere8188, #NotThere8189, #NotThere8190, #NotThere8191, #NotThere8192, #NotThere8193, #NotThere8194 { color: rgb(4, 5, 6); }&quot;, 1); threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS styleSheet.insertRule(&quot;#NotThere1:not(.overflow), #NotThere2, #NotThere3, #NotThere4, #NotThere5, #NotThere6, #NotThere7, #NotThere8, #NotThere9, #NotThere10, #NotThere11, #NotThere12, #NotThere13, #NotThere14, #NotThere15, #NotThere16, #NotThere17, #NotThere18, #NotThere19, #NotThere20, #NotThere21, #NotThere22, #NotThere23, #NotThere24, #NotThere25, #NotThere26, #NotThere27, #NotThere28, #NotThere29, #NotThere30, #NotThere31, #NotThere32, #NotThere33, #NotThere34, #NotThere35, #NotThere36, #NotThere37, #NotThere38, #NotThere39, #NotThere40, #NotThere41, #NotThere42, #NotThere43, #NotThere44, #NotThere45, #NotThere46, #NotThere47, #NotThere48, #NotThere49, #NotThere50, #NotThere51, #NotThere52, #NotThere53, #NotThere54, #NotThere55, #NotThere56, #NotThere57, #NotThere58, #NotThere59, #NotThere60, #NotThere61, #NotThere62, #NotThere63, #NotThere64, #NotThere65, #NotThere66, #NotThere67, #NotThere68, #NotThere69, #NotThere70, #NotThere71, #NotThere72, #No
 tThere73, #NotThere74, #NotThere75, #NotThere76, #NotThere77, #NotThere78, #NotThere79, #NotThere80, #NotThere81, #NotThere82, #NotThere83, #NotThere84, #NotThere85, #NotThere86, #NotThere87, #NotThere88, #NotThere89, #NotThere90, #NotThere91, #NotThere92, #NotThere93, #NotThere94, #NotThere95, #NotThere96, #NotThere97, #NotThere98, #NotThere99, #NotThere100, #NotThere101, #NotThere102, #NotThere103, #NotThere104, #NotThere105, #NotThere106, #NotThere107, #NotThere108, #NotThere109, #NotThere110, #NotThere111, #NotThere112, #NotThere113, #NotThere114, #NotThere115, #NotThere116, #NotThere117, #NotThere118, #NotThere119, #NotThere120, #NotThere121, #NotThere122, #NotThere123, #NotThere124, #NotThere125, #NotThere126, #NotThere127, #NotThere128, #NotThere129, #NotThere130, #NotThere131, #NotThere132, #NotThere133, #NotThere134, #NotThere135, #NotThere136, #NotThere137, #NotThere138, #NotThere139, #NotThere140, #NotThere141, #NotThere142, #NotThere143, #NotThere144, #NotThere14
 5, #NotThere146, #NotThere147, #NotThere148, #NotThere149, #NotThere150, #NotThere151, #NotThere152, #NotThere153, #NotThere154, #NotThere155, #NotThere156, #NotThere157, #NotThere158, #NotThere159, #NotThere160, #NotThere161, #NotThere162, #NotThere163, #NotThere164, #NotThere165, #NotThere166, #NotThere167, #NotThere168, #NotThere169, #NotThere170, #NotThere171, #NotThere172, #NotThere173, #NotThere174, #NotThere175, #NotThere176, #NotThere177, #NotThere178, #NotThere179, #NotThere180, #NotThere181, #NotThere182, #NotThere183, #NotThere184, #NotThere185, #NotThere186, #NotThere187, #NotThere188, #NotThere189, #NotThere190, #NotThere191, #NotThere192, #NotThere193, #NotThere194, #NotThere195, #NotThere196, #NotThere197, #NotThere198, #NotThere199, #NotThere200, #NotThere201, #NotThere202, #NotThere203, #NotThere204, #NotThere205, #NotThere206, #NotThere207, #NotThere208, #NotThere209, #NotThere210, #NotThere211, #NotThere212, #NotThere213, #NotThere214, #NotThere215, #NotTh
 ere216, #NotThere217, #NotThere218, #NotThere219, #NotThere220, #NotThere221, #NotThere222, #NotThere223, #NotThere224, #NotThere225, #NotThere226, #NotThere227, #NotThere228, #NotThere229, #NotThere230, #NotThere231, #NotThere232, #NotThere233, #NotThere234, #NotThere235, #NotThere236, #NotThere237, #NotThere238, #NotThere239, #NotThere240, #NotThere241, #NotThere242, #NotThere243, #NotThere244, #NotThere245, #NotThere246, #NotThere247, #NotThere248, #NotThere249, #NotThere250, #NotThere251, #NotThere252, #NotThere253, #NotThere254, #NotThere255, #NotThere256, #NotThere257, #NotThere258, #NotThere259, #NotThere260, #NotThere261, #NotThere262, #NotThere263, #NotThere264, #NotThere265, #NotThere266, #NotThere267, #NotThere268, #NotThere269, #NotThere270, #NotThere271, #NotThere272, #NotThere273, #NotThere274, #NotThere275, #NotThere276, #NotThere277, #NotThere278, #NotThere279, #NotThere280, #NotThere281, #NotThere282, #NotThere283, #NotThere284, #NotThere285, #NotThere286, #
 NotThere287, #NotThere288, #NotThere289, #NotThere290, #NotThere291, #NotThere292, #NotThere293, #NotThere294, #NotThere295, #NotThere296, #NotThere297, #NotThere298, #NotThere299, #NotThere300, #NotThere301, #NotThere302, #NotThere303, #NotThere304, #NotThere305, #NotThere306, #NotThere307, #NotThere308, #NotThere309, #NotThere310, #NotThere311, #NotThere312, #NotThere313, #NotThere314, #NotThere315, #NotThere316, #NotThere317, #NotThere318, #NotThere319, #NotThere320, #NotThere321, #NotThere322, #NotThere323, #NotThere324, #NotThere325, #NotThere326, #NotThere327, #NotThere328, #NotThere329, #NotThere330, #NotThere331, #NotThere332, #NotThere333, #NotThere334, #NotThere335, #NotThere336, #NotThere337, #NotThere338, #NotThere339, #NotThere340, #NotThere341, #NotThere342, #NotThere343, #NotThere344, #NotThere345, #NotThere346, #NotThere347, #NotThere348, #NotThere349, #NotThere350, #NotThere351, #NotThere352, #NotThere353, #NotThere354, #NotThere355, #NotThere356, #NotThere3
 57, #NotThere358, #NotThere359, #NotThere360, #NotThere361, #NotThere362, #NotThere363, #NotThere364, #NotThere365, #NotThere366, #NotThere367, #NotThere368, #NotThere369, #NotThere370, #NotThere371, #NotThere372, #NotThere373, #NotThere374, #NotThere375, #NotThere376, #NotThere377, #NotThere378, #NotThere379, #NotThere380, #NotThere381, #NotThere382, #NotThere383, #NotThere384, #NotThere385, #NotThere386, #NotThere387, #NotThere388, #NotThere389, #NotThere390, #NotThere391, #NotThere392, #NotThere393, #NotThere394, #NotThere395, #NotThere396, #NotThere397, #NotThere398, #NotThere399, #NotThere400, #NotThere401, #NotThere402, #NotThere403, #NotThere404, #NotThere405, #NotThere406, #NotThere407, #NotThere408, #NotThere409, #NotThere410, #NotThere411, #NotThere412, #NotThere413, #NotThere414, #NotThere415, #NotThere416, #NotThere417, #NotThere418, #NotThere419, #NotThere420, #NotThere421, #NotThere422, #NotThere423, #NotThere424, #NotThere425, #NotThere426, #NotThere427, #NotT
 here428, #NotThere429, #NotThere430, #NotThere431, #NotThere432, #NotThere433, #NotThere434, #NotThere435, #NotThere436, #NotThere437, #NotThere438, #NotThere439, #NotThere440, #NotThere441, #NotThere442, #NotThere443, #NotThere444, #NotThere445, #NotThere446, #NotThere447, #NotThere448, #NotThere449, #NotThere450, #NotThere451, #NotThere452, #NotThere453, #NotThere454, #NotThere455, #NotThere456, #NotThere457, #NotThere458, #NotThere459, #NotThere460, #NotThere461, #NotThere462, #NotThere463, #NotThere464, #NotThere465, #NotThere466, #NotThere467, #NotThere468, #NotThere469, #NotThere470, #NotThere471, #NotThere472, #NotThere473, #NotThere474, #NotThere475, #NotThere476, #NotThere477, #NotThere478, #NotThere479, #NotThere480, #NotThere481, #NotThere482, #NotThere483, #NotThere484, #NotThere485, #NotThere486, #NotThere487, #NotThere488, #NotThere489, #NotThere490, #NotThere491, #NotThere492, #NotThere493, #NotThere494, #NotThere495, #NotThere496, #NotThere497, #NotThere498, 
 #NotThere499, #NotThere500, #NotThere501, #NotThere502, #NotThere503, #NotThere504, #NotThere505, #NotThere506, #NotThere507, #NotThere508, #NotThere509, #NotThere510, #NotThere511, #NotThere512, #NotThere513, #NotThere514, #NotThere515, #NotThere516, #NotThere517, #NotThere518, #NotThere519, #NotThere520, #NotThere521, #NotThere522, #NotThere523, #NotThere524, #NotThere525, #NotThere526, #NotThere527, #NotThere528, #NotThere529, #NotThere530, #NotThere531, #NotThere532, #NotThere533, #NotThere534, #NotThere535, #NotThere536, #NotThere537, #NotThere538, #NotThere539, #NotThere540, #NotThere541, #NotThere542, #NotThere543, #NotThere544, #NotThere545, #NotThere546, #NotThere547, #NotThere548, #NotThere549, #NotThere550, #NotThere551, #NotThere552, #NotThere553, #NotThere554, #NotThere555, #NotThere556, #NotThere557, #NotThere558, #NotThere559, #NotThere560, #NotThere561, #NotThere562, #NotThere563, #NotThere564, #NotThere565, #NotThere566, #NotThere567, #NotThere568, #NotThere
 569, #NotThere570, #NotThere571, #NotThere572, #NotThere573, #NotThere574, #NotThere575, #NotThere576, #NotThere577, #NotThere578, #NotThere579, #NotThere580, #NotThere581, #NotThere582, #NotThere583, #NotThere584, #NotThere585, #NotThere586, #NotThere587, #NotThere588, #NotThere589, #NotThere590, #NotThere591, #NotThere592, #NotThere593, #NotThere594, #NotThere595, #NotThere596, #NotThere597, #NotThere598, #NotThere599, #NotThere600, #NotThere601, #NotThere602, #NotThere603, #NotThere604, #NotThere605, #NotThere606, #NotThere607, #NotThere608, #NotThere609, #NotThere610, #NotThere611, #NotThere612, #NotThere613, #NotThere614, #NotThere615, #NotThere616, #NotThere617, #NotThere618, #NotThere619, #NotThere620, #NotThere621, #NotThere622, #NotThere623, #NotThere624, #NotThere625, #NotThere626, #NotThere627, #NotThere628, #NotThere629, #NotThere630, #NotThere631, #NotThere632, #NotThere633, #NotThere634, #NotThere635, #NotThere636, #NotThere637, #NotThere638, #NotThere639, #Not
 There640, #NotThere641, #NotThere642, #NotThere643, #NotThere644, #NotThere645, #NotThere646, #NotThere647, #NotThere648, #NotThere649, #NotThere650, #NotThere651, #NotThere652, #NotThere653, #NotThere654, #NotThere655, #NotThere656, #NotThere657, #NotThere658, #NotThere659, #NotThere660, #NotThere661, #NotThere662, #NotThere663, #NotThere664, #NotThere665, #NotThere666, #NotThere667, #NotThere668, #NotThere669, #NotThere670, #NotThere671, #NotThere672, #NotThere673, #NotThere674, #NotThere675, #NotThere676, #NotThere677, #NotThere678, #NotThere679, #NotThere680, #NotThere681, #NotThere682, #NotThere683, #NotThere684, #NotThere685, #NotThere686, #NotThere687, #NotThere688, #NotThere689, #NotThere690, #NotThere691, #NotThere692, #NotThere693, #NotThere694, #NotThere695, #NotThere696, #NotThere697, #NotThere698, #NotThere699, #NotThere700, #NotThere701, #NotThere702, #NotThere703, #NotThere704, #NotThere705, #NotThere706, #NotThere707, #NotThere708, #NotThere709, #NotThere710,
  #NotThere711, #NotThere712, #NotThere713, #NotThere714, #NotThere715, #NotThere716, #NotThere717, #NotThere718, #NotThere719, #NotThere720, #NotThere721, #NotThere722, #NotThere723, #NotThere724, #NotThere725, #NotThere726, #NotThere727, #NotThere728, #NotThere729, #NotThere730, #NotThere731, #NotThere732, #NotThere733, #NotThere734, #NotThere735, #NotThere736, #NotThere737, #NotThere738, #NotThere739, #NotThere740, #NotThere741, #NotThere742, #NotThere743, #NotThere744, #NotThere745, #NotThere746, #NotThere747, #NotThere748, #NotThere749, #NotThere750, #NotThere751, #NotThere752, #NotThere753, #NotThere754, #NotThere755, #NotThere756, #NotThere757, #NotThere758, #NotThere759, #NotThere760, #NotThere761, #NotThere762, #NotThere763, #NotThere764, #NotThere765, #NotThere766, #NotThere767, #NotThere768, #NotThere769, #NotThere770, #NotThere771, #NotThere772, #NotThere773, #NotThere774, #NotThere775, #NotThere776, #NotThere777, #NotThere778, #NotThere779, #NotThere780, #NotTher
 e781, #NotThere782, #NotThere783, #NotThere784, #NotThere785, #NotThere786, #NotThere787, #NotThere788, #NotThere789, #NotThere790, #NotThere791, #NotThere792, #NotThere793, #NotThere794, #NotThere795, #NotThere796, #NotThere797, #NotThere798, #NotThere799, #NotThere800, #NotThere801, #NotThere802, #NotThere803, #NotThere804, #NotThere805, #NotThere806, #NotThere807, #NotThere808, #NotThere809, #NotThere810, #NotThere811, #NotThere812, #NotThere813, #NotThere814, #NotThere815, #NotThere816, #NotThere817, #NotThere818, #NotThere819, #NotThere820, #NotThere821, #NotThere822, #NotThere823, #NotThere824, #NotThere825, #NotThere826, #NotThere827, #NotThere828, #NotThere829, #NotThere830, #NotThere831, #NotThere832, #NotThere833, #NotThere834, #NotThere835, #NotThere836, #NotThere837, #NotThere838, #NotThere839, #NotThere840, #NotThere841, #NotThere842, #NotThere843, #NotThere844, #NotThere845, #NotThere846, #NotThere847, #NotThere848, #NotThere849, #NotThere850, #NotThere851, #No
 tThere852, #NotThere853, #NotThere854, #NotThere855, #NotThere856, #NotThere857, #NotThere858, #NotThere859, #NotThere860, #NotThere861, #NotThere862, #NotThere863, #NotThere864, #NotThere865, #NotThere866, #NotThere867, #NotThere868, #NotThere869, #NotThere870, #NotThere871, #NotThere872, #NotThere873, #NotThere874, #NotThere875, #NotThere876, #NotThere877, #NotThere878, #NotThere879, #NotThere880, #NotThere881, #NotThere882, #NotThere883, #NotThere884, #NotThere885, #NotThere886, #NotThere887, #NotThere888, #NotThere889, #NotThere890, #NotThere891, #NotThere892, #NotThere893, #NotThere894, #NotThere895, #NotThere896, #NotThere897, #NotThere898, #NotThere899, #NotThere900, #NotThere901, #NotThere902, #NotThere903, #NotThere904, #NotThere905, #NotThere906, #NotThere907, #NotThere908, #NotThere909, #NotThere910, #NotThere911, #NotThere912, #NotThere913, #NotThere914, #NotThere915, #NotThere916, #NotThere917, #NotThere918, #NotThere919, #NotThere920, #NotThere921, #NotThere922
 , #NotThere923, #NotThere924, #NotThere925, #NotThere926, #NotThere927, #NotThere928, #NotThere929, #NotThere930, #NotThere931, #NotThere932, #NotThere933, #NotThere934, #NotThere935, #NotThere936, #NotThere937, #NotThere938, #NotThere939, #NotThere940, #NotThere941, #NotThere942, #NotThere943, #NotThere944, #NotThere945, #NotThere946, #NotThere947, #NotThere948, #NotThere949, #NotThere950, #NotThere951, #NotThere952, #NotThere953, #NotThere954, #NotThere955, #NotThere956, #NotThere957, #NotThere958, #NotThere959, #NotThere960, #NotThere961, #NotThere962, #NotThere963, #NotThere964, #NotThere965, #NotThere966, #NotThere967, #NotThere968, #NotThere969, #NotThere970, #NotThere971, #NotThere972, #NotThere973, #NotThere974, #NotThere975, #NotThere976, #NotThere977, #NotThere978, #NotThere979, #NotThere980, #NotThere981, #NotThere982, #NotThere983, #NotThere984, #NotThere985, #NotThere986, #NotThere987, #NotThere988, #NotThere989, #NotThere990, #NotThere991, #NotThere992, #NotThe
 re993, #NotThere994, #NotThere995, #NotThere996, #NotThere997, #NotThere998, #NotThere999, #NotThere1000, #NotThere1001, #NotThere1002, #NotThere1003, #NotThere1004, #NotThere1005, #NotThere1006, #NotThere1007, #NotThere1008, #NotThere1009, #NotThere1010, #NotThere1011, #NotThere1012, #NotThere1013, #NotThere1014, #NotThere1015, #NotThere1016, #NotThere1017, #NotThere1018, #NotThere1019, #NotThere1020, #NotThere1021, #NotThere1022, #NotThere1023, #NotThere1024, #NotThere1025, #NotThere1026, #NotThere1027, #NotThere1028, #NotThere1029, #NotThere1030, #NotThere1031, #NotThere1032, #NotThere1033, #NotThere1034, #NotThere1035, #NotThere1036, #NotThere1037, #NotThere1038, #NotThere1039, #NotThere1040, #NotThere1041, #NotThere1042, #NotThere1043, #NotThere1044, #NotThere1045, #NotThere1046, #NotThere1047, #NotThere1048, #NotThere1049, #NotThere1050, #NotThere1051, #NotThere1052, #NotThere1053, #NotThere1054, #NotThere1055, #NotThere1056, #NotThere1057, #NotThere1058, #NotThere1059
 , #NotThere1060, #NotThere1061, #NotThere1062, #NotThere1063, #NotThere1064, #NotThere1065, #NotThere1066, #NotThere1067, #NotThere1068, #NotThere1069, #NotThere1070, #NotThere1071, #NotThere1072, #NotThere1073, #NotThere1074, #NotThere1075, #NotThere1076, #NotThere1077, #NotThere1078, #NotThere1079, #NotThere1080, #NotThere1081, #NotThere1082, #NotThere1083, #NotThere1084, #NotThere1085, #NotThere1086, #NotThere1087, #NotThere1088, #NotThere1089, #NotThere1090, #NotThere1091, #NotThere1092, #NotThere1093, #NotThere1094, #NotThere1095, #NotThere1096, #NotThere1097, #NotThere1098, #NotThere1099, #NotThere1100, #NotThere1101, #NotThere1102, #NotThere1103, #NotThere1104, #NotThere1105, #NotThere1106, #NotThere1107, #NotThere1108, #NotThere1109, #NotThere1110, #NotThere1111, #NotThere1112, #NotThere1113, #NotThere1114, #NotThere1115, #NotThere1116, #NotThere1117, #NotThere1118, #NotThere1119, #NotThere1120, #NotThere1121, #NotThere1122, #NotThere1123, #NotThere1124, #NotThere112
 5, #NotThere1126, #NotThere1127, #NotThere1128, #NotThere1129, #NotThere1130, #NotThere1131, #NotThere1132, #NotThere1133, #NotThere1134, #NotThere1135, #NotThere1136, #NotThere1137, #NotThere1138, #NotThere1139, #NotThere1140, #NotThere1141, #NotThere1142, #NotThere1143, #NotThere1144, #NotThere1145, #NotThere1146, #NotThere1147, #NotThere1148, #NotThere1149, #NotThere1150, #NotThere1151, #NotThere1152, #NotThere1153, #NotThere1154, #NotThere1155, #NotThere1156, #NotThere1157, #NotThere1158, #NotThere1159, #NotThere1160, #NotThere1161, #NotThere1162, #NotThere1163, #NotThere1164, #NotThere1165, #NotThere1166, #NotThere1167, #NotThere1168, #NotThere1169, #NotThere1170, #NotThere1171, #NotThere1172, #NotThere1173, #NotThere1174, #NotThere1175, #NotThere1176, #NotThere1177, #NotThere1178, #NotThere1179, #NotThere1180, #NotThere1181, #NotThere1182, #NotThere1183, #NotThere1184, #NotThere1185, #NotThere1186, #NotThere1187, #NotThere1188, #NotThere1189, #NotThere1190, #NotThere11
 91, #NotThere1192, #NotThere1193, #NotThere1194, #NotThere1195, #NotThere1196, #NotThere1197, #NotThere1198, #NotThere1199, #NotThere1200, #NotThere1201, #NotThere1202, #NotThere1203, #NotThere1204, #NotThere1205, #NotThere1206, #NotThere1207, #NotThere1208, #NotThere1209, #NotThere1210, #NotThere1211, #NotThere1212, #NotThere1213, #NotThere1214, #NotThere1215, #NotThere1216, #NotThere1217, #NotThere1218, #NotThere1219, #NotThere1220, #NotThere1221, #NotThere1222, #NotThere1223, #NotThere1224, #NotThere1225, #NotThere1226, #NotThere1227, #NotThere1228, #NotThere1229, #NotThere1230, #NotThere1231, #NotThere1232, #NotThere1233, #NotThere1234, #NotThere1235, #NotThere1236, #NotThere1237, #NotThere1238, #NotThere1239, #NotThere1240, #NotThere1241, #NotThere1242, #NotThere1243, #NotThere1244, #NotThere1245, #NotThere1246, #NotThere1247, #NotThere1248, #NotThere1249, #NotThere1250, #NotThere1251, #NotThere1252, #NotThere1253, #NotThere1254, #NotThere1255, #NotThere1256, #NotThere1
 257, #NotThere1258, #NotThere1259, #NotThere1260, #NotThere1261, #NotThere1262, #NotThere1263, #NotThere1264, #NotThere1265, #NotThere1266, #NotThere1267, #NotThere1268, #NotThere1269, #NotThere1270, #NotThere1271, #NotThere1272, #NotThere1273, #NotThere1274, #NotThere1275, #NotThere1276, #NotThere1277, #NotThere1278, #NotThere1279, #NotThere1280, #NotThere1281, #NotThere1282, #NotThere1283, #NotThere1284, #NotThere1285, #NotThere1286, #NotThere1287, #NotThere1288, #NotThere1289, #NotThere1290, #NotThere1291, #NotThere1292, #NotThere1293, #NotThere1294, #NotThere1295, #NotThere1296, #NotThere1297, #NotThere1298, #NotThere1299, #NotThere1300, #NotThere1301, #NotThere1302, #NotThere1303, #NotThere1304, #NotThere1305, #NotThere1306, #NotThere1307, #NotThere1308, #NotThere1309, #NotThere1310, #NotThere1311, #NotThere1312, #NotThere1313, #NotThere1314, #NotThere1315, #NotThere1316, #NotThere1317, #NotThere1318, #NotThere1319, #NotThere1320, #NotThere1321, #NotThere1322, #NotThere
 1323, #NotThere1324, #NotThere1325, #NotThere1326, #NotThere1327, #NotThere1328, #NotThere1329, #NotThere1330, #NotThere1331, #NotThere1332, #NotThere1333, #NotThere1334, #NotThere1335, #NotThere1336, #NotThere1337, #NotThere1338, #NotThere1339, #NotThere1340, #NotThere1341, #NotThere1342, #NotThere1343, #NotThere1344, #NotThere1345, #NotThere1346, #NotThere1347, #NotThere1348, #NotThere1349, #NotThere1350, #NotThere1351, #NotThere1352, #NotThere1353, #NotThere1354, #NotThere1355, #NotThere1356, #NotThere1357, #NotThere1358, #NotThere1359, #NotThere1360, #NotThere1361, #NotThere1362, #NotThere1363, #NotThere1364, #NotThere1365, #NotThere1366, #NotThere1367, #NotThere1368, #NotThere1369, #NotThere1370, #NotThere1371, #NotThere1372, #NotThere1373, #NotThere1374, #NotThere1375, #NotThere1376, #NotThere1377, #NotThere1378, #NotThere1379, #NotThere1380, #NotThere1381, #NotThere1382, #NotThere1383, #NotThere1384, #NotThere1385, #NotThere1386, #NotThere1387, #NotThere1388, #NotTher
 e1389, #NotThere1390, #NotThere1391, #NotThere1392, #NotThere1393, #NotThere1394, #NotThere1395, #NotThere1396, #NotThere1397, #NotThere1398, #NotThere1399, #NotThere1400, #NotThere1401, #NotThere1402, #NotThere1403, #NotThere1404, #NotThere1405, #NotThere1406, #NotThere1407, #NotThere1408, #NotThere1409, #NotThere1410, #NotThere1411, #NotThere1412, #NotThere1413, #NotThere1414, #NotThere1415, #NotThere1416, #NotThere1417, #NotThere1418, #NotThere1419, #NotThere1420, #NotThere1421, #NotThere1422, #NotThere1423, #NotThere1424, #NotThere1425, #NotThere1426, #NotThere1427, #NotThere1428, #NotThere1429, #NotThere1430, #NotThere1431, #NotThere1432, #NotThere1433, #NotThere1434, #NotThere1435, #NotThere1436, #NotThere1437, #NotThere1438, #NotThere1439, #NotThere1440, #NotThere1441, #NotThere1442, #NotThere1443, #NotThere1444, #NotThere1445, #NotThere1446, #NotThere1447, #NotThere1448, #NotThere1449, #NotThere1450, #NotThere1451, #NotThere1452, #NotThere1453, #NotThere1454, #NotThe
 re1455, #NotThere1456, #NotThere1457, #NotThere1458, #NotThere1459, #NotThere1460, #NotThere1461, #NotThere1462, #NotThere1463, #NotThere1464, #NotThere1465, #NotThere1466, #NotThere1467, #NotThere1468, #NotThere1469, #NotThere1470, #NotThere1471, #NotThere1472, #NotThere1473, #NotThere1474, #NotThere1475, #NotThere1476, #NotThere1477, #NotThere1478, #NotThere1479, #NotThere1480, #NotThere1481, #NotThere1482, #NotThere1483, #NotThere1484, #NotThere1485, #NotThere1486, #NotThere1487, #NotThere1488, #NotThere1489, #NotThere1490, #NotThere1491, #NotThere1492, #NotThere1493, #NotThere1494, #NotThere1495, #NotThere1496, #NotThere1497, #NotThere1498, #NotThere1499, #NotThere1500, #NotThere1501, #NotThere1502, #NotThere1503, #NotThere1504, #NotThere1505, #NotThere1506, #NotThere1507, #NotThere1508, #NotThere1509, #NotThere1510, #NotThere1511, #NotThere1512, #NotThere1513, #NotThere1514, #NotThere1515, #NotThere1516, #NotThere1517, #NotThere1518, #NotThere1519, #NotThere1520, #NotTh
 ere1521, #NotThere1522, #NotThere1523, #NotThere1524, #NotThere1525, #NotThere1526, #NotThere1527, #NotThere1528, #NotThere1529, #NotThere1530, #NotThere1531, #NotThere1532, #NotThere1533, #NotThere1534, #NotThere1535, #NotThere1536, #NotThere1537, #NotThere1538, #NotThere1539, #NotThere1540, #NotThere1541, #NotThere1542, #NotThere1543, #NotThere1544, #NotThere1545, #NotThere1546, #NotThere1547, #NotThere1548, #NotThere1549, #NotThere1550, #NotThere1551, #NotThere1552, #NotThere1553, #NotThere1554, #NotThere1555, #NotThere1556, #NotThere1557, #NotThere1558, #NotThere1559, #NotThere1560, #NotThere1561, #NotThere1562, #NotThere1563, #NotThere1564, #NotThere1565, #NotThere1566, #NotThere1567, #NotThere1568, #NotThere1569, #NotThere1570, #NotThere1571, #NotThere1572, #NotThere1573, #NotThere1574, #NotThere1575, #NotThere1576, #NotThere1577, #NotThere1578, #NotThere1579, #NotThere1580, #NotThere1581, #NotThere1582, #NotThere1583, #NotThere1584, #NotThere1585, #NotThere1586, #NotT
 here1587, #NotThere1588, #NotThere1589, #NotThere1590, #NotThere1591, #NotThere1592, #NotThere1593, #NotThere1594, #NotThere1595, #NotThere1596, #NotThere1597, #NotThere1598, #NotThere1599, #NotThere1600, #NotThere1601, #NotThere1602, #NotThere1603, #NotThere1604, #NotThere1605, #NotThere1606, #NotThere1607, #NotThere1608, #NotThere1609, #NotThere1610, #NotThere1611, #NotThere1612, #NotThere1613, #NotThere1614, #NotThere1615, #NotThere1616, #NotThere1617, #NotThere1618, #NotThere1619, #NotThere1620, #NotThere1621, #NotThere1622, #NotThere1623, #NotThere1624, #NotThere1625, #NotThere1626, #NotThere1627, #NotThere1628, #NotThere1629, #NotThere1630, #NotThere1631, #NotThere1632, #NotThere1633, #NotThere1634, #NotThere1635, #NotThere1636, #NotThere1637, #NotThere1638, #NotThere1639, #NotThere1640, #NotThere1641, #NotThere1642, #NotThere1643, #NotThere1644, #NotThere1645, #NotThere1646, #NotThere1647, #NotThere1648, #NotThere1649, #NotThere1650, #NotThere1651, #NotThere1652, #Not
 There1653, #NotThere1654, #NotThere1655, #NotThere1656, #NotThere1657, #NotThere1658, #NotThere1659, #NotThere1660, #NotThere1661, #NotThere1662, #NotThere1663, #NotThere1664, #NotThere1665, #NotThere1666, #NotThere1667, #NotThere1668, #NotThere1669, #NotThere1670, #NotThere1671, #NotThere1672, #NotThere1673, #NotThere1674, #NotThere1675, #NotThere1676, #NotThere1677, #NotThere1678, #NotThere1679, #NotThere1680, #NotThere1681, #NotThere1682, #NotThere1683, #NotThere1684, #NotThere1685, #NotThere1686, #NotThere1687, #NotThere1688, #NotThere1689, #NotThere1690, #NotThere1691, #NotThere1692, #NotThere1693, #NotThere1694, #NotThere1695, #NotThere1696, #NotThere1697, #NotThere1698, #NotThere1699, #NotThere1700, #NotThere1701, #NotThere1702, #NotThere1703, #NotThere1704, #NotThere1705, #NotThere1706, #NotThere1707, #NotThere1708, #NotThere1709, #NotThere1710, #NotThere1711, #NotThere1712, #NotThere1713, #NotThere1714, #NotThere1715, #NotThere1716, #NotThere1717, #NotThere1718, #No
 tThere1719, #NotThere1720, #NotThere1721, #NotThere1722, #NotThere1723, #NotThere1724, #NotThere1725, #NotThere1726, #NotThere1727, #NotThere1728, #NotThere1729, #NotThere1730, #NotThere1731, #NotThere1732, #NotThere1733, #NotThere1734, #NotThere1735, #NotThere1736, #NotThere1737, #NotThere1738, #NotThere1739, #NotThere1740, #NotThere1741, #NotThere1742, #NotThere1743, #NotThere1744, #NotThere1745, #NotThere1746, #NotThere1747, #NotThere1748, #NotThere1749, #NotThere1750, #NotThere1751, #NotThere1752, #NotThere1753, #NotThere1754, #NotThere1755, #NotThere1756, #NotThere1757, #NotThere1758, #NotThere1759, #NotThere1760, #NotThere1761, #NotThere1762, #NotThere1763, #NotThere1764, #NotThere1765, #NotThere1766, #NotThere1767, #NotThere1768, #NotThere1769, #NotThere1770, #NotThere1771, #NotThere1772, #NotThere1773, #NotThere1774, #NotThere1775, #NotThere1776, #NotThere1777, #NotThere1778, #NotThere1779, #NotThere1780, #NotThere1781, #NotThere1782, #NotThere1783, #NotThere1784, #N
 otThere1785, #NotThere1786, #NotThere1787, #NotThere1788, #NotThere1789, #NotThere1790, #NotThere1791, #NotThere1792, #NotThere1793, #NotThere1794, #NotThere1795, #NotThere1796, #NotThere1797, #NotThere1798, #NotThere1799, #NotThere1800, #NotThere1801, #NotThere1802, #NotThere1803, #NotThere1804, #NotThere1805, #NotThere1806, #NotThere1807, #NotThere1808, #NotThere1809, #NotThere1810, #NotThere1811, #NotThere1812, #NotThere1813, #NotThere1814, #NotThere1815, #NotThere1816, #NotThere1817, #NotThere1818, #NotThere1819, #NotThere1820, #NotThere1821, #NotThere1822, #NotThere1823, #NotThere1824, #NotThere1825, #NotThere1826, #NotThere1827, #NotThere1828, #NotThere1829, #NotThere1830, #NotThere1831, #NotThere1832, #NotThere1833, #NotThere1834, #NotThere1835, #NotThere1836, #NotThere1837, #NotThere1838, #NotThere1839, #NotThere1840, #NotThere1841, #NotThere1842, #NotThere1843, #NotThere1844, #NotThere1845, #NotThere1846, #NotThere1847, #NotThere1848, #NotThere1849, #NotThere1850, #
 NotThere1851, #NotThere1852, #NotThere1853, #NotThere1854, #NotThere1855, #NotThere1856, #NotThere1857, #NotThere1858, #NotThere1859, #NotThere1860, #NotThere1861, #NotThere1862, #NotThere1863, #NotThere1864, #NotThere1865, #NotThere1866, #NotThere1867, #NotThere1868, #NotThere1869, #NotThere1870, #NotThere1871, #NotThere1872, #NotThere1873, #NotThere1874, #NotThere1875, #NotThere1876, #NotThere1877, #NotThere1878, #NotThere1879, #NotThere1880, #NotThere1881, #NotThere1882, #NotThere1883, #NotThere1884, #NotThere1885, #NotThere1886, #NotThere1887, #NotThere1888, #NotThere1889, #NotThere1890, #NotThere1891, #NotThere1892, #NotThere1893, #NotThere1894, #NotThere1895, #NotThere1896, #NotThere1897, #NotThere1898, #NotThere1899, #NotThere1900, #NotThere1901, #NotThere1902, #NotThere1903, #NotThere1904, #NotThere1905, #NotThere1906, #NotThere1907, #NotThere1908, #NotThere1909, #NotThere1910, #NotThere1911, #NotThere1912, #NotThere1913, #NotThere1914, #NotThere1915, #NotThere1916, 
 #NotThere1917, #NotThere1918, #NotThere1919, #NotThere1920, #NotThere1921, #NotThere1922, #NotThere1923, #NotThere1924, #NotThere1925, #NotThere1926, #NotThere1927, #NotThere1928, #NotThere1929, #NotThere1930, #NotThere1931, #NotThere1932, #NotThere1933, #NotThere1934, #NotThere1935, #NotThere1936, #NotThere1937, #NotThere1938, #NotThere1939, #NotThere1940, #NotThere1941, #NotThere1942, #NotThere1943, #NotThere1944, #NotThere1945, #NotThere1946, #NotThere1947, #NotThere1948, #NotThere1949, #NotThere1950, #NotThere1951, #NotThere1952, #NotThere1953, #NotThere1954, #NotThere1955, #NotThere1956, #NotThere1957, #NotThere1958, #NotThere1959, #NotThere1960, #NotThere1961, #NotThere1962, #NotThere1963, #NotThere1964, #NotThere1965, #NotThere1966, #NotThere1967, #NotThere1968, #NotThere1969, #NotThere1970, #NotThere1971, #NotThere1972, #NotThere1973, #NotThere1974, #NotThere1975, #NotThere1976, #NotThere1977, #NotThere1978, #NotThere1979, #NotThere1980, #NotThere1981, #NotThere1982,
  #NotThere1983, #NotThere1984, #NotThere1985, #NotThere1986, #NotThere1987, #NotThere1988, #NotThere1989, #NotThere1990, #NotThere1991, #NotThere1992, #NotThere1993, #NotThere1994, #NotThere1995, #NotThere1996, #NotThere1997, #NotThere1998, #NotThere1999, #NotThere2000, #NotThere2001, #NotThere2002, #NotThere2003, #NotThere2004, #NotThere2005, #NotThere2006, #NotThere2007, #NotThere2008, #NotThere2009, #NotThere2010, #NotThere2011, #NotThere2012, #NotThere2013, #NotThere2014, #NotThere2015, #NotThere2016, #NotThere2017, #NotThere2018, #NotThere2019, #NotThere2020, #NotThere2021, #NotThere2022, #NotThere2023, #NotThere2024, #NotThere2025, #NotThere2026, #NotThere2027, #NotThere2028, #NotThere2029, #NotThere2030, #NotThere2031, #NotThere2032, #NotThere2033, #NotThere2034, #NotThere2035, #NotThere2036, #NotThere2037, #NotThere2038, #NotThere2039, #NotThere2040, #NotThere2041, #NotThere2042, #NotThere2043, #NotThere2044, #NotThere2045, #NotThere2046, #NotThere2047, #NotThere2048
 , #NotThere2049, #NotThere2050, #NotThere2051, #NotThere2052, #NotThere2053, #NotThere2054, #NotThere2055, #NotThere2056, #NotThere2057, #NotThere2058, #NotThere2059, #NotThere2060, #NotThere2061, #NotThere2062, #NotThere2063, #NotThere2064, #NotThere2065, #NotThere2066, #NotThere2067, #NotThere2068, #NotThere2069, #NotThere2070, #NotThere2071, #NotThere2072, #NotThere2073, #NotThere2074, #NotThere2075, #NotThere2076, #NotThere2077, #NotThere2078, #NotThere2079, #NotThere2080, #NotThere2081, #NotThere2082, #NotThere2083, #NotThere2084, #NotThere2085, #NotThere2086, #NotThere2087, #NotThere2088, #NotThere2089, #NotThere2090, #NotThere2091, #NotThere2092, #NotThere2093, #NotThere2094, #NotThere2095, #NotThere2096, #NotThere2097, #NotThere2098, #NotThere2099, #NotThere2100, #NotThere2101, #NotThere2102, #NotThere2103, #NotThere2104, #NotThere2105, #NotThere2106, #NotThere2107, #NotThere2108, #NotThere2109, #NotThere2110, #NotThere2111, #NotThere2112, #NotThere2113, #NotThere211
 4, #NotThere2115, #NotThere2116, #NotThere2117, #NotThere2118, #NotThere2119, #NotThere2120, #NotThere2121, #NotThere2122, #NotThere2123, #NotThere2124, #NotThere2125, #NotThere2126, #NotThere2127, #NotThere2128, #NotThere2129, #NotThere2130, #NotThere2131, #NotThere2132, #NotThere2133, #NotThere2134, #NotThere2135, #NotThere2136, #NotThere2137, #NotThere2138, #NotThere2139, #NotThere2140, #NotThere2141, #NotThere2142, #NotThere2143, #NotThere2144, #NotThere2145, #NotThere2146, #NotThere2147, #NotThere2148, #NotThere2149, #NotThere2150, #NotThere2151, #NotThere2152, #NotThere2153, #NotThere2154, #NotThere2155, #NotThere2156, #NotThere2157, #NotThere2158, #NotThere2159, #NotThere2160, #NotThere2161, #NotThere2162, #NotThere2163, #NotThere2164, #NotThere2165, #NotThere2166, #NotThere2167, #NotThere2168, #NotThere2169, #NotThere2170, #NotThere2171, #NotThere2172, #NotThere2173, #NotThere2174, #NotThere2175, #NotThere2176, #NotThere2177, #NotThere2178, #NotThere2179, #NotThere21
 80, #NotThere2181, #NotThere2182, #NotThere2183, #NotThere2184, #NotThere2185, #NotThere2186, #NotThere2187, #NotThere2188, #NotThere2189, #NotThere2190, #NotThere2191, #NotThere2192, #NotThere2193, #NotThere2194, #NotThere2195, #NotThere2196, #NotThere2197, #NotThere2198, #NotThere2199, #NotThere2200, #NotThere2201, #NotThere2202, #NotThere2203, #NotThere2204, #NotThere2205, #NotThere2206, #NotThere2207, #NotThere2208, #NotThere2209, #NotThere2210, #NotThere2211, #NotThere2212, #NotThere2213, #NotThere2214, #NotThere2215, #NotThere2216, #NotThere2217, #NotThere2218, #NotThere2219, #NotThere2220, #NotThere2221, #NotThere2222, #NotThere2223, #NotThere2224, #NotThere2225, #NotThere2226, #NotThere2227, #NotThere2228, #NotThere2229, #NotThere2230, #NotThere2231, #NotThere2232, #NotThere2233, #NotThere2234, #NotThere2235, #NotThere2236, #NotThere2237, #NotThere2238, #NotThere2239, #NotThere2240, #NotThere2241, #NotThere2242, #NotThere2243, #NotThere2244, #NotThere2245, #NotThere2
 246, #NotThere2247, #NotThere2248, #NotThere2249, #NotThere2250, #NotThere2251, #NotThere2252, #NotThere2253, #NotThere2254, #NotThere2255, #NotThere2256, #NotThere2257, #NotThere2258, #NotThere2259, #NotThere2260, #NotThere2261, #NotThere2262, #NotThere2263, #NotThere2264, #NotThere2265, #NotThere2266, #NotThere2267, #NotThere2268, #NotThere2269, #NotThere2270, #NotThere2271, #NotThere2272, #NotThere2273, #NotThere2274, #NotThere2275, #NotThere2276, #NotThere2277, #NotThere2278, #NotThere2279, #NotThere2280, #NotThere2281, #NotThere2282, #NotThere2283, #NotThere2284, #NotThere2285, #NotThere2286, #NotThere2287, #NotThere2288, #NotThere2289, #NotThere2290, #NotThere2291, #NotThere2292, #NotThere2293, #NotThere2294, #NotThere2295, #NotThere2296, #NotThere2297, #NotThere2298, #NotThere2299, #NotThere2300, #NotThere2301, #NotThere2302, #NotThere2303, #NotThere2304, #NotThere2305, #NotThere2306, #NotThere2307, #NotThere2308, #NotThere2309, #NotThere2310, #NotThere2311, #NotThere
 2312, #NotThere2313, #NotThere2314, #NotThere2315, #NotThere2316, #NotThere2317, #NotThere2318, #NotThere2319, #NotThere2320, #NotThere2321, #NotThere2322, #NotThere2323, #NotThere2324, #NotThere2325, #NotThere2326, #NotThere2327, #NotThere2328, #NotThere2329, #NotThere2330, #NotThere2331, #NotThere2332, #NotThere2333, #NotThere2334, #NotThere2335, #NotThere2336, #NotThere2337, #NotThere2338, #NotThere2339, #NotThere2340, #NotThere2341, #NotThere2342, #NotThere2343, #NotThere2344, #NotThere2345, #NotThere2346, #NotThere2347, #NotThere2348, #NotThere2349, #NotThere2350, #NotThere2351, #NotThere2352, #NotThere2353, #NotThere2354, #NotThere2355, #NotThere2356, #NotThere2357, #NotThere2358, #NotThere2359, #NotThere2360, #NotThere2361, #NotThere2362, #NotThere2363, #NotThere2364, #NotThere2365, #NotThere2366, #NotThere2367, #NotThere2368, #NotThere2369, #NotThere2370, #NotThere2371, #NotThere2372, #NotThere2373, #NotThere2374, #NotThere2375, #NotThere2376, #NotThere2377, #NotTher
 e2378, #NotThere2379, #NotThere2380, #NotThere2381, #NotThere2382, #NotThere2383, #NotThere2384, #NotThere2385, #NotThere2386, #NotThere2387, #NotThere2388, #NotThere2389, #NotThere2390, #NotThere2391, #NotThere2392, #NotThere2393, #NotThere2394, #NotThere2395, #NotThere2396, #NotThere2397, #NotThere2398, #NotThere2399, #NotThere2400, #NotThere2401, #NotThere2402, #NotThere2403, #NotThere2404, #NotThere2405, #NotThere2406, #NotThere2407, #NotThere2408, #NotThere2409, #NotThere2410, #NotThere2411, #NotThere2412, #NotThere2413, #NotThere2414, #NotThere2415, #NotThere2416, #NotThere2417, #NotThere2418, #NotThere2419, #NotThere2420, #NotThere2421, #NotThere2422, #NotThere2423, #NotThere2424, #NotThere2425, #NotThere2426, #NotThere2427, #NotThere2428, #NotThere2429, #NotThere2430, #NotThere2431, #NotThere2432, #NotThere2433, #NotThere2434, #NotThere2435, #NotThere2436, #NotThere2437, #NotThere2438, #NotThere2439, #NotThere2440, #NotThere2441, #NotThere2442, #NotThere2443, #NotThe
 re2444, #NotThere2445, #NotThere2446, #NotThere2447, #NotThere2448, #NotThere2449, #NotThere2450, #NotThere2451, #NotThere2452, #NotThere2453, #NotThere2454, #NotThere2455, #NotThere2456, #NotThere2457, #NotThere2458, #NotThere2459, #NotThere2460, #NotThere2461, #NotThere2462, #NotThere2463, #NotThere2464, #NotThere2465, #NotThere2466, #NotThere2467, #NotThere2468, #NotThere2469, #NotThere2470, #NotThere2471, #NotThere2472, #NotThere2473, #NotThere2474, #NotThere2475, #NotThere2476, #NotThere2477, #NotThere2478, #NotThere2479, #NotThere2480, #NotThere2481, #NotThere2482, #NotThere2483, #NotThere2484, #NotThere2485, #NotThere2486, #NotThere2487, #NotThere2488, #NotThere2489, #NotThere2490, #NotThere2491, #NotThere2492, #NotThere2493, #NotThere2494, #NotThere2495, #NotThere2496, #NotThere2497, #NotThere2498, #NotThere2499, #NotThere2500, #NotThere2501, #NotThere2502, #NotThere2503, #NotThere2504, #NotThere2505, #NotThere2506, #NotThere2507, #NotThere2508, #NotThere2509, #NotTh
 ere2510, #NotThere2511, #NotThere2512, #NotThere2513, #NotThere2514, #NotThere2515, #NotThere2516, #NotThere2517, #NotThere2518, #NotThere2519, #NotThere2520, #NotThere2521, #NotThere2522, #NotThere2523, #NotThere2524, #NotThere2525, #NotThere2526, #NotThere2527, #NotThere2528, #NotThere2529, #NotThere2530, #NotThere2531, #NotThere2532, #NotThere2533, #NotThere2534, #NotThere2535, #NotThere2536, #NotThere2537, #NotThere2538, #NotThere2539, #NotThere2540, #NotThere2541, #NotThere2542, #NotThere2543, #NotThere2544, #NotThere2545, #NotThere2546, #NotThere2547, #NotThere2548, #NotThere2549, #NotThere2550, #NotThere2551, #NotThere2552, #NotThere2553, #NotThere2554, #NotThere2555, #NotThere2556, #NotThere2557, #NotThere2558, #NotThere2559, #NotThere2560, #NotThere2561, #NotThere2562, #NotThere2563, #NotThere2564, #NotThere2565, #NotThere2566, #NotThere2567, #NotThere2568, #NotThere2569, #NotThere2570, #NotThere2571, #NotThere2572, #NotThere2573, #NotThere2574, #NotThere2575, #NotT
 here2576, #NotThere2577, #NotThere2578, #NotThere2579, #NotThere2580, #NotThere2581, #NotThere2582, #NotThere2583, #NotThere2584, #NotThere2585, #NotThere2586, #NotThere2587, #NotThere2588, #NotThere2589, #NotThere2590, #NotThere2591, #NotThere2592, #NotThere2593, #NotThere2594, #NotThere2595, #NotThere2596, #NotThere2597, #NotThere2598, #NotThere2599, #NotThere2600, #NotThere2601, #NotThere2602, #NotThere2603, #NotThere2604, #NotThere2605, #NotThere2606, #NotThere2607, #NotThere2608, #NotThere2609, #NotThere2610, #NotThere2611, #NotThere2612, #NotThere2613, #NotThere2614, #NotThere2615, #NotThere2616, #NotThere2617, #NotThere2618, #NotThere2619, #NotThere2620, #NotThere2621, #NotThere2622, #NotThere2623, #NotThere2624, #NotThere2625, #NotThere2626, #NotThere2627, #NotThere2628, #NotThere2629, #NotThere2630, #NotThere2631, #NotThere2632, #NotThere2633, #NotThere2634, #NotThere2635, #NotThere2636, #NotThere2637, #NotThere2638, #NotThere2639, #NotThere2640, #NotThere2641, #Not
 There2642, #NotThere2643, #NotThere2644, #NotThere2645, #NotThere2646, #NotThere2647, #NotThere2648, #NotThere2649, #NotThere2650, #NotThere2651, #NotThere2652, #NotThere2653, #NotThere2654, #NotThere2655, #NotThere2656, #NotThere2657, #NotThere2658, #NotThere2659, #NotThere2660, #NotThere2661, #NotThere2662, #NotThere2663, #NotThere2664, #NotThere2665, #NotThere2666, #NotThere2667, #NotThere2668, #NotThere2669, #NotThere2670, #NotThere2671, #NotThere2672, #NotThere2673, #NotThere2674, #NotThere2675, #NotThere2676, #NotThere2677, #NotThere2678, #NotThere2679, #NotThere2680, #NotThere2681, #NotThere2682, #NotThere2683, #NotThere2684, #NotThere2685, #NotThere2686, #NotThere2687, #NotThere2688, #NotThere2689, #NotThere2690, #NotThere2691, #NotThere2692, #NotThere2693, #NotThere2694, #NotThere2695, #NotThere2696, #NotThere2697, #NotThere2698, #NotThere2699, #NotThere2700, #NotThere2701, #NotThere2702, #NotThere2703, #NotThere2704, #NotThere2705, #NotThere2706, #NotThere2707, #No
 tThere2708, #NotThere2709, #NotThere2710, #NotThere2711, #NotThere2712, #NotThere2713, #NotThere2714, #NotThere2715, #NotThere2716, #NotThere2717, #NotThere2718, #NotThere2719, #NotThere2720, #NotThere2721, #NotThere2722, #NotThere2723, #NotThere2724, #NotThere2725, #NotThere2726, #NotThere2727, #NotThere2728, #NotThere2729, #NotThere2730, #NotThere2731, #NotThere2732, #NotThere2733, #NotThere2734, #NotThere2735, #NotThere2736, #NotThere2737, #NotThere2738, #NotThere2739, #NotThere2740, #NotThere2741, #NotThere2742, #NotThere2743, #NotThere2744, #NotThere2745, #NotThere2746, #NotThere2747, #NotThere2748, #NotThere2749, #NotThere2750, #NotThere2751, #NotThere2752, #NotThere2753, #NotThere2754, #NotThere2755, #NotThere2756, #NotThere2757, #NotThere2758, #NotThere2759, #NotThere2760, #NotThere2761, #NotThere2762, #NotThere2763, #NotThere2764, #NotThere2765, #NotThere2766, #NotThere2767, #NotThere2768, #NotThere2769, #NotThere2770, #NotThere2771, #NotThere2772, #NotThere2773, #N
 otThere2774, #NotThere2775, #NotThere2776, #NotThere2777, #NotThere2778, #NotThere2779, #NotThere2780, #NotThere2781, #NotThere2782, #NotThere2783, #NotThere2784, #NotThere2785, #NotThere2786, #NotThere2787, #NotThere2788, #NotThere2789, #NotThere2790, #NotThere2791, #NotThere2792, #NotThere2793, #NotThere2794, #NotThere2795, #NotThere2796, #NotThere2797, #NotThere2798, #NotThere2799, #NotThere2800, #NotThere2801, #NotThere2802, #NotThere2803, #NotThere2804, #NotThere2805, #NotThere2806, #NotThere2807, #NotThere2808, #NotThere2809, #NotThere2810, #NotThere2811, #NotThere2812, #NotThere2813, #NotThere2814, #NotThere2815, #NotThere2816, #NotThere2817, #NotThere2818, #NotThere2819, #NotThere2820, #NotThere2821, #NotThere2822, #NotThere2823, #NotThere2824, #NotThere2825, #NotThere2826, #NotThere2827, #NotThere2828, #NotThere2829, #NotThere2830, #NotThere2831, #NotThere2832, #NotThere2833, #NotThere2834, #NotThere2835, #NotThere2836, #NotThere2837, #NotThere2838, #NotThere2839, #
 NotThere2840, #NotThere2841, #NotThere2842, #NotThere2843, #NotThere2844, #NotThere2845, #NotThere2846, #NotThere2847, #NotThere2848, #NotThere2849, #NotThere2850, #NotThere2851, #NotThere2852, #NotThere2853, #NotThere2854, #NotThere2855, #NotThere2856, #NotThere2857, #NotThere2858, #NotThere2859, #NotThere2860, #NotThere2861, #NotThere2862, #NotThere2863, #NotThere2864, #NotThere2865, #NotThere2866, #NotThere2867, #NotThere2868, #NotThere2869, #NotThere2870, #NotThere2871, #NotThere2872, #NotThere2873, #NotThere2874, #NotThere2875, #NotThere2876, #NotThere2877, #NotThere2878, #NotThere2879, #NotThere2880, #NotThere2881, #NotThere2882, #NotThere2883, #NotThere2884, #NotThere2885, #NotThere2886, #NotThere2887, #NotThere2888, #NotThere2889, #NotThere2890, #NotThere2891, #NotThere2892, #NotThere2893, #NotThere2894, #NotThere2895, #NotThere2896, #NotThere2897, #NotThere2898, #NotThere2899, #NotThere2900, #NotThere2901, #NotThere2902, #NotThere2903, #NotThere2904, #NotThere2905, 
 #NotThere2906, #NotThere2907, #NotThere2908, #NotThere2909, #NotThere2910, #NotThere2911, #NotThere2912, #NotThere2913, #NotThere2914, #NotThere2915, #NotThere2916, #NotThere2917, #NotThere2918, #NotThere2919, #NotThere2920, #NotThere2921, #NotThere2922, #NotThere2923, #NotThere2924, #NotThere2925, #NotThere2926, #NotThere2927, #NotThere2928, #NotThere2929, #NotThere2930, #NotThere2931, #NotThere2932, #NotThere2933, #NotThere2934, #NotThere2935, #NotThere2936, #NotThere2937, #NotThere2938, #NotThere2939, #NotThere2940, #NotThere2941, #NotThere2942, #NotThere2943, #NotThere2944, #NotThere2945, #NotThere2946, #NotThere2947, #NotThere2948, #NotThere2949, #NotThere2950, #NotThere2951, #NotThere2952, #NotThere2953, #NotThere2954, #NotThere2955, #NotThere2956, #NotThere2957, #NotThere2958, #NotThere2959, #NotThere2960, #NotThere2961, #NotThere2962, #NotThere2963, #NotThere2964, #NotThere2965, #NotThere2966, #NotThere2967, #NotThere2968, #NotThere2969, #NotThere2970, #NotThere2971,
  #NotThere2972, #NotThere2973, #NotThere2974, #NotThere2975, #NotThere2976, #NotThere2977, #NotThere2978, #NotThere2979, #NotThere2980, #NotThere2981, #NotThere2982, #NotThere2983, #NotThere2984, #NotThere2985, #NotThere2986, #NotThere2987, #NotThere2988, #NotThere2989, #NotThere2990, #NotThere2991, #NotThere2992, #NotThere2993, #NotThere2994, #NotThere2995, #NotThere2996, #NotThere2997, #NotThere2998, #NotThere2999, #NotThere3000, #NotThere3001, #NotThere3002, #NotThere3003, #NotThere3004, #NotThere3005, #NotThere3006, #NotThere3007, #NotThere3008, #NotThere3009, #NotThere3010, #NotThere3011, #NotThere3012, #NotThere3013, #NotThere3014, #NotThere3015, #NotThere3016, #NotThere3017, #NotThere3018, #NotThere3019, #NotThere3020, #NotThere3021, #NotThere3022, #NotThere3023, #NotThere3024, #NotThere3025, #NotThere3026, #NotThere3027, #NotThere3028, #NotThere3029, #NotThere3030, #NotThere3031, #NotThere3032, #NotThere3033, #NotThere3034, #NotThere3035, #NotThere3036, #NotThere3037
 , #NotThere3038, #NotThere3039, #NotThere3040, #NotThere3041, #NotThere3042, #NotThere3043, #NotThere3044, #NotThere3045, #NotThere3046, #NotThere3047, #NotThere3048, #NotThere3049, #NotThere3050, #NotThere3051, #NotThere3052, #NotThere3053, #NotThere3054, #NotThere3055, #NotThere3056, #NotThere3057, #NotThere3058, #NotThere3059, #NotThere3060, #NotThere3061, #NotThere3062, #NotThere3063, #NotThere3064, #NotThere3065, #NotThere3066, #NotThere3067, #NotThere3068, #NotThere3069, #NotThere3070, #NotThere3071, #NotThere3072, #NotThere3073, #NotThere3074, #NotThere3075, #NotThere3076, #NotThere3077, #NotThere3078, #NotThere3079, #NotThere3080, #NotThere3081, #NotThere3082, #NotThere3083, #NotThere3084, #NotThere3085, #NotThere3086, #NotThere3087, #NotThere3088, #NotThere3089, #NotThere3090, #NotThere3091, #NotThere3092, #NotThere3093, #NotThere3094, #NotThere3095, #NotThere3096, #NotThere3097, #NotThere3098, #NotThere3099, #NotThere3100, #NotThere3101, #NotThere3102, #NotThere310
 3, #NotThere3104, #NotThere3105, #NotThere3106, #NotThere3107, #NotThere3108, #NotThere3109, #NotThere3110, #NotThere3111, #NotThere3112, #NotThere3113, #NotThere3114, #NotThere3115, #NotThere3116, #NotThere3117, #NotThere3118, #NotThere3119, #NotThere3120, #NotThere3121, #NotThere3122, #NotThere3123, #NotThere3124, #NotThere3125, #NotThere3126, #NotThere3127, #NotThere3128, #NotThere3129, #NotThere3130, #NotThere3131, #NotThere3132, #NotThere3133, #NotThere3134, #NotThere3135, #NotThere3136, #NotThere3137, #NotThere3138, #NotThere3139, #NotThere3140, #NotThere3141, #NotThere3142, #NotThere3143, #NotThere3144, #NotThere3145, #NotThere3146, #NotThere3147, #NotThere3148, #NotThere3149, #NotThere3150, #NotThere3151, #NotThere3152, #NotThere3153, #NotThere3154, #NotThere3155, #NotThere3156, #NotThere3157, #NotThere3158, #NotThere3159, #NotThere3160, #NotThere3161, #NotThere3162, #NotThere3163, #NotThere3164, #NotThere3165, #NotThere3166, #NotThere3167, #NotThere3168, #NotThere31
 69, #NotThere3170, #NotThere3171, #NotThere3172, #NotThere3173, #NotThere3174, #NotThere3175, #NotThere3176, #NotThere3177, #NotThere3178, #NotThere3179, #NotThere3180, #NotThere3181, #NotThere3182, #NotThere3183, #NotThere3184, #NotThere3185, #NotThere3186, #NotThere3187, #NotThere3188, #NotThere3189, #NotThere3190, #NotThere3191, #NotThere3192, #NotThere3193, #NotThere3194, #NotThere3195, #NotThere3196, #NotThere3197, #NotThere3198, #NotThere3199, #NotThere3200, #NotThere3201, #NotThere3202, #NotThere3203, #NotThere3204, #NotThere3205, #NotThere3206, #NotThere3207, #NotThere3208, #NotThere3209, #NotThere3210, #NotThere3211, #NotThere3212, #NotThere3213, #NotThere3214, #NotThere3215, #NotThere3216, #NotThere3217, #NotThere3218, #NotThere3219, #NotThere3220, #NotThere3221, #NotThere3222, #NotThere3223, #NotThere3224, #NotThere3225, #NotThere3226, #NotThere3227, #NotThere3228, #NotThere3229, #NotThere3230, #NotThere3231, #NotThere3232, #NotThere3233, #NotThere3234, #NotThere3
 235, #NotThere3236, #NotThere3237, #NotThere3238, #NotThere3239, #NotThere3240, #NotThere3241, #NotThere3242, #NotThere3243, #NotThere3244, #NotThere3245, #NotThere3246, #NotThere3247, #NotThere3248, #NotThere3249, #NotThere3250, #NotThere3251, #NotThere3252, #NotThere3253, #NotThere3254, #NotThere3255, #NotThere3256, #NotThere3257, #NotThere3258, #NotThere3259, #NotThere3260, #NotThere3261, #NotThere3262, #NotThere3263, #NotThere3264, #NotThere3265, #NotThere3266, #NotThere3267, #NotThere3268, #NotThere3269, #NotThere3270, #NotThere3271, #NotThere3272, #NotThere3273, #NotThere3274, #NotThere3275, #NotThere3276, #NotThere3277, #NotThere3278, #NotThere3279, #NotThere3280, #NotThere3281, #NotThere3282, #NotThere3283, #NotThere3284, #NotThere3285, #NotThere3286, #NotThere3287, #NotThere3288, #NotThere3289, #NotThere3290, #NotThere3291, #NotThere3292, #NotThere3293, #NotThere3294, #NotThere3295, #NotThere3296, #NotThere3297, #NotThere3298, #NotThere3299, #NotThere3300, #NotThere
 3301, #NotThere3302, #NotThere3303, #NotThere3304, #NotThere3305, #NotThere3306, #NotThere3307, #NotThere3308, #NotThere3309, #NotThere3310, #NotThere3311, #NotThere3312, #NotThere3313, #NotThere3314, #NotThere3315, #NotThere3316, #NotThere3317, #NotThere3318, #NotThere3319, #NotThere3320, #NotThere3321, #NotThere3322, #NotThere3323, #NotThere3324, #NotThere3325, #NotThere3326, #NotThere3327, #NotThere3328, #NotThere3329, #NotThere3330, #NotThere3331, #NotThere3332, #NotThere3333, #NotThere3334, #NotThere3335, #NotThere3336, #NotThere3337, #NotThere3338, #NotThere3339, #NotThere3340, #NotThere3341, #NotThere3342, #NotThere3343, #NotThere3344, #NotThere3345, #NotThere3346, #NotThere3347, #NotThere3348, #NotThere3349, #NotThere3350, #NotThere3351, #NotThere3352, #NotThere3353, #NotThere3354, #NotThere3355, #NotThere3356, #NotThere3357, #NotThere3358, #NotThere3359, #NotThere3360, #NotThere3361, #NotThere3362, #NotThere3363, #NotThere3364, #NotThere3365, #NotThere3366, #NotTher
 e3367, #NotThere3368, #NotThere3369, #NotThere3370, #NotThere3371, #NotThere3372, #NotThere3373, #NotThere3374, #NotThere3375, #NotThere3376, #NotThere3377, #NotThere3378, #NotThere3379, #NotThere3380, #NotThere3381, #NotThere3382, #NotThere3383, #NotThere3384, #NotThere3385, #NotThere3386, #NotThere3387, #NotThere3388, #NotThere3389, #NotThere3390, #NotThere3391, #NotThere3392, #NotThere3393, #NotThere3394, #NotThere3395, #NotThere3396, #NotThere3397, #NotThere3398, #NotThere3399, #NotThere3400, #NotThere3401, #NotThere3402, #NotThere3403, #NotThere3404, #NotThere3405, #NotThere3406, #NotThere3407, #NotThere3408, #NotThere3409, #NotThere3410, #NotThere3411, #NotThere3412, #NotThere3413, #NotThere3414, #NotThere3415, #NotThere3416, #NotThere3417, #NotThere3418, #NotThere3419, #NotThere3420, #NotThere3421, #NotThere3422, #NotThere3423, #NotThere3424, #NotThere3425, #NotThere3426, #NotThere3427, #NotThere3428, #NotThere3429, #NotThere3430, #NotThere3431, #NotThere3432, #NotThe
 re3433, #NotThere3434, #NotThere3435, #NotThere3436, #NotThere3437, #NotThere3438, #NotThere3439, #NotThere3440, #NotThere3441, #NotThere3442, #NotThere3443, #NotThere3444, #NotThere3445, #NotThere3446, #NotThere3447, #NotThere3448, #NotThere3449, #NotThere3450, #NotThere3451, #NotThere3452, #NotThere3453, #NotThere3454, #NotThere3455, #NotThere3456, #NotThere3457, #NotThere3458, #NotThere3459, #NotThere3460, #NotThere3461, #NotThere3462, #NotThere3463, #NotThere3464, #NotThere3465, #NotThere3466, #NotThere3467, #NotThere3468, #NotThere3469, #NotThere3470, #NotThere3471, #NotThere3472, #NotThere3473, #NotThere3474, #NotThere3475, #NotThere3476, #NotThere3477, #NotThere3478, #NotThere3479, #NotThere3480, #NotThere3481, #NotThere3482, #NotThere3483, #NotThere3484, #NotThere3485, #NotThere3486, #NotThere3487, #NotThere3488, #NotThere3489, #NotThere3490, #NotThere3491, #NotThere3492, #NotThere3493, #NotThere3494, #NotThere3495, #NotThere3496, #NotThere3497, #NotThere3498, #NotTh
 ere3499, #NotThere3500, #NotThere3501, #NotThere3502, #NotThere3503, #NotThere3504, #NotThere3505, #NotThere3506, #NotThere3507, #NotThere3508, #NotThere3509, #NotThere3510, #NotThere3511, #NotThere3512, #NotThere3513, #NotThere3514, #NotThere3515, #NotThere3516, #NotThere3517, #NotThere3518, #NotThere3519, #NotThere3520, #NotThere3521, #NotThere3522, #NotThere3523, #NotThere3524, #NotThere3525, #NotThere3526, #NotThere3527, #NotThere3528, #NotThere3529, #NotThere3530, #NotThere3531, #NotThere3532, #NotThere3533, #NotThere3534, #NotThere3535, #NotThere3536, #NotThere3537, #NotThere3538, #NotThere3539, #NotThere3540, #NotThere3541, #NotThere3542, #NotThere3543, #NotThere3544, #NotThere3545, #NotThere3546, #NotThere3547, #NotThere3548, #NotThere3549, #NotThere3550, #NotThere3551, #NotThere3552, #NotThere3553, #NotThere3554, #NotThere3555, #NotThere3556, #NotThere3557, #NotThere3558, #NotThere3559, #NotThere3560, #NotThere3561, #NotThere3562, #NotThere3563, #NotThere3564, #NotT
 here3565, #NotThere3566, #NotThere3567, #NotThere3568, #NotThere3569, #NotThere3570, #NotThere3571, #NotThere3572, #NotThere3573, #NotThere3574, #NotThere3575, #NotThere3576, #NotThere3577, #NotThere3578, #NotThere3579, #NotThere3580, #NotThere3581, #NotThere3582, #NotThere3583, #NotThere3584, #NotThere3585, #NotThere3586, #NotThere3587, #NotThere3588, #NotThere3589, #NotThere3590, #NotThere3591, #NotThere3592, #NotThere3593, #NotThere3594, #NotThere3595, #NotThere3596, #NotThere3597, #NotThere3598, #NotThere3599, #NotThere3600, #NotThere3601, #NotThere3602, #NotThere3603, #NotThere3604, #NotThere3605, #NotThere3606, #NotThere3607, #NotThere3608, #NotThere3609, #NotThere3610, #NotThere3611, #NotThere3612, #NotThere3613, #NotThere3614, #NotThere3615, #NotThere3616, #NotThere3617, #NotThere3618, #NotThere3619, #NotThere3620, #NotThere3621, #NotThere3622, #NotThere3623, #NotThere3624, #NotThere3625, #NotThere3626, #NotThere3627, #NotThere3628, #NotThere3629, #NotThere3630, #Not
 There3631, #NotThere3632, #NotThere3633, #NotThere3634, #NotThere3635, #NotThere3636, #NotThere3637, #NotThere3638, #NotThere3639, #NotThere3640, #NotThere3641, #NotThere3642, #NotThere3643, #NotThere3644, #NotThere3645, #NotThere3646, #NotThere3647, #NotThere3648, #NotThere3649, #NotThere3650, #NotThere3651, #NotThere3652, #NotThere3653, #NotThere3654, #NotThere3655, #NotThere3656, #NotThere3657, #NotThere3658, #NotThere3659, #NotThere3660, #NotThere3661, #NotThere3662, #NotThere3663, #NotThere3664, #NotThere3665, #NotThere3666, #NotThere3667, #NotThere3668, #NotThere3669, #NotThere3670, #NotThere3671, #NotThere3672, #NotThere3673, #NotThere3674, #NotThere3675, #NotThere3676, #NotThere3677, #NotThere3678, #NotThere3679, #NotThere3680, #NotThere3681, #NotThere3682, #NotThere3683, #NotThere3684, #NotThere3685, #NotThere3686, #NotThere3687, #NotThere3688, #NotThere3689, #NotThere3690, #NotThere3691, #NotThere3692, #NotThere3693, #NotThere3694, #NotThere3695, #NotThere3696, #No
 tThere3697, #NotThere3698, #NotThere3699, #NotThere3700, #NotThere3701, #NotThere3702, #NotThere3703, #NotThere3704, #NotThere3705, #NotThere3706, #NotThere3707, #NotThere3708, #NotThere3709, #NotThere3710, #NotThere3711, #NotThere3712, #NotThere3713, #NotThere3714, #NotThere3715, #NotThere3716, #NotThere3717, #NotThere3718, #NotThere3719, #NotThere3720, #NotThere3721, #NotThere3722, #NotThere3723, #NotThere3724, #NotThere3725, #NotThere3726, #NotThere3727, #NotThere3728, #NotThere3729, #NotThere3730, #NotThere3731, #NotThere3732, #NotThere3733, #NotThere3734, #NotThere3735, #NotThere3736, #NotThere3737, #NotThere3738, #NotThere3739, #NotThere3740, #NotThere3741, #NotThere3742, #NotThere3743, #NotThere3744, #NotThere3745, #NotThere3746, #NotThere3747, #NotThere3748, #NotThere3749, #NotThere3750, #NotThere3751, #NotThere3752, #NotThere3753, #NotThere3754, #NotThere3755, #NotThere3756, #NotThere3757, #NotThere3758, #NotThere3759, #NotThere3760, #NotThere3761, #NotThere3762, #N
 otThere3763, #NotThere3764, #NotThere3765, #NotThere3766, #NotThere3767, #NotThere3768, #NotThere3769, #NotThere3770, #NotThere3771, #NotThere3772, #NotThere3773, #NotThere3774, #NotThere3775, #NotThere3776, #NotThere3777, #NotThere3778, #NotThere3779, #NotThere3780, #NotThere3781, #NotThere3782, #NotThere3783, #NotThere3784, #NotThere3785, #NotThere3786, #NotThere3787, #NotThere3788, #NotThere3789, #NotThere3790, #NotThere3791, #NotThere3792, #NotThere3793, #NotThere3794, #NotThere3795, #NotThere3796, #NotThere3797, #NotThere3798, #NotThere3799, #NotThere3800, #NotThere3801, #NotThere3802, #NotThere3803, #NotThere3804, #NotThere3805, #NotThere3806, #NotThere3807, #NotThere3808, #NotThere3809, #NotThere3810, #NotThere3811, #NotThere3812, #NotThere3813, #NotThere3814, #NotThere3815, #NotThere3816, #NotThere3817, #NotThere3818, #NotThere3819, #NotThere3820, #NotThere3821, #NotThere3822, #NotThere3823, #NotThere3824, #NotThere3825, #NotThere3826, #NotThere3827, #NotThere3828, #
 NotThere3829, #NotThere3830, #NotThere3831, #NotThere3832, #NotThere3833, #NotThere3834, #NotThere3835, #NotThere3836, #NotThere3837, #NotThere3838, #NotThere3839, #NotThere3840, #NotThere3841, #NotThere3842, #NotThere3843, #NotThere3844, #NotThere3845, #NotThere3846, #NotThere3847, #NotThere3848, #NotThere3849, #NotThere3850, #NotThere3851, #NotThere3852, #NotThere3853, #NotThere3854, #NotThere3855, #NotThere3856, #NotThere3857, #NotThere3858, #NotThere3859, #NotThere3860, #NotThere3861, #NotThere3862, #NotThere3863, #NotThere3864, #NotThere3865, #NotThere3866, #NotThere3867, #NotThere3868, #NotThere3869, #NotThere3870, #NotThere3871, #NotThere3872, #NotThere3873, #NotThere3874, #NotThere3875, #NotThere3876, #NotThere3877, #NotThere3878, #NotThere3879, #NotThere3880, #NotThere3881, #NotThere3882, #NotThere3883, #NotThere3884, #NotThere3885, #NotThere3886, #NotThere3887, #NotThere3888, #NotThere3889, #NotThere3890, #NotThere3891, #NotThere3892, #NotThere3893, #NotThere3894, 
 #NotThere3895, #NotThere3896, #NotThere3897, #NotThere3898, #NotThere3899, #NotThere3900, #NotThere3901, #NotThere3902, #NotThere3903, #NotThere3904, #NotThere3905, #NotThere3906, #NotThere3907, #NotThere3908, #NotThere3909, #NotThere3910, #NotThere3911, #NotThere3912, #NotThere3913, #NotThere3914, #NotThere3915, #NotThere3916, #NotThere3917, #NotThere3918, #NotThere3919, #NotThere3920, #NotThere3921, #NotThere3922, #NotThere3923, #NotThere3924, #NotThere3925, #NotThere3926, #NotThere3927, #NotThere3928, #NotThere3929, #NotThere3930, #NotThere3931, #NotThere3932, #NotThere3933, #NotThere3934, #NotThere3935, #NotThere3936, #NotThere3937, #NotThere3938, #NotThere3939, #NotThere3940, #NotThere3941, #NotThere3942, #NotThere3943, #NotThere3944, #NotThere3945, #NotThere3946, #NotThere3947, #NotThere3948, #NotThere3949, #NotThere3950, #NotThere3951, #NotThere3952, #NotThere3953, #NotThere3954, #NotThere3955, #NotThere3956, #NotThere3957, #NotThere3958, #NotThere3959, #NotThere3960,
  #NotThere3961, #NotThere3962, #NotThere3963, #NotThere3964, #NotThere3965, #NotThere3966, #NotThere3967, #NotThere3968, #NotThere3969, #NotThere3970, #NotThere3971, #NotThere3972, #NotThere3973, #NotThere3974, #NotThere3975, #NotThere3976, #NotThere3977, #NotThere3978, #NotThere3979, #NotThere3980, #NotThere3981, #NotThere3982, #NotThere3983, #NotThere3984, #NotThere3985, #NotThere3986, #NotThere3987, #NotThere3988, #NotThere3989, #NotThere3990, #NotThere3991, #NotThere3992, #NotThere3993, #NotThere3994, #NotThere3995, #NotThere3996, #NotThere3997, #NotThere3998, #NotThere3999, #NotThere4000, #NotThere4001, #NotThere4002, #NotThere4003, #NotThere4004, #NotThere4005, #NotThere4006, #NotThere4007, #NotThere4008, #NotThere4009, #NotThere4010, #NotThere4011, #NotThere4012, #NotThere4013, #NotThere4014, #NotThere4015, #NotThere4016, #NotThere4017, #NotThere4018, #NotThere4019, #NotThere4020, #NotThere4021, #NotThere4022, #NotThere4023, #NotThere4024, #NotThere4025, #NotThere4026
 , #NotThere4027, #NotThere4028, #NotThere4029, #NotThere4030, #NotThere4031, #NotThere4032, #NotThere4033, #NotThere4034, #NotThere4035, #NotThere4036, #NotThere4037, #NotThere4038, #NotThere4039, #NotThere4040, #NotThere4041, #NotThere4042, #NotThere4043, #NotThere4044, #NotThere4045, #NotThere4046, #NotThere4047, #NotThere4048, #NotThere4049, #NotThere4050, #NotThere4051, #NotThere4052, #NotThere4053, #NotThere4054, #NotThere4055, #NotThere4056, #NotThere4057, #NotThere4058, #NotThere4059, #NotThere4060, #NotThere4061, #NotThere4062, #NotThere4063, #NotThere4064, #NotThere4065, #NotThere4066, #NotThere4067, #NotThere4068, #NotThere4069, #NotThere4070, #NotThere4071, #NotThere4072, #NotThere4073, #NotThere4074, #NotThere4075, #NotThere4076, #NotThere4077, #NotThere4078, #NotThere4079, #NotThere4080, #NotThere4081, #NotThere4082, #NotThere4083, #NotThere4084, #NotThere4085, #NotThere4086, #NotThere4087, #NotThere4088, #NotThere4089, #NotThere4090, #NotThere4091, #NotThere409
 2, #NotThere4093, #NotThere4094, #NotThere4095, #NotThere4096, #NotThere4097, #NotThere4098, #NotThere4099, #NotThere4100, #NotThere4101, #NotThere4102, #NotThere4103, #NotThere4104, #NotThere4105, #NotThere4106, #NotThere4107, #NotThere4108, #NotThere4109, #NotThere4110, #NotThere4111, #NotThere4112, #NotThere4113, #NotThere4114, #NotThere4115, #NotThere4116, #NotThere4117, #NotThere4118, #NotThere4119, #NotThere4120, #NotThere4121, #NotThere4122, #NotThere4123, #NotThere4124, #NotThere4125, #NotThere4126, #NotThere4127, #NotThere4128, #NotThere4129, #NotThere4130, #NotThere4131, #NotThere4132, #NotThere4133, #NotThere4134, #NotThere4135, #NotThere4136, #NotThere4137, #NotThere4138, #NotThere4139, #NotThere4140, #NotThere4141, #NotThere4142, #NotThere4143, #NotThere4144, #NotThere4145, #NotThere4146, #NotThere4147, #NotThere4148, #NotThere4149, #NotThere4150, #NotThere4151, #NotThere4152, #NotThere4153, #NotThere4154, #NotThere4155, #NotThere4156, #NotThere4157, #NotThere41
 58, #NotThere4159, #NotThere4160, #NotThere4161, #NotThere4162, #NotThere4163, #NotThere4164, #NotThere4165, #NotThere4166, #NotThere4167, #NotThere4168, #NotThere4169, #NotThere4170, #NotThere4171, #NotThere4172, #NotThere4173, #NotThere4174, #NotThere4175, #NotThere4176, #NotThere4177, #NotThere4178, #NotThere4179, #NotThere4180, #NotThere4181, #NotThere4182, #NotThere4183, #NotThere4184, #NotThere4185, #NotThere4186, #NotThere4187, #NotThere4188, #NotThere4189, #NotThere4190, #NotThere4191, #NotThere4192, #NotThere4193, #NotThere4194, #NotThere4195, #NotThere4196, #NotThere4197, #NotThere4198, #NotThere4199, #NotThere4200, #NotThere4201, #NotThere4202, #NotThere4203, #NotThere4204, #NotThere4205, #NotThere4206, #NotThere4207, #NotThere4208, #NotThere4209, #NotThere4210, #NotThere4211, #NotThere4212, #NotThere4213, #NotThere4214, #NotThere4215, #NotThere4216, #NotThere4217, #NotThere4218, #NotThere4219, #NotThere4220, #NotThere4221, #NotThere4222, #NotThere4223, #NotThere4
 224, #NotThere4225, #NotThere4226, #NotThere4227, #NotThere4228, #NotThere4229, #NotThere4230, #NotThere4231, #NotThere4232, #NotThere4233, #NotThere4234, #NotThere4235, #NotThere4236, #NotThere4237, #NotThere4238, #NotThere4239, #NotThere4240, #NotThere4241, #NotThere4242, #NotThere4243, #NotThere4244, #NotThere4245, #NotThere4246, #NotThere4247, #NotThere4248, #NotThere4249, #NotThere4250, #NotThere4251, #NotThere4252, #NotThere4253, #NotThere4254, #NotThere4255, #NotThere4256, #NotThere4257, #NotThere4258, #NotThere4259, #NotThere4260, #NotThere4261, #NotThere4262, #NotThere4263, #NotThere4264, #NotThere4265, #NotThere4266, #NotThere4267, #NotThere4268, #NotThere4269, #NotThere4270, #NotThere4271, #NotThere4272, #NotThere4273, #NotThere4274, #NotThere4275, #NotThere4276, #NotThere4277, #NotThere4278, #NotThere4279, #NotThere4280, #NotThere4281, #NotThere4282, #NotThere4283, #NotThere4284, #NotThere4285, #NotThere4286, #NotThere4287, #NotThere4288, #NotThere4289, #NotThere
 4290, #NotThere4291, #NotThere4292, #NotThere4293, #NotThere4294, #NotThere4295, #NotThere4296, #NotThere4297, #NotThere4298, #NotThere4299, #NotThere4300, #NotThere4301, #NotThere4302, #NotThere4303, #NotThere4304, #NotThere4305, #NotThere4306, #NotThere4307, #NotThere4308, #NotThere4309, #NotThere4310, #NotThere4311, #NotThere4312, #NotThere4313, #NotThere4314, #NotThere4315, #NotThere4316, #NotThere4317, #NotThere4318, #NotThere4319, #NotThere4320, #NotThere4321, #NotThere4322, #NotThere4323, #NotThere4324, #NotThere4325, #NotThere4326, #NotThere4327, #NotThere4328, #NotThere4329, #NotThere4330, #NotThere4331, #NotThere4332, #NotThere4333, #NotThere4334, #NotThere4335, #NotThere4336, #NotThere4337, #NotThere4338, #NotThere4339, #NotThere4340, #NotThere4341, #NotThere4342, #NotThere4343, #NotThere4344, #NotThere4345, #NotThere4346, #NotThere4347, #NotThere4348, #NotThere4349, #NotThere4350, #NotThere4351, #NotThere4352, #NotThere4353, #NotThere4354, #NotThere4355, #NotTher
 e4356, #NotThere4357, #NotThere4358, #NotThere4359, #NotThere4360, #NotThere4361, #NotThere4362, #NotThere4363, #NotThere4364, #NotThere4365, #NotThere4366, #NotThere4367, #NotThere4368, #NotThere4369, #NotThere4370, #NotThere4371, #NotThere4372, #NotThere4373, #NotThere4374, #NotThere4375, #NotThere4376, #NotThere4377, #NotThere4378, #NotThere4379, #NotThere4380, #NotThere4381, #NotThere4382, #NotThere4383, #NotThere4384, #NotThere4385, #NotThere4386, #NotThere4387, #NotThere4388, #NotThere4389, #NotThere4390, #NotThere4391, #NotThere4392, #NotThere4393, #NotThere4394, #NotThere4395, #NotThere4396, #NotThere4397, #NotThere4398, #NotThere4399, #NotThere4400, #NotThere4401, #NotThere4402, #NotThere4403, #NotThere4404, #NotThere4405, #NotThere4406, #NotThere4407, #NotThere4408, #NotThere4409, #NotThere4410, #NotThere4411, #NotThere4412, #NotThere4413, #NotThere4414, #NotThere4415, #NotThere4416, #NotThere4417, #NotThere4418, #NotThere4419, #NotThere4420, #NotThere4421, #NotThe
 re4422, #NotThere4423, #NotThere4424, #NotThere4425, #NotThere4426, #NotThere4427, #NotThere4428, #NotThere4429, #NotThere4430, #NotThere4431, #NotThere4432, #NotThere4433, #NotThere4434, #NotThere4435, #NotThere4436, #NotThere4437, #NotThere4438, #NotThere4439, #NotThere4440, #NotThere4441, #NotThere4442, #NotThere4443, #NotThere4444, #NotThere4445, #NotThere4446, #NotThere4447, #NotThere4448, #NotThere4449, #NotThere4450, #NotThere4451, #NotThere4452, #NotThere4453, #NotThere4454, #NotThere4455, #NotThere4456, #NotThere4457, #NotThere4458, #NotThere4459, #NotThere4460, #NotThere4461, #NotThere4462, #NotThere4463, #NotThere4464, #NotThere4465, #NotThere4466, #NotThere4467, #NotThere4468, #NotThere4469, #NotThere4470, #NotThere4471, #NotThere4472, #NotThere4473, #NotThere4474, #NotThere4475, #NotThere4476, #NotThere4477, #NotThere4478, #NotThere4479, #NotThere4480, #NotThere4481, #NotThere4482, #NotThere4483, #NotThere4484, #NotThere4485, #NotThere4486, #NotThere4487, #NotTh
 ere4488, #NotThere4489, #NotThere4490, #NotThere4491, #NotThere4492, #NotThere4493, #NotThere4494, #NotThere4495, #NotThere4496, #NotThere4497, #NotThere4498, #NotThere4499, #NotThere4500, #NotThere4501, #NotThere4502, #NotThere4503, #NotThere4504, #NotThere4505, #NotThere4506, #NotThere4507, #NotThere4508, #NotThere4509, #NotThere4510, #NotThere4511, #NotThere4512, #NotThere4513, #NotThere4514, #NotThere4515, #NotThere4516, #NotThere4517, #NotThere4518, #NotThere4519, #NotThere4520, #NotThere4521, #NotThere4522, #NotThere4523, #NotThere4524, #NotThere4525, #NotThere4526, #NotThere4527, #NotThere4528, #NotThere4529, #NotThere4530, #NotThere4531, #NotThere4532, #NotThere4533, #NotThere4534, #NotThere4535, #NotThere4536, #NotThere4537, #NotThere4538, #NotThere4539, #NotThere4540, #NotThere4541, #NotThere4542, #NotThere4543, #NotThere4544, #NotThere4545, #NotThere4546, #NotThere4547, #NotThere4548, #NotThere4549, #NotThere4550, #NotThere4551, #NotThere4552, #NotThere4553, #NotT
 here4554, #NotThere4555, #NotThere4556, #NotThere4557, #NotThere4558, #NotThere4559, #NotThere4560, #NotThere4561, #NotThere4562, #NotThere4563, #NotThere4564, #NotThere4565, #NotThere4566, #NotThere4567, #NotThere4568, #NotThere4569, #NotThere4570, #NotThere4571, #NotThere4572, #NotThere4573, #NotThere4574, #NotThere4575, #NotThere4576, #NotThere4577, #NotThere4578, #NotThere4579, #NotThere4580, #NotThere4581, #NotThere4582, #NotThere4583, #NotThere4584, #NotThere4585, #NotThere4586, #NotThere4587, #NotThere4588, #NotThere4589, #NotThere4590, #NotThere4591, #NotThere4592, #NotThere4593, #NotThere4594, #NotThere4595, #NotThere4596, #NotThere4597, #NotThere4598, #NotThere4599, #NotThere4600, #NotThere4601, #NotThere4602, #NotThere4603, #NotThere4604, #NotThere4605, #NotThere4606, #NotThere4607, #NotThere4608, #NotThere4609, #NotThere4610, #NotThere4611, #NotThere4612, #NotThere4613, #NotThere4614, #NotThere4615, #NotThere4616, #NotThere4617, #NotThere4618, #NotThere4619, #Not
 There4620, #NotThere4621, #NotThere4622, #NotThere4623, #NotThere4624, #NotThere4625, #NotThere4626, #NotThere4627, #NotThere4628, #NotThere4629, #NotThere4630, #NotThere4631, #NotThere4632, #NotThere4633, #NotThere4634, #NotThere4635, #NotThere4636, #NotThere4637, #NotThere4638, #NotThere4639, #NotThere4640, #NotThere4641, #NotThere4642, #NotThere4643, #NotThere4644, #NotThere4645, #NotThere4646, #NotThere4647, #NotThere4648, #NotThere4649, #NotThere4650, #NotThere4651, #NotThere4652, #NotThere4653, #NotThere4654, #NotThere4655, #NotThere4656, #NotThere4657, #NotThere4658, #NotThere4659, #NotThere4660, #NotThere4661, #NotThere4662, #NotThere4663, #NotThere4664, #NotThere4665, #NotThere4666, #NotThere4667, #NotThere4668, #NotThere4669, #NotThere4670, #NotThere4671, #NotThere4672, #NotThere4673, #NotThere4674, #NotThere4675, #NotThere4676, #NotThere4677, #NotThere4678, #NotThere4679, #NotThere4680, #NotThere4681, #NotThere4682, #NotThere4683, #NotThere4684, #NotThere4685, #No
 tThere4686, #NotThere4687, #NotThere4688, #NotThere4689, #NotThere4690, #NotThere4691, #NotThere4692, #NotThere4693, #NotThere4694, #NotThere4695, #NotThere4696, #NotThere4697, #NotThere4698, #NotThere4699, #NotThere4700, #NotThere4701, #NotThere4702, #NotThere4703, #NotThere4704, #NotThere4705, #NotThere4706, #NotThere4707, #NotThere4708, #NotThere4709, #NotThere4710, #NotThere4711, #NotThere4712, #NotThere4713, #NotThere4714, #NotThere4715, #NotThere4716, #NotThere4717, #NotThere4718, #NotThere4719, #NotThere4720, #NotThere4721, #NotThere4722, #NotThere4723, #NotThere4724, #NotThere4725, #NotThere4726, #NotThere4727, #NotThere4728, #NotThere4729, #NotThere4730, #NotThere4731, #NotThere4732, #NotThere4733, #NotThere4734, #NotThere4735, #NotThere4736, #NotThere4737, #NotThere4738, #NotThere4739, #NotThere4740, #NotThere4741, #NotThere4742, #NotThere4743, #NotThere4744, #NotThere4745, #NotThere4746, #NotThere4747, #NotThere4748, #NotThere4749, #NotThere4750, #NotThere4751, #N
 otThere4752, #NotThere4753, #NotThere4754, #NotThere4755, #NotThere4756, #NotThere4757, #NotThere4758, #NotThere4759, #NotThere4760, #NotThere4761, #NotThere4762, #NotThere4763, #NotThere4764, #NotThere4765, #NotThere4766, #NotThere4767, #NotThere4768, #NotThere4769, #NotThere4770, #NotThere4771, #NotThere4772, #NotThere4773, #NotThere4774, #NotThere4775, #NotThere4776, #NotThere4777, #NotThere4778, #NotThere4779, #NotThere4780, #NotThere4781, #NotThere4782, #NotThere4783, #NotThere4784, #NotThere4785, #NotThere4786, #NotThere4787, #NotThere4788, #NotThere4789, #NotThere4790, #NotThere4791, #NotThere4792, #NotThere4793, #NotThere4794, #NotThere4795, #NotThere4796, #NotThere4797, #NotThere4798, #NotThere4799, #NotThere4800, #NotThere4801, #NotThere4802, #NotThere4803, #NotThere4804, #NotThere4805, #NotThere4806, #NotThere4807, #NotThere4808, #NotThere4809, #NotThere4810, #NotThere4811, #NotThere4812, #NotThere4813, #NotThere4814, #NotThere4815, #NotThere4816, #NotThere4817, #
 NotThere4818, #NotThere4819, #NotThere4820, #NotThere4821, #NotThere4822, #NotThere4823, #NotThere4824, #NotThere4825, #NotThere4826, #NotThere4827, #NotThere4828, #NotThere4829, #NotThere4830, #NotThere4831, #NotThere4832, #NotThere4833, #NotThere4834, #NotThere4835, #NotThere4836, #NotThere4837, #NotThere4838, #NotThere4839, #NotThere4840, #NotThere4841, #NotThere4842, #NotThere4843, #NotThere4844, #NotThere4845, #NotThere4846, #NotThere4847, #NotThere4848, #NotThere4849, #NotThere4850, #NotThere4851, #NotThere4852, #NotThere4853, #NotThere4854, #NotThere4855, #NotThere4856, #NotThere4857, #NotThere4858, #NotThere4859, #NotThere4860, #NotThere4861, #NotThere4862, #NotThere4863, #NotThere4864, #NotThere4865, #NotThere4866, #NotThere4867, #NotThere4868, #NotThere4869, #NotThere4870, #NotThere4871, #NotThere4872, #NotThere4873, #NotThere4874, #NotThere4875, #NotThere4876, #NotThere4877, #NotThere4878, #NotThere4879, #NotThere4880, #NotThere4881, #NotThere4882, #NotThere4883, 
 #NotThere4884, #NotThere4885, #NotThere4886, #NotThere4887, #NotThere4888, #NotThere4889, #NotThere4890, #NotThere4891, #NotThere4892, #NotThere4893, #NotThere4894, #NotThere4895, #NotThere4896, #NotThere4897, #NotThere4898, #NotThere4899, #NotThere4900, #NotThere4901, #NotThere4902, #NotThere4903, #NotThere4904, #NotThere4905, #NotThere4906, #NotThere4907, #NotThere4908, #NotThere4909, #NotThere4910, #NotThere4911, #NotThere4912, #NotThere4913, #NotThere4914, #NotThere4915, #NotThere4916, #NotThere4917, #NotThere4918, #NotThere4919, #NotThere4920, #NotThere4921, #NotThere4922, #NotThere4923, #NotThere4924, #NotThere4925, #NotThere4926, #NotThere4927, #NotThere4928, #NotThere4929, #NotThere4930, #NotThere4931, #NotThere4932, #NotThere4933, #NotThere4934, #NotThere4935, #NotThere4936, #NotThere4937, #NotThere4938, #NotThere4939, #NotThere4940, #NotThere4941, #NotThere4942, #NotThere4943, #NotThere4944, #NotThere4945, #NotThere4946, #NotThere4947, #NotThere4948, #NotThere4949,
  #NotThere4950, #NotThere4951, #NotThere4952, #NotThere4953, #NotThere4954, #NotThere4955, #NotThere4956, #NotThere4957, #NotThere4958, #NotThere4959, #NotThere4960, #NotThere4961, #NotThere4962, #NotThere4963, #NotThere4964, #NotThere4965, #NotThere4966, #NotThere4967, #NotThere4968, #NotThere4969, #NotThere4970, #NotThere4971, #NotThere4972, #NotThere4973, #NotThere4974, #NotThere4975, #NotThere4976, #NotThere4977, #NotThere4978, #NotThere4979, #NotThere4980, #NotThere4981, #NotThere4982, #NotThere4983, #NotThere4984, #NotThere4985, #NotThere4986, #NotThere4987, #NotThere4988, #NotThere4989, #NotThere4990, #NotThere4991, #NotThere4992, #NotThere4993, #NotThere4994, #NotThere4995, #NotThere4996, #NotThere4997, #NotThere4998, #NotThere4999, #NotThere5000, #NotThere5001, #NotThere5002, #NotThere5003, #NotThere5004, #NotThere5005, #NotThere5006, #NotThere5007, #NotThere5008, #NotThere5009, #NotThere5010, #NotThere5011, #NotThere5012, #NotThere5013, #NotThere5014, #NotThere5015
 , #NotThere5016, #NotThere5017, #NotThere5018, #NotThere5019, #NotThere5020, #NotThere5021, #NotThere5022, #NotThere5023, #NotThere5024, #NotThere5025, #NotThere5026, #NotThere5027, #NotThere5028, #NotThere5029, #NotThere5030, #NotThere5031, #NotThere5032, #NotThere5033, #NotThere5034, #NotThere5035, #NotThere5036, #NotThere5037, #NotThere5038, #NotThere5039, #NotThere5040, #NotThere5041, #NotThere5042, #NotThere5043, #NotThere5044, #NotThere5045, #NotThere5046, #NotThere5047, #NotThere5048, #NotThere5049, #NotThere5050, #NotThere5051, #NotThere5052, #NotThere5053, #NotThere5054, #NotThere5055, #NotThere5056, #NotThere5057, #NotThere5058, #NotThere5059, #NotThere5060, #NotThere5061, #NotThere5062, #NotThere5063, #NotThere5064, #NotThere5065, #NotThere5066, #NotThere5067, #NotThere5068, #NotThere5069, #NotThere5070, #NotThere5071, #NotThere5072, #NotThere5073, #NotThere5074, #NotThere5075, #NotThere5076, #NotThere5077, #NotThere5078, #NotThere5079, #NotThere5080, #NotThere508
 1, #NotThere5082, #NotThere5083, #NotThere5084, #NotThere5085, #NotThere5086, #NotThere5087, #NotThere5088, #NotThere5089, #NotThere5090, #NotThere5091, #NotThere5092, #NotThere5093, #NotThere5094, #NotThere5095, #NotThere5096, #NotThere5097, #NotThere5098, #NotThere5099, #NotThere5100, #NotThere5101, #NotThere5102, #NotThere5103, #NotThere5104, #NotThere5105, #NotThere5106, #NotThere5107, #NotThere5108, #NotThere5109, #NotThere5110, #NotThere5111, #NotThere5112, #NotThere5113, #NotThere5114, #NotThere5115, #NotThere5116, #NotThere5117, #NotThere5118, #NotThere5119, #NotThere5120, #NotThere5121, #NotThere5122, #NotThere5123, #NotThere5124, #NotThere5125, #NotThere5126, #NotThere5127, #NotThere5128, #NotThere5129, #NotThere5130, #NotThere5131, #NotThere5132, #NotThere5133, #NotThere5134, #NotThere5135, #NotThere5136, #NotThere5137, #NotThere5138, #NotThere5139, #NotThere5140, #NotThere5141, #NotThere5142, #NotThere5143, #NotThere5144, #NotThere5145, #NotThere5146, #NotThere51
 47, #NotThere5148, #NotThere5149, #NotThere5150, #NotThere5151, #NotThere5152, #NotThere5153, #NotThere5154, #NotThere5155, #NotThere5156, #NotThere5157, #NotThere5158, #NotThere5159, #NotThere5160, #NotThere5161, #NotThere5162, #NotThere5163, #NotThere5164, #NotThere5165, #NotThere5166, #NotThere5167, #NotThere5168, #NotThere5169, #NotThere5170, #NotThere5171, #NotThere5172, #NotThere5173, #NotThere5174, #NotThere5175, #NotThere5176, #NotThere5177, #NotThere5178, #NotThere5179, #NotThere5180, #NotThere5181, #NotThere5182, #NotThere5183, #NotThere5184, #NotThere5185, #NotThere5186, #NotThere5187, #NotThere5188, #NotThere5189, #NotThere5190, #NotThere5191, #NotThere5192, #NotThere5193, #NotThere5194, #NotThere5195, #NotThere5196, #NotThere5197, #NotThere5198, #NotThere5199, #NotThere5200, #NotThere5201, #NotThere5202, #NotThere5203, #NotThere5204, #NotThere5205, #NotThere5206, #NotThere5207, #NotThere5208, #NotThere5209, #NotThere5210, #NotThere5211, #NotThere5212, #NotThere5
 213, #NotThere5214, #NotThere5215, #NotThere5216, #NotThere5217, #NotThere5218, #NotThere5219, #NotThere5220, #NotThere5221, #NotThere5222, #NotThere5223, #NotThere5224, #NotThere5225, #NotThere5226, #NotThere5227, #NotThere5228, #NotThere5229, #NotThere5230, #NotThere5231, #NotThere5232, #NotThere5233, #NotThere5234, #NotThere5235, #NotThere5236, #NotThere5237, #NotThere5238, #NotThere5239, #NotThere5240, #NotThere5241, #NotThere5242, #NotThere5243, #NotThere5244, #NotThere5245, #NotThere5246, #NotThere5247, #NotThere5248, #NotThere5249, #NotThere5250, #NotThere5251, #NotThere5252, #NotThere5253, #NotThere5254, #NotThere5255, #NotThere5256, #NotThere5257, #NotThere5258, #NotThere5259, #NotThere5260, #NotThere5261, #NotThere5262, #NotThere5263, #NotThere5264, #NotThere5265, #NotThere5266, #NotThere5267, #NotThere5268, #NotThere5269, #NotThere5270, #NotThere5271, #NotThere5272, #NotThere5273, #NotThere5274, #NotThere5275, #NotThere5276, #NotThere5277, #NotThere5278, #NotThere
 5279, #NotThere5280, #NotThere5281, #NotThere5282, #NotThere5283, #NotThere5284, #NotThere5285, #NotThere5286, #NotThere5287, #NotThere5288, #NotThere5289, #NotThere5290, #NotThere5291, #NotThere5292, #NotThere5293, #NotThere5294, #NotThere5295, #NotThere5296, #NotThere5297, #NotThere5298, #NotThere5299, #NotThere5300, #NotThere5301, #NotThere5302, #NotThere5303, #NotThere5304, #NotThere5305, #NotThere5306, #NotThere5307, #NotThere5308, #NotThere5309, #NotThere5310, #NotThere5311, #NotThere5312, #NotThere5313, #NotThere5314, #NotThere5315, #NotThere5316, #NotThere5317, #NotThere5318, #NotThere5319, #NotThere5320, #NotThere5321, #NotThere5322, #NotThere5323, #NotThere5324, #NotThere5325, #NotThere5326, #NotThere5327, #NotThere5328, #NotThere5329, #NotThere5330, #NotThere5331, #NotThere5332, #NotThere5333, #NotThere5334, #NotThere5335, #NotThere5336, #NotThere5337, #NotThere5338, #NotThere5339, #NotThere5340, #NotThere5341, #NotThere5342, #NotThere5343, #NotThere5344, #NotTher
 e5345, #NotThere5346, #NotThere5347, #NotThere5348, #NotThere5349, #NotThere5350, #NotThere5351, #NotThere5352, #NotThere5353, #NotThere5354, #NotThere5355, #NotThere5356, #NotThere5357, #NotThere5358, #NotThere5359, #NotThere5360, #NotThere5361, #NotThere5362, #NotThere5363, #NotThere5364, #NotThere5365, #NotThere5366, #NotThere5367, #NotThere5368, #NotThere5369, #NotThere5370, #NotThere5371, #NotThere5372, #NotThere5373, #NotThere5374, #NotThere5375, #NotThere5376, #NotThere5377, #NotThere5378, #NotThere5379, #NotThere5380, #NotThere5381, #NotThere5382, #NotThere5383, #NotThere5384, #NotThere5385, #NotThere5386, #NotThere5387, #NotThere5388, #NotThere5389, #NotThere5390, #NotThere5391, #NotThere5392, #NotThere5393, #NotThere5394, #NotThere5395, #NotThere5396, #NotThere5397, #NotThere5398, #NotThere5399, #NotThere5400, #NotThere5401, #NotThere5402, #NotThere5403, #NotThere5404, #NotThere5405, #NotThere5406, #NotThere5407, #NotThere5408, #NotThere5409, #NotThere5410, #NotThe
 re5411, #NotThere5412, #NotThere5413, #NotThere5414, #NotThere5415, #NotThere5416, #NotThere5417, #NotThere5418, #NotThere5419, #NotThere5420, #NotThere5421, #NotThere5422, #NotThere5423, #NotThere5424, #NotThere5425, #NotThere5426, #NotThere5427, #NotThere5428, #NotThere5429, #NotThere5430, #NotThere5431, #NotThere5432, #NotThere5433, #NotThere5434, #NotThere5435, #NotThere5436, #NotThere5437, #NotThere5438, #NotThere5439, #NotThere5440, #NotThere5441, #NotThere5442, #NotThere5443, #NotThere5444, #NotThere5445, #NotThere5446, #NotThere5447, #NotThere5448, #NotThere5449, #NotThere5450, #NotThere5451, #NotThere5452, #NotThere5453, #NotThere5454, #NotThere5455, #NotThere5456, #NotThere5457, #NotThere5458, #NotThere5459, #NotThere5460, #NotThere5461, #NotThere5462, #NotThere5463, #NotThere5464, #NotThere5465, #NotThere5466, #NotThere5467, #NotThere5468, #NotThere5469, #NotThere5470, #NotThere5471, #NotThere5472, #NotThere5473, #NotThere5474, #NotThere5475, #NotThere5476, #NotTh
 ere5477, #NotThere5478, #NotThere5479, #NotThere5480, #NotThere5481, #NotThere5482, #NotThere5483, #NotThere5484, #NotThere5485, #NotThere5486, #NotThere5487, #NotThere5488, #NotThere5489, #NotThere5490, #NotThere5491, #NotThere5492, #NotThere5493, #NotThere5494, #NotThere5495, #NotThere5496, #NotThere5497, #NotThere5498, #NotThere5499, #NotThere5500, #NotThere5501, #NotThere5502, #NotThere5503, #NotThere5504, #NotThere5505, #NotThere5506, #NotThere5507, #NotThere5508, #NotThere5509, #NotThere5510, #NotThere5511, #NotThere5512, #NotThere5513, #NotThere5514, #NotThere5515, #NotThere5516, #NotThere5517, #NotThere5518, #NotThere5519, #NotThere5520, #NotThere5521, #NotThere5522, #NotThere5523, #NotThere5524, #NotThere5525, #NotThere5526, #NotThere5527, #NotThere5528, #NotThere5529, #NotThere5530, #NotThere5531, #NotThere5532, #NotThere5533, #NotThere5534, #NotThere5535, #NotThere5536, #NotThere5537, #NotThere5538, #NotThere5539, #NotThere5540, #NotThere5541, #NotThere5542, #NotT
 here5543, #NotThere5544, #NotThere5545, #NotThere5546, #NotThere5547, #NotThere5548, #NotThere5549, #NotThere5550, #NotThere5551, #NotThere5552, #NotThere5553, #NotThere5554, #NotThere5555, #NotThere5556, #NotThere5557, #NotThere5558, #NotThere5559, #NotThere5560, #NotThere5561, #NotThere5562, #NotThere5563, #NotThere5564, #NotThere5565, #NotThere5566, #NotThere5567, #NotThere5568, #NotThere5569, #NotThere5570, #NotThere5571, #NotThere5572, #NotThere5573, #NotThere5574, #NotThere5575, #NotThere5576, #NotThere5577, #NotThere5578, #NotThere5579, #NotThere5580, #NotThere5581, #NotThere5582, #NotThere5583, #NotThere5584, #NotThere5585, #NotThere5586, #NotThere5587, #NotThere5588, #NotThere5589, #NotThere5590, #NotThere5591, #NotThere5592, #NotThere5593, #NotThere5594, #NotThere5595, #NotThere5596, #NotThere5597, #NotThere5598, #NotThere5599, #NotThere5600, #NotThere5601, #NotThere5602, #NotThere5603, #NotThere5604, #NotThere5605, #NotThere5606, #NotThere5607, #NotThere5608, #Not
 There5609, #NotThere5610, #NotThere5611, #NotThere5612, #NotThere5613, #NotThere5614, #NotThere5615, #NotThere5616, #NotThere5617, #NotThere5618, #NotThere5619, #NotThere5620, #NotThere5621, #NotThere5622, #NotThere5623, #NotThere5624, #NotThere5625, #NotThere5626, #NotThere5627, #NotThere5628, #NotThere5629, #NotThere5630, #NotThere5631, #NotThere5632, #NotThere5633, #NotThere5634, #NotThere5635, #NotThere5636, #NotThere5637, #NotThere5638, #NotThere5639, #NotThere5640, #NotThere5641, #NotThere5642, #NotThere5643, #NotThere5644, #NotThere5645, #NotThere5646, #NotThere5647, #NotThere5648, #NotThere5649, #NotThere5650, #NotThere5651, #NotThere5652, #NotThere5653, #NotThere5654, #NotThere5655, #NotThere5656, #NotThere5657, #NotThere5658, #NotThere5659, #NotThere5660, #NotThere5661, #NotThere5662, #NotThere5663, #NotThere5664, #NotThere5665, #NotThere5666, #NotThere5667, #NotThere5668, #NotThere5669, #NotThere5670, #NotThere5671, #NotThere5672, #NotThere5673, #NotThere5674, #No
 tThere5675, #NotThere5676, #NotThere5677, #NotThere5678, #NotThere5679, #NotThere5680, #NotThere5681, #NotThere5682, #NotThere5683, #NotThere5684, #NotThere5685, #NotThere5686, #NotThere5687, #NotThere5688, #NotThere5689, #NotThere5690, #NotThere5691, #NotThere5692, #NotThere5693, #NotThere5694, #NotThere5695, #NotThere5696, #NotThere5697, #NotThere5698, #NotThere5699, #NotThere5700, #NotThere5701, #NotThere5702, #NotThere5703, #NotThere5704, #NotThere5705, #NotThere5706, #NotThere5707, #NotThere5708, #NotThere5709, #NotThere5710, #NotThere5711, #NotThere5712, #NotThere5713, #NotThere5714, #NotThere5715, #NotThere5716, #NotThere5717, #NotThere5718, #NotThere5719, #NotThere5720, #NotThere5721, #NotThere5722, #NotThere5723, #NotThere5724, #NotThere5725, #NotThere5726, #NotThere5727, #NotThere5728, #NotThere5729, #NotThere5730, #NotThere5731, #NotThere5732, #NotThere5733, #NotThere5734, #NotThere5735, #NotThere5736, #NotThere5737, #NotThere5738, #NotThere5739, #NotThere5740, #N
 otThere5741, #NotThere5742, #NotThere5743, #NotThere5744, #NotThere5745, #NotThere5746, #NotThere5747, #NotThere5748, #NotThere5749, #NotThere5750, #NotThere5751, #NotThere5752, #NotThere5753, #NotThere5754, #NotThere5755, #NotThere5756, #NotThere5757, #NotThere5758, #NotThere5759, #NotThere5760, #NotThere5761, #NotThere5762, #NotThere5763, #NotThere5764, #NotThere5765, #NotThere5766, #NotThere5767, #NotThere5768, #NotThere5769, #NotThere5770, #NotThere5771, #NotThere5772, #NotThere5773, #NotThere5774, #NotThere5775, #NotThere5776, #NotThere5777, #NotThere5778, #NotThere5779, #NotThere5780, #NotThere5781, #NotThere5782, #NotThere5783, #NotThere5784, #NotThere5785, #NotThere5786, #NotThere5787, #NotThere5788, #NotThere5789, #NotThere5790, #NotThere5791, #NotThere5792, #NotThere5793, #NotThere5794, #NotThere5795, #NotThere5796, #NotThere5797, #NotThere5798, #NotThere5799, #NotThere5800, #NotThere5801, #NotThere5802, #NotThere5803, #NotThere5804, #NotThere5805, #NotThere5806, #
 NotThere5807, #NotThere5808, #NotThere5809, #NotThere5810, #NotThere5811, #NotThere5812, #NotThere5813, #NotThere5814, #NotThere5815, #NotThere5816, #NotThere5817, #NotThere5818, #NotThere5819, #NotThere5820, #NotThere5821, #NotThere5822, #NotThere5823, #NotThere5824, #NotThere5825, #NotThere5826, #NotThere5827, #NotThere5828, #NotThere5829, #NotThere5830, #NotThere5831, #NotThere5832, #NotThere5833, #NotThere5834, #NotThere5835, #NotThere5836, #NotThere5837, #NotThere5838, #NotThere5839, #NotThere5840, #NotThere5841, #NotThere5842, #NotThere5843, #NotThere5844, #NotThere5845, #NotThere5846, #NotThere5847, #NotThere5848, #NotThere5849, #NotThere5850, #NotThere5851, #NotThere5852, #NotThere5853, #NotThere5854, #NotThere5855, #NotThere5856, #NotThere5857, #NotThere5858, #NotThere5859, #NotThere5860, #NotThere5861, #NotThere5862, #NotThere5863, #NotThere5864, #NotThere5865, #NotThere5866, #NotThere5867, #NotThere5868, #NotThere5869, #NotThere5870, #NotThere5871, #NotThere5872, 
 #NotThere5873, #NotThere5874, #NotThere5875, #NotThere5876, #NotThere5877, #NotThere5878, #NotThere5879, #NotThere5880, #NotThere5881, #NotThere5882, #NotThere5883, #NotThere5884, #NotThere5885, #NotThere5886, #NotThere5887, #NotThere5888, #NotThere5889, #NotThere5890, #NotThere5891, #NotThere5892, #NotThere5893, #NotThere5894, #NotThere5895, #NotThere5896, #NotThere5897, #NotThere5898, #NotThere5899, #NotThere5900, #NotThere5901, #NotThere5902, #NotThere5903, #NotThere5904, #NotThere5905, #NotThere5906, #NotThere5907, #NotThere5908, #NotThere5909, #NotThere5910, #NotThere5911, #NotThere5912, #NotThere5913, #NotThere5914, #NotThere5915, #NotThere5916, #NotThere5917, #NotThere5918, #NotThere5919, #NotThere5920, #NotThere5921, #NotThere5922, #NotThere5923, #NotThere5924, #NotThere5925, #NotThere5926, #NotThere5927, #NotThere5928, #NotThere5929, #NotThere5930, #NotThere5931, #NotThere5932, #NotThere5933, #NotThere5934, #NotThere5935, #NotThere5936, #NotThere5937, #NotThere5938,
  #NotThere5939, #NotThere5940, #NotThere5941, #NotThere5942, #NotThere5943, #NotThere5944, #NotThere5945, #NotThere5946, #NotThere5947, #NotThere5948, #NotThere5949, #NotThere5950, #NotThere5951, #NotThere5952, #NotThere5953, #NotThere5954, #NotThere5955, #NotThere5956, #NotThere5957, #NotThere5958, #NotThere5959, #NotThere5960, #NotThere5961, #NotThere5962, #NotThere5963, #NotThere5964, #NotThere5965, #NotThere5966, #NotThere5967, #NotThere5968, #NotThere5969, #NotThere5970, #NotThere5971, #NotThere5972, #NotThere5973, #NotThere5974, #NotThere5975, #NotThere5976, #NotThere5977, #NotThere5978, #NotThere5979, #NotThere5980, #NotThere5981, #NotThere5982, #NotThere5983, #NotThere5984, #NotThere5985, #NotThere5986, #NotThere5987, #NotThere5988, #NotThere5989, #NotThere5990, #NotThere5991, #NotThere5992, #NotThere5993, #NotThere5994, #NotThere5995, #NotThere5996, #NotThere5997, #NotThere5998, #NotThere5999, #NotThere6000, #NotThere6001, #NotThere6002, #NotThere6003, #NotThere6004
 , #NotThere6005, #NotThere6006, #NotThere6007, #NotThere6008, #NotThere6009, #NotThere6010, #NotThere6011, #NotThere6012, #NotThere6013, #NotThere6014, #NotThere6015, #NotThere6016, #NotThere6017, #NotThere6018, #NotThere6019, #NotThere6020, #NotThere6021, #NotThere6022, #NotThere6023, #NotThere6024, #NotThere6025, #NotThere6026, #NotThere6027, #NotThere6028, #NotThere6029, #NotThere6030, #NotThere6031, #NotThere6032, #NotThere6033, #NotThere6034, #NotThere6035, #NotThere6036, #NotThere6037, #NotThere6038, #NotThere6039, #NotThere6040, #NotThere6041, #NotThere6042, #NotThere6043, #NotThere6044, #NotThere6045, #NotThere6046, #NotThere6047, #NotThere6048, #NotThere6049, #NotThere6050, #NotThere6051, #NotThere6052, #NotThere6053, #NotThere6054, #NotThere6055, #NotThere6056, #NotThere6057, #NotThere6058, #NotThere6059, #NotThere6060, #NotThere6061, #NotThere6062, #NotThere6063, #NotThere6064, #NotThere6065, #NotThere6066, #NotThere6067, #NotThere6068, #NotThere6069, #NotThere607
 0, #NotThere6071, #NotThere6072, #NotThere6073, #NotThere6074, #NotThere6075, #NotThere6076, #NotThere6077, #NotThere6078, #NotThere6079, #NotThere6080, #NotThere6081, #NotThere6082, #NotThere6083, #NotThere6084, #NotThere6085, #NotThere6086, #NotThere6087, #NotThere6088, #NotThere6089, #NotThere6090, #NotThere6091, #NotThere6092, #NotThere6093, #NotThere6094, #NotThere6095, #NotThere6096, #NotThere6097, #NotThere6098, #NotThere6099, #NotThere6100, #NotThere6101, #NotThere6102, #NotThere6103, #NotThere6104, #NotThere6105, #NotThere6106, #NotThere6107, #NotThere6108, #NotThere6109, #NotThere6110, #NotThere6111, #NotThere6112, #NotThere6113, #NotThere6114, #NotThere6115, #NotThere6116, #NotThere6117, #NotThere6118, #NotThere6119, #NotThere6120, #NotThere6121, #NotThere6122, #NotThere6123, #NotThere6124, #NotThere6125, #NotThere6126, #NotThere6127, #NotThere6128, #NotThere6129, #NotThere6130, #NotThere6131, #NotThere6132, #NotThere6133, #NotThere6134, #NotThere6135, #NotThere61
 36, #NotThere6137, #NotThere6138, #NotThere6139, #NotThere6140, #NotThere6141, #NotThere6142, #NotThere6143, #NotThere6144, #NotThere6145, #NotThere6146, #NotThere6147, #NotThere6148, #NotThere6149, #NotThere6150, #NotThere6151, #NotThere6152, #NotThere6153, #NotThere6154, #NotThere6155, #NotThere6156, #NotThere6157, #NotThere6158, #NotThere6159, #NotThere6160, #NotThere6161, #NotThere6162, #NotThere6163, #NotThere6164, #NotThere6165, #NotThere6166, #NotThere6167, #NotThere6168, #NotThere6169, #NotThere6170, #NotThere6171, #NotThere6172, #NotThere6173, #NotThere6174, #NotThere6175, #NotThere6176, #NotThere6177, #NotThere6178, #NotThere6179, #NotThere6180, #NotThere6181, #NotThere6182, #NotThere6183, #NotThere6184, #NotThere6185, #NotThere6186, #NotThere6187, #NotThere6188, #NotThere6189, #NotThere6190, #NotThere6191, #NotThere6192, #NotThere6193, #NotThere6194, #NotThere6195, #NotThere6196, #NotThere6197, #NotThere6198, #NotThere6199, #NotThere6200, #NotThere6201, #NotThere6
 202, #NotThere6203, #NotThere6204, #NotThere6205, #NotThere6206, #NotThere6207, #NotThere6208, #NotThere6209, #NotThere6210, #NotThere6211, #NotThere6212, #NotThere6213, #NotThere6214, #NotThere6215, #NotThere6216, #NotThere6217, #NotThere6218, #NotThere6219, #NotThere6220, #NotThere6221, #NotThere6222, #NotThere6223, #NotThere6224, #NotThere6225, #NotThere6226, #NotThere6227, #NotThere6228, #NotThere6229, #NotThere6230, #NotThere6231, #NotThere6232, #NotThere6233, #NotThere6234, #NotThere6235, #NotThere6236, #NotThere6237, #NotThere6238, #NotThere6239, #NotThere6240, #NotThere6241, #NotThere6242, #NotThere6243, #NotThere6244, #NotThere6245, #NotThere6246, #NotThere6247, #NotThere6248, #NotThere6249, #NotThere6250, #NotThere6251, #NotThere6252, #NotThere6253, #NotThere6254, #NotThere6255, #NotThere6256, #NotThere6257, #NotThere6258, #NotThere6259, #NotThere6260, #NotThere6261, #NotThere6262, #NotThere6263, #NotThere6264, #NotThere6265, #NotThere6266, #NotThere6267, #NotThere
 6268, #NotThere6269, #NotThere6270, #NotThere6271, #NotThere6272, #NotThere6273, #NotThere6274, #NotThere6275, #NotThere6276, #NotThere6277, #NotThere6278, #NotThere6279, #NotThere6280, #NotThere6281, #NotThere6282, #NotThere6283, #NotThere6284, #NotThere6285, #NotThere6286, #NotThere6287, #NotThere6288, #NotThere6289, #NotThere6290, #NotThere6291, #NotThere6292, #NotThere6293, #NotThere6294, #NotThere6295, #NotThere6296, #NotThere6297, #NotThere6298, #NotThere6299, #NotThere6300, #NotThere6301, #NotThere6302, #NotThere6303, #NotThere6304, #NotThere6305, #NotThere6306, #NotThere6307, #NotThere6308, #NotThere6309, #NotThere6310, #NotThere6311, #NotThere6312, #NotThere6313, #NotThere6314, #NotThere6315, #NotThere6316, #NotThere6317, #NotThere6318, #NotThere6319, #NotThere6320, #NotThere6321, #NotThere6322, #NotThere6323, #NotThere6324, #NotThere6325, #NotThere6326, #NotThere6327, #NotThere6328, #NotThere6329, #NotThere6330, #NotThere6331, #NotThere6332, #NotThere6333, #NotTher
 e6334, #NotThere6335, #NotThere6336, #NotThere6337, #NotThere6338, #NotThere6339, #NotThere6340, #NotThere6341, #NotThere6342, #NotThere6343, #NotThere6344, #NotThere6345, #NotThere6346, #NotThere6347, #NotThere6348, #NotThere6349, #NotThere6350, #NotThere6351, #NotThere6352, #NotThere6353, #NotThere6354, #NotThere6355, #NotThere6356, #NotThere6357, #NotThere6358, #NotThere6359, #NotThere6360, #NotThere6361, #NotThere6362, #NotThere6363, #NotThere6364, #NotThere6365, #NotThere6366, #NotThere6367, #NotThere6368, #NotThere6369, #NotThere6370, #NotThere6371, #NotThere6372, #NotThere6373, #NotThere6374, #NotThere6375, #NotThere6376, #NotThere6377, #NotThere6378, #NotThere6379, #NotThere6380, #NotThere6381, #NotThere6382, #NotThere6383, #NotThere6384, #NotThere6385, #NotThere6386, #NotThere6387, #NotThere6388, #NotThere6389, #NotThere6390, #NotThere6391, #NotThere6392, #NotThere6393, #NotThere6394, #NotThere6395, #NotThere6396, #NotThere6397, #NotThere6398, #NotThere6399, #NotThe
 re6400, #NotThere6401, #NotThere6402, #NotThere6403, #NotThere6404, #NotThere6405, #NotThere6406, #NotThere6407, #NotThere6408, #NotThere6409, #NotThere6410, #NotThere6411, #NotThere6412, #NotThere6413, #NotThere6414, #NotThere6415, #NotThere6416, #NotThere6417, #NotThere6418, #NotThere6419, #NotThere6420, #NotThere6421, #NotThere6422, #NotThere6423, #NotThere6424, #NotThere6425, #NotThere6426, #NotThere6427, #NotThere6428, #NotThere6429, #NotThere6430, #NotThere6431, #NotThere6432, #NotThere6433, #NotThere6434, #NotThere6435, #NotThere6436, #NotThere6437, #NotThere6438, #NotThere6439, #NotThere6440, #NotThere6441, #NotThere6442, #NotThere6443, #NotThere6444, #NotThere6445, #NotThere6446, #NotThere6447, #NotThere6448, #NotThere6449, #NotThere6450, #NotThere6451, #NotThere6452, #NotThere6453, #NotThere6454, #NotThere6455, #NotThere6456, #NotThere6457, #NotThere6458, #NotThere6459, #NotThere6460, #NotThere6461, #NotThere6462, #NotThere6463, #NotThere6464, #NotThere6465, #NotTh
 ere6466, #NotThere6467, #NotThere6468, #NotThere6469, #NotThere6470, #NotThere6471, #NotThere6472, #NotThere6473, #NotThere6474, #NotThere6475, #NotThere6476, #NotThere6477, #NotThere6478, #NotThere6479, #NotThere6480, #NotThere6481, #NotThere6482, #NotThere6483, #NotThere6484, #NotThere6485, #NotThere6486, #NotThere6487, #NotThere6488, #NotThere6489, #NotThere6490, #NotThere6491, #NotThere6492, #NotThere6493, #NotThere6494, #NotThere6495, #NotThere6496, #NotThere6497, #NotThere6498, #NotThere6499, #NotThere6500, #NotThere6501, #NotThere6502, #NotThere6503, #NotThere6504, #NotThere6505, #NotThere6506, #NotThere6507, #NotThere6508, #NotThere6509, #NotThere6510, #NotThere6511, #NotThere6512, #NotThere6513, #NotThere6514, #NotThere6515, #NotThere6516, #NotThere6517, #NotThere6518, #NotThere6519, #NotThere6520, #NotThere6521, #NotThere6522, #NotThere6523, #NotThere6524, #NotThere6525, #NotThere6526, #NotThere6527, #NotThere6528, #NotThere6529, #NotThere6530, #NotThere6531, #NotT
 here6532, #NotThere6533, #NotThere6534, #NotThere6535, #NotThere6536, #NotThere6537, #NotThere6538, #NotThere6539, #NotThere6540, #NotThere6541, #NotThere6542, #NotThere6543, #NotThere6544, #NotThere6545, #NotThere6546, #NotThere6547, #NotThere6548, #NotThere6549, #NotThere6550, #NotThere6551, #NotThere6552, #NotThere6553, #NotThere6554, #NotThere6555, #NotThere6556, #NotThere6557, #NotThere6558, #NotThere6559, #NotThere6560, #NotThere6561, #NotThere6562, #NotThere6563, #NotThere6564, #NotThere6565, #NotThere6566, #NotThere6567, #NotThere6568, #NotThere6569, #NotThere6570, #NotThere6571, #NotThere6572, #NotThere6573, #NotThere6574, #NotThere6575, #NotThere6576, #NotThere6577, #NotThere6578, #NotThere6579, #NotThere6580, #NotThere6581, #NotThere6582, #NotThere6583, #NotThere6584, #NotThere6585, #NotThere6586, #NotThere6587, #NotThere6588, #NotThere6589, #NotThere6590, #NotThere6591, #NotThere6592, #NotThere6593, #NotThere6594, #NotThere6595, #NotThere6596, #NotThere6597, #Not
 There6598, #NotThere6599, #NotThere6600, #NotThere6601, #NotThere6602, #NotThere6603, #NotThere6604, #NotThere6605, #NotThere6606, #NotThere6607, #NotThere6608, #NotThere6609, #NotThere6610, #NotThere6611, #NotThere6612, #NotThere6613, #NotThere6614, #NotThere6615, #NotThere6616, #NotThere6617, #NotThere6618, #NotThere6619, #NotThere6620, #NotThere6621, #NotThere6622, #NotThere6623, #NotThere6624, #NotThere6625, #NotThere6626, #NotThere6627, #NotThere6628, #NotThere6629, #NotThere6630, #NotThere6631, #NotThere6632, #NotThere6633, #NotThere6634, #NotThere6635, #NotThere6636, #NotThere6637, #NotThere6638, #NotThere6639, #NotThere6640, #NotThere6641, #NotThere6642, #NotThere6643, #NotThere6644, #NotThere6645, #NotThere6646, #NotThere6647, #NotThere6648, #NotThere6649, #NotThere6650, #NotThere6651, #NotThere6652, #NotThere6653, #NotThere6654, #NotThere6655, #NotThere6656, #NotThere6657, #NotThere6658, #NotThere6659, #NotThere6660, #NotThere6661, #NotThere6662, #NotThere6663, #No
 tThere6664, #NotThere6665, #NotThere6666, #NotThere6667, #NotThere6668, #NotThere6669, #NotThere6670, #NotThere6671, #NotThere6672, #NotThere6673, #NotThere6674, #NotThere6675, #NotThere6676, #NotThere6677, #NotThere6678, #NotThere6679, #NotThere6680, #NotThere6681, #NotThere6682, #NotThere6683, #NotThere6684, #NotThere6685, #NotThere6686, #NotThere6687, #NotThere6688, #NotThere6689, #NotThere6690, #NotThere6691, #NotThere6692, #NotThere6693, #NotThere6694, #NotThere6695, #NotThere6696, #NotThere6697, #NotThere6698, #NotThere6699, #NotThere6700, #NotThere6701, #NotThere6702, #NotThere6703, #NotThere6704, #NotThere6705, #NotThere6706, #NotThere6707, #NotThere6708, #NotThere6709, #NotThere6710, #NotThere6711, #NotThere6712, #NotThere6713, #NotThere6714, #NotThere6715, #NotThere6716, #NotThere6717, #NotThere6718, #NotThere6719, #NotThere6720, #NotThere6721, #NotThere6722, #NotThere6723, #NotThere6724, #NotThere6725, #NotThere6726, #NotThere6727, #NotThere6728, #NotThere6729, #N
 otThere6730, #NotThere6731, #NotThere6732, #NotThere6733, #NotThere6734, #NotThere6735, #NotThere6736, #NotThere6737, #NotThere6738, #NotThere6739, #NotThere6740, #NotThere6741, #NotThere6742, #NotThere6743, #NotThere6744, #NotThere6745, #NotThere6746, #NotThere6747, #NotThere6748, #NotThere6749, #NotThere6750, #NotThere6751, #NotThere6752, #NotThere6753, #NotThere6754, #NotThere6755, #NotThere6756, #NotThere6757, #NotThere6758, #NotThere6759, #NotThere6760, #NotThere6761, #NotThere6762, #NotThere6763, #NotThere6764, #NotThere6765, #NotThere6766, #NotThere6767, #NotThere6768, #NotThere6769, #NotThere6770, #NotThere6771, #NotThere6772, #NotThere6773, #NotThere6774, #NotThere6775, #NotThere6776, #NotThere6777, #NotThere6778, #NotThere6779, #NotThere6780, #NotThere6781, #NotThere6782, #NotThere6783, #NotThere6784, #NotThere6785, #NotThere6786, #NotThere6787, #NotThere6788, #NotThere6789, #NotThere6790, #NotThere6791, #NotThere6792, #NotThere6793, #NotThere6794, #NotThere6795, #
 NotThere6796, #NotThere6797, #NotThere6798, #NotThere6799, #NotThere6800, #NotThere6801, #NotThere6802, #NotThere6803, #NotThere6804, #NotThere6805, #NotThere6806, #NotThere6807, #NotThere6808, #NotThere6809, #NotThere6810, #NotThere6811, #NotThere6812, #NotThere6813, #NotThere6814, #NotThere6815, #NotThere6816, #NotThere6817, #NotThere6818, #NotThere6819, #NotThere6820, #NotThere6821, #NotThere6822, #NotThere6823, #NotThere6824, #NotThere6825, #NotThere6826, #NotThere6827, #NotThere6828, #NotThere6829, #NotThere6830, #NotThere6831, #NotThere6832, #NotThere6833, #NotThere6834, #NotThere6835, #NotThere6836, #NotThere6837, #NotThere6838, #NotThere6839, #NotThere6840, #NotThere6841, #NotThere6842, #NotThere6843, #NotThere6844, #NotThere6845, #NotThere6846, #NotThere6847, #NotThere6848, #NotThere6849, #NotThere6850, #NotThere6851, #NotThere6852, #NotThere6853, #NotThere6854, #NotThere6855, #NotThere6856, #NotThere6857, #NotThere6858, #NotThere6859, #NotThere6860, #NotThere6861, 
 #NotThere6862, #NotThere6863, #NotThere6864, #NotThere6865, #NotThere6866, #NotThere6867, #NotThere6868, #NotThere6869, #NotThere6870, #NotThere6871, #NotThere6872, #NotThere6873, #NotThere6874, #NotThere6875, #NotThere6876, #NotThere6877, #NotThere6878, #NotThere6879, #NotThere6880, #NotThere6881, #NotThere6882, #NotThere6883, #NotThere6884, #NotThere6885, #NotThere6886, #NotThere6887, #NotThere6888, #NotThere6889, #NotThere6890, #NotThere6891, #NotThere6892, #NotThere6893, #NotThere6894, #NotThere6895, #NotThere6896, #NotThere6897, #NotThere6898, #NotThere6899, #NotThere6900, #NotThere6901, #NotThere6902, #NotThere6903, #NotThere6904, #NotThere6905, #NotThere6906, #NotThere6907, #NotThere6908, #NotThere6909, #NotThere6910, #NotThere6911, #NotThere6912, #NotThere6913, #NotThere6914, #NotThere6915, #NotThere6916, #NotThere6917, #NotThere6918, #NotThere6919, #NotThere6920, #NotThere6921, #NotThere6922, #NotThere6923, #NotThere6924, #NotThere6925, #NotThere6926, #NotThere6927,
  #NotThere6928, #NotThere6929, #NotThere6930, #NotThere6931, #NotThere6932, #NotThere6933, #NotThere6934, #NotThere6935, #NotThere6936, #NotThere6937, #NotThere6938, #NotThere6939, #NotThere6940, #NotThere6941, #NotThere6942, #NotThere6943, #NotThere6944, #NotThere6945, #NotThere6946, #NotThere6947, #NotThere6948, #NotThere6949, #NotThere6950, #NotThere6951, #NotThere6952, #NotThere6953, #NotThere6954, #NotThere6955, #NotThere6956, #NotThere6957, #NotThere6958, #NotThere6959, #NotThere6960, #NotThere6961, #NotThere6962, #NotThere6963, #NotThere6964, #NotThere6965, #NotThere6966, #NotThere6967, #NotThere6968, #NotThere6969, #NotThere6970, #NotThere6971, #NotThere6972, #NotThere6973, #NotThere6974, #NotThere6975, #NotThere6976, #NotThere6977, #NotThere6978, #NotThere6979, #NotThere6980, #NotThere6981, #NotThere6982, #NotThere6983, #NotThere6984, #NotThere6985, #NotThere6986, #NotThere6987, #NotThere6988, #NotThere6989, #NotThere6990, #NotThere6991, #NotThere6992, #NotThere6993
 , #NotThere6994, #NotThere6995, #NotThere6996, #NotThere6997, #NotThere6998, #NotThere6999, #NotThere7000, #NotThere7001, #NotThere7002, #NotThere7003, #NotThere7004, #NotThere7005, #NotThere7006, #NotThere7007, #NotThere7008, #NotThere7009, #NotThere7010, #NotThere7011, #NotThere7012, #NotThere7013, #NotThere7014, #NotThere7015, #NotThere7016, #NotThere7017, #NotThere7018, #NotThere7019, #NotThere7020, #NotThere7021, #NotThere7022, #NotThere7023, #NotThere7024, #NotThere7025, #NotThere7026, #NotThere7027, #NotThere7028, #NotThere7029, #NotThere7030, #NotThere7031, #NotThere7032, #NotThere7033, #NotThere7034, #NotThere7035, #NotThere7036, #NotThere7037, #NotThere7038, #NotThere7039, #NotThere7040, #NotThere7041, #NotThere7042, #NotThere7043, #NotThere7044, #NotThere7045, #NotThere7046, #NotThere7047, #NotThere7048, #NotThere7049, #NotThere7050, #NotThere7051, #NotThere7052, #NotThere7053, #NotThere7054, #NotThere7055, #NotThere7056, #NotThere7057, #NotThere7058, #NotThere705
 9, #NotThere7060, #NotThere7061, #NotThere7062, #NotThere7063, #NotThere7064, #NotThere7065, #NotThere7066, #NotThere7067, #NotThere7068, #NotThere7069, #NotThere7070, #NotThere7071, #NotThere7072, #NotThere7073, #NotThere7074, #NotThere7075, #NotThere7076, #NotThere7077, #NotThere7078, #NotThere7079, #NotThere7080, #NotThere7081, #NotThere7082, #NotThere7083, #NotThere7084, #NotThere7085, #NotThere7086, #NotThere7087, #NotThere7088, #NotThere7089, #NotThere7090, #NotThere7091, #NotThere7092, #NotThere7093, #NotThere7094, #NotThere7095, #NotThere7096, #NotThere7097, #NotThere7098, #NotThere7099, #NotThere7100, #NotThere7101, #NotThere7102, #NotThere7103, #NotThere7104, #NotThere7105, #NotThere7106, #NotThere7107, #NotThere7108, #NotThere7109, #NotThere7110, #NotThere7111, #NotThere7112, #NotThere7113, #NotThere7114, #NotThere7115, #NotThere7116, #NotThere7117, #NotThere7118, #NotThere7119, #NotThere7120, #NotThere7121, #NotThere7122, #NotThere7123, #NotThere7124, #NotThere71
 25, #NotThere7126, #NotThere7127, #NotThere7128, #NotThere7129, #NotThere7130, #NotThere7131, #NotThere7132, #NotThere7133, #NotThere7134, #NotThere7135, #NotThere7136, #NotThere7137, #NotThere7138, #NotThere7139, #NotThere7140, #NotThere7141, #NotThere7142, #NotThere7143, #NotThere7144, #NotThere7145, #NotThere7146, #NotThere7147, #NotThere7148, #NotThere7149, #NotThere7150, #NotThere7151, #NotThere7152, #NotThere7153, #NotThere7154, #NotThere7155, #NotThere7156, #NotThere7157, #NotThere7158, #NotThere7159, #NotThere7160, #NotThere7161, #NotThere7162, #NotThere7163, #NotThere7164, #NotThere7165, #NotThere7166, #NotThere7167, #NotThere7168, #NotThere7169, #NotThere7170, #NotThere7171, #NotThere7172, #NotThere7173, #NotThere7174, #NotThere7175, #NotThere7176, #NotThere7177, #NotThere7178, #NotThere7179, #NotThere7180, #NotThere7181, #NotThere7182, #NotThere7183, #NotThere7184, #NotThere7185, #NotThere7186, #NotThere7187, #NotThere7188, #NotThere7189, #NotThere7190, #NotThere7
 191, #NotThere7192, #NotThere7193, #NotThere7194, #NotThere7195, #NotThere7196, #NotThere7197, #NotThere7198, #NotThere7199, #NotThere7200, #NotThere7201, #NotThere7202, #NotThere7203, #NotThere7204, #NotThere7205, #NotThere7206, #NotThere7207, #NotThere7208, #NotThere7209, #NotThere7210, #NotThere7211, #NotThere7212, #NotThere7213, #NotThere7214, #NotThere7215, #NotThere7216, #NotThere7217, #NotThere7218, #NotThere7219, #NotThere7220, #NotThere7221, #NotThere7222, #NotThere7223, #NotThere7224, #NotThere7225, #NotThere7226, #NotThere7227, #NotThere7228, #NotThere7229, #NotThere7230, #NotThere7231, #NotThere7232, #NotThere7233, #NotThere7234, #NotThere7235, #NotThere7236, #NotThere7237, #NotThere7238, #NotThere7239, #NotThere7240, #NotThere7241, #NotThere7242, #NotThere7243, #NotThere7244, #NotThere7245, #NotThere7246, #NotThere7247, #NotThere7248, #NotThere7249, #NotThere7250, #NotThere7251, #NotThere7252, #NotThere7253, #NotThere7254, #NotThere7255, #NotThere7256, #NotThere
 7257, #NotThere7258, #NotThere7259, #NotThere7260, #NotThere7261, #NotThere7262, #NotThere7263, #NotThere7264, #NotThere7265, #NotThere7266, #NotThere7267, #NotThere7268, #NotThere7269, #NotThere7270, #NotThere7271, #NotThere7272, #NotThere7273, #NotThere7274, #NotThere7275, #NotThere7276, #NotThere7277, #NotThere7278, #NotThere7279, #NotThere7280, #NotThere7281, #NotThere7282, #NotThere7283, #NotThere7284, #NotThere7285, #NotThere7286, #NotThere7287, #NotThere7288, #NotThere7289, #NotThere7290, #NotThere7291, #NotThere7292, #NotThere7293, #NotThere7294, #NotThere7295, #NotThere7296, #NotThere7297, #NotThere7298, #NotThere7299, #NotThere7300, #NotThere7301, #NotThere7302, #NotThere7303, #NotThere7304, #NotThere7305, #NotThere7306, #NotThere7307, #NotThere7308, #NotThere7309, #NotThere7310, #NotThere7311, #NotThere7312, #NotThere7313, #NotThere7314, #NotThere7315, #NotThere7316, #NotThere7317, #NotThere7318, #NotThere7319, #NotThere7320, #NotThere7321, #NotThere7322, #NotTher
 e7323, #NotThere7324, #NotThere7325, #NotThere7326, #NotThere7327, #NotThere7328, #NotThere7329, #NotThere7330, #NotThere7331, #NotThere7332, #NotThere7333, #NotThere7334, #NotThere7335, #NotThere7336, #NotThere7337, #NotThere7338, #NotThere7339, #NotThere7340, #NotThere7341, #NotThere7342, #NotThere7343, #NotThere7344, #NotThere7345, #NotThere7346, #NotThere7347, #NotThere7348, #NotThere7349, #NotThere7350, #NotThere7351, #NotThere7352, #NotThere7353, #NotThere7354, #NotThere7355, #NotThere7356, #NotThere7357, #NotThere7358, #NotThere7359, #NotThere7360, #NotThere7361, #NotThere7362, #NotThere7363, #NotThere7364, #NotThere7365, #NotThere7366, #NotThere7367, #NotThere7368, #NotThere7369, #NotThere7370, #NotThere7371, #NotThere7372, #NotThere7373, #NotThere7374, #NotThere7375, #NotThere7376, #NotThere7377, #NotThere7378, #NotThere7379, #NotThere7380, #NotThere7381, #NotThere7382, #NotThere7383, #NotThere7384, #NotThere7385, #NotThere7386, #NotThere7387, #NotThere7388, #NotThe
 re7389, #NotThere7390, #NotThere7391, #NotThere7392, #NotThere7393, #NotThere7394, #NotThere7395, #NotThere7396, #NotThere7397, #NotThere7398, #NotThere7399, #NotThere7400, #NotThere7401, #NotThere7402, #NotThere7403, #NotThere7404, #NotThere7405, #NotThere7406, #NotThere7407, #NotThere7408, #NotThere7409, #NotThere7410, #NotThere7411, #NotThere7412, #NotThere7413, #NotThere7414, #NotThere7415, #NotThere7416, #NotThere7417, #NotThere7418, #NotThere7419, #NotThere7420, #NotThere7421, #NotThere7422, #NotThere7423, #NotThere7424, #NotThere7425, #NotThere7426, #NotThere7427, #NotThere7428, #NotThere7429, #NotThere7430, #NotThere7431, #NotThere7432, #NotThere7433, #NotThere7434, #NotThere7435, #NotThere7436, #NotThere7437, #NotThere7438, #NotThere7439, #NotThere7440, #NotThere7441, #NotThere7442, #NotThere7443, #NotThere7444, #NotThere7445, #NotThere7446, #NotThere7447, #NotThere7448, #NotThere7449, #NotThere7450, #NotThere7451, #NotThere7452, #NotThere7453, #NotThere7454, #NotTh
 ere7455, #NotThere7456, #NotThere7457, #NotThere7458, #NotThere7459, #NotThere7460, #NotThere7461, #NotThere7462, #NotThere7463, #NotThere7464, #NotThere7465, #NotThere7466, #NotThere7467, #NotThere7468, #NotThere7469, #NotThere7470, #NotThere7471, #NotThere7472, #NotThere7473, #NotThere7474, #NotThere7475, #NotThere7476, #NotThere7477, #NotThere7478, #NotThere7479, #NotThere7480, #NotThere7481, #NotThere7482, #NotThere7483, #NotThere7484, #NotThere7485, #NotThere7486, #NotThere7487, #NotThere7488, #NotThere7489, #NotThere7490, #NotThere7491, #NotThere7492, #NotThere7493, #NotThere7494, #NotThere7495, #NotThere7496, #NotThere7497, #NotThere7498, #NotThere7499, #NotThere7500, #NotThere7501, #NotThere7502, #NotThere7503, #NotThere7504, #NotThere7505, #NotThere7506, #NotThere7507, #NotThere7508, #NotThere7509, #NotThere7510, #NotThere7511, #NotThere7512, #NotThere7513, #NotThere7514, #NotThere7515, #NotThere7516, #NotThere7517, #NotThere7518, #NotThere7519, #NotThere7520, #NotT
 here7521, #NotThere7522, #NotThere7523, #NotThere7524, #NotThere7525, #NotThere7526, #NotThere7527, #NotThere7528, #NotThere7529, #NotThere7530, #NotThere7531, #NotThere7532, #NotThere7533, #NotThere7534, #NotThere7535, #NotThere7536, #NotThere7537, #NotThere7538, #NotThere7539, #NotThere7540, #NotThere7541, #NotThere7542, #NotThere7543, #NotThere7544, #NotThere7545, #NotThere7546, #NotThere7547, #NotThere7548, #NotThere7549, #NotThere7550, #NotThere7551, #NotThere7552, #NotThere7553, #NotThere7554, #NotThere7555, #NotThere7556, #NotThere7557, #NotThere7558, #NotThere7559, #NotThere7560, #NotThere7561, #NotThere7562, #NotThere7563, #NotThere7564, #NotThere7565, #NotThere7566, #NotThere7567, #NotThere7568, #NotThere7569, #NotThere7570, #NotThere7571, #NotThere7572, #NotThere7573, #NotThere7574, #NotThere7575, #NotThere7576, #NotThere7577, #NotThere7578, #NotThere7579, #NotThere7580, #NotThere7581, #NotThere7582, #NotThere7583, #NotThere7584, #NotThere7585, #NotThere7586, #Not
 There7587, #NotThere7588, #NotThere7589, #NotThere7590, #NotThere7591, #NotThere7592, #NotThere7593, #NotThere7594, #NotThere7595, #NotThere7596, #NotThere7597, #NotThere7598, #NotThere7599, #NotThere7600, #NotThere7601, #NotThere7602, #NotThere7603, #NotThere7604, #NotThere7605, #NotThere7606, #NotThere7607, #NotThere7608, #NotThere7609, #NotThere7610, #NotThere7611, #NotThere7612, #NotThere7613, #NotThere7614, #NotThere7615, #NotThere7616, #NotThere7617, #NotThere7618, #NotThere7619, #NotThere7620, #NotThere7621, #NotThere7622, #NotThere7623, #NotThere7624, #NotThere7625, #NotThere7626, #NotThere7627, #NotThere7628, #NotThere7629, #NotThere7630, #NotThere7631, #NotThere7632, #NotThere7633, #NotThere7634, #NotThere7635, #NotThere7636, #NotThere7637, #NotThere7638, #NotThere7639, #NotThere7640, #NotThere7641, #NotThere7642, #NotThere7643, #NotThere7644, #NotThere7645, #NotThere7646, #NotThere7647, #NotThere7648, #NotThere7649, #NotThere7650, #NotThere7651, #NotThere7652, #No
 tThere7653, #NotThere7654, #NotThere7655, #NotThere7656, #NotThere7657, #NotThere7658, #NotThere7659, #NotThere7660, #NotThere7661, #NotThere7662, #NotThere7663, #NotThere7664, #NotThere7665, #NotThere7666, #NotThere7667, #NotThere7668, #NotThere7669, #NotThere7670, #NotThere7671, #NotThere7672, #NotThere7673, #NotThere7674, #NotThere7675, #NotThere7676, #NotThere7677, #NotThere7678, #NotThere7679, #NotThere7680, #NotThere7681, #NotThere7682, #NotThere7683, #NotThere7684, #NotThere7685, #NotThere7686, #NotThere7687, #NotThere7688, #NotThere7689, #NotThere7690, #NotThere7691, #NotThere7692, #NotThere7693, #NotThere7694, #NotThere7695, #NotThere7696, #NotThere7697, #NotThere7698, #NotThere7699, #NotThere7700, #NotThere7701, #NotThere7702, #NotThere7703, #NotThere7704, #NotThere7705, #NotThere7706, #NotThere7707, #NotThere7708, #NotThere7709, #NotThere7710, #NotThere7711, #NotThere7712, #NotThere7713, #NotThere7714, #NotThere7715, #NotThere7716, #NotThere7717, #NotThere7718, #N
 otThere7719, #NotThere7720, #NotThere7721, #NotThere7722, #NotThere7723, #NotThere7724, #NotThere7725, #NotThere7726, #NotThere7727, #NotThere7728, #NotThere7729, #NotThere7730, #NotThere7731, #NotThere7732, #NotThere7733, #NotThere7734, #NotThere7735, #NotThere7736, #NotThere7737, #NotThere7738, #NotThere7739, #NotThere7740, #NotThere7741, #NotThere7742, #NotThere7743, #NotThere7744, #NotThere7745, #NotThere7746, #NotThere7747, #NotThere7748, #NotThere7749, #NotThere7750, #NotThere7751, #NotThere7752, #NotThere7753, #NotThere7754, #NotThere7755, #NotThere7756, #NotThere7757, #NotThere7758, #NotThere7759, #NotThere7760, #NotThere7761, #NotThere7762, #NotThere7763, #NotThere7764, #NotThere7765, #NotThere7766, #NotThere7767, #NotThere7768, #NotThere7769, #NotThere7770, #NotThere7771, #NotThere7772, #NotThere7773, #NotThere7774, #NotThere7775, #NotThere7776, #NotThere7777, #NotThere7778, #NotThere7779, #NotThere7780, #NotThere7781, #NotThere7782, #NotThere7783, #NotThere7784, #
 NotThere7785, #NotThere7786, #NotThere7787, #NotThere7788, #NotThere7789, #NotThere7790, #NotThere7791, #NotThere7792, #NotThere7793, #NotThere7794, #NotThere7795, #NotThere7796, #NotThere7797, #NotThere7798, #NotThere7799, #NotThere7800, #NotThere7801, #NotThere7802, #NotThere7803, #NotThere7804, #NotThere7805, #NotThere7806, #NotThere7807, #NotThere7808, #NotThere7809, #NotThere7810, #NotThere7811, #NotThere7812, #NotThere7813, #NotThere7814, #NotThere7815, #NotThere7816, #NotThere7817, #NotThere7818, #NotThere7819, #NotThere7820, #NotThere7821, #NotThere7822, #NotThere7823, #NotThere7824, #NotThere7825, #NotThere7826, #NotThere7827, #NotThere7828, #NotThere7829, #NotThere7830, #NotThere7831, #NotThere7832, #NotThere7833, #NotThere7834, #NotThere7835, #NotThere7836, #NotThere7837, #NotThere7838, #NotThere7839, #NotThere7840, #NotThere7841, #NotThere7842, #NotThere7843, #NotThere7844, #NotThere7845, #NotThere7846, #NotThere7847, #NotThere7848, #NotThere7849, #NotThere7850, 
 #NotThere7851, #NotThere7852, #NotThere7853, #NotThere7854, #NotThere7855, #NotThere7856, #NotThere7857, #NotThere7858, #NotThere7859, #NotThere7860, #NotThere7861, #NotThere7862, #NotThere7863, #NotThere7864, #NotThere7865, #NotThere7866, #NotThere7867, #NotThere7868, #NotThere7869, #NotThere7870, #NotThere7871, #NotThere7872, #NotThere7873, #NotThere7874, #NotThere7875, #NotThere7876, #NotThere7877, #NotThere7878, #NotThere7879, #NotThere7880, #NotThere7881, #NotThere7882, #NotThere7883, #NotThere7884, #NotThere7885, #NotThere7886, #NotThere7887, #NotThere7888, #NotThere7889, #NotThere7890, #NotThere7891, #NotThere7892, #NotThere7893, #NotThere7894, #NotThere7895, #NotThere7896, #NotThere7897, #NotThere7898, #NotThere7899, #NotThere7900, #NotThere7901, #NotThere7902, #NotThere7903, #NotThere7904, #NotThere7905, #NotThere7906, #NotThere7907, #NotThere7908, #NotThere7909, #NotThere7910, #NotThere7911, #NotThere7912, #NotThere7913, #NotThere7914, #NotThere7915, #NotThere7916,
  #NotThere7917, #NotThere7918, #NotThere7919, #NotThere7920, #NotThere7921, #NotThere7922, #NotThere7923, #NotThere7924, #NotThere7925, #NotThere7926, #NotThere7927, #NotThere7928, #NotThere7929, #NotThere7930, #NotThere7931, #NotThere7932, #NotThere7933, #NotThere7934, #NotThere7935, #NotThere7936, #NotThere7937, #NotThere7938, #NotThere7939, #NotThere7940, #NotThere7941, #NotThere7942, #NotThere7943, #NotThere7944, #NotThere7945, #NotThere7946, #NotThere7947, #NotThere7948, #NotThere7949, #NotThere7950, #NotThere7951, #NotThere7952, #NotThere7953, #NotThere7954, #NotThere7955, #NotThere7956, #NotThere7957, #NotThere7958, #NotThere7959, #NotThere7960, #NotThere7961, #NotThere7962, #NotThere7963, #NotThere7964, #NotThere7965, #NotThere7966, #NotThere7967, #NotThere7968, #NotThere7969, #NotThere7970, #NotThere7971, #NotThere7972, #NotThere7973, #NotThere7974, #NotThere7975, #NotThere7976, #NotThere7977, #NotThere7978, #NotThere7979, #NotThere7980, #NotThere7981, #NotThere7982
 , #NotThere7983, #NotThere7984, #NotThere7985, #NotThere7986, #NotThere7987, #NotThere7988, #NotThere7989, #NotThere7990, #NotThere7991, #NotThere7992, #NotThere7993, #NotThere7994, #NotThere7995, #NotThere7996, #NotThere7997, #NotThere7998, #NotThere7999, #NotThere8000, #NotThere8001, #NotThere8002, #NotThere8003, #NotThere8004, #NotThere8005, #NotThere8006, #NotThere8007, #NotThere8008, #NotThere8009, #NotThere8010, #NotThere8011, #NotThere8012, #NotThere8013, #NotThere8014, #NotThere8015, #NotThere8016, #NotThere8017, #NotThere8018, #NotThere8019, #NotThere8020, #NotThere8021, #NotThere8022, #NotThere8023, #NotThere8024, #NotThere8025, #NotThere8026, #NotThere8027, #NotThere8028, #NotThere8029, #NotThere8030, #NotThere8031, #NotThere8032, #NotThere8033, #NotThere8034, #NotThere8035, #NotThere8036, #NotThere8037, #NotThere8038, #NotThere8039, #NotThere8040, #NotThere8041, #NotThere8042, #NotThere8043, #NotThere8044, #NotThere8045, #NotThere8046, #NotThere8047, #NotThere804
 8, #NotThere8049, #NotThere8050, #NotThere8051, #NotThere8052, #NotThere8053, #NotThere8054, #NotThere8055, #NotThere8056, #NotThere8057, #NotThere8058, #NotThere8059, #NotThere8060, #NotThere8061, #NotThere8062, #NotThere8063, #NotThere8064, #NotThere8065, #NotThere8066, #NotThere8067, #NotThere8068, #NotThere8069, #NotThere8070, #NotThere8071, #NotThere8072, #NotThere8073, #NotThere8074, #NotThere8075, #NotThere8076, #NotThere8077, #NotThere8078, #NotThere8079, #NotThere8080, #NotThere8081, #NotThere8082, #NotThere8083, #NotThere8084, #NotThere8085, #NotThere8086, #NotThere8087, #NotThere8088, #NotThere8089, #NotThere8090, #NotThere8091, #NotThere8092, #NotThere8093, #NotThere8094, #NotThere8095, #NotThere8096, #NotThere8097, #NotThere8098, #NotThere8099, #NotThere8100, #NotThere8101, #NotThere8102, #NotThere8103, #NotThere8104, #NotThere8105, #NotThere8106, #NotThere8107, #NotThere8108, #NotThere8109, #NotThere8110, #NotThere8111, #NotThere8112, #NotThere8113, #NotThere81
 14, #NotThere8115, #NotThere8116, #NotThere8117, #NotThere8118, #NotThere8119, #NotThere8120, #NotThere8121, #NotThere8122, #NotThere8123, #NotThere8124, #NotThere8125, #NotThere8126, #NotThere8127, #NotThere8128, #NotThere8129, #NotThere8130, #NotThere8131, #NotThere8132, #NotThere8133, #NotThere8134, #NotThere8135, #NotThere8136, #NotThere8137, #NotThere8138, #NotThere8139, #NotThere8140, #NotThere8141, #NotThere8142, #NotThere8143, #NotThere8144, #NotThere8145, #NotThere8146, #NotThere8147, #NotThere8148, #NotThere8149, #NotThere8150, #NotThere8151, #NotThere8152, #NotThere8153, #NotThere8154, #NotThere8155, #NotThere8156, #NotThere8157, #NotThere8158, #NotThere8159, #NotThere8160, #NotThere8161, #NotThere8162, #NotThere8163, #NotThere8164, #NotThere8165, #NotThere8166, #NotThere8167, #NotThere8168, #NotThere8169, #NotThere8170, #NotThere8171, #NotThere8172, #NotThere8173, #NotThere8174, #NotThere8175, #NotThere8176, #NotThere8177, #NotThere8178, #NotThere8179, #NotThere8
 180, #NotThere8181, #NotThere8182, #NotThere8183, #NotThere8184, #NotThere8185, #NotThere8186, #NotThere8187, #NotThere8188, #NotThere8189, #NotThere8190, #NotThere8191, #NotThere8192, #NotThere8193, #NotThere8194 { color: rgb(4, 5, 6); }&quot;, 1); threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS document.getElementById(&quot;test-style&quot;).sheet.rules.length is 1
</span><span class="cx"> PASS getComputedStyle(document.getElementById(&quot;target1&quot;)).color is &quot;rgb(1, 2, 3)&quot;
</span><span class="cx"> PASS getComputedStyle(document.querySelector(&quot;#NotThere1.overflow&quot;)).color is &quot;rgb(1, 2, 3)&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssattributecaseinsensitivevalue1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-1-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-1-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-1-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo=bar i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo=bar i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo=bar i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -103,7 +103,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo=\&quot;bar\&quot; i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo=\&quot;bar\&quot; i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -139,7 +139,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -151,7 +151,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -163,7 +163,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo~=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo~=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo~=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo~=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo~=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -175,7 +175,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo~=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo~=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo~=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo~=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo~=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo~=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -187,7 +187,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo~=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo~=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo~=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo~=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo~=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo~=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -199,7 +199,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo~=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo~=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo~=bar i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo~=bar i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo~=bar i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo~=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -211,7 +211,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo~=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo~=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo~=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo~=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo~=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo~=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -223,7 +223,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -235,7 +235,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo~=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo~=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo~=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo~=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo~=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -247,7 +247,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo~=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo~=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo~=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo~=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo~=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo~=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -259,7 +259,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo~=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo~=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo~=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo~=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo~=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo~=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -271,7 +271,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo~=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo~=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo~=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo~=\&quot;bar\&quot; i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo~=\&quot;bar\&quot; i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo~=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -283,7 +283,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo~=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo~=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo~=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo~=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo~=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo~=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -295,7 +295,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -307,7 +307,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo|=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo|=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo|=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo|=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo|=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -319,7 +319,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo|=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo|=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo|=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo|=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo|=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo|=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -331,7 +331,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo|=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo|=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo|=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo|=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo|=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo|=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -343,7 +343,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo|=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo|=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo|=bar i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo|=bar i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo|=bar i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo|=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -355,7 +355,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo|=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo|=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo|=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo|=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo|=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo|=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -367,7 +367,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -379,7 +379,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo|=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo|=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo|=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo|=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo|=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -391,7 +391,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo|=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo|=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo|=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo|=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo|=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo|=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -403,7 +403,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo|=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo|=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo|=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo|=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo|=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo|=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -415,7 +415,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo|=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo|=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo|=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo|=\&quot;bar\&quot; i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo|=\&quot;bar\&quot; i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo|=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -427,7 +427,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo|=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo|=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo|=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo|=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo|=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo|=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -439,7 +439,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -451,7 +451,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo^=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo^=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo^=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo^=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo^=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -463,7 +463,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo^=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo^=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo^=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo^=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo^=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo^=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -475,7 +475,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo^=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo^=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo^=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo^=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo^=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo^=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -487,7 +487,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo^=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo^=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo^=bar i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo^=bar i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo^=bar i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo^=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -499,7 +499,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo^=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo^=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo^=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo^=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo^=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo^=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -511,7 +511,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -523,7 +523,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo^=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo^=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo^=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo^=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo^=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -535,7 +535,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo^=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo^=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo^=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo^=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo^=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo^=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -547,7 +547,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo^=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo^=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo^=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo^=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo^=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo^=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -559,7 +559,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo^=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo^=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo^=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo^=\&quot;bar\&quot; i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo^=\&quot;bar\&quot; i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo^=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -571,7 +571,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo^=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo^=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo^=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo^=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo^=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo^=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -583,7 +583,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -595,7 +595,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo$=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo$=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo$=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo$=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo$=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -607,7 +607,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo$=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo$=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo$=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo$=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo$=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo$=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -619,7 +619,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo$=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo$=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo$=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo$=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo$=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo$=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -631,7 +631,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo$=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo$=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo$=bar i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo$=bar i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo$=bar i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo$=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -643,7 +643,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo$=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo$=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo$=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo$=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo$=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo$=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -655,7 +655,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -667,7 +667,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo$=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo$=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo$=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo$=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo$=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -679,7 +679,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo$=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo$=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo$=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo$=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo$=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo$=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -691,7 +691,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo$=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo$=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo$=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo$=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo$=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo$=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -703,7 +703,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo$=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo$=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo$=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo$=\&quot;bar\&quot; i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo$=\&quot;bar\&quot; i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo$=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -715,7 +715,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo$=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo$=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo$=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo$=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo$=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo$=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -727,7 +727,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -739,7 +739,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo*=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo*=bar i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo*=bar i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo*=bar i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo*=bar i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -751,7 +751,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo*=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo*=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo*=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo*=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo*=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo*=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -763,7 +763,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo*=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo*=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo*=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo*=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo*=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo*=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -775,7 +775,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo*=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo*=bar i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo*=bar i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo*=bar i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo*=bar i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo*=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -787,7 +787,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo*=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo*=bar i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo*=bar i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo*=bar i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo*=bar i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo*=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -799,7 +799,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -811,7 +811,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [foo*=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [*|foo*=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;foo &gt;&gt; bar [|foo*=\&quot;bar\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo*=\&quot;bar\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;foo &gt;&gt; bar [WebKit|foo*=\&quot;bar\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;foo &gt;&gt; bar [foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -823,7 +823,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [foo*=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [*|foo*=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-child(2n+1 of [|foo*=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo*=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-child(2n+1 of [WebKit|foo*=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-child(2n+1 of [foo*=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -835,7 +835,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [foo*=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [*|foo*=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:nth-last-child(2n+1 of [|foo*=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo*=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(2n+1 of [WebKit|foo*=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:nth-last-child(2n+1 of [foo*=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -847,7 +847,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [foo*=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [*|foo*=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:matches(foo, [|foo*=\&quot;bar\&quot; i], bar)&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:matches(foo, [WebKit|foo*=\&quot;bar\&quot; i], bar)&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:matches(foo, [WebKit|foo*=\&quot;bar\&quot; i], bar)&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:matches(foo, [foo*=\&quot;bar\&quot; i], bar)&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -859,7 +859,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;:not([foo*=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([*|foo*=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;:not([|foo*=\&quot;bar\&quot; i])&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;:not([WebKit|foo*=\&quot;bar\&quot; i])&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;:not([WebKit|foo*=\&quot;bar\&quot; i])&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;:not([foo*=\&quot;bar\&quot; i])&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssattributecaseinsensitivevalue2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-2-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-2-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-2-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=bar I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=bar I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=bar I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=bar I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=bar I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=bar I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=bar I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=bar I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=bar I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=bar I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=bar I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=bar I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -103,7 +103,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=bar I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=bar I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=bar I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=bar I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=bar I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=bar I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=bar I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -139,7 +139,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; I]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; I]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; I]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -151,7 +151,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=BaR i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=BaR i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=BaR i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -163,7 +163,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=\&quot;BaR\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=\&quot;BaR\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -175,7 +175,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=BaR i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=BaR i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=BaR i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -187,7 +187,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;BaR\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;BaR\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -199,7 +199,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=BaR i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=BaR i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=BaR i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -211,7 +211,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;BaR\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;BaR\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -223,7 +223,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=BaR i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=BaR i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=BaR i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -235,7 +235,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;BaR\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;BaR\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -247,7 +247,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=BaR i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=BaR i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=BaR i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -259,7 +259,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;BaR\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;BaR\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -271,7 +271,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=BaR i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=BaR i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=BaR i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=BaR i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -283,7 +283,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=\&quot;BaR\&quot; i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;BaR\&quot; i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;BaR\&quot; i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;BaR\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -295,7 +295,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=bar        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=bar        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=bar        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -307,7 +307,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot;        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot;        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -319,7 +319,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=bar        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=bar        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=bar        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -331,7 +331,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot;        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot;        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -343,7 +343,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=bar        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=bar        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=bar        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -355,7 +355,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot;        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot;        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -367,7 +367,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=bar        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=bar        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=bar        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -379,7 +379,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot;        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot;        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -391,7 +391,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=bar        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=bar        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=bar        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -403,7 +403,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot;        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot;        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -415,7 +415,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=bar        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=bar        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=bar        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=bar        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -427,7 +427,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot;        i]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot;        i]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot;        i]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -439,7 +439,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=bar i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=bar i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=bar i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -451,7 +451,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -463,7 +463,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=bar i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=bar i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=bar i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -475,7 +475,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -487,7 +487,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=bar i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=bar i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=bar i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -499,7 +499,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -511,7 +511,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=bar i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=bar i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=bar i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -523,7 +523,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -535,7 +535,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=bar i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=bar i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=bar i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -547,7 +547,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -559,7 +559,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=bar i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=bar i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=bar i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=bar i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -571,7 +571,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; i ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -583,7 +583,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=bar i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=bar i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=bar i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -595,7 +595,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -607,7 +607,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=bar i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=bar i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=bar i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -619,7 +619,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -631,7 +631,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=bar i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=bar i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=bar i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -643,7 +643,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -655,7 +655,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=bar i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=bar i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=bar i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -667,7 +667,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -679,7 +679,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=bar i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=bar i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=bar i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -691,7 +691,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -703,7 +703,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=bar i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=bar i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=bar i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=bar i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -715,7 +715,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; i        ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i        ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i        ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -727,7 +727,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=bar          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=bar          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=bar          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -739,7 +739,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot;          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot;          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -751,7 +751,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=bar          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=bar          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=bar          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -763,7 +763,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot;          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot;          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo~=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -775,7 +775,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=bar          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=bar          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=bar          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -787,7 +787,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot;          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot;          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo|=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -799,7 +799,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=bar          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=bar          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=bar          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -811,7 +811,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot;          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot;          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo^=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -823,7 +823,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=bar          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=bar          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=bar          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -835,7 +835,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot;          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot;          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo$=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -847,7 +847,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=bar          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=bar          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=bar          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=bar          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="lines">@@ -859,7 +859,7 @@
</span><span class="cx"> PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><span class="cx"> PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot;          i          ]&quot;) did not throw exception.
</span><del>-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot;          i          ]&quot;) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot;          i          ]&quot;) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;[foo*=\&quot;bar\&quot; i]&quot;
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssattributecaseinsensitivevalue3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-3-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-3-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-3-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,882 +4,882 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Invalid selectors.
</span><del>-PASS document.querySelector(&quot;[foo i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo I]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo I]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo I]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo I]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo I]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo I]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo I]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo I]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=bar \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=bar \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; \&quot;i\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=bar invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=bar invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; invalid]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; invalid]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=bar i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=bar i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=bar i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=bar i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i first-child]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i first-child]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=bar i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=bar i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i \&quot;empty\&quot;]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=bar first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=bar first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; first-child i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; first-child i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=bar \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=bar \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; \&quot;empty\&quot; i]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=bar l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=bar l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; l]&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; l]&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo~=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo~=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo~=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo~=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo|=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo|=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo|=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo|=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo^=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo^=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo^=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo^=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo$=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo$=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo$=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo$=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=bar i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=bar i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;[foo*=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[|foo*=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[*|foo*=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelector(&quot;[WebKit|foo*=\&quot;bar\&quot; i&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssattributecaseinsensitivevalue3html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-3.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-3.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-attribute-case-insensitive-value-3.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -18,10 +18,10 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;' + selectorString.replace(/&quot;/g, '\\&quot;') + '&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
-    shouldThrow('document.querySelector(&quot;' + selectorString.replace(/&quot;/g, '\\&quot;').replace('[', '[|') + '&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
-    shouldThrow('document.querySelector(&quot;' + selectorString.replace(/&quot;/g, '\\&quot;').replace('[', '[*|') + '&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
-    shouldThrow('document.querySelector(&quot;' + selectorString.replace(/&quot;/g, '\\&quot;').replace('[', '[WebKit|') + '&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;' + selectorString.replace(/&quot;/g, '\\&quot;') + '&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
+    shouldThrow('document.querySelector(&quot;' + selectorString.replace(/&quot;/g, '\\&quot;').replace('[', '[|') + '&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
+    shouldThrow('document.querySelector(&quot;' + selectorString.replace(/&quot;/g, '\\&quot;').replace('[', '[*|') + '&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
+    shouldThrow('document.querySelector(&quot;' + selectorString.replace(/&quot;/g, '\\&quot;').replace('[', '[WebKit|') + '&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     testInvalidSelectorCSSOMSerialization(selectorString);
</span><span class="cx">     testInvalidSelectorCSSOMSerialization(selectorString.replace('[', '[|'));
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssdescendantcombinatordoubledchildsyntaxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-descendant-combinator-doubled-child-syntax-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-descendant-combinator-doubled-child-syntax-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-descendant-combinator-doubled-child-syntax-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -141,17 +141,17 @@
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 1
</span><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules[0].selectorText is &quot;ul &gt;&gt; li&quot;
</span><span class="cx"> Invalid selectors.
</span><del>-PASS document.querySelector(&quot;ul &gt; &gt; li&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;ul &gt; &gt; li&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;ul &gt;        &gt; li&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;ul &gt;        &gt; li&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;ul &gt;+&gt; li&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;ul &gt;+&gt; li&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;ul &gt;~&gt; li&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;ul &gt;~&gt; li&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;ul &gt;&gt;&gt; li&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;ul &gt;&gt;&gt; li&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;ul &gt;&gt;() li&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;ul &gt;&gt;() li&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssdescendantcombinatordoubledchildsyntaxhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-descendant-combinator-doubled-child-syntax.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-descendant-combinator-doubled-child-syntax.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-descendant-combinator-doubled-child-syntax.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;' + selectorString + '&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;' + selectorString + '&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = selectorString + ' { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssmatches5expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-matches-5-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-matches-5-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-matches-5-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,31 +4,31 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 1 invalid selectors
</span><del>-PASS document.querySelector(&quot;:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches([])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches([])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches({})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches({})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssmatches5html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-matches-5.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-matches-5.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-matches-5.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :matches(selectorList) for querySelector and style.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:matches(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:matches(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':matches(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssmatches6expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-matches-6-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-matches-6-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-matches-6-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,603 +4,603 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 2 :matches(valid, invalid) selectors
</span><del>-PASS document.querySelector(&quot;:matches(*,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssmatches6html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-matches-6.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-matches-6.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-matches-6.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :matches(selectorList) for querySelector and style.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:matches(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:matches(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':matches(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssmatches7expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-matches-7-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-matches-7-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-matches-7-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,2033 +4,2033 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 3 :matches(valid, valid, invalid) selectors
</span><del>-PASS document.querySelector(&quot;:matches(*,*,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,*,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,*,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,#id,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,#id,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:first-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:first-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:visited,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:visited,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::first-line,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::first-line,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,::after,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,::after,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(*,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,#id,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,#id,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:first-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:first-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:visited,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:visited,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::first-line,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::first-line,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,::after,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,::after,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:first-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:first-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:visited,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:visited,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::first-line,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::first-line,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,::after,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,::after,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:first-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:visited,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:visited,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::first-line,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::first-line,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,::after,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,::after,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:visited,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::first-line,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::first-line,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,::after,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,::after,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-line,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,::after,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,::after,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::after,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a &gt; b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:link),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssmatches7html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-matches-7.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-matches-7.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-matches-7.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :matches(selectorList) for querySelector and style.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:matches(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:matches(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':matches(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssmatches8expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-matches-8-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-matches-8-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-matches-8-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,2033 +4,2033 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 3 :matches(valid, valid, invalid) selectors
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:last-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:last-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::first-letter,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::first-letter,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,::before,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,::before,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:last-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:last-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::first-letter,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::first-letter,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,::before,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,::before,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:last-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:last-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::first-letter,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::first-letter,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,::before,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,::before,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:last-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::first-letter,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,::before,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,::before,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::first-letter,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,::before,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,::before,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(::before,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(foobar#id.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(#id:empty,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(a ~ b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:matches(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssmatches8html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-matches-8.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-matches-8.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-matches-8.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :matches(selectorList) for querySelector and style.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:matches(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:matches(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':matches(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnot5expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-not-5-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-not-5-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-not-5-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,55 +4,55 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 1 invalid selectors
</span><del>-PASS document.querySelector(&quot;:not(::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not([])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not([])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not({})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not({})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnot5html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-not-5.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-not-5.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-not-5.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :not(selectorList) for querySelector and style.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:not(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:not(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':not(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnot6expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-not-6-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-not-6-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-not-6-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,955 +4,955 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 2 :not(valid, invalid) selectors
</span><del>-PASS document.querySelector(&quot;:not(*,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:matches())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:matches())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(2n of))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(2n of))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnot6html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-not-6.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-not-6.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-not-6.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :not(selectorList) for querySelector and style.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:not(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:not(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':not(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnot7expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-not-7-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-not-7-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-not-7-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,1875 +4,1875 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 3 :not(valid, valid, invalid) selectors
</span><del>-PASS document.querySelector(&quot;:not(*,*,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,*,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,*,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,#id,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,#id,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:first-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:first-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:visited,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:visited,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(*,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,#id,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,#id,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:first-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:first-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:visited,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:visited,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:first-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:first-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:visited,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:visited,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:first-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:visited,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:visited,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:visited,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),.class:not(.notclass),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class:not(.notclass),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a &gt; b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a &gt; b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,a + b &gt; c ~ d e + g,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a + b &gt; c ~ d e + g,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:link),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:link),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:link),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnot7html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-not-7.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-not-7.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-not-7.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :not(selectorList) for querySelector and style.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:not(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:not(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':not(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnot8expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-not-8-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-not-8-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-not-8-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,1875 +4,1875 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 3 :not(valid, valid, invalid) selectors
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),,)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),.123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),#123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),[])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),{})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnot8html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-not-8.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-not-8.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-not-8.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :not(selectorList) for querySelector and style.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:not(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:not(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':not(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnot9expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-not-9-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-not-9-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-not-9-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,775 +4,775 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 3 :not(valid, valid, invalid) selectors
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:last-child,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:last-child,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,foobar#id.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,#id:empty,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,#id:empty,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:last-child,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:last-child,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,foobar#id.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,foobar#id.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,#id:empty,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,#id:empty,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:last-child,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:last-child,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,foobar#id.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,#id:empty,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,#id:empty,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:last-child,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,foobar#id.class,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,#id:empty,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(foobar#id.class,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,#id:empty,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(#id:empty,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a b,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,a ~ b,:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(a ~ b,:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:-webkit-any(.selector,#tama,#hanayo,#midoriko),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:-webkit-any(.selector,#tama,#hanayo,#midoriko),:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:nth-child(even of a, b, c),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:nth-child(even of a, b, c),:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:not(:not(:matches(cocoa, cappuccino)),:not(:matches(cocoa, cappuccino)),:matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnot9html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-not-9.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-not-9.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-not-9.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :not(selectorList) for querySelector and style. This test focus on pseudo elements nested inside other functional pseudo class.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:not(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:not(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':not(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnthchildof3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-nth-child-of-3-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-nth-child-of-3-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-nth-child-of-3-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,629 +4,629 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Test invalid selectors:
</span><del>-PASS document.querySelector(&quot;:nth-child(even of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(evenof .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(evenof .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(oddof .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(oddof .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(nof .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(nof .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-nof .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-nof .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0nof .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0nof .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of :nth-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of :nth-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnthchildof3html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-nth-child-of-3.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-nth-child-of-3.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-nth-child-of-3.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :nth-child(of) for querySelector and style.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:nth-child(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:nth-child(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':nth-child(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnthchildof4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-nth-child-of-4-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-nth-child-of-4-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-nth-child-of-4-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,239 +4,239 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Test invalid selectors:
</span><del>-PASS document.querySelector(&quot;:nth-child(even of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(even of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(even of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(odd of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(odd of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-n of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-n of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n+0 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n+0 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(n-0 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(n-0 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(0n of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(0n of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n+5 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n+5 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n+5 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n+5 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(3n-5 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(3n-5 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of :nth-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of :nth-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of :nth-child(odd of :nth-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-child(-3n-5 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-child(-3n-5 of :nth-child(odd of :nth-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnthchildof4html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-nth-child-of-4.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-nth-child-of-4.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-nth-child-of-4.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :nth-child(of) for querySelector and style on deeply nested pseudo elements.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:nth-child(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:nth-child(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':nth-child(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnthlastchildof3expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-3-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-3-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-3-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,629 +4,629 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Test invalid selectors:
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(evenof .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(evenof .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(oddof .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(oddof .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(nof .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(nof .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-nof .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-nof .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0nof .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0nof .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of    )&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of    )&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of.class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of.class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5of .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5of .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 empty .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 empty .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 from .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 from .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 to .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 to .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 webkit .class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 webkit .class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ::first-letter)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ::first-letter)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ::after)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ::after)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ::-webkit-custom)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ::-webkit-custom)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of .foo, ::before)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of .foo, ::before)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ::before, .foo)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ::before, .foo)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of -webkit-any(::before, .foo))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of -webkit-any(::before, .foo))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :nth-last-child(2n+1 of ::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :nth-last-child(2n+1 of ::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :not(::before))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :not(::before))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of .123class)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of .123class)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of #123id)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of #123id)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of [])&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of [])&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ())&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ())&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of ))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of {})&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of {})&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of })&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of })&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnthlastchildof3html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-3.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-3.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-3.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :nth-last-child(of) for querySelector and style.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:nth-last-child(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:nth-last-child(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':nth-last-child(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnthlastchildof4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-4-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-4-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-4-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,239 +4,239 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Test invalid selectors:
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(even of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(even of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(odd of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(odd of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-n of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-n of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n+0 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n+0 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(n-0 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(n-0 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(0n of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(0n of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n+5 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n+5 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n+5 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(3n-5 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(3n-5 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :matches(a, b, c::after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :matches(a, b, c::after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :matches(a, b, c:after))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :matches(a, b, c:after))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :nth-last-child(2n+1 of d, e, :matches(f, g, ::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :nth-last-child(2n+1 of d, e, :matches(f, g, :before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :not(:matches(a, b, c::after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :not(:matches(a, b, c::after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :not(:matches(a, b, c:after)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :not(:matches(a, b, c:after)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :matches(a, b, :matches(c, d, :matches(e, f, :matches(g, h, i::after)))))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :nth-last-child(odd of :nth-last-child(even of j::before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><del>-PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelector(&quot;:nth-last-child(-3n-5 of :nth-last-child(odd of :nth-last-child(even of j:before)))&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById('style-container').sheet.cssRules.length is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingcssnthlastchildof4html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-4.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-4.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/parsing-css-nth-last-child-of-4.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> description('Test the parsing of :nth-last-child(of) for querySelector and style on deeply nested pseudo elements.');
</span><span class="cx"> 
</span><span class="cx"> function testInvalidSelector(selectorString) {
</span><del>-    shouldThrow('document.querySelector(&quot;:nth-last-child(' + selectorString + ')&quot;)', '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+    shouldThrow('document.querySelector(&quot;:nth-last-child(' + selectorString + ')&quot;)', '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> 
</span><span class="cx">     var styleContainer = document.getElementById('style-container');
</span><span class="cx">     styleContainer.innerHTML = ':nth-last-child(' + selectorString + ') { }';
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssresourcesCSSPrimitiveValueexceptionsjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/resources/CSSPrimitiveValue-exceptions.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/resources/CSSPrimitiveValue-exceptions.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/css/resources/CSSPrimitiveValue-exceptions.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> div.style.clip = &quot;rect(0, 0, 1, 1)&quot;;
</span><span class="cx"> div.style.color = &quot;rgb(0, 0, 0)&quot;;
</span><span class="cx"> 
</span><del>-var invalidAccessError = &quot;Error: InvalidAccessError: DOM Exception 15&quot;;
</del><ins>+var invalidAccessError = &quot;InvalidAccessError (DOM Exception 15): The object does not support the operation or argument.&quot;;
</ins><span class="cx"> 
</span><span class="cx"> // Test passing invalid unit to getFloatValue
</span><span class="cx"> shouldThrow(&quot;div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN)&quot;, &quot;invalidAccessError&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomDOMExceptionprototypeobjectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/DOMException/prototype-object-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS e.toString() is &quot;Error: HierarchyRequestError: DOM Exception 3&quot;
</del><ins>+PASS e.toString() is &quot;HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.&quot;
</ins><span class="cx"> PASS Object.prototype.toString.call(e) is &quot;[object DOMException]&quot;
</span><span class="cx"> PASS Object.prototype.toString.call(e.__proto__) is &quot;[object DOMExceptionPrototype]&quot;
</span><span class="cx"> PASS Object.prototype.toString.call(e.__proto__.__proto__) is &quot;[object Object]&quot;
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> PASS e.HIERARCHY_REQUEST_ERR is 3
</span><span class="cx"> PASS e.code is 3
</span><span class="cx"> PASS e.name is &quot;HierarchyRequestError&quot;
</span><del>-PASS e.message is &quot;HierarchyRequestError: DOM Exception 3&quot;
</del><ins>+PASS e.message is &quot;The operation would yield an incorrect node tree.&quot;
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomDOMExceptionprototypeobjecthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/DOMException/prototype-object.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/DOMException/prototype-object.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/DOMException/prototype-object.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx">   e = err;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-shouldBeEqualToString(&quot;e.toString()&quot;, &quot;Error: HierarchyRequestError: DOM Exception 3&quot;);
</del><ins>+shouldBeEqualToString(&quot;e.toString()&quot;, &quot;HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.&quot;);
</ins><span class="cx"> shouldBeEqualToString(&quot;Object.prototype.toString.call(e)&quot;, &quot;[object DOMException]&quot;);
</span><span class="cx"> shouldBeEqualToString(&quot;Object.prototype.toString.call(e.__proto__)&quot;, &quot;[object DOMExceptionPrototype]&quot;);
</span><span class="cx"> shouldBeEqualToString(&quot;Object.prototype.toString.call(e.__proto__.__proto__)&quot;, &quot;[object Object]&quot;);
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx"> shouldBe(&quot;e.HIERARCHY_REQUEST_ERR&quot;, &quot;3&quot;);
</span><span class="cx"> shouldBe(&quot;e.code&quot;, &quot;3&quot;);
</span><span class="cx"> shouldBeEqualToString(&quot;e.name&quot;, &quot;HierarchyRequestError&quot;);
</span><del>-shouldBeEqualToString(&quot;e.message&quot;, &quot;HierarchyRequestError: DOM Exception 3&quot;);
</del><ins>+shouldBeEqualToString(&quot;e.message&quot;, &quot;The operation would yield an incorrect node tree.&quot;);
</ins><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomDOMExceptionstacktraceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/DOMException/stack-trace-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx"> PASS e.stack.contains(&quot;outerFunction&quot;) is true
</span><span class="cx"> PASS Object.prototype.toString.call(e) is &quot;[object DOMException]&quot;
</span><span class="cx"> PASS e.name is &quot;HierarchyRequestError&quot;
</span><del>-PASS e.message is &quot;HierarchyRequestError: DOM Exception 3&quot;
</del><ins>+PASS e.message is &quot;The operation would yield an incorrect node tree.&quot;
</ins><span class="cx"> PASS e.code is 3
</span><span class="cx"> PASS e.stack === 42 is true
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomDOMExceptionstacktracehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/DOMException/stack-trace.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/DOMException/stack-trace.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/DOMException/stack-trace.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> 
</span><span class="cx"> shouldBeEqualToString('Object.prototype.toString.call(e)', '[object DOMException]');
</span><span class="cx"> shouldBeEqualToString('e.name', 'HierarchyRequestError');
</span><del>-shouldBeEqualToString('e.message', 'HierarchyRequestError: DOM Exception 3');
</del><ins>+shouldBeEqualToString('e.message', 'The operation would yield an incorrect node tree.');
</ins><span class="cx"> shouldBe('e.code', '3');
</span><span class="cx"> 
</span><span class="cx"> e.stack = 42;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomDocumentcreateElementinvalidnamesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Document/createElement-invalid-names-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Document/createElement-invalid-names-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Document/createElement-invalid-names-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,18 +3,18 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS document.createElement('0ascii') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.createElement('.Ascii') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.createElement('-Ascii') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.createElement(' ascii') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.createElement('        ascii') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.createElement('֑sc.ii') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.createElement('⃣scii') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.createElement('िascii') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.createElement('ʳascii') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.createElement('asc i') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.createElement('asc        i') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.createElement('asciiⅦ') threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS document.createElement('0ascii') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.createElement('.Ascii') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.createElement('-Ascii') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.createElement(' ascii') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.createElement('        ascii') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.createElement('֑sc.ii') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.createElement('⃣scii') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.createElement('िascii') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.createElement('ʳascii') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.createElement('asc i') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.createElement('asc        i') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.createElement('asciiⅦ') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomDocumentcreateElementinvalidnameshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Document/createElement-invalid-names.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Document/createElement-invalid-names.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Document/createElement-invalid-names.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                 ];
</span><span class="cx"> 
</span><span class="cx"> for (var i in nameList)
</span><del>-    shouldThrow(&quot;document.createElement('&quot; + nameList[i] +&quot;')&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
</del><ins>+    shouldThrow(&quot;document.createElement('&quot; + nameList[i] +&quot;')&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomDocumentinvaliddomainchangethrowsexceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS document.domain = &quot;apple.com&quot; threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS document.domain = &quot;apple.com&quot; threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomDocumentreplacechildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Document/replace-child-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Document/replace-child-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Document/replace-child-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;&lt;div/&gt;
</span><span class="cx"> 
</span><span class="cx"> replacing element with multiple elements in fragment
</span><del>-PASS doc.replaceChild(fragment, doc.documentElement); threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS doc.replaceChild(fragment, doc.documentElement); threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> &lt;!DOCTYPE html&gt;&lt;body/&gt;
</span><span class="cx"> 
</span><span class="cx"> replacing element with doctype
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx"> &lt;!DOCTYPE svg PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot; &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;
</span><span class="cx"> 
</span><span class="cx"> replacing element with doctype when a doctype already exists
</span><del>-PASS doc.replaceChild(newChild, doc.documentElement) threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS doc.replaceChild(newChild, doc.documentElement) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> &lt;!DOCTYPE html&gt;&lt;body/&gt;
</span><span class="cx"> 
</span><span class="cx"> replacing doctype with doctype
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> &lt;bar/&gt;
</span><span class="cx"> 
</span><span class="cx"> replacing element with doctype when an element already exists
</span><del>-PASS doc.replaceChild(newChild, doc.documentElement) threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS doc.replaceChild(newChild, doc.documentElement) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> &lt;!DOCTYPE html&gt;&lt;body/&gt;
</span><span class="cx"> 
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomDocumentscripttestsinvaliddomainchangethrowsexceptionjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> description(&quot;This test checks that a SECURITY_ERR exception is raised if an attempt is made to change document.domain to an invalid value.&quot;);
</span><span class="cx"> 
</span><del>-shouldThrow('document.domain = &quot;apple.com&quot;', '&quot;Error: SecurityError: DOM Exception 18&quot;');
</del><ins>+shouldThrow('document.domain = &quot;apple.com&quot;', '&quot;SecurityError (DOM Exception 18): The operation is insecure.&quot;');
</ins></span></pre></div>
<a id="trunkLayoutTestsfastdomElementclasslisttoggleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Element/class-list-toggle-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Element/class-list-toggle-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Element/class-list-toggle-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,14 +7,14 @@
</span><span class="cx"> PASS div.classList.toggle() threw exception TypeError: Not enough arguments.
</span><span class="cx"> 
</span><span class="cx"> * Token is an empty string
</span><del>-PASS div.classList.toggle('') threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS div.classList.toggle('') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> 
</span><span class="cx"> Token contains an ASCII white space
</span><del>-PASS div.classList.toggle(stringWithSpace) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS div.classList.toggle(stringWithSpace) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS div.classList.toggle(stringWithSpace) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS div.classList.toggle(stringWithSpace) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS div.classList.toggle(stringWithSpace) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS div.classList.toggle(stringWithSpace) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS div.classList.toggle(stringWithSpace) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS div.classList.toggle(stringWithSpace) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS div.classList.toggle(stringWithSpace) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS div.classList.toggle(stringWithSpace) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> 
</span><span class="cx"> * 'force' parameter omitted, token does not exist
</span><span class="cx"> div.classList.toggle('a')
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomElementclasslisttogglehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Element/class-list-toggle.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Element/class-list-toggle.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Element/class-list-toggle.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx"> 
</span><span class="cx"> debug(&quot;&quot;);
</span><span class="cx"> debug(&quot;* Token is an empty string&quot;);
</span><del>-shouldThrow(&quot;div.classList.toggle('')&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
</del><ins>+shouldThrow(&quot;div.classList.toggle('')&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;&quot;);
</span><span class="cx"> debug(&quot;Token contains an ASCII white space&quot;);
</span><span class="cx"> var stringWithSpace = &quot;a b&quot;;
</span><del>-shouldThrow(&quot;div.classList.toggle(stringWithSpace)&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
</del><ins>+shouldThrow(&quot;div.classList.toggle(stringWithSpace)&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
</ins><span class="cx"> stringWithSpace = &quot;a\nb&quot;;
</span><del>-shouldThrow(&quot;div.classList.toggle(stringWithSpace)&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
</del><ins>+shouldThrow(&quot;div.classList.toggle(stringWithSpace)&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
</ins><span class="cx"> stringWithSpace = &quot;a\tb&quot;;
</span><del>-shouldThrow(&quot;div.classList.toggle(stringWithSpace)&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
</del><ins>+shouldThrow(&quot;div.classList.toggle(stringWithSpace)&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
</ins><span class="cx"> stringWithSpace = &quot;a\rb&quot;;
</span><del>-shouldThrow(&quot;div.classList.toggle(stringWithSpace)&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
</del><ins>+shouldThrow(&quot;div.classList.toggle(stringWithSpace)&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
</ins><span class="cx"> stringWithSpace = &quot;a\fb&quot;;
</span><del>-shouldThrow(&quot;div.classList.toggle(stringWithSpace)&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
</del><ins>+shouldThrow(&quot;div.classList.toggle(stringWithSpace)&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;&quot;);
</span><span class="cx"> debug(&quot;* 'force' parameter omitted, token does not exist&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomElementprefixsetterexceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Element/prefix-setter-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Element/prefix-setter-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Element/prefix-setter-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,23 +3,23 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS prefixedElem.prefix = &quot;.&quot; threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS prefixedElem.prefix = &quot;.&quot; threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS prefixedElem.prefix is &quot;before&quot;
</span><span class="cx"> PASS prefixedElem.prefix = &quot;x.&quot; is &quot;x.&quot;
</span><span class="cx"> PASS prefixedElem.prefix is &quot;x.&quot;
</span><del>-PASS prefixedElem.prefix = &quot;0a&quot; threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS prefixedElem.prefix = &quot;0a&quot; threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS prefixedElem.prefix is &quot;before&quot;
</span><span class="cx"> PASS prefixedElem.prefix = &quot;a0&quot; is &quot;a0&quot;
</span><span class="cx"> PASS prefixedElem.prefix is &quot;a0&quot;
</span><span class="cx"> PASS prefixedElem.prefix = &quot;_0&quot; is &quot;_0&quot;
</span><span class="cx"> PASS prefixedElem.prefix is &quot;_0&quot;
</span><del>-PASS prefixedElem.prefix = &quot;×&quot; threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS prefixedElem.prefix = &quot;×&quot; threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS prefixedElem.prefix is &quot;before&quot;
</span><del>-PASS prefixedElem.prefix = &quot;·&quot; threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS prefixedElem.prefix = &quot;·&quot; threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS prefixedElem.prefix is &quot;before&quot;
</span><span class="cx"> PASS prefixedElem.prefix = &quot;aa&quot; is &quot;aa&quot;
</span><span class="cx"> PASS prefixedElem.prefix is &quot;aa&quot;
</span><del>-PASS prefixedElem.prefix = &quot;\n&quot; threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS prefixedElem.prefix = &quot;\n&quot; threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS prefixedElem.prefix is &quot;before&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomGeolocationargumenttypesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Geolocation/argument-types-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Geolocation/argument-types-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Geolocation/argument-types-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,31 +3,31 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS navigator.geolocation.getCurrentPosition() threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(undefined) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(null) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition({}) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(objectThrowingException) threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS navigator.geolocation.getCurrentPosition() threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(undefined) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(null) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition({}) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(objectThrowingException) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS navigator.geolocation.getCurrentPosition(emptyFunction) did not throw exception.
</span><span class="cx"> PASS navigator.geolocation.getCurrentPosition(Math.abs) did not throw exception.
</span><span class="cx"> PASS navigator.geolocation.getCurrentPosition(testRunner.setGeolocationPermission) did not throw exception.
</span><del>-PASS navigator.geolocation.getCurrentPosition(true) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(42) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(Infinity) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(-Infinity) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(&quot;string&quot;) threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS navigator.geolocation.getCurrentPosition(true) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(42) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(Infinity) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(-Infinity) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(&quot;string&quot;) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined) did not throw exception.
</span><span class="cx"> PASS navigator.geolocation.getCurrentPosition(emptyFunction, null) did not throw exception.
</span><del>-PASS navigator.geolocation.getCurrentPosition(emptyFunction, {}) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(emptyFunction, objectThrowingException) threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS navigator.geolocation.getCurrentPosition(emptyFunction, {}) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(emptyFunction, objectThrowingException) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS navigator.geolocation.getCurrentPosition(emptyFunction, emptyFunction) did not throw exception.
</span><span class="cx"> PASS navigator.geolocation.getCurrentPosition(emptyFunction, Math.abs) did not throw exception.
</span><span class="cx"> PASS navigator.geolocation.getCurrentPosition(emptyFunction, testRunner.setGeolocationPermission) did not throw exception.
</span><del>-PASS navigator.geolocation.getCurrentPosition(emptyFunction, true) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(emptyFunction, 42) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(emptyFunction, Infinity) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(emptyFunction, -Infinity) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS navigator.geolocation.getCurrentPosition(emptyFunction, &quot;string&quot;) threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS navigator.geolocation.getCurrentPosition(emptyFunction, true) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(emptyFunction, 42) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(emptyFunction, Infinity) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(emptyFunction, -Infinity) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS navigator.geolocation.getCurrentPosition(emptyFunction, &quot;string&quot;) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, undefined) did not throw exception.
</span><span class="cx"> PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, null) did not throw exception.
</span><span class="cx"> PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {}) did not throw exception.
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomGeolocationnotenoughargumentsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Geolocation/not-enough-arguments-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS window.navigator.geolocation.getCurrentPosition() threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS window.navigator.geolocation.watchPosition() threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS window.navigator.geolocation.getCurrentPosition() threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS window.navigator.geolocation.watchPosition() threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS window.navigator.geolocation.clearWatch() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomGeolocationscripttestsargumenttypesjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Geolocation/script-tests/argument-types.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Geolocation/script-tests/argument-types.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Geolocation/script-tests/argument-types.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">         if (expectedException)
</span><span class="cx">             shouldThrow(expression, '(function() { return &quot;' + expectedException + '&quot;; })();');
</span><span class="cx">         else
</span><del>-            shouldThrow(expression, '(function() { return &quot;Error: TypeMismatchError: DOM Exception 17&quot;; })();');
</del><ins>+            shouldThrow(expression, '(function() { return &quot;TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object.&quot;; })();');
</ins><span class="cx">     } else {
</span><span class="cx">         shouldNotThrow(expression);
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLElementinsertAdjacentHTMLerrorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,8 +5,8 @@
</span><span class="cx"> 
</span><span class="cx"> PASS div.insertAdjacentHTML('beforeBegin', 'text') is undefined.
</span><span class="cx"> PASS div.insertAdjacentHTML('afterEnd', 'text') is undefined.
</span><del>-PASS div.insertAdjacentHTML('FOO', 'text') threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.documentElement.insertAdjacentHTML('afterEnd', 'text') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS div.insertAdjacentHTML('FOO', 'text') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.documentElement.insertAdjacentHTML('afterEnd', 'text') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLElementscripttestsinsertAdjacentHTMLerrorsjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,5 +5,5 @@
</span><span class="cx"> shouldBeUndefined(&quot;div.insertAdjacentHTML('beforeBegin', 'text')&quot;);
</span><span class="cx"> shouldBeUndefined(&quot;div.insertAdjacentHTML('afterEnd', 'text')&quot;);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;div.insertAdjacentHTML('FOO', 'text')&quot;, '&quot;Error: SyntaxError: DOM Exception 12&quot;');
-shouldThrow(&quot;document.documentElement.insertAdjacentHTML('afterEnd', 'text')&quot;, '&quot;Error: NoModificationAllowedError: DOM Exception 7&quot;');
</del><ins>+shouldThrow(&quot;div.insertAdjacentHTML('FOO', 'text')&quot;, '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
+shouldThrow(&quot;document.documentElement.insertAdjacentHTML('afterEnd', 'text')&quot;, '&quot;NoModificationAllowedError (DOM Exception 7): The object can not be modified.&quot;');
</ins></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLElementsetinvalidvalueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLElement/set-invalid-value-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLElement/set-invalid-value-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLElement/set-invalid-value-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,12 +3,12 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS document.getElementById('div').contentEditable = 'abc' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.getElementById('div').contentEditable = 'abc' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById(&quot;div&quot;).getAttribute(&quot;contentEditable&quot;) is &quot;true&quot;
</span><span class="cx"> PASS document.getElementById(&quot;div&quot;).contentEditable is &quot;true&quot;
</span><span class="cx"> PASS document.getElementById(&quot;div&quot;).isContentEditable is true
</span><span class="cx"> PASS window.getComputedStyle(div, &quot;&quot;).getPropertyValue(&quot;-webkit-user-modify&quot;) is &quot;read-write&quot;
</span><del>-PASS document.getElementById('div').contentEditable = '' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.getElementById('div').contentEditable = '' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.getElementById(&quot;div&quot;).getAttribute(&quot;contentEditable&quot;) is &quot;true&quot;
</span><span class="cx"> PASS document.getElementById(&quot;div&quot;).contentEditable is &quot;true&quot;
</span><span class="cx"> PASS document.getElementById(&quot;div&quot;).isContentEditable is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLElementsetinvalidvaluehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLElement/set-invalid-value.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLElement/set-invalid-value.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLElement/set-invalid-value.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,13 +11,13 @@
</span><span class="cx"> &lt;script&gt;
</span><span class="cx"> description('When contentEditable is set to invalid string, SYNTAX_ERR exception (code: 12) must be raised.')
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;document.getElementById('div').contentEditable = 'abc'&quot;, '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+shouldThrow(&quot;document.getElementById('div').contentEditable = 'abc'&quot;, '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> shouldBe('document.getElementById(&quot;div&quot;).getAttribute(&quot;contentEditable&quot;)','&quot;true&quot;');
</span><span class="cx"> shouldBe('document.getElementById(&quot;div&quot;).contentEditable', '&quot;true&quot;');
</span><span class="cx"> shouldBe('document.getElementById(&quot;div&quot;).isContentEditable', 'true');
</span><span class="cx"> shouldBe('window.getComputedStyle(div, &quot;&quot;).getPropertyValue(&quot;-webkit-user-modify&quot;)', '&quot;read-write&quot;');
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;document.getElementById('div').contentEditable = ''&quot;, '&quot;Error: SyntaxError: DOM Exception 12&quot;');
</del><ins>+shouldThrow(&quot;document.getElementById('div').contentEditable = ''&quot;, '&quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot;');
</ins><span class="cx"> shouldBe('document.getElementById(&quot;div&quot;).getAttribute(&quot;contentEditable&quot;)','&quot;true&quot;');
</span><span class="cx"> shouldBe('document.getElementById(&quot;div&quot;).contentEditable', '&quot;true&quot;');
</span><span class="cx"> shouldBe('document.getElementById(&quot;div&quot;).isContentEditable', 'true');
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLInputElementinputsizeattributeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx"> PASS input.removeAttribute('size'); input.size is 20
</span><span class="cx"> PASS input.setAttribute('size', '0'); input.size is 20
</span><span class="cx"> PASS input.setAttribute('size', '10'); input.size is 10
</span><del>-PASS input.size = 0 threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS input.size = 0 threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLInputElementinputsizeattributehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx"> shouldBe(&quot;input.setAttribute('size', '0'); input.size&quot;, &quot;20&quot;);
</span><span class="cx"> shouldBe(&quot;input.setAttribute('size', '10'); input.size&quot;, &quot;10&quot;);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;input.size = 0&quot;, &quot;'Error: IndexSizeError: DOM Exception 1'&quot;);
</del><ins>+shouldThrow(&quot;input.size = 0&quot;, &quot;'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLMeterElementscripttestssetmeterpropertiesjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -77,22 +77,22 @@
</span><span class="cx"> shouldBe(&quot;m.optimum&quot;, &quot;12.5&quot;);
</span><span class="cx"> 
</span><span class="cx"> debug(&quot;Set value to invalid value&quot;);
</span><del>-shouldThrow('m.value = &quot;value&quot;;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('m.value = &quot;value&quot;;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;Set min to NaN&quot;);
</span><del>-shouldThrow('m.min = NaN;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('m.min = NaN;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;Set max to Infinity&quot;);
</span><del>-shouldThrow('m.max = Infinity;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('m.max = Infinity;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;Set low to invalid value&quot;);
</span><del>-shouldThrow('m.low = &quot;low&quot;;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('m.low = &quot;low&quot;;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;Set high to NaN&quot;);
</span><del>-shouldThrow('m.high = NaN;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('m.high = NaN;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;Set optimum to Infinity&quot;);
</span><del>-shouldThrow('m.optimum = Infinity;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('m.optimum = Infinity;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;Set attributes to valid numbers&quot;);
</span><span class="cx"> m.setAttribute(&quot;min&quot;, 0);
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLMeterElementsetmeterpropertiesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLMeterElement/set-meter-properties-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLMeterElement/set-meter-properties-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLMeterElement/set-meter-properties-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -44,17 +44,17 @@
</span><span class="cx"> PASS m.high is 200.0
</span><span class="cx"> PASS m.optimum is 12.5
</span><span class="cx"> Set value to invalid value
</span><del>-PASS m.value = &quot;value&quot;; threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS m.value = &quot;value&quot;; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Set min to NaN
</span><del>-PASS m.min = NaN; threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS m.min = NaN; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Set max to Infinity
</span><del>-PASS m.max = Infinity; threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS m.max = Infinity; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Set low to invalid value
</span><del>-PASS m.low = &quot;low&quot;; threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS m.low = &quot;low&quot;; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Set high to NaN
</span><del>-PASS m.high = NaN; threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS m.high = NaN; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Set optimum to Infinity
</span><del>-PASS m.optimum = Infinity; threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS m.optimum = Infinity; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Set attributes to valid numbers
</span><span class="cx"> PASS m.value is 5
</span><span class="cx"> PASS m.max is 10
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLProgressElementscripttestssetprogresspropertiesjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -27,16 +27,16 @@
</span><span class="cx"> shouldBe('p.position', '0');
</span><span class="cx"> 
</span><span class="cx"> debug(&quot;Set invalid value, should throw&quot;);
</span><del>-shouldThrow('p.value = &quot;200A&quot;;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('p.value = &quot;200A&quot;;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;Set invalid max, should throw&quot;);
</span><del>-shouldThrow('p.max = &quot;max&quot;;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('p.max = &quot;max&quot;;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;Set max to Infinity, should throw&quot;);
</span><del>-shouldThrow('p.max = Infinity;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('p.max = Infinity;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;Set value to NaN, should throw&quot;);
</span><del>-shouldThrow('p.value = NaN;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('p.value = NaN;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug(&quot;Set value to null and max to 0&quot;);
</span><span class="cx"> p.value = null;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLProgressElementsetprogresspropertiesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLProgressElement/set-progress-properties-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLProgressElement/set-progress-properties-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLProgressElement/set-progress-properties-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -19,13 +19,13 @@
</span><span class="cx"> PASS p.value is 0
</span><span class="cx"> PASS p.position is 0
</span><span class="cx"> Set invalid value, should throw
</span><del>-PASS p.value = &quot;200A&quot;; threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS p.value = &quot;200A&quot;; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Set invalid max, should throw
</span><del>-PASS p.max = &quot;max&quot;; threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS p.max = &quot;max&quot;; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Set max to Infinity, should throw
</span><del>-PASS p.max = Infinity; threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS p.max = Infinity; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Set value to NaN, should throw
</span><del>-PASS p.value = NaN; threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS p.value = NaN; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Set value to null and max to 0
</span><span class="cx"> PASS p.value is 0
</span><span class="cx"> PASS p.max is 1
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLSelectElementoptionscollectionaddexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLSelectElement/options-collection-add-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLSelectElement/options-collection-add-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLSelectElement/options-collection-add-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx"> PASS testAdd(createOption(&quot;Y11&quot;), mySelect.options[1]) is &quot;0,Y11,1,Y10,2&quot;
</span><span class="cx"> PASS testAddWithoutResettingListOptions(createGroup(&quot;Y12&quot;, &quot;Y13&quot;), mySelect.options[1]) is &quot;0,Y12,Y13,1,2&quot;
</span><span class="cx"> PASS testAdd(createGroup(&quot;Y14&quot;, &quot;Y15&quot;), mySelect.options[3]) is &quot;0,Y12,Y13,Y14,Y15,1,2&quot;
</span><del>-PASS testAdd(createOption(&quot;Y16&quot;), createOption(&quot;Y17&quot;)) threw exception Error: NotFoundError: DOM Exception 8.
</del><ins>+PASS testAdd(createOption(&quot;Y16&quot;), createOption(&quot;Y17&quot;)) threw exception NotFoundError (DOM Exception 8): The object can not be found here..
</ins><span class="cx"> PASS testAdd(createOption(&quot;Y1&quot;)) is &quot;0,1,2,Y1&quot;
</span><span class="cx"> PASS testAdd(createOption(&quot;Y2&quot;), null) is &quot;0,1,2,Y2&quot;
</span><span class="cx"> PASS testAdd(createOption(&quot;Y3&quot;), 0) is &quot;Y3,0,1,2&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLSelectElementselectaddoptgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLSelectElement/select-add-optgroup-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLSelectElement/select-add-optgroup-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLSelectElement/select-add-optgroup-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx"> PASS testAdd2(createGroup(&quot;Y12&quot;, &quot;Y13&quot;), mySelect.options[1]) is &quot;0,Y12,Y13,1,2&quot;
</span><span class="cx"> PASS testAdd2(createGroup(&quot;Y14&quot;, &quot;Y15&quot;), mySelect.options[3]) is &quot;0,Y12,Y13,Y14,Y15,1,2&quot;
</span><span class="cx"> list elements are = 0,1,2
</span><del>-PASS testAdd2(createOption(&quot;Y16&quot;), createOption(&quot;Y17&quot;)) threw exception Error: NotFoundError: DOM Exception 8.
</del><ins>+PASS testAdd2(createOption(&quot;Y16&quot;), createOption(&quot;Y17&quot;)) threw exception NotFoundError (DOM Exception 8): The object can not be found here..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLSelectElementselectselectedIndexexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> 
</span><span class="cx"> 1) setting length to a negative length
</span><del>-PASS mySelect.options.length = -1; threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS mySelect.options.length = -1; threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS mySelect.options.length is 2
</span><span class="cx"> PASS mySelect.selectedIndex is 1
</span><span class="cx"> 2) setting length to a larger length
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> PASS mySelect.options.length is 10
</span><span class="cx"> PASS mySelect.selectedIndex is -1
</span><span class="cx"> 19) trying to set an element that's not an option: select element
</span><del>-PASS mySelect.options[10] = mySelect; threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS mySelect.options[10] = mySelect; threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS mySelect.options.length is 10
</span><span class="cx"> PASS mySelect.selectedIndex is -1
</span><span class="cx"> 20) trying to set a option element using an invalid index: negative infinity
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLSelectElementselectselectedIndexmultipleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> 
</span><span class="cx"> 1) setting length to a negative length
</span><del>-PASS mySelect.options.length = -1; threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS mySelect.options.length = -1; threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS mySelect.options.length is 2
</span><span class="cx"> PASS mySelect.selectedIndex is 0
</span><span class="cx"> 2) setting length to a larger length
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> PASS mySelect.options.length is 10
</span><span class="cx"> PASS mySelect.selectedIndex is 0
</span><span class="cx"> 19) trying to set an element that's not an option: select element
</span><del>-PASS mySelect.options[10] = mySelect; threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS mySelect.options[10] = mySelect; threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS mySelect.options.length is 10
</span><span class="cx"> PASS mySelect.selectedIndex is 0
</span><span class="cx"> 20) trying to set a option element using an invalid index: negative infinity
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLTableElementnullableattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLTableElement/nullable-attributes-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLTableElement/nullable-attributes-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLTableElement/nullable-attributes-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> PASS table.tHead is thead
</span><span class="cx"> PASS table.tHead = document.body threw exception TypeError: The HTMLTableElement.tHead attribute must be an instance of HTMLTableSectionElement.
</span><span class="cx"> PASS table.tHead is thead
</span><del>-PASS table.tHead = tfoot threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS table.tHead = tfoot threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS table.tHead is thead
</span><span class="cx"> table.tHead = null
</span><span class="cx"> PASS table.tHead is null
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> PASS table.tFoot is tfoot
</span><span class="cx"> PASS table.tFoot = document.body threw exception TypeError: The HTMLTableElement.tFoot attribute must be an instance of HTMLTableSectionElement.
</span><span class="cx"> PASS table.tFoot is tfoot
</span><del>-PASS table.tFoot = thead threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS table.tFoot = thead threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS table.tFoot is tfoot
</span><span class="cx"> table.tFoot = null
</span><span class="cx"> PASS table.tFoot is null
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLTableElementnullableattributeshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLTableElement/nullable-attributes.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLTableElement/nullable-attributes.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLTableElement/nullable-attributes.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> shouldBe(&quot;table.tHead&quot;, &quot;thead&quot;);
</span><span class="cx"> shouldThrow(&quot;table.tHead = document.body&quot;, &quot;'TypeError: The HTMLTableElement.tHead attribute must be an instance of HTMLTableSectionElement'&quot;);
</span><span class="cx"> shouldBe(&quot;table.tHead&quot;, &quot;thead&quot;);
</span><del>-shouldThrow(&quot;table.tHead = tfoot&quot;, &quot;'Error: HierarchyRequestError: DOM Exception 3'&quot;);
</del><ins>+shouldThrow(&quot;table.tHead = tfoot&quot;, &quot;'HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.'&quot;);
</ins><span class="cx"> shouldBe(&quot;table.tHead&quot;, &quot;thead&quot;);
</span><span class="cx"> evalAndLog(&quot;table.tHead = null&quot;);
</span><span class="cx"> shouldBeNull(&quot;table.tHead&quot;);
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx"> shouldBe(&quot;table.tFoot&quot;, &quot;tfoot&quot;);
</span><span class="cx"> shouldThrow(&quot;table.tFoot = document.body&quot;, &quot;'TypeError: The HTMLTableElement.tFoot attribute must be an instance of HTMLTableSectionElement'&quot;);
</span><span class="cx"> shouldBe(&quot;table.tFoot&quot;, &quot;tfoot&quot;);
</span><del>-shouldThrow(&quot;table.tFoot = thead&quot;, &quot;'Error: HierarchyRequestError: DOM Exception 3'&quot;);
</del><ins>+shouldThrow(&quot;table.tFoot = thead&quot;, &quot;'HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.'&quot;);
</ins><span class="cx"> shouldBe(&quot;table.tFoot&quot;, &quot;tfoot&quot;);
</span><span class="cx"> evalAndLog(&quot;table.tFoot = null&quot;);
</span><span class="cx"> shouldBeNull(&quot;table.tFoot&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLTemplateElementcyclesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,11 +3,11 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS template.content.appendChild(template) threw exception Error: HierarchyRequestError: DOM Exception 3.
-PASS template.content.appendChild(outerDiv) threw exception Error: HierarchyRequestError: DOM Exception 3.
-PASS innerDiv.appendChild(template) threw exception Error: HierarchyRequestError: DOM Exception 3.
-PASS innerDiv.appendChild(outerDiv) threw exception Error: HierarchyRequestError: DOM Exception 3.
-PASS innerTemplate.appendChild(outerDiv) threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS template.content.appendChild(template) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
+PASS template.content.appendChild(outerDiv) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
+PASS innerDiv.appendChild(template) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
+PASS innerDiv.appendChild(outerDiv) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
+PASS innerTemplate.appendChild(outerDiv) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLTemplateElementcyclesinshadowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS shadowDiv.appendChild(outerDiv) threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS shadowDiv.appendChild(outerDiv) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomNodeinitialvaluesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Node/initial-values-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Node/initial-values-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Node/initial-values-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx"> PASS comment.prefix is null
</span><span class="cx"> PASS comment.nodeValue is 'foo'
</span><span class="cx"> PASS comment.data is 'foo'
</span><del>-PASS document.createCDATASection('foo') threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS document.createCDATASection('foo') threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS cdata.nodeName is '#cdata-section'
</span><span class="cx"> PASS cdata.localName is null
</span><span class="cx"> PASS cdata.namespaceURI is null
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomParentNodeappendexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/ParentNode-append-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/ParentNode-append-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/ParentNode-append-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx"> PASS container.childNodes.length is 0
</span><span class="cx"> 
</span><span class="cx"> Test error condition of self-appending.
</span><del>-PASS container.append(container) threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS container.append(container) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> 
</span><span class="cx"> Test DocumentFragment.append((Node or DOMString)...).
</span><span class="cx"> PASS d1.parentNode is fragment
</span><span class="lines">@@ -65,10 +65,10 @@
</span><span class="cx"> PASS c1.parentNode is doc
</span><span class="cx"> 
</span><span class="cx"> Test error condition appending a second root element.
</span><del>-PASS doc.append(d2) threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS doc.append(d2) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> 
</span><span class="cx"> Test error condition appending Text node as the root element.
</span><del>-PASS doc.append('hello') threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS doc.append('hello') threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomParentNodeprependexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/ParentNode-prepend-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/ParentNode-prepend-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/ParentNode-prepend-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx"> PASS container.childNodes.length is 0
</span><span class="cx"> 
</span><span class="cx"> Test error condition of self-prepending.
</span><del>-PASS container.prepend(container) threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS container.prepend(container) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> 
</span><span class="cx"> Test DocumentFragment.prepend((Node or DOMString)...).
</span><span class="cx"> PASS d1.parentNode is fragment
</span><span class="lines">@@ -65,10 +65,10 @@
</span><span class="cx"> PASS c1.parentNode is doc
</span><span class="cx"> 
</span><span class="cx"> Test error condition prepending a second root element.
</span><del>-PASS doc.prepend(d2) threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS doc.prepend(d2) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> 
</span><span class="cx"> Test error condition prepending Text node as the root element.
</span><del>-PASS doc.prepend('hello') threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS doc.prepend('hello') threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRange31684expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/31684-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/31684-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/31684-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS range.surroundContents(element) threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS range.surroundContents(element) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangeclonecontentsdocumenttypeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/clone-contents-document-type-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/clone-contents-document-type-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/clone-contents-document-type-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS range.cloneContents() threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS range.cloneContents() threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangeclonecontentsdocumenttypehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/clone-contents-document-type.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/clone-contents-document-type.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/clone-contents-document-type.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> range.setStart(document, 0);
</span><span class="cx"> range.setEnd(document, 2);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;range.cloneContents()&quot;, &quot;'Error: HierarchyRequestError: DOM Exception 3'&quot;);
</del><ins>+shouldThrow(&quot;range.cloneContents()&quot;, &quot;'HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.'&quot;);
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangecompareBoundaryPoints1html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-1.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-1.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-1.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">     var compare = r1.compareBoundaryPoints(Range.START_TO_START, r2);
</span><span class="cx">     log(&quot;Error.  compareBoundaryPoints should have thrown an exception.&quot;);
</span><span class="cx"> } catch (e) {
</span><del>-    var expected = &quot;Error: WrongDocumentError: DOM Exception 4&quot;;
</del><ins>+    var expected = &quot;WrongDocumentError (DOM Exception 4): The object is in the wrong document.&quot;;
</ins><span class="cx">     if (e != expected)
</span><span class="cx">         log(&quot;Error.  Exception thrown should have been: &quot; + expected);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangecompareBoundaryPointscompareHowexceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-compareHow-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-compareHow-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-compareHow-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,10 +8,10 @@
</span><span class="cx"> PASS range.compareBoundaryPoints(Range.END_TO_END, sourceRange) is -1
</span><span class="cx"> PASS range.compareBoundaryPoints(Range.END_TO_START, sourceRange) is -1
</span><span class="cx"> PASS range.compareBoundaryPoints(65536, sourceRange) is -1
</span><del>-PASS range.compareBoundaryPoints(-1, sourceRange) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS range.compareBoundaryPoints(4, sourceRange) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS range.compareBoundaryPoints(100, sourceRange) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS range.compareBoundaryPoints(65535, sourceRange) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS range.compareBoundaryPoints(-1, sourceRange) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS range.compareBoundaryPoints(4, sourceRange) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS range.compareBoundaryPoints(100, sourceRange) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS range.compareBoundaryPoints(65535, sourceRange) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangecompareBoundaryPointscompareHowexceptionhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-compareHow-exception.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-compareHow-exception.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/compareBoundaryPoints-compareHow-exception.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -20,10 +20,10 @@
</span><span class="cx"> shouldBe(&quot;range.compareBoundaryPoints(65536, sourceRange)&quot;, &quot;-1&quot;); // 65536 should wrap around to 0.
</span><span class="cx"> 
</span><span class="cx"> // Invalid values.
</span><del>-shouldThrow(&quot;range.compareBoundaryPoints(-1, sourceRange)&quot;, &quot;'Error: NotSupportedError: DOM Exception 9'&quot;);
-shouldThrow(&quot;range.compareBoundaryPoints(4, sourceRange)&quot;, &quot;'Error: NotSupportedError: DOM Exception 9'&quot;);
-shouldThrow(&quot;range.compareBoundaryPoints(100, sourceRange)&quot;, &quot;'Error: NotSupportedError: DOM Exception 9'&quot;);
-shouldThrow(&quot;range.compareBoundaryPoints(65535, sourceRange)&quot;, &quot;'Error: NotSupportedError: DOM Exception 9'&quot;);
</del><ins>+shouldThrow(&quot;range.compareBoundaryPoints(-1, sourceRange)&quot;, &quot;'NotSupportedError (DOM Exception 9): The operation is not supported.'&quot;);
+shouldThrow(&quot;range.compareBoundaryPoints(4, sourceRange)&quot;, &quot;'NotSupportedError (DOM Exception 9): The operation is not supported.'&quot;);
+shouldThrow(&quot;range.compareBoundaryPoints(100, sourceRange)&quot;, &quot;'NotSupportedError (DOM Exception 9): The operation is not supported.'&quot;);
+shouldThrow(&quot;range.compareBoundaryPoints(65535, sourceRange)&quot;, &quot;'NotSupportedError (DOM Exception 9): The operation is not supported.'&quot;);
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangeextractcontentsdocumenttypeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/extract-contents-document-type-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/extract-contents-document-type-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/extract-contents-document-type-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS range.extractContents() threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS range.extractContents() threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangeextractcontentsdocumenttypehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/extract-contents-document-type.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/extract-contents-document-type.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/extract-contents-document-type.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> range.setStart(document, 0);
</span><span class="cx"> range.setEnd(document, 2);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;range.extractContents()&quot;, &quot;'Error: HierarchyRequestError: DOM Exception 3'&quot;);
</del><ins>+shouldThrow(&quot;range.extractContents()&quot;, &quot;'HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.'&quot;);
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangerangecomparePointdetachednodesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/range-comparePoint-detached-nodes-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/range-comparePoint-detached-nodes-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/range-comparePoint-detached-nodes-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> PASS var range = new Range; range.setStart(spanInDetachedDiv1, 0); range.comparePoint(spanInDetachedDiv2, 0); is 1
</span><span class="cx"> PASS var range = new Range; range.setStart(spanInDetachedDiv2, 0); range.comparePoint(spanInDetachedDiv1, 0); is -1
</span><span class="cx"> PASS var range = new Range; range.setStart(spanInDetachedDiv1, 0); range.comparePoint(spanInDetachedDiv1, 0); is 0
</span><del>-PASS var range = new Range; range.setStart(detachedDiv, 0); range.comparePoint(detachedP, 0); threw exception Error: WrongDocumentError: DOM Exception 4.
-PASS var range = new Range; range.setStart(spanInDetachedDiv1, 0); range.comparePoint(spanInDetachedP, 0); threw exception Error: WrongDocumentError: DOM Exception 4.
</del><ins>+PASS var range = new Range; range.setStart(detachedDiv, 0); range.comparePoint(detachedP, 0); threw exception WrongDocumentError (DOM Exception 4): The object is in the wrong document..
+PASS var range = new Range; range.setStart(spanInDetachedDiv1, 0); range.comparePoint(spanInDetachedP, 0); threw exception WrongDocumentError (DOM Exception 4): The object is in the wrong document..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangerangecomparePointdetachednodeshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/range-comparePoint-detached-nodes.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/range-comparePoint-detached-nodes.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/range-comparePoint-detached-nodes.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -22,8 +22,8 @@
</span><span class="cx"> shouldBe(&quot;var range = new Range; range.setStart(spanInDetachedDiv1, 0); range.comparePoint(spanInDetachedDiv2, 0);&quot;, &quot;1&quot;);
</span><span class="cx"> shouldBe(&quot;var range = new Range; range.setStart(spanInDetachedDiv2, 0); range.comparePoint(spanInDetachedDiv1, 0);&quot;, &quot;-1&quot;);
</span><span class="cx"> shouldBe(&quot;var range = new Range; range.setStart(spanInDetachedDiv1, 0); range.comparePoint(spanInDetachedDiv1, 0);&quot;, &quot;0&quot;);
</span><del>-shouldThrow(&quot;var range = new Range; range.setStart(detachedDiv, 0); range.comparePoint(detachedP, 0);&quot;, &quot;'Error: WrongDocumentError: DOM Exception 4'&quot;);
-shouldThrow(&quot;var range = new Range; range.setStart(spanInDetachedDiv1, 0); range.comparePoint(spanInDetachedP, 0);&quot;, &quot;'Error: WrongDocumentError: DOM Exception 4'&quot;);
</del><ins>+shouldThrow(&quot;var range = new Range; range.setStart(detachedDiv, 0); range.comparePoint(detachedP, 0);&quot;, &quot;'WrongDocumentError (DOM Exception 4): The object is in the wrong document.'&quot;);
+shouldThrow(&quot;var range = new Range; range.setStart(spanInDetachedDiv1, 0); range.comparePoint(spanInDetachedP, 0);&quot;, &quot;'WrongDocumentError (DOM Exception 4): The object is in the wrong document.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> var successfullyParsed = true;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangerangeexceptionsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/range-exceptions-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/range-exceptions-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/range-exceptions-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> PASS node.innerHTML is '&lt;bar&gt;AB&lt;moo&gt;C&lt;/moo&gt;DE&lt;/bar&gt;'
</span><del>-PASS r.surroundContents(document.createElement('a')) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS r.surroundContents(document.createElement('a')) threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS r.surroundContents(document.createElement('a')) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS r.surroundContents(document.createElement('a')) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangerangeintersectsNodeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> PASS range.intersectsNode(document) is true
</span><span class="cx"> 
</span><span class="cx"> 2.4 Range has no parent
</span><del>-PASS range.selectNode(document) threw exception Error: InvalidNodeTypeError: DOM Exception 24.
</del><ins>+PASS range.selectNode(document) threw exception InvalidNodeTypeError (DOM Exception 24): The supplied node is incorrect or has an incorrect ancestor for this operation..
</ins><span class="cx"> 
</span><span class="cx"> 2.5 Wrong documents
</span><span class="cx"> PASS intersects is false
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomRangescripttests31684js"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/script-tests/31684.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/script-tests/31684.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/script-tests/31684.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,4 +7,4 @@
</span><span class="cx"> var element = document.createElement(&quot;div&quot;);
</span><span class="cx"> range.selectNodeContents(text);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;range.surroundContents(element)&quot;, '&quot;Error: HierarchyRequestError: DOM Exception 3&quot;');
</del><ins>+shouldThrow(&quot;range.surroundContents(element)&quot;, '&quot;HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.&quot;');
</ins></span></pre></div>
<a id="trunkLayoutTestsfastdomRangescripttestsrangeexceptionsjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/script-tests/range-exceptions.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/script-tests/range-exceptions.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/script-tests/range-exceptions.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -16,9 +16,9 @@
</span><span class="cx"> var r = document.createRange();
</span><span class="cx"> r.setStart(c1, 2);
</span><span class="cx"> r.setEnd(c2, 3);
</span><del>-shouldThrow(&quot;r.surroundContents(document.createElement('a'))&quot;, '&quot;Error: InvalidStateError: DOM Exception 11&quot;');
</del><ins>+shouldThrow(&quot;r.surroundContents(document.createElement('a'))&quot;, '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> // But not when we don't try to split the comment.
</span><span class="cx"> r.setStart(c1, 0);
</span><span class="cx"> r.setEnd(c1, 5);
</span><del>-shouldThrow(&quot;r.surroundContents(document.createElement('a'))&quot;, '&quot;Error: HierarchyRequestError: DOM Exception 3&quot;');
</del><ins>+shouldThrow(&quot;r.surroundContents(document.createElement('a'))&quot;, '&quot;HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.&quot;');
</ins></span></pre></div>
<a id="trunkLayoutTestsfastdomRangesurroundContents1html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Range/surroundContents-1.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Range/surroundContents-1.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Range/surroundContents-1.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx"> try {
</span><span class="cx">     range.surroundContents(select);    
</span><span class="cx"> } catch (e) {
</span><del>-    var error = &quot;Error: HierarchyRequestError: DOM Exception 3&quot;;
</del><ins>+    var error = &quot;HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.&quot;;
</ins><span class="cx">     if (e != error)
</span><span class="cx">         log (&quot;Failure, expected: &quot; + error);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomSelectioncollapseToXemptyselectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Selection/collapseToX-empty-selection-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Selection/collapseToX-empty-selection-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Selection/collapseToX-empty-selection-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS sel.collapseToStart() threw exception Error: InvalidStateError: DOM Exception 11.
-PASS sel.collapseToEnd() threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS sel.collapseToStart() threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS sel.collapseToEnd() threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS sel.collapseToStart() is undefined
</span><span class="cx"> PASS sel.collapseToEnd() is undefined
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomSelectionscripttestscollapseToXemptyselectionjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Selection/script-tests/collapseToX-empty-selection.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Selection/script-tests/collapseToX-empty-selection.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Selection/script-tests/collapseToX-empty-selection.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx"> var textNode = document.createTextNode(&quot;abcdef&quot;);
</span><span class="cx"> document.body.appendChild(textNode);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;sel.collapseToStart()&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
-shouldThrow(&quot;sel.collapseToEnd()&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
</del><ins>+shouldThrow(&quot;sel.collapseToStart()&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
+shouldThrow(&quot;sel.collapseToEnd()&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> sel.selectAllChildren(textNode);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomSelectorAPIdumpNodeListalmoststrictexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -12,8 +12,8 @@
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], length: 2
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 4
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 5
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> length: 0
</span><span class="cx"> length: 0
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], length: 4
</span><span class="lines">@@ -26,8 +26,8 @@
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], length: 2
</span><span class="cx"> [object HTMLDivElement], [object HTMLParagraphElement], length: 2
</span><span class="cx"> [object HTMLDivElement], [object HTMLParagraphElement], length: 2
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> length: 0
</span><span class="cx"> length: 0
</span><span class="cx"> 
</span><span class="lines">@@ -39,8 +39,8 @@
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], length: 2
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> length: 0
</span><span class="cx"> length: 0
</span><span class="cx"> 
</span><span class="lines">@@ -51,8 +51,8 @@
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> 
</span><span class="lines">@@ -64,8 +64,8 @@
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> 
</span><span class="lines">@@ -77,8 +77,8 @@
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomSelectorAPIdumpNodeListexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -12,8 +12,8 @@
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], length: 2
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 4
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 5
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> length: 0
</span><span class="cx"> length: 0
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], length: 4
</span><span class="lines">@@ -26,8 +26,8 @@
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], length: 2
</span><span class="cx"> [object HTMLDivElement], [object HTMLParagraphElement], length: 2
</span><span class="cx"> [object HTMLDivElement], [object HTMLParagraphElement], length: 2
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> length: 0
</span><span class="cx"> length: 0
</span><span class="cx"> 
</span><span class="lines">@@ -39,8 +39,8 @@
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], length: 2
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
</span><span class="cx"> [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> length: 0
</span><span class="cx"> length: 0
</span><span class="cx"> 
</span><span class="lines">@@ -51,8 +51,8 @@
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> 
</span><span class="lines">@@ -64,8 +64,8 @@
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> 
</span><span class="lines">@@ -77,8 +77,8 @@
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><span class="cx"> [object HTMLDivElement]
</span><del>-Error: SyntaxError: DOM Exception 12
-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> TypeError: null is not an object (evaluating 'node.querySelector(selectorString).dump')
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomSelectorAPInotsupportednamespaceinselectorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> This tests that we throw a NAMESPACE_ERR when parsing a selector string for querySelector and querySelectorAll that contains a namespace.
</span><span class="cx"> 
</span><del>-PASS: document.querySelector('bbb|pre') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.querySelectorAll('bbb|pre') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.body.matches('bbb|pre') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.body.webkitMatchesSelector('bbb|pre') throws: Error: NamespaceError: DOM Exception 14
</del><ins>+PASS: document.querySelector('bbb|pre') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.querySelectorAll('bbb|pre') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.body.matches('bbb|pre') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.body.webkitMatchesSelector('bbb|pre') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
</ins><span class="cx"> PASS: document.querySelector('*|pre') did not throw
</span><span class="cx"> PASS: document.querySelectorAll('*|pre') did not throw
</span><span class="cx"> PASS: document.body.matches('*|pre') did not throw
</span><span class="lines">@@ -12,10 +12,10 @@
</span><span class="cx"> PASS: document.querySelectorAll('|pre') did not throw
</span><span class="cx"> PASS: document.body.matches('|pre') did not throw
</span><span class="cx"> PASS: document.body.webkitMatchesSelector('|pre') did not throw
</span><del>-PASS: document.querySelector('div bbb|pre') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.querySelectorAll('div bbb|pre') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.body.matches('div bbb|pre') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.body.webkitMatchesSelector('div bbb|pre') throws: Error: NamespaceError: DOM Exception 14
</del><ins>+PASS: document.querySelector('div bbb|pre') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.querySelectorAll('div bbb|pre') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.body.matches('div bbb|pre') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.body.webkitMatchesSelector('div bbb|pre') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
</ins><span class="cx"> PASS: document.querySelector('div *|pre') did not throw
</span><span class="cx"> PASS: document.querySelectorAll('div *|pre') did not throw
</span><span class="cx"> PASS: document.body.matches('div *|pre') did not throw
</span><span class="lines">@@ -24,10 +24,10 @@
</span><span class="cx"> PASS: document.querySelectorAll('div |pre') did not throw
</span><span class="cx"> PASS: document.body.matches('div |pre') did not throw
</span><span class="cx"> PASS: document.body.webkitMatchesSelector('div |pre') did not throw
</span><del>-PASS: document.querySelector('[bbb|name=value]') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.querySelectorAll('[bbb|name=value]') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.body.matches('[bbb|name=value]') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.body.webkitMatchesSelector('[bbb|name=value]') throws: Error: NamespaceError: DOM Exception 14
</del><ins>+PASS: document.querySelector('[bbb|name=value]') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.querySelectorAll('[bbb|name=value]') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.body.matches('[bbb|name=value]') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.body.webkitMatchesSelector('[bbb|name=value]') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
</ins><span class="cx"> PASS: document.querySelector('[*|name=value]') did not throw
</span><span class="cx"> PASS: document.querySelectorAll('[*|name=value]') did not throw
</span><span class="cx"> PASS: document.body.matches('[*|name=value]') did not throw
</span><span class="lines">@@ -36,11 +36,11 @@
</span><span class="cx"> PASS: document.querySelectorAll('[|name=value]') did not throw
</span><span class="cx"> PASS: document.body.matches('[|name=value]') did not throw
</span><span class="cx"> PASS: document.body.webkitMatchesSelector('[|name=value]') did not throw
</span><del>-PASS: document.querySelector(':-webkit-any(bbb|pre)') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.querySelector('div [bbb|name=value]') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.querySelectorAll('div [bbb|name=value]') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.body.matches('div [bbb|name=value]') throws: Error: NamespaceError: DOM Exception 14
-PASS: document.body.webkitMatchesSelector('div [bbb|name=value]') throws: Error: NamespaceError: DOM Exception 14
</del><ins>+PASS: document.querySelector(':-webkit-any(bbb|pre)') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.querySelector('div [bbb|name=value]') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.querySelectorAll('div [bbb|name=value]') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.body.matches('div [bbb|name=value]') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
+PASS: document.body.webkitMatchesSelector('div [bbb|name=value]') throws: NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.
</ins><span class="cx"> PASS: document.querySelector('div [*|name=value]') did not throw
</span><span class="cx"> PASS: document.querySelectorAll('div [*|name=value]') did not throw
</span><span class="cx"> PASS: document.body.matches('div [*|name=value]') did not throw
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomTextsplitTextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Text/splitText-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Text/splitText-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Text/splitText-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,8 +7,8 @@
</span><span class="cx"> PASS text.splitText(4).data is &quot;efg&quot;
</span><span class="cx"> PASS text.data is &quot;abcd&quot;
</span><span class="cx"> PASS text.splitText() threw exception TypeError: Not enough arguments.
</span><del>-PASS text.splitText(999) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text.splitText(-1) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text.splitText(999) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text.splitText(-1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text.data is &quot;abcd&quot;
</span><span class="cx"> PASS text.splitText(-4294967294).data is &quot;cd&quot;
</span><span class="cx"> PASS text.data is &quot;ab&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomTextsplitTexthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Text/splitText.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Text/splitText.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Text/splitText.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,8 +11,8 @@
</span><span class="cx"> shouldBeEqualToString(&quot;text.splitText(4).data&quot;, &quot;efg&quot;);
</span><span class="cx"> shouldBeEqualToString(&quot;text.data&quot;, &quot;abcd&quot;);
</span><span class="cx"> shouldThrow(&quot;text.splitText()&quot;, &quot;'TypeError: Not enough arguments'&quot;);
</span><del>-shouldThrow(&quot;text.splitText(999)&quot;, '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
-shouldThrow(&quot;text.splitText(-1)&quot;, '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
</del><ins>+shouldThrow(&quot;text.splitText(999)&quot;, '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
+shouldThrow(&quot;text.splitText(-1)&quot;, '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
</ins><span class="cx"> shouldBeEqualToString(&quot;text.data&quot;, &quot;abcd&quot;);
</span><span class="cx"> shouldBeEqualToString(&quot;text.splitText(-4294967294).data&quot;, &quot;cd&quot;);
</span><span class="cx"> shouldBeEqualToString(&quot;text.data&quot;, &quot;ab&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomWindowanonymousslotwithchangesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Window/anonymous-slot-with-changes-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Window/anonymous-slot-with-changes-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Window/anonymous-slot-with-changes-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> Tests that we clone object hierarchies
</span><del>-PASS: 'postMessage((function(){}))' threw Error: DataCloneError: DOM Exception 25
</del><ins>+PASS: 'postMessage((function(){}))' threw DataCloneError (DOM Exception 25): The object can not be cloned.
</ins><span class="cx"> PASS: eventData is null of type object
</span><span class="cx"> PASS: eventData is null of type object
</span><span class="cx"> PASS: eventData is null of type object
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomWindowatobbtoaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Window/atob-btoa-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Window/atob-btoa-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Window/atob-btoa-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx"> PASS window.btoa(window) is &quot;W29iamVjdCBXaW5kb3dd&quot;
</span><span class="cx"> PASS window.btoa(&quot;éé&quot;) is &quot;6ek=&quot;
</span><span class="cx"> PASS window.btoa(&quot;\u0080\u0081&quot;) is &quot;gIE=&quot;
</span><del>-PASS window.btoa(&quot;тест&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS window.btoa(&quot;тест&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS window.btoa is 0
</span><span class="cx"> PASS typeof window.btoa is &quot;number&quot;
</span><span class="cx"> PASS typeof window.atob is &quot;function&quot;
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> PASS window.atob() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS window.atob(&quot;&quot;) is &quot;&quot;
</span><span class="cx"> PASS window.atob(null) is &quot;žée&quot;
</span><del>-PASS window.atob(undefined) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS window.atob(undefined) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS window.atob(&quot; YQ==&quot;) is &quot;a&quot;
</span><span class="cx"> PASS window.atob(&quot;YQ==\u000a&quot;) is &quot;a&quot;
</span><span class="cx"> PASS window.atob(&quot;ab\tcd&quot;) is &quot;i·&quot;
</span><span class="lines">@@ -36,29 +36,29 @@
</span><span class="cx"> PASS window.atob(&quot; \t\n\f\r ab\t\n\f\r cd\t\n\f\r &quot;) is &quot;i·&quot;
</span><span class="cx"> PASS window.atob(&quot;ab\t\n\f\r =\t\n\f\r =\t\n\f\r &quot;) is &quot;i&quot;
</span><span class="cx"> PASS window.atob(&quot;            &quot;) is &quot;&quot;
</span><del>-PASS window.atob(&quot; abcd===&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;abcd=== &quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;abcd ===&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS window.atob(&quot; abcd===&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;abcd=== &quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;abcd ===&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS window.atob(&quot;6ek=&quot;) is &quot;éé&quot;
</span><span class="cx"> PASS window.atob(&quot;6ek&quot;) is &quot;éé&quot;
</span><span class="cx"> PASS window.atob(&quot;gIE=&quot;) is &quot;€&quot;
</span><del>-PASS window.atob(&quot;тест&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;z&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS window.atob(&quot;тест&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;z&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS window.atob(&quot;zz&quot;) is &quot;Ï&quot;
</span><span class="cx"> PASS window.atob(&quot;zzz&quot;) is &quot;Ï&lt;&quot;
</span><span class="cx"> PASS window.atob(&quot;zzz=&quot;) is &quot;Ï&lt;&quot;
</span><del>-PASS window.atob(&quot;zzz==&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;zzz===&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;zzz====&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;zzz=====&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS window.atob(&quot;zzz==&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;zzz===&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;zzz====&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;zzz=====&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS window.atob(&quot;zzzz&quot;) is &quot;Ï&lt;ó&quot;
</span><del>-PASS window.atob(&quot;zzzzz&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;z=zz&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;=&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;==&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;===&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;====&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS window.atob(&quot;=====&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS window.atob(&quot;zzzzz&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;z=zz&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;=&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;==&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;===&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;====&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS window.atob(&quot;=====&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS window.atob is 0
</span><span class="cx"> PASS typeof window.atob is &quot;number&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomWindowcustomconstructorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Window/custom-constructors-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Window/custom-constructors-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Window/custom-constructors-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
</span><span class="cx"> PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix()) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
</span><span class="cx"> PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix(undefined)) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
</span><del>-PASS new WebKitCSSMatrix(null) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebKitCSSMatrix(null) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS XMLHttpRequest.prototype.toString.call(new XMLHttpRequest) is '[object XMLHttpRequest]'
</span><span class="cx"> PASS XSLTProcessor.prototype.toString.call(new XSLTProcessor) is '[object XSLTProcessor]'
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomWindowdispatchEventexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Window/dispatchEvent-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Window/dispatchEvent-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Window/dispatchEvent-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> PASS window.dispatchEvent(event) threw exception TypeError: Type error.
</span><del>-PASS window.dispatchEvent(event) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS window.dispatchEvent(event) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS myEventDispatched is true
</span><span class="cx"> PASS target is window
</span><span class="cx"> PASS currentTarget is window
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomWindowinvalidprotocolexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,11 +3,11 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS location.protocol = '' threw exception Error: SyntaxError: DOM Exception 12.
-PASS location.protocol = ':' threw exception Error: SyntaxError: DOM Exception 12.
-PASS location.protocol = 'é' threw exception Error: SyntaxError: DOM Exception 12.
-PASS location.protocol = '[' threw exception Error: SyntaxError: DOM Exception 12.
-PASS location.protocol = '0' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS location.protocol = '' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS location.protocol = ':' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS location.protocol = 'é' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS location.protocol = '[' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS location.protocol = '0' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS a.protocol is 'http:'
</span><span class="cx"> PASS a.href is 'https://www.apple.com/'
</span><span class="cx"> PASS a.href is 'http://www.apple.com/'
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomWindowwindowpostmessagecloneexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/Window/window-postmessage-clone-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> Tests that we clone object hierarchies
</span><span class="cx"> 
</span><del>-PASS: 'postMessage((function(){}))' threw Error: DataCloneError: DOM Exception 25
-PASS: 'postMessage(var x = 0; try { eval(&quot;badref&quot;); } catch(e) { x = e; } x)' threw Error: DataCloneError: DOM Exception 25
-PASS: 'postMessage(window)' threw Error: DataCloneError: DOM Exception 25
</del><ins>+PASS: 'postMessage((function(){}))' threw DataCloneError (DOM Exception 25): The object can not be cloned.
+PASS: 'postMessage(var x = 0; try { eval(&quot;badref&quot;); } catch(e) { x = e; } x)' threw DataCloneError (DOM Exception 25): The object can not be cloned.
+PASS: 'postMessage(window)' threw DataCloneError (DOM Exception 25): The object can not be cloned.
</ins><span class="cx"> PASS: 'postMessage(({get a() { throw &quot;x&quot; }}))' threw x
</span><span class="cx"> PASS: 'postMessage((function() {return {get a() { throw &quot;accessor-exn&quot;; }};})())' threw accessor-exn
</span><span class="cx"> PASS: 'postMessage((function() {var obja = {get p() { throw &quot;accessor-exn&quot;; }}; return {get a() { return obja; }};})())' threw accessor-exn
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomcomputedstylesetpropertyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/computed-style-set-property-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/computed-style-set-property-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/computed-style-set-property-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> You should see two &quot;PASS&quot; messages below:
</span><span class="cx"> 
</span><span class="cx"> Computed style parent (should be null): null
</span><del>-PASS: got an exception when trying to change a computed style declaration, Error: NoModificationAllowedError: DOM Exception 7
</del><ins>+PASS: got an exception when trying to change a computed style declaration, NoModificationAllowedError (DOM Exception 7): The object can not be modified.
</ins><span class="cx"> 
</span><del>-PASS: got an exception when trying to change a computed style declaration via setProperty, Error: NoModificationAllowedError: DOM Exception 7
</del><ins>+PASS: got an exception when trying to change a computed style declaration via setProperty, NoModificationAllowedError (DOM Exception 7): The object can not be modified.
</ins></span></pre></div>
<a id="trunkLayoutTestsfastdomcreateElementNSnamespaceerrorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/createElementNS-namespace-errors-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/createElementNS-namespace-errors-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/createElementNS-namespace-errors-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,27 +3,27 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS document.createElementNS(null, 'foo:bar') threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.createElementNS(null, 'foo:bar') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:abc') did not throw exception.
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:abc').namespaceURI is &quot;http://www.w3.org/XML/1998/namespace&quot;
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:abc').nodeName is &quot;xml:abc&quot;
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:abc').prefix is &quot;xml&quot;
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:abc').localName is &quot;abc&quot;
</span><del>-PASS document.createElementNS('http://www.w3.org/not-XML/1998/namespace', 'xml:abc') threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.createElementNS('http://www.w3.org/not-XML/1998/namespace', 'xml:abc') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns') did not throw exception.
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns').namespaceURI is &quot;http://www.w3.org/2000/xmlns/&quot;
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns').nodeName is &quot;xmlns&quot;
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns').prefix is null
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns').localName is &quot;xmlns&quot;
</span><del>-PASS document.createElementNS('http://www.w3.org/2000/not-xmlns/', 'xmlns') threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.createElementNS('http://www.w3.org/2000/not-xmlns/', 'xmlns') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc') did not throw exception.
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc').namespaceURI is &quot;http://www.w3.org/2000/xmlns/&quot;
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc').nodeName is &quot;xmlns:abc&quot;
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc').prefix is &quot;xmlns&quot;
</span><span class="cx"> PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc').localName is &quot;abc&quot;
</span><del>-PASS document.createElementNS('http://www.w3.org/2000/not-xmlns/', 'xmlns:abc') threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'badprefix:xmlns') threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'notxmlns') threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.createElementNS('http://www.w3.org/2000/not-xmlns/', 'xmlns:abc') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
+PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'badprefix:xmlns') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
+PASS document.createElementNS('http://www.w3.org/2000/xmlns/', 'notxmlns') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomcreateElementNSnamespaceerrorshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/createElementNS-namespace-errors.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/createElementNS-namespace-errors.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/createElementNS-namespace-errors.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> // Spec: http://www.w3.org/TR/dom/#dom-document-createelementns
</span><span class="cx"> 
</span><span class="cx"> // Step 5.
</span><del>-shouldThrow(&quot;document.createElementNS(null, 'foo:bar')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
</del><ins>+shouldThrow(&quot;document.createElementNS(null, 'foo:bar')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> // Step 6.
</span><span class="cx"> shouldNotThrow(&quot;document.createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:abc')&quot;);
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> shouldBe(&quot;document.createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:abc').nodeName&quot;, '&quot;xml:abc&quot;');
</span><span class="cx"> shouldBe(&quot;document.createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:abc').prefix&quot;, '&quot;xml&quot;');
</span><span class="cx"> shouldBe(&quot;document.createElementNS('http://www.w3.org/XML/1998/namespace', 'xml:abc').localName&quot;, '&quot;abc&quot;');
</span><del>-shouldThrow(&quot;document.createElementNS('http://www.w3.org/not-XML/1998/namespace', 'xml:abc')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
</del><ins>+shouldThrow(&quot;document.createElementNS('http://www.w3.org/not-XML/1998/namespace', 'xml:abc')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> // Step 7.
</span><span class="cx"> shouldNotThrow(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns')&quot;);
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx"> shouldBe(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns').nodeName&quot;, '&quot;xmlns&quot;');
</span><span class="cx"> shouldBe(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns').prefix&quot;, 'null');
</span><span class="cx"> shouldBe(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns').localName&quot;, '&quot;xmlns&quot;');
</span><del>-shouldThrow(&quot;document.createElementNS('http://www.w3.org/2000/not-xmlns/', 'xmlns')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
</del><ins>+shouldThrow(&quot;document.createElementNS('http://www.w3.org/2000/not-xmlns/', 'xmlns')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> shouldNotThrow(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc')&quot;);
</span><span class="cx"> shouldBe(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc').namespaceURI&quot;, '&quot;http://www.w3.org/2000/xmlns/&quot;');
</span><span class="lines">@@ -30,12 +30,12 @@
</span><span class="cx"> shouldBe(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc').nodeName&quot;, '&quot;xmlns:abc&quot;');
</span><span class="cx"> shouldBe(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc').prefix&quot;, '&quot;xmlns&quot;');
</span><span class="cx"> shouldBe(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc').localName&quot;, '&quot;abc&quot;');
</span><del>-shouldThrow(&quot;document.createElementNS('http://www.w3.org/2000/not-xmlns/', 'xmlns:abc')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
</del><ins>+shouldThrow(&quot;document.createElementNS('http://www.w3.org/2000/not-xmlns/', 'xmlns:abc')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> // Step 8.
</span><del>-shouldThrow(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'badprefix:xmlns')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
</del><ins>+shouldThrow(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'badprefix:xmlns')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
</ins><span class="cx"> 
</span><del>-shouldThrow(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'notxmlns')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
</del><ins>+shouldThrow(&quot;document.createElementNS('http://www.w3.org/2000/xmlns/', 'notxmlns')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomcssmediarulefunctionsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/css-mediarule-functions-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/css-mediarule-functions-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/css-mediarule-functions-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> This tests the insertRule(rule, index) and deleteRule(index) methods of the CSSMediaRule interface. It has passed if all of the output below begins with the text &quot;PASS&quot;.
</span><span class="cx"> 
</span><span class="cx"> PASS: No exception raised! New rule inserted successfully.
</span><del>-PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1
-PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1
-PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12
-PASS: Exception raised successfully. Type: Error: HierarchyRequestError: DOM Exception 3
-PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12
-PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12
</del><ins>+PASS: Exception raised successfully. Type: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
+PASS: Exception raised successfully. Type: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
+PASS: Exception raised successfully. Type: SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+PASS: Exception raised successfully. Type: HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.
+PASS: Exception raised successfully. Type: SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+PASS: Exception raised successfully. Type: SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> PASS: No exception raised! Rule at position 'length - 1' deleted successfully.
</span><del>-PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1
-PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1
</del><ins>+PASS: Exception raised successfully. Type: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
+PASS: Exception raised successfully. Type: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins></span></pre></div>
<a id="trunkLayoutTestsfastdomcssmediarulefunctionshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/css-mediarule-functions.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/css-mediarule-functions.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/css-mediarule-functions.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">                     if (e.code == 1)
</span><span class="cx">                         log(&quot;PASS: Exception raised successfully. Type: &quot; + e);
</span><span class="cx">                     else
</span><del>-                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been 'Error: IndexSizeError: DOM Exception 1'.&quot;);
</del><ins>+                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been 'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'.&quot;);
</ins><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx">                 // Test that insertRule raises an exception for indexes less than 0.
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">                     if (e.code == 1)
</span><span class="cx">                         log(&quot;PASS: Exception raised successfully. Type: &quot; + e);
</span><span class="cx">                     else
</span><del>-                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been 'Error: IndexSizeError: DOM Exception 1'.&quot;);
</del><ins>+                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been 'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'.&quot;);
</ins><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx">                 // Test that insertRule raises an exception for malformed rules.
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">                     if (e.code == 12)
</span><span class="cx">                         log(&quot;PASS: Exception raised successfully. Type: &quot; + e);
</span><span class="cx">                     else
</span><del>-                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been Error: SyntaxError: DOM Exception 12!&quot;);
</del><ins>+                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been SyntaxError (DOM Exception 12): The string did not match the expected pattern.!&quot;);
</ins><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx">                 // Test that insertRule raises an exception for illegally placed rules.
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">                     if (e.code == 3)
</span><span class="cx">                         log(&quot;PASS: Exception raised successfully. Type: &quot; + e);
</span><span class="cx">                     else
</span><del>-                        log(&quot;FAIL: wrong exception type thrown. &quot; + e.code + &quot; was thrown, should of been Error: HierarchyRequestError: DOM Exception 3!&quot;);
</del><ins>+                        log(&quot;FAIL: wrong exception type thrown. &quot; + e.code + &quot; was thrown, should of been HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.!&quot;);
</ins><span class="cx">                 }
</span><span class="cx">                 try {
</span><span class="cx">                     // CharsetRule illegal inside a MediaRule.
</span><span class="lines">@@ -84,7 +84,7 @@
</span><span class="cx">                     if (e.code == 12)
</span><span class="cx">                         log(&quot;PASS: Exception raised successfully. Type: &quot; + e);
</span><span class="cx">                     else
</span><del>-                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been Error: SyntaxError: DOM Exception 12!&quot;);
</del><ins>+                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been SyntaxError (DOM Exception 12): The string did not match the expected pattern.!&quot;);
</ins><span class="cx">                 }
</span><span class="cx">                 try {
</span><span class="cx">                     // Nested MediaRule illegal inside a MediaRule.
</span><span class="lines">@@ -95,7 +95,7 @@
</span><span class="cx">                     if (e.code == 12)
</span><span class="cx">                         log(&quot;PASS: Exception raised successfully. Type: &quot; + e);
</span><span class="cx">                     else
</span><del>-                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been Error: SyntaxError: DOM Exception 12!&quot;);
</del><ins>+                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been SyntaxError (DOM Exception 12): The string did not match the expected pattern.!&quot;);
</ins><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx">                     if (e.code == 1)
</span><span class="cx">                         log(&quot;PASS: Exception raised successfully. Type: &quot; + e);
</span><span class="cx">                     else
</span><del>-                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been 'Error: IndexSizeError: DOM Exception 1'.&quot;);
</del><ins>+                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been 'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'.&quot;);
</ins><span class="cx">                 }
</span><span class="cx">                 try {
</span><span class="cx">                     mediaRule.deleteRule(-1);
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx">                     if (e.code == 1)
</span><span class="cx">                         log(&quot;PASS: Exception raised successfully. Type: &quot; + e);
</span><span class="cx">                     else
</span><del>-                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been 'Error: IndexSizeError: DOM Exception 1'.&quot;);
</del><ins>+                        log(&quot;FAIL: wrong exception type thrown. &quot; + e + &quot; was thrown, should of been 'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'.&quot;);
</ins><span class="cx">                 }
</span><span class="cx">             }
</span><span class="cx">         &lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomcustomdocumentregisterbasicexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/custom/document-register-basic-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/custom/document-register-basic-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/custom/document-register-basic-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,17 +3,17 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS document.register('foo', createRegisterParamters()) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.register('xfoo', createRegisterParamters()) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS document.register('missing-glyph', createRegisterParamters()) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS document.register('foo', createRegisterParamters()) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.register('xfoo', createRegisterParamters()) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS document.register('missing-glyph', createRegisterParamters()) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS typeof fooConstructor is 'function'
</span><span class="cx"> PASS fooConstructor.prototype.__proto__ is HTMLElement.prototype
</span><span class="cx"> PASS fooConstructor.prototype.thisIsPrototype is true
</span><del>-PASS document.register('x-foo', createRegisterParamters()) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS document.register('X-FOO', createRegisterParamters()) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS document.register('x-bad-a', { prototype: HTMLElement.prototype }) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS document.register('x-bad-b', { prototype: {} }) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS document.register('x-bad-c', { prototype: Object.create(Document.prototype) }) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS document.register('x-foo', createRegisterParamters()) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS document.register('X-FOO', createRegisterParamters()) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS document.register('x-bad-a', { prototype: HTMLElement.prototype }) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS document.register('x-bad-b', { prototype: {} }) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS document.register('x-bad-c', { prototype: Object.create(Document.prototype) }) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS fooConstructor() threw exception TypeError: DOM object constructor cannot be called as a function..
</span><span class="cx"> PASS createdFoo.__proto__ is fooConstructor.prototype
</span><span class="cx"> PASS createdFoo.constructor is fooConstructor
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomcustomdocumentregisterbasichtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/custom/document-register-basic.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/custom/document-register-basic.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/custom/document-register-basic.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -20,9 +20,9 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // Invalid names
</span><del>-shouldThrow(&quot;document.register('foo', createRegisterParamters())&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
-shouldThrow(&quot;document.register('xfoo', createRegisterParamters())&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
-shouldThrow(&quot;document.register('missing-glyph', createRegisterParamters())&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
</del><ins>+shouldThrow(&quot;document.register('foo', createRegisterParamters())&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
+shouldThrow(&quot;document.register('xfoo', createRegisterParamters())&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
+shouldThrow(&quot;document.register('missing-glyph', createRegisterParamters())&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> var fooConstructor = document.register(&quot;x-foo&quot;, createRegisterParamters());
</span><span class="cx"> shouldBe(&quot;typeof fooConstructor&quot;, &quot;'function'&quot;);
</span><span class="lines">@@ -30,15 +30,15 @@
</span><span class="cx"> shouldBeTrue(&quot;fooConstructor.prototype.thisIsPrototype&quot;);
</span><span class="cx"> 
</span><span class="cx"> // Name conflicts
</span><del>-shouldThrow(&quot;document.register('x-foo', createRegisterParamters())&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
-shouldThrow(&quot;document.register('X-FOO', createRegisterParamters())&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
</del><ins>+shouldThrow(&quot;document.register('x-foo', createRegisterParamters())&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
+shouldThrow(&quot;document.register('X-FOO', createRegisterParamters())&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> // Bad prototype: constructor property exists
</span><del>-shouldThrow(&quot;document.register('x-bad-a', { prototype: HTMLElement.prototype })&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
</del><ins>+shouldThrow(&quot;document.register('x-bad-a', { prototype: HTMLElement.prototype })&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
</ins><span class="cx"> // Bad prototype: missing __proto__
</span><del>-shouldThrow(&quot;document.register('x-bad-b', { prototype: {} })&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
</del><ins>+shouldThrow(&quot;document.register('x-bad-b', { prototype: {} })&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
</ins><span class="cx"> // Bad prototype: wrong __proto__
</span><del>-shouldThrow(&quot;document.register('x-bad-c', { prototype: Object.create(Document.prototype) })&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
</del><ins>+shouldThrow(&quot;document.register('x-bad-c', { prototype: Object.create(Document.prototype) })&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
</ins><span class="cx"> // Call as function
</span><span class="cx"> shouldThrow(&quot;fooConstructor()&quot;, &quot;'TypeError: DOM object constructor cannot be called as a function.'&quot;)
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomcustomdocumentregistertypeextensionsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/custom/document-register-type-extensions-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/custom/document-register-type-extensions-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/custom/document-register-type-extensions-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS document.register('x-foo', { prototype: Object.create(HTMLDivElement.prototype) }) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS document.register('x-foo', { prototype: Object.create(HTMLDivElement.prototype) }) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS fooNewed.outerHTML is '&lt;x-foo&gt;&lt;/x-foo&gt;'
</span><span class="cx"> PASS fooNewed instanceof fooConstructor &amp;&amp; fooNewed instanceof HTMLElement is true
</span><span class="cx"> PASS fooNewed instanceof HTMLUnknownElement is false
</span><span class="lines">@@ -45,13 +45,13 @@
</span><span class="cx"> PASS fooCreatedNull instanceof fooConstructor is true
</span><span class="cx"> PASS fooCreatedEmpty.outerHTML is '&lt;x-foo&gt;&lt;/x-foo&gt;'
</span><span class="cx"> PASS fooCreatedEmpty instanceof fooConstructor is true
</span><del>-PASS document.createElement('@invalid', 'x-bar') threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS document.createElement('@invalid', 'x-bar') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS fooCreatedNS.outerHTML is '&lt;x-foo&gt;&lt;/x-foo&gt;'
</span><span class="cx"> PASS fooCreatedNS instanceof fooConstructor is true
</span><span class="cx"> PASS barCreatedNS.outerHTML is '&lt;input is=&quot;x-bar&quot;&gt;'
</span><span class="cx"> PASS barCreatedNS instanceof barConstructor is true
</span><span class="cx"> PASS isFormControl(barCreatedNS) is true
</span><del>-PASS document.createElementNS('http://example.com/2013/no-such-namespace', 'xml:lang', 'x-bar') threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.createElementNS('http://example.com/2013/no-such-namespace', 'xml:lang', 'x-bar') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS fooParsed instanceof fooConstructor is true
</span><span class="cx"> PASS barParsed instanceof barConstructor is true
</span><span class="cx"> PASS isFormControl(barParsed) is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomcustomdocumentregistertypeextensionshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/custom/document-register-type-extensions.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/custom/document-register-type-extensions.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/custom/document-register-type-extensions.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> quxConstructor = document.register('x-qux', { prototype: Object.create(barConstructor.prototype) });
</span><span class="cx"> 
</span><span class="cx"> // Same name, different local name
</span><del>-shouldThrow(&quot;document.register('x-foo', { prototype: Object.create(HTMLDivElement.prototype) })&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
</del><ins>+shouldThrow(&quot;document.register('x-foo', { prototype: Object.create(HTMLDivElement.prototype) })&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> //
</span><span class="cx"> // Generated constructors
</span><span class="lines">@@ -121,7 +121,7 @@
</span><span class="cx"> shouldBe(&quot;fooCreatedEmpty.outerHTML&quot;, fooOuterHTML);
</span><span class="cx"> shouldBeTrue(&quot;fooCreatedEmpty instanceof fooConstructor&quot;);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;document.createElement('@invalid', 'x-bar')&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
</del><ins>+shouldThrow(&quot;document.createElement('@invalid', 'x-bar')&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> //
</span><span class="cx"> // createElementNS() with type extensions
</span><span class="lines">@@ -136,7 +136,7 @@
</span><span class="cx"> shouldBeTrue(&quot;barCreatedNS instanceof barConstructor&quot;);
</span><span class="cx"> shouldBeTrue(&quot;isFormControl(barCreatedNS)&quot;);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;document.createElementNS('http://example.com/2013/no-such-namespace', 'xml:lang', 'x-bar')&quot;, &quot;'Error: NamespaceError: DOM Exception 14'&quot;);
</del><ins>+shouldThrow(&quot;document.createElementNS('http://example.com/2013/no-such-namespace', 'xml:lang', 'x-bar')&quot;, &quot;'NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> // parser
</span><span class="cx"> function createElementFromHTML(html) {
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomdatasetexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/dataset-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/dataset-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/dataset-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -27,9 +27,9 @@
</span><span class="cx"> PASS testSet('', 'data-') is true
</span><span class="cx"> PASS testSet('à', 'data-à') is true
</span><span class="cx"> 
</span><del>-PASS testSet('-foo', 'dummy') threw exception Error: SyntaxError: DOM Exception 12.
-PASS testSet('foo ', 'dummy') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS testSet('foo豈', 'dummy') threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS testSet('-foo', 'dummy') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS testSet('foo ', 'dummy') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS testSet('foo豈', 'dummy') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> 
</span><span class="cx"> PASS testDelete('data-foo', 'foo') is true
</span><span class="cx"> PASS testDelete('data-foo-bar', 'fooBar') is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomdatasetxhtmlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/dataset-xhtml-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/dataset-xhtml-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/dataset-xhtml-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -22,9 +22,9 @@
</span><span class="cx"> PASS testSet('', 'data-') is true
</span><span class="cx"> PASS testSet('à', 'data-à') is true
</span><span class="cx"> 
</span><del>-PASS testSet('-foo', 'dummy') threw exception Error: SyntaxError: DOM Exception 12.
-PASS testSet('foo ', 'dummy') threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS testSet('foo豈', 'dummy') threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS testSet('-foo', 'dummy') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS testSet('foo ', 'dummy') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS testSet('foo豈', 'dummy') threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> 
</span><span class="cx"> PASS testDelete('data-foo', 'foo') is true
</span><span class="cx"> PASS testDelete('data-foo-bar', 'fooBar') is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomdocumentsetbodynullexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/document-set-body-null-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/document-set-body-null-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/document-set-body-null-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS testDocument.body = null threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS testDocument.body = null threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomdocumentsetbodynullhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/document-set-body-null.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/document-set-body-null.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/document-set-body-null.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> description(&quot;Tests setting document.body to null&quot;);
</span><span class="cx"> 
</span><span class="cx"> var testDocument = document.getElementById(&quot;testFrame&quot;).contentDocument;
</span><del>-shouldThrow(&quot;testDocument.body = null&quot;, &quot;'Error: HierarchyRequestError: DOM Exception 3'&quot;);
</del><ins>+shouldThrow(&quot;testDocument.body = null&quot;, &quot;'HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomelementattributejsnullexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/element-attribute-js-null-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/element-attribute-js-null-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/element-attribute-js-null-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.className]
</span><span class="cx"> TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerHTML]
</span><span class="cx"> TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText]
</span><del>-TEST SUCCEEDED: Exception (Error: SyntaxError: DOM Exception 12) was thrown as expected. [tested HTMLElement.contentEditable]
</del><ins>+TEST SUCCEEDED: Exception (SyntaxError (DOM Exception 12): The string did not match the expected pattern.) was thrown as expected. [tested HTMLElement.contentEditable]
</ins><span class="cx"> 
</span><span class="cx"> TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.accessKey]
</span><span class="cx"> TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.charset]
</span></span></pre></div>
<a id="trunkLayoutTestsfastdominsertAdjacentHTMLDocumentFragmentcrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><del>-CONSOLE MESSAGE: line 9: NoModificationAllowedError: DOM Exception 7: The object can not be modified.
</del><ins>+CONSOLE MESSAGE: line 9: NoModificationAllowedError (DOM Exception 7): The object can not be modified.
</ins><span class="cx"> This test passes if it doesn't crash (or ASSERT).
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomnodeprefixsetternamespaceexceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,14 +4,14 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> PASS href.prefix is null
</span><del>-PASS document.createAttribute('attr').prefix = 'abc' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createAttributeNS(null, 'attr').prefix = 'abc' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createElementNS(null, 'attr').prefix = 'abc' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createAttributeNS('foo', 'bar').prefix = 'xml' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createElementNS('foo', 'bar').prefix = 'xml' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createAttribute('attr').prefix = 'xmlns' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createAttributeNS('foo', 'attr').prefix = 'xmlns' threw exception Error: NamespaceError: DOM Exception 14.
-PASS document.createAttribute('xmlns').prefix = 'foo' threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS document.createAttribute('attr').prefix = 'abc' threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
+PASS document.createAttributeNS(null, 'attr').prefix = 'abc' threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
+PASS document.createElementNS(null, 'attr').prefix = 'abc' threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
+PASS document.createAttributeNS('foo', 'bar').prefix = 'xml' threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
+PASS document.createElementNS('foo', 'bar').prefix = 'xml' threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
+PASS document.createAttribute('attr').prefix = 'xmlns' threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
+PASS document.createAttributeNS('foo', 'attr').prefix = 'xmlns' threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
+PASS document.createAttribute('xmlns').prefix = 'foo' threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomouterTextnoelementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/outerText-no-element-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/outerText-no-element-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/outerText-no-element-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,4 +2,4 @@
</span><span class="cx"> This page will try to set the outerText on an element that is no longer in the DOM tree. You should see a description of an expected error.
</span><span class="cx"> 
</span><span class="cx"> this is a big test or something
</span><del>-Expected error - Error: NoModificationAllowedError: DOM Exception 7
</del><ins>+Expected error - NoModificationAllowedError (DOM Exception 7): The object can not be modified.
</ins></span></pre></div>
<a id="trunkLayoutTestsfastdomprocessinginstructionappendChildexceptionsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/processing-instruction-appendChild-exceptions-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/processing-instruction-appendChild-exceptions-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/processing-instruction-appendChild-exceptions-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> PASS pi.appendChild(null) threw exception TypeError: Argument 1 ('node') to Node.appendChild must be an instance of Node.
</span><del>-PASS pi.appendChild(div) threw exception Error: HierarchyRequestError: DOM Exception 3.
-PASS pi.appendChild(textNode) threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS pi.appendChild(div) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
+PASS pi.appendChild(textNode) threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomprocessinginstructionappendChildexceptionsxhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/processing-instruction-appendChild-exceptions.xhtml (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/processing-instruction-appendChild-exceptions.xhtml        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/processing-instruction-appendChild-exceptions.xhtml        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx"> var pi = document.createProcessingInstruction('target', 'data');
</span><span class="cx"> shouldThrow(&quot;pi.appendChild(null)&quot;);
</span><span class="cx"> var div = document.createElement('div');
</span><del>-shouldThrow(&quot;pi.appendChild(div)&quot;, &quot;'Error: HierarchyRequestError: DOM Exception 3'&quot;);
</del><ins>+shouldThrow(&quot;pi.appendChild(div)&quot;, &quot;'HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.'&quot;);
</ins><span class="cx"> var textNode = document.createTextNode('sometext');
</span><del>-shouldThrow(&quot;pi.appendChild(textNode)&quot;, &quot;'Error: HierarchyRequestError: DOM Exception 3'&quot;);
</del><ins>+shouldThrow(&quot;pi.appendChild(textNode)&quot;, &quot;'HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.'&quot;);
</ins><span class="cx"> ]]&gt;
</span><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomrellistexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/rel-list-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/rel-list-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/rel-list-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -54,8 +54,8 @@
</span><span class="cx"> PASS element.rel is &quot;&quot;
</span><span class="cx"> PASS element.relList.toggle('x', false) is false
</span><span class="cx"> PASS element.rel is &quot;&quot;
</span><del>-PASS element.relList.toggle(&quot;&quot;, true) threw exception Error: SyntaxError: DOM Exception 12.
-PASS element.relList.toggle(&quot;x y&quot;, false) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS element.relList.toggle(&quot;&quot;, true) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS element.relList.toggle(&quot;x y&quot;, false) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> Testing add in presence of trailing white spaces.
</span><span class="cx"> PASS element.rel is &quot;x y&quot;
</span><span class="cx"> PASS element.rel is &quot;x y&quot;
</span><span class="lines">@@ -63,11 +63,11 @@
</span><span class="cx"> Test invalid tokens
</span><span class="cx"> PASS element.relList.contains(&quot;&quot;) is false
</span><span class="cx"> PASS element.relList.contains(&quot;x y&quot;) is false
</span><del>-PASS element.relList.add(&quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS element.relList.add(&quot;x y&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS element.relList.remove(&quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS element.relList.remove(&quot;x y&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS element.relList.toggle(&quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS element.relList.add(&quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS element.relList.add(&quot;x y&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS element.relList.remove(&quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS element.relList.remove(&quot;x y&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS element.relList.toggle(&quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> Indexing
</span><span class="cx"> PASS element.relList[0] is &quot;x&quot;
</span><span class="cx"> PASS element.relList.item(0) is &quot;x&quot;
</span><span class="lines">@@ -107,9 +107,9 @@
</span><span class="cx"> PASS element.rel is &quot;a b c&quot;
</span><span class="cx"> PASS element.rel is &quot;a b c null d undefined 0 false&quot;
</span><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><del>-PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS element.rel is &quot;&quot;
</span><del>-PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS element.rel is &quot;&quot;
</span><span class="cx"> PASS element.relList.add(&quot;a&quot;, {toString: function() { throw new Error(&quot;user error&quot;); }}, &quot;b&quot;) threw exception Error: user error.
</span><span class="cx"> PASS element.rel is &quot;&quot;
</span><span class="lines">@@ -118,11 +118,11 @@
</span><span class="cx"> PASS element.rel is &quot;b d&quot;
</span><span class="cx"> PASS element.rel is &quot;d&quot;
</span><span class="cx"> PASS element.rel is &quot;a b c&quot;
</span><del>-PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><span class="cx"> PASS element.relList.remove(&quot;a&quot;, {toString: function() { throw new Error(&quot;user error&quot;); }}, &quot;b&quot;) threw exception Error: user error.
</span><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><del>-PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><span class="cx"> PASS element.relList.remove() did not throw exception.
</span><span class="cx"> PASS observer.takeRecords().length is 1
</span><span class="lines">@@ -177,8 +177,8 @@
</span><span class="cx"> PASS element.rel is &quot;&quot;
</span><span class="cx"> PASS element.relList.toggle('x', false) is false
</span><span class="cx"> PASS element.rel is &quot;&quot;
</span><del>-PASS element.relList.toggle(&quot;&quot;, true) threw exception Error: SyntaxError: DOM Exception 12.
-PASS element.relList.toggle(&quot;x y&quot;, false) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS element.relList.toggle(&quot;&quot;, true) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS element.relList.toggle(&quot;x y&quot;, false) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> Testing add in presence of trailing white spaces.
</span><span class="cx"> PASS element.rel is &quot;x y&quot;
</span><span class="cx"> PASS element.rel is &quot;x y&quot;
</span><span class="lines">@@ -186,11 +186,11 @@
</span><span class="cx"> Test invalid tokens
</span><span class="cx"> PASS element.relList.contains(&quot;&quot;) is false
</span><span class="cx"> PASS element.relList.contains(&quot;x y&quot;) is false
</span><del>-PASS element.relList.add(&quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS element.relList.add(&quot;x y&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS element.relList.remove(&quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS element.relList.remove(&quot;x y&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS element.relList.toggle(&quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS element.relList.add(&quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS element.relList.add(&quot;x y&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS element.relList.remove(&quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS element.relList.remove(&quot;x y&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS element.relList.toggle(&quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> Indexing
</span><span class="cx"> PASS element.relList[0] is &quot;x&quot;
</span><span class="cx"> PASS element.relList.item(0) is &quot;x&quot;
</span><span class="lines">@@ -230,9 +230,9 @@
</span><span class="cx"> PASS element.rel is &quot;a b c&quot;
</span><span class="cx"> PASS element.rel is &quot;a b c null d undefined 0 false&quot;
</span><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><del>-PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS element.rel is &quot;&quot;
</span><del>-PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS element.rel is &quot;&quot;
</span><span class="cx"> PASS element.relList.add(&quot;a&quot;, {toString: function() { throw new Error(&quot;user error&quot;); }}, &quot;b&quot;) threw exception Error: user error.
</span><span class="cx"> PASS element.rel is &quot;&quot;
</span><span class="lines">@@ -241,11 +241,11 @@
</span><span class="cx"> PASS element.rel is &quot;b d&quot;
</span><span class="cx"> PASS element.rel is &quot;d&quot;
</span><span class="cx"> PASS element.rel is &quot;a b c&quot;
</span><del>-PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><span class="cx"> PASS element.relList.remove(&quot;a&quot;, {toString: function() { throw new Error(&quot;user error&quot;); }}, &quot;b&quot;) threw exception Error: user error.
</span><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><del>-PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><span class="cx"> PASS element.relList.remove() did not throw exception.
</span><span class="cx"> PASS observer.takeRecords().length is 1
</span><span class="lines">@@ -300,8 +300,8 @@
</span><span class="cx"> PASS element.rel is &quot;&quot;
</span><span class="cx"> PASS element.relList.toggle('x', false) is false
</span><span class="cx"> PASS element.rel is &quot;&quot;
</span><del>-PASS element.relList.toggle(&quot;&quot;, true) threw exception Error: SyntaxError: DOM Exception 12.
-PASS element.relList.toggle(&quot;x y&quot;, false) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS element.relList.toggle(&quot;&quot;, true) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS element.relList.toggle(&quot;x y&quot;, false) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> Testing add in presence of trailing white spaces.
</span><span class="cx"> PASS element.rel is &quot;x y&quot;
</span><span class="cx"> PASS element.rel is &quot;x y&quot;
</span><span class="lines">@@ -309,11 +309,11 @@
</span><span class="cx"> Test invalid tokens
</span><span class="cx"> PASS element.relList.contains(&quot;&quot;) is false
</span><span class="cx"> PASS element.relList.contains(&quot;x y&quot;) is false
</span><del>-PASS element.relList.add(&quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS element.relList.add(&quot;x y&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS element.relList.remove(&quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS element.relList.remove(&quot;x y&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS element.relList.toggle(&quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS element.relList.add(&quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS element.relList.add(&quot;x y&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS element.relList.remove(&quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS element.relList.remove(&quot;x y&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS element.relList.toggle(&quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> Indexing
</span><span class="cx"> PASS element.relList[0] is &quot;x&quot;
</span><span class="cx"> PASS element.relList.item(0) is &quot;x&quot;
</span><span class="lines">@@ -353,9 +353,9 @@
</span><span class="cx"> PASS element.rel is &quot;a b c&quot;
</span><span class="cx"> PASS element.rel is &quot;a b c null d undefined 0 false&quot;
</span><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><del>-PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS element.rel is &quot;&quot;
</span><del>-PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS element.relList.add(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS element.rel is &quot;&quot;
</span><span class="cx"> PASS element.relList.add(&quot;a&quot;, {toString: function() { throw new Error(&quot;user error&quot;); }}, &quot;b&quot;) threw exception Error: user error.
</span><span class="cx"> PASS element.rel is &quot;&quot;
</span><span class="lines">@@ -364,11 +364,11 @@
</span><span class="cx"> PASS element.rel is &quot;b d&quot;
</span><span class="cx"> PASS element.rel is &quot;d&quot;
</span><span class="cx"> PASS element.rel is &quot;a b c&quot;
</span><del>-PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><span class="cx"> PASS element.relList.remove(&quot;a&quot;, {toString: function() { throw new Error(&quot;user error&quot;); }}, &quot;b&quot;) threw exception Error: user error.
</span><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><del>-PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS element.relList.remove(&quot;a&quot;, &quot;b&quot;, &quot;c d&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS element.rel is &quot;a b&quot;
</span><span class="cx"> PASS element.relList.remove() did not throw exception.
</span><span class="cx"> PASS observer.takeRecords().length is 1
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomscripttestsdatasetxhtmljs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/script-tests/dataset-xhtml.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/script-tests/dataset-xhtml.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/script-tests/dataset-xhtml.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -47,9 +47,9 @@
</span><span class="cx"> shouldBeTrue(&quot;testSet('\xE0', 'data-\xE0')&quot;);
</span><span class="cx"> debug(&quot;&quot;);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;testSet('-foo', 'dummy')&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
-shouldThrow(&quot;testSet('foo\x20', 'dummy')&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
-shouldThrow(&quot;testSet('foo\uF900', 'dummy')&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
</del><ins>+shouldThrow(&quot;testSet('-foo', 'dummy')&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
+shouldThrow(&quot;testSet('foo\x20', 'dummy')&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
+shouldThrow(&quot;testSet('foo\uF900', 'dummy')&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
</ins><span class="cx"> debug(&quot;&quot;);
</span><span class="cx"> 
</span><span class="cx"> function testDelete(attr, prop)
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomscripttestsdatasetjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/script-tests/dataset.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/script-tests/dataset.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/script-tests/dataset.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -52,9 +52,9 @@
</span><span class="cx"> shouldBeTrue(&quot;testSet('\xE0', 'data-\xE0')&quot;);
</span><span class="cx"> debug(&quot;&quot;);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;testSet('-foo', 'dummy')&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
-shouldThrow(&quot;testSet('foo\x20', 'dummy')&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
-shouldThrow(&quot;testSet('foo\uF900', 'dummy')&quot;, &quot;'Error: InvalidCharacterError: DOM Exception 5'&quot;);
</del><ins>+shouldThrow(&quot;testSet('-foo', 'dummy')&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
+shouldThrow(&quot;testSet('foo\x20', 'dummy')&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
+shouldThrow(&quot;testSet('foo\uF900', 'dummy')&quot;, &quot;'InvalidCharacterError (DOM Exception 5): The string contains invalid characters.'&quot;);
</ins><span class="cx"> debug(&quot;&quot;);
</span><span class="cx"> 
</span><span class="cx"> function testDelete(attr, prop)
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomsetAttributeNSnamespaceerrorsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/setAttributeNS-namespace-errors-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/setAttributeNS-namespace-errors-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/setAttributeNS-namespace-errors-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,15 +3,15 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS elem.setAttributeNS(null, 'foo:bar', 'baz') threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS elem.setAttributeNS(null, 'foo:bar', 'baz') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS elem.setAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:abc', 'foo') did not throw exception.
</span><del>-PASS elem.setAttributeNS('http://www.w3.org/not-XML/1998/namespace', 'xml:abc', 'foo') threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS elem.setAttributeNS('http://www.w3.org/not-XML/1998/namespace', 'xml:abc', 'foo') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns', 'http://wwww.example.org') did not throw exception.
</span><del>-PASS elem.setAttributeNS('http://www.w3.org/2000/not-xmlns/', 'xmlns', 'http://wwww.example.org') threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS elem.setAttributeNS('http://www.w3.org/2000/not-xmlns/', 'xmlns', 'http://wwww.example.org') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc', 'http://wwww.example.org') did not throw exception.
</span><del>-PASS elem.setAttributeNS('http://www.w3.org/2000/not-xmlns/', 'xmlns:abc', 'http://wwww.example.org') threw exception Error: NamespaceError: DOM Exception 14.
-PASS elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'badprefix:xmlns', 'http://wwww.example.org') threw exception Error: NamespaceError: DOM Exception 14.
-PASS elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'notxmlns', 'http://wwww.example.org') threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS elem.setAttributeNS('http://www.w3.org/2000/not-xmlns/', 'xmlns:abc', 'http://wwww.example.org') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
+PASS elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'badprefix:xmlns', 'http://wwww.example.org') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
+PASS elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'notxmlns', 'http://wwww.example.org') threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomsetAttributeNSnamespaceerrorshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/setAttributeNS-namespace-errors.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/setAttributeNS-namespace-errors.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/setAttributeNS-namespace-errors.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,21 +9,21 @@
</span><span class="cx"> // Spec: http://www.w3.org/TR/dom/#dom-element-setattributens
</span><span class="cx"> 
</span><span class="cx"> // Step 5.
</span><del>-shouldThrow(&quot;elem.setAttributeNS(null, 'foo:bar', 'baz')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
</del><ins>+shouldThrow(&quot;elem.setAttributeNS(null, 'foo:bar', 'baz')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> // Step 6.
</span><span class="cx"> shouldNotThrow(&quot;elem.setAttributeNS('http://www.w3.org/XML/1998/namespace', 'xml:abc', 'foo')&quot;);
</span><del>-shouldThrow(&quot;elem.setAttributeNS('http://www.w3.org/not-XML/1998/namespace', 'xml:abc', 'foo')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
</del><ins>+shouldThrow(&quot;elem.setAttributeNS('http://www.w3.org/not-XML/1998/namespace', 'xml:abc', 'foo')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> // Step 7.
</span><span class="cx"> shouldNotThrow(&quot;elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns', 'http://wwww.example.org')&quot;);
</span><del>-shouldThrow(&quot;elem.setAttributeNS('http://www.w3.org/2000/not-xmlns/', 'xmlns', 'http://wwww.example.org')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
</del><ins>+shouldThrow(&quot;elem.setAttributeNS('http://www.w3.org/2000/not-xmlns/', 'xmlns', 'http://wwww.example.org')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
</ins><span class="cx"> shouldNotThrow(&quot;elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns:abc', 'http://wwww.example.org')&quot;);
</span><del>-shouldThrow(&quot;elem.setAttributeNS('http://www.w3.org/2000/not-xmlns/', 'xmlns:abc', 'http://wwww.example.org')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
</del><ins>+shouldThrow(&quot;elem.setAttributeNS('http://www.w3.org/2000/not-xmlns/', 'xmlns:abc', 'http://wwww.example.org')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> // Step 8.
</span><del>-shouldThrow(&quot;elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'badprefix:xmlns', 'http://wwww.example.org')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
-shouldThrow(&quot;elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'notxmlns', 'http://wwww.example.org')&quot;, '&quot;Error: NamespaceError: DOM Exception 14&quot;');
</del><ins>+shouldThrow(&quot;elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'badprefix:xmlns', 'http://wwww.example.org')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
+shouldThrow(&quot;elem.setAttributeNS('http://www.w3.org/2000/xmlns/', 'notxmlns', 'http://wwww.example.org')&quot;, '&quot;NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML.&quot;');
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomsetPrimitiveValueexceptionsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/setPrimitiveValue-exceptions-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/setPrimitiveValue-exceptions-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/setPrimitiveValue-exceptions-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,45 +6,45 @@
</span><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
</span><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
</span><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
</span><del>-PASS left.setFloatValue(CSSPrimitiveValue.CSS_NUMBER, 25) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS left.setFloatValue(CSSPrimitiveValue.CSS_DIMENSION, 25) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS left.setFloatValue(CSSPrimitiveValue.CSS_PX, 25) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS left.setFloatValue(CSSPrimitiveValue.CSS_UNKNOWN, 25) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS left.setFloatValue(CSSPrimitiveValue.CSS_STRING, 25) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS left.getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS left.getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS left.getStringValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS left.getCounterValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS left.getRectValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS left.getRGBColorValue() threw exception Error: InvalidAccessError: DOM Exception 15.
</del><ins>+PASS left.setFloatValue(CSSPrimitiveValue.CSS_NUMBER, 25) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_DIMENSION, 25) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_PX, 25) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_UNKNOWN, 25) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_STRING, 25) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS left.getStringValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS left.getCounterValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS left.getRectValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS left.getRGBColorValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
</ins><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
</span><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
</span><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
</span><span class="cx"> PASS fontFamily.getStringValue() is &quot;Times&quot;
</span><del>-PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_STRING, 'Hi there!') threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_ATTR, &quot;G'day!&quot;) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_UNKNOWN, 'Hi there!') threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_DIMENSION, &quot;G'day!&quot;) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_COUNTER, 'Hello, world!') threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fontFamily.getFloatValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS fontFamily.getCounterValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS fontFamily.getRectValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS fontFamily.getRGBColorValue() threw exception Error: InvalidAccessError: DOM Exception 15.
</del><ins>+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_STRING, 'Hi there!') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_ATTR, &quot;G'day!&quot;) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_UNKNOWN, 'Hi there!') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_DIMENSION, &quot;G'day!&quot;) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_COUNTER, 'Hello, world!') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fontFamily.getFloatValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS fontFamily.getCounterValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS fontFamily.getRectValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS fontFamily.getRGBColorValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
</ins><span class="cx"> PASS fontFamily.getStringValue() is &quot;Times&quot;
</span><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
</span><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
</span><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
</span><del>-PASS left.setFloatValue(CSSPrimitiveValue.CSS_NUMBER, 25) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS left.setFloatValue(CSSPrimitiveValue.CSS_DIMENSION, 25) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS left.setFloatValue(CSSPrimitiveValue.CSS_PX, 25) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS left.setFloatValue(CSSPrimitiveValue.CSS_UNKNOWN, 25) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS left.setFloatValue(CSSPrimitiveValue.CSS_STRING, 25) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS left.getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS left.getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS left.getStringValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS left.getCounterValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS left.getRectValue() threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS left.getRGBColorValue() threw exception Error: InvalidAccessError: DOM Exception 15.
</del><ins>+PASS left.setFloatValue(CSSPrimitiveValue.CSS_NUMBER, 25) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_DIMENSION, 25) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_PX, 25) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_UNKNOWN, 25) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_STRING, 25) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS left.getStringValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS left.getCounterValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS left.getRectValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS left.getRGBColorValue() threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
</ins><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
</span><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
</span><span class="cx"> PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomsetPrimitiveValueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/setPrimitiveValue-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/setPrimitiveValue-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dom/setPrimitiveValue-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><span class="cx"> Test CSSPrimitiveValue setters.
</span><del>-setFloatValue NoModificationAllowedError: DOM Exception 7
</del><ins>+setFloatValue The object can not be modified.
</ins></span></pre></div>
<a id="trunkLayoutTestsfastdynamicinsertAdjacentElementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-Caught expected exception: Error: NotSupportedError: DOM Exception 9
</del><ins>+Caught expected exception: NotSupportedError (DOM Exception 9): The operation is not supported.
</ins><span class="cx"> Caught expected exception: TypeError: Argument 2 ('element') to HTMLElement.insertAdjacentElement must be an instance of Element
</span><span class="cx"> 1 (black) 2 (green) 3 (green) 4 (black) 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastdynamicinsertAdjacentHTMLexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-Caught expected exception: Error: SyntaxError: DOM Exception 12
</del><ins>+Caught expected exception: SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> 1 (black) 2 (green) 3 (green) 4 (black) 
</span><span class="cx"> 
</span><span class="cx"> PASS
</span></span></pre></div>
<a id="trunkLayoutTestsfastdynamicinsertAdjacentTextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-Caught expected exception: Error: NotSupportedError: DOM Exception 9
</del><ins>+Caught expected exception: NotSupportedError (DOM Exception 9): The operation is not supported.
</ins><span class="cx"> 1 (black) 2 (green) 3 (green) 4 (black) 
</span><span class="cx"> 
</span><span class="cx"> PASS
</span></span></pre></div>
<a id="trunkLayoutTestsfastdynamicouterHTMLnoelementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dynamic/outerHTML-no-element-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dynamic/outerHTML-no-element-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/dynamic/outerHTML-no-element-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,4 +2,4 @@
</span><span class="cx"> 
</span><span class="cx"> If the test fails, Safari may crash, or you may see a failure message below. If the test passes, you should see a message with a description of the expected exception.
</span><span class="cx"> 
</span><del>-This test passed - expected error - Error: NoModificationAllowedError: DOM Exception 7
</del><ins>+This test passed - expected error - NoModificationAllowedError (DOM Exception 7): The object can not be modified.
</ins></span></pre></div>
<a id="trunkLayoutTestsfasteventsdispatcheventbeingdispatchedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/dispatch-event-being-dispatched-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/dispatch-event-being-dispatched-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/dispatch-event-being-dispatched-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,11 +3,11 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS window.dispatchEvent(event) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS window.dispatchEvent(event) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS redispatchCustom.wasInvoked is true
</span><del>-PASS window.dispatchEvent(event) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS window.dispatchEvent(event) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS checkCustom.wasInvoked is true
</span><del>-PASS document.dispatchEvent(event) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS document.dispatchEvent(event) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsdispatcheventbeingdispatchedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/dispatch-event-being-dispatched.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/dispatch-event-being-dispatched.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/dispatch-event-being-dispatched.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> // try redispatching an event in the process of being dispatched with dispatchEvent
</span><span class="cx"> 
</span><span class="cx"> function redispatchCustom(event) {
</span><del>-    shouldThrow(&quot;window.dispatchEvent(event)&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
</del><ins>+    shouldThrow(&quot;window.dispatchEvent(event)&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
</ins><span class="cx"> 
</span><span class="cx">     redispatchCustom.wasInvoked = true;
</span><span class="cx"> }
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     redispatchLoad.dispatching = true;
</span><del>-    shouldThrow(&quot;document.dispatchEvent(event)&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
</del><ins>+    shouldThrow(&quot;document.dispatchEvent(event)&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
</ins><span class="cx">     delete redispatchLoad.dispatching;
</span><span class="cx"> 
</span><span class="cx">     finishJSTest();
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsmessageportcloneexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/message-port-clone-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/message-port-clone-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/message-port-clone-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,8 +2,8 @@
</span><span class="cx"> 
</span><span class="cx"> Should be a series of SUCCESS messages, followed with DONE.
</span><span class="cx"> 
</span><del>-SUCCESS: Posting port to itself: Error: DataCloneError: DOM Exception 25
-SUCCESS: Posting entangled port: Error: DataCloneError: DOM Exception 25
</del><ins>+SUCCESS: Posting port to itself: DataCloneError (DOM Exception 25): The object can not be cloned.
+SUCCESS: Posting entangled port: DataCloneError (DOM Exception 25): The object can not be cloned.
</ins><span class="cx"> SUCCESS: Posting cloned port.
</span><span class="cx"> SUCCESS: Posted messages to cloned port.
</span><span class="cx"> SUCCESS: Cloned both endpoints of a channel.
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsmessageportmultiexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/message-port-multi-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/message-port-multi-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/message-port-multi-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,22 +3,22 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS channel.port1.postMessage(&quot;same port&quot;, [channel.port1]) threw exception Error: DataCloneError: DOM Exception 25.
-PASS channel.port1.postMessage(&quot;entangled port&quot;, [channel.port2]) threw exception Error: DataCloneError: DOM Exception 25.
-PASS channel.port1.postMessage(&quot;null port&quot;, [channel3.port1, null, channel3.port2]) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS channel.port1.postMessage(&quot;same port&quot;, [channel.port1]) threw exception DataCloneError (DOM Exception 25): The object can not be cloned..
+PASS channel.port1.postMessage(&quot;entangled port&quot;, [channel.port2]) threw exception DataCloneError (DOM Exception 25): The object can not be cloned..
+PASS channel.port1.postMessage(&quot;null port&quot;, [channel3.port1, null, channel3.port2]) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS channel.port1.postMessage(&quot;notAPort&quot;, [channel3.port1, {}, channel3.port2]) threw exception TypeError: Type error.
</span><del>-PASS channel.port1.postMessage(&quot;duplicate port&quot;, [channel3.port1, channel3.port1]) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS channel.port1.postMessage(&quot;duplicate port&quot;, [channel3.port1, channel3.port1]) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS channel.port1.postMessage(&quot;notAnArray&quot;, channel3.port1) threw exception TypeError: Value is not a sequence.
</span><span class="cx"> PASS channel.port1.postMessage(&quot;notASequence&quot;, [{length: 3}]) threw exception TypeError: Type error.
</span><del>-PASS channel.port1.postMessage(&quot;largeSequence&quot;, largePortArray) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS channel.port1.postMessage(&quot;largeSequence&quot;, largePortArray) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS event.ports is non-null and zero length when no port sent
</span><span class="cx"> PASS event.ports is non-null and zero length when empty array sent
</span><span class="cx"> PASS event.ports contains two ports when two ports sent
</span><span class="cx"> PASS event.ports contains two ports when two ports re-sent after error
</span><del>-PASS Sending host object has thrown Error: DataCloneError: DOM Exception 25
-PASS Sending host object has thrown Error: DataCloneError: DOM Exception 25
-PASS Sending Function object has thrown Error: DataCloneError: DOM Exception 25
-PASS Sending Error object has thrown Error: DataCloneError: DOM Exception 25
</del><ins>+PASS Sending host object has thrown DataCloneError (DOM Exception 25): The object can not be cloned.
+PASS Sending host object has thrown DataCloneError (DOM Exception 25): The object can not be cloned.
+PASS Sending Function object has thrown DataCloneError (DOM Exception 25): The object can not be cloned.
+PASS Sending Error object has thrown DataCloneError (DOM Exception 25): The object can not be cloned.
</ins><span class="cx"> PASS send-port: transferred one port
</span><span class="cx"> PASS send-port-twice: transferred one port twice
</span><span class="cx"> PASS send-two-ports: transferred two ports
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsmutationduringappendchildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/mutation-during-append-child-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/mutation-during-append-child-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/mutation-during-append-child-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS newparent.appendChild(child); threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS newparent.appendChild(child); threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsmutationduringappendchildhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/mutation-during-append-child.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/mutation-during-append-child.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/mutation-during-append-child.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">     child.appendChild(newparent);
</span><span class="cx"> };
</span><span class="cx"> document.addEventListener(&quot;DOMNodeRemoved&quot;, listener, false);
</span><del>-shouldThrow(&quot;newparent.appendChild(child);&quot;,  &quot;'Error: HierarchyRequestError: DOM Exception 3'&quot;);
</del><ins>+shouldThrow(&quot;newparent.appendChild(child);&quot;,  &quot;'HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.'&quot;);
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsmutationduringinsertbeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/mutation-during-insert-before-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/mutation-during-insert-before-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/mutation-during-insert-before-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS newparent.insertBefore(child, beforeChild); threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS newparent.insertBefore(child, beforeChild); threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsmutationduringinsertbeforehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/mutation-during-insert-before.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/mutation-during-insert-before.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/mutation-during-insert-before.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx">     child.appendChild(newparent);
</span><span class="cx"> };
</span><span class="cx"> document.addEventListener(&quot;DOMNodeRemoved&quot;, listener, false);
</span><del>-shouldThrow(&quot;newparent.insertBefore(child, beforeChild);&quot;,  &quot;'Error: HierarchyRequestError: DOM Exception 3'&quot;);
</del><ins>+shouldThrow(&quot;newparent.insertBefore(child, beforeChild);&quot;,  &quot;'HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.'&quot;);
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsmutationduringreplacechild2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/mutation-during-replace-child-2-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/mutation-during-replace-child-2-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/mutation-during-replace-child-2-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS target.replaceChild(newChild, oldChild); threw exception Error: HierarchyRequestError: DOM Exception 3.
</del><ins>+PASS target.replaceChild(newChild, oldChild); threw exception HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsmutationduringreplacechild2html"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/mutation-during-replace-child-2.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/mutation-during-replace-child-2.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/mutation-during-replace-child-2.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">     newChild.appendChild(target);
</span><span class="cx"> }   
</span><span class="cx"> document.addEventListener(&quot;DOMNodeRemoved&quot;, handler, false);
</span><del>-shouldThrow(&quot;target.replaceChild(newChild, oldChild);&quot;,  &quot;'Error: HierarchyRequestError: DOM Exception 3'&quot;);
</del><ins>+shouldThrow(&quot;target.replaceChild(newChild, oldChild);&quot;,  &quot;'HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.'&quot;);
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsmutationduringreplacechildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/mutation-during-replace-child-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/mutation-during-replace-child-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/mutation-during-replace-child-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS target.replaceChild(newChild, oldChild); threw exception Error: NotFoundError: DOM Exception 8.
</del><ins>+PASS target.replaceChild(newChild, oldChild); threw exception NotFoundError (DOM Exception 8): The object can not be found here..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsmutationduringreplacechildhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/mutation-during-replace-child.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/mutation-during-replace-child.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/events/mutation-during-replace-child.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">     newChild.appendChild(target);
</span><span class="cx"> }   
</span><span class="cx"> document.addEventListener(&quot;DOMNodeRemoved&quot;, handler, false);
</span><del>-shouldThrow(&quot;target.replaceChild(newChild, oldChild);&quot;,  &quot;'Error: NotFoundError: DOM Exception 8'&quot;);
</del><ins>+shouldThrow(&quot;target.replaceChild(newChild, oldChild);&quot;,  &quot;'NotFoundError (DOM Exception 8): The object can not be found here.'&quot;);
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventsourceeventsourceconstructorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/eventsource/eventsource-constructor-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/eventsource/eventsource-constructor-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/eventsource/eventsource-constructor-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> Test EventSource constructor functionality. Should print a series of PASS messages followed by DONE.
</span><span class="cx"> 
</span><span class="cx"> PASS: missing argument to EventSource constructor resulted in an exception (TypeError: Not enough arguments)
</span><del>-PASS: passing an empty string to the EventSource constructor resulted in an exception (Error: SyntaxError: DOM Exception 12)
-PASS: passing an invalid URL to the EventSource constructor resulted in an exception (Error: SyntaxError: DOM Exception 12)
</del><ins>+PASS: passing an empty string to the EventSource constructor resulted in an exception (SyntaxError (DOM Exception 12): The string did not match the expected pattern.)
+PASS: passing an invalid URL to the EventSource constructor resulted in an exception (SyntaxError (DOM Exception 12): The string did not match the expected pattern.)
</ins><span class="cx"> PASS: no exception when passing a second argument to the EventSource constructor
</span><span class="cx"> DONE
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformscolorcolorsetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/color/color-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/color/color-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/color/color-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;color&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;#000000&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatedatesetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/date/date-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/date/date-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/date/date-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;date&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatedatestepupstepdownexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Invalid value
</span><del>-PASS stepUp(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Non-number arguments
</span><span class="cx"> PASS stepUp(&quot;2010-02-10&quot;, null, null, &quot;0&quot;) is &quot;2010-02-10&quot;
</span><span class="cx"> PASS stepDown(&quot;2010-02-10&quot;, null, null, &quot;0&quot;) is &quot;2010-02-10&quot;
</span><span class="lines">@@ -21,13 +21,13 @@
</span><span class="cx"> PASS stepUp(&quot;1970-01-01&quot;, &quot;4&quot;, null, 2) is &quot;1970-01-09&quot;
</span><span class="cx"> PASS stepDown(&quot;1970-01-01&quot;, &quot;4&quot;, null, 3) is &quot;1969-12-20&quot;
</span><span class="cx"> Step=any
</span><del>-PASS stepUp(&quot;2010-02-10&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02-10&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;2010-02-10&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02-10&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Overflow/underflow
</span><del>-PASS stepUp(&quot;2010-02-10&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02-10&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepUp(&quot;2010-02-10&quot;, &quot;1&quot;, &quot;2010-02-10&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02-10&quot;, &quot;1&quot;, &quot;2010-02-10&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;2010-02-10&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02-10&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepUp(&quot;2010-02-10&quot;, &quot;1&quot;, &quot;2010-02-10&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02-10&quot;, &quot;1&quot;, &quot;2010-02-10&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatedatestepupstepdownhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/date/date-stepup-stepdown.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/date/date-stepup-stepdown.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/date/date-stepup-stepdown.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> description('Check stepUp() and stepDown() bahevior for type=date.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateErr = '&quot;Error: InvalidStateError: DOM Exception 11&quot;';
</del><ins>+var invalidStateErr = '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;';
</ins><span class="cx"> 
</span><span class="cx"> function setInputAttributes(min, max, step, value) {
</span><span class="cx">     input.min = min;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdateinputvalueasnumberdateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/date/input-valueasnumber-date-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/date/input-valueasnumber-date-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/date/input-valueasnumber-date-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -17,13 +17,13 @@
</span><span class="cx"> PASS setValueAsNumberAndGetValue(275760, 8, 13) is &quot;275760-09-13&quot;
</span><span class="cx"> Tests to set invalid values to valueAsNumber:
</span><span class="cx"> PASS input.value = &quot;&quot;; input.valueAsNumber = null; input.value is &quot;1970-01-01&quot;
</span><del>-PASS input.valueAsNumber = &quot;foo&quot; threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Infinity threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Date.UTC(275760, 8, 14) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS input.valueAsNumber = &quot;foo&quot; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Infinity threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Date.UTC(275760, 8, 14) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdateinputvalueasnumberdatehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/date/input-valueasnumber-date.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/date/input-valueasnumber-date.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/date/input-valueasnumber-date.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -43,13 +43,13 @@
</span><span class="cx"> 
</span><span class="cx"> debug('Tests to set invalid values to valueAsNumber:');
</span><span class="cx"> shouldBe('input.value = &quot;&quot;; input.valueAsNumber = null; input.value', '&quot;1970-01-01&quot;');
</span><del>-shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Infinity', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Date.UTC(275760, 8, 14)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Infinity', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Date.UTC(275760, 8, 14)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatetimedatetimesetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/datetime/datetime-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/datetime/datetime-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/datetime/datetime-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;datetime&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatetimedatetimestepupstepdownexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/datetime/datetime-stepup-stepdown-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/datetime/datetime-stepup-stepdown-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/datetime/datetime-stepup-stepdown-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Invalid value
</span><del>-PASS stepUp(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Non-number arguments
</span><span class="cx"> PASS stepUp(&quot;2010-02-10T20:13Z&quot;, null, null, &quot;0&quot;) is &quot;2010-02-10T20:13Z&quot;
</span><span class="cx"> PASS stepDown(&quot;2010-02-10T20:13Z&quot;, null, null, &quot;0&quot;) is &quot;2010-02-10T20:13Z&quot;
</span><span class="lines">@@ -21,13 +21,13 @@
</span><span class="cx"> PASS stepUp(&quot;1970-01-01T20:13Z&quot;, &quot;4&quot;, null, 2) is &quot;1970-01-01T20:13:08Z&quot;
</span><span class="cx"> PASS stepDown(&quot;1970-01-01T20:13Z&quot;, &quot;4&quot;, null, 3) is &quot;1970-01-01T20:12:48Z&quot;
</span><span class="cx"> Step=any
</span><del>-PASS stepUp(&quot;2010-02-10T20:13Z&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02-10T20:13Z&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;2010-02-10T20:13Z&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02-10T20:13Z&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Overflow/underflow
</span><del>-PASS stepUp(&quot;2010-02-10T20:13Z&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02-10T20:13Z&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepUp(&quot;2010-02-10T20:13Z&quot;, &quot;1&quot;, &quot;2010-02-10T20:13Z&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02-10T20:13Z&quot;, &quot;1&quot;, &quot;2010-02-10T20:13Z&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;2010-02-10T20:13Z&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02-10T20:13Z&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepUp(&quot;2010-02-10T20:13Z&quot;, &quot;1&quot;, &quot;2010-02-10T20:13Z&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02-10T20:13Z&quot;, &quot;1&quot;, &quot;2010-02-10T20:13Z&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatetimedatetimestepupstepdownhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/datetime/datetime-stepup-stepdown.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/datetime/datetime-stepup-stepdown.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/datetime/datetime-stepup-stepdown.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> description('Check stepUp() and stepDown() bahevior for type=datetime.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateErr = '&quot;Error: InvalidStateError: DOM Exception 11&quot;';
</del><ins>+var invalidStateErr = '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;';
</ins><span class="cx"> 
</span><span class="cx"> function setInputAttributes(min, max, step, value) {
</span><span class="cx">     input.min = min;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatetimeinputvalueasnumberdatetimeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/datetime/input-valueasnumber-datetime-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/datetime/input-valueasnumber-datetime-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/datetime/input-valueasnumber-datetime-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -18,13 +18,13 @@
</span><span class="cx"> PASS setValueAsNumberAndGetValue(275760, 8, 13, 0, 0, 0, 0) is &quot;275760-09-13T00:00Z&quot;
</span><span class="cx"> Tests to set invalid values to valueAsNumber:
</span><span class="cx"> PASS input.value = &quot;&quot;; input.valueAsNumber = null; input.value is &quot;1970-01-01T00:00Z&quot;
</span><del>-PASS input.valueAsNumber = &quot;foo&quot; threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Infinity threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Date.UTC(275760, 8, 13, 0, 0, 0, 1) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS input.valueAsNumber = &quot;foo&quot; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Infinity threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Date.UTC(275760, 8, 13, 0, 0, 0, 1) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Step attribute value and string representation:
</span><span class="cx"> PASS input.step = &quot;1&quot;; setValueAsNumberAndGetValue(2010, 0, 21, 0, 0, 0, 0) is &quot;2010-01-21T00:00Z&quot;
</span><span class="cx"> PASS input.step = &quot;0.001&quot;; setValueAsNumberAndGetValue(2010, 0, 21, 0, 0, 0, 0) is &quot;2010-01-21T00:00Z&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatetimeinputvalueasnumberdatetimehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/datetime/input-valueasnumber-datetime.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/datetime/input-valueasnumber-datetime.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/datetime/input-valueasnumber-datetime.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -44,13 +44,13 @@
</span><span class="cx"> 
</span><span class="cx"> debug('Tests to set invalid values to valueAsNumber:');
</span><span class="cx"> shouldBe('input.value = &quot;&quot;; input.valueAsNumber = null; input.value', '&quot;1970-01-01T00:00Z&quot;');
</span><del>-shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Infinity', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Date.UTC(275760, 8, 13, 0, 0, 0, 1)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Infinity', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Date.UTC(275760, 8, 13, 0, 0, 0, 1)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug('Step attribute value and string representation:');
</span><span class="cx"> // String representation should not depend on the step attribute.
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatetimelocaldatetimelocalsetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;datetime-local&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatetimelocaldatetimelocalstepupstepdownexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Invalid value
</span><del>-PASS stepUp(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Non-number arguments
</span><span class="cx"> PASS stepUp(&quot;2010-02-10T20:13&quot;, null, null, &quot;0&quot;) is &quot;2010-02-10T20:13&quot;
</span><span class="cx"> PASS stepDown(&quot;2010-02-10T20:13&quot;, null, null, &quot;0&quot;) is &quot;2010-02-10T20:13&quot;
</span><span class="lines">@@ -21,13 +21,13 @@
</span><span class="cx"> PASS stepUp(&quot;1970-01-01T20:13&quot;, &quot;4&quot;, null, 2) is &quot;1970-01-01T20:13:08&quot;
</span><span class="cx"> PASS stepDown(&quot;1970-01-01T20:13&quot;, &quot;4&quot;, null, 3) is &quot;1970-01-01T20:12:48&quot;
</span><span class="cx"> Step=any
</span><del>-PASS stepUp(&quot;2010-02-10T20:13&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02-10T20:13&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;2010-02-10T20:13&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02-10T20:13&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Overflow/underflow
</span><del>-PASS stepUp(&quot;2010-02-10T20:13&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02-10T20:13&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepUp(&quot;2010-02-10T20:13&quot;, &quot;1&quot;, &quot;2010-02-10T20:13&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02-10T20:13&quot;, &quot;1&quot;, &quot;2010-02-10T20:13&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;2010-02-10T20:13&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02-10T20:13&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepUp(&quot;2010-02-10T20:13&quot;, &quot;1&quot;, &quot;2010-02-10T20:13&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02-10T20:13&quot;, &quot;1&quot;, &quot;2010-02-10T20:13&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatetimelocaldatetimelocalstepupstepdownhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> description('Check stepUp() and stepDown() bahevior for type=datetime-local.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateErr = '&quot;Error: InvalidStateError: DOM Exception 11&quot;';
</del><ins>+var invalidStateErr = '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;';
</ins><span class="cx"> 
</span><span class="cx"> function setInputAttributes(min, max, step, value) {
</span><span class="cx">     input.min = min;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatetimelocalinputvalueasnumberdatetimelocalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -18,13 +18,13 @@
</span><span class="cx"> PASS setValueAsNumberAndGetValue(275760, 8, 13, 0, 0, 0, 0) is &quot;275760-09-13T00:00&quot;
</span><span class="cx"> Tests to set invalid values to valueAsNumber:
</span><span class="cx"> PASS input.value = &quot;&quot;; input.valueAsNumber = null; input.value is &quot;1970-01-01T00:00&quot;
</span><del>-PASS input.valueAsNumber = &quot;foo&quot; threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Infinity threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Date.UTC(275760, 8, 13, 0, 0, 0, 1) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS input.valueAsNumber = &quot;foo&quot; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Infinity threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Date.UTC(275760, 8, 13, 0, 0, 0, 1) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Step attribute value and string representation:
</span><span class="cx"> PASS input.step = &quot;1&quot;; setValueAsNumberAndGetValue(2010, 0, 21, 0, 0, 0, 0) is &quot;2010-01-21T00:00:00&quot;
</span><span class="cx"> PASS input.step = &quot;0.001&quot;; setValueAsNumberAndGetValue(2010, 0, 21, 0, 0, 0, 0) is &quot;2010-01-21T00:00:00.000&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsdatetimelocalinputvalueasnumberdatetimelocalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -44,13 +44,13 @@
</span><span class="cx"> 
</span><span class="cx"> debug('Tests to set invalid values to valueAsNumber:');
</span><span class="cx"> shouldBe('input.value = &quot;&quot;; input.valueAsNumber = null; input.value', '&quot;1970-01-01T00:00&quot;');
</span><del>-shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Infinity', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Date.UTC(275760, 8, 13, 0, 0, 0, 1)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Infinity', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Date.UTC(275760, 8, 13, 0, 0, 0, 1)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug('Step attribute value and string representation:');
</span><span class="cx"> // If the step attribute value is 1 second and the second part is 0, we should show the second part.
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsfilefilesetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/file/file-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/file/file-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/file/file-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx"> 
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;file&quot;}
</span><span class="cx"> 
</span><del>-PASS element.value = '0123456789XYZ' threw exception Error: InvalidStateError: DOM Exception 11.
-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.value = '0123456789XYZ' threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsfileinputfilevalueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/file/input-file-value-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/file/input-file-value-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/file/input-file-value-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> 
</span><span class="cx"> PASS file.value is &quot;C:\\fakepath\\foo.txt&quot;
</span><span class="cx"> PASS file.files.length is 1
</span><del>-PASS file.value = 'foo' threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS file.value = 'foo' threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS file.value is &quot;C:\\fakepath\\foo.txt&quot;
</span><span class="cx"> PASS file.files.length is 1
</span><span class="cx"> PASS file.value is &quot;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformshiddenhiddensetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/hidden/hidden-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/hidden/hidden-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/hidden/hidden-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;hidden&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;0123456789XYZ&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsimageimagesetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/image/image-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/image/image-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/image/image-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;image&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;0123456789XYZ&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsinputmaxlengthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/input-maxlength-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/input-maxlength-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/input-maxlength-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx"> PASS 
</span><span class="cx"> Some tests for .maxLength property.
</span><span class="cx"> PASS input.maxLength is -1
</span><del>-PASS input.maxLength = -1 threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS input.maxLength = -1 threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS input.getAttribute('maxlength') is '100'
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsinputmaxlengthhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/input-maxlength.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/input-maxlength.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/input-maxlength.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">     debug('Some tests for .maxLength property.');
</span><span class="cx">     input = document.createElement(&quot;input&quot;);
</span><span class="cx">     shouldBe(&quot;input.maxLength&quot;, &quot;-1&quot;);
</span><del>-    shouldThrow(&quot;input.maxLength = -1&quot;, &quot;'Error: IndexSizeError: DOM Exception 1'&quot;);
</del><ins>+    shouldThrow(&quot;input.maxLength = -1&quot;, &quot;'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'&quot;);
</ins><span class="cx">     input.maxLength = 100;
</span><span class="cx">     shouldBe(&quot;input.getAttribute('maxlength')&quot;, &quot;'100'&quot;);
</span><span class="cx"> &lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsinputstepupstepdownexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/input-stepup-stepdown-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/input-stepup-stepdown-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/input-stepup-stepdown-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,10 +4,10 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Unsupported type
</span><del>-PASS input.step = &quot;3&quot;; input.min = &quot;&quot;; input.max = &quot;&quot;; input.value = &quot;2&quot;; input.stepDown() threw exception Error: InvalidStateError: DOM Exception 11.
-PASS input.stepDown(0) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS input.stepUp() threw exception Error: InvalidStateError: DOM Exception 11.
-PASS input.stepUp(0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.step = &quot;3&quot;; input.min = &quot;&quot;; input.max = &quot;&quot;; input.value = &quot;2&quot;; input.stepDown() threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS input.stepDown(0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS input.stepUp() threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS input.stepUp(0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsinputstepupstepdownhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/input-stepup-stepdown.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/input-stepup-stepdown.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/input-stepup-stepdown.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,14 +10,14 @@
</span><span class="cx"> description('Check stepUp() and stepDown() bahevior for unsupported types.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateErr = '&quot;Error: InvalidStateError: DOM Exception 11&quot;';
</del><ins>+var invalidStateErr = '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;';
</ins><span class="cx"> 
</span><span class="cx"> debug('Unsupported type');
</span><span class="cx"> input.type = 'text';
</span><del>-shouldThrow('input.step = &quot;3&quot;; input.min = &quot;&quot;; input.max = &quot;&quot;; input.value = &quot;2&quot;; input.stepDown()', '&quot;Error: InvalidStateError: DOM Exception 11&quot;');
-shouldThrow('input.stepDown(0)', '&quot;Error: InvalidStateError: DOM Exception 11&quot;');
-shouldThrow('input.stepUp()', '&quot;Error: InvalidStateError: DOM Exception 11&quot;');
-shouldThrow('input.stepUp(0)', '&quot;Error: InvalidStateError: DOM Exception 11&quot;');
</del><ins>+shouldThrow('input.step = &quot;3&quot;; input.min = &quot;&quot;; input.max = &quot;&quot;; input.value = &quot;2&quot;; input.stepDown()', '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;');
+shouldThrow('input.stepDown(0)', '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;');
+shouldThrow('input.stepUp()', '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;');
+shouldThrow('input.stepUp(0)', '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;');
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsinputvalueasnumberunsupportedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/input-valueasnumber-unsupported-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/input-valueasnumber-unsupported-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/input-valueasnumber-unsupported-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,52 +5,52 @@
</span><span class="cx"> 
</span><span class="cx"> Check for type=button
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=checkbox
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=color
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=email
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=file
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=hidden
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=image
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=khtml_isindex
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=password
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=radio
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=reset
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=search
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=submit
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=tel
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=text
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Check for type=url
</span><span class="cx"> PASS input.valueAsNumber is Number.NaN
</span><del>-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsNumber = 0 threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsinputvalueasnumberunsupportedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/input-valueasnumber-unsupported.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/input-valueasnumber-unsupported.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/input-valueasnumber-unsupported.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">     input.value = '0';
</span><span class="cx">     input.type = type;
</span><span class="cx">     shouldBe('input.valueAsNumber', 'Number.NaN');
</span><del>-    shouldThrow('input.valueAsNumber = 0', '&quot;Error: InvalidStateError: DOM Exception 11&quot;');
</del><ins>+    shouldThrow('input.valueAsNumber = 0', '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;');
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> checkValueAsNumber('button');
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsmonthinputvalueasdateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/month/input-valueasdate-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/month/input-valueasdate-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/month/input-valueasdate-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> 
</span><span class="cx"> Unsuppported type:
</span><span class="cx"> PASS input.valueAsDate is null
</span><del>-PASS input.valueAsDate = date threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS input.valueAsDate = date threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> Supported type:
</span><span class="cx"> PASS valueAsDate != null is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsmonthinputvalueasdatehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/month/input-valueasdate.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/month/input-valueasdate.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/month/input-valueasdate.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> description('Test HTMLInputElement::valueAsDate binding.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateError = 'Error: InvalidStateError: DOM Exception 11';
</del><ins>+var invalidStateError = 'InvalidStateError (DOM Exception 11): The object is in an invalid state.';
</ins><span class="cx"> 
</span><span class="cx"> debug('Unsuppported type:');
</span><span class="cx"> input.type = 'text';
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsmonthinputvalueasnumbermonthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/month/input-valueasnumber-month-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/month/input-valueasnumber-month-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/month/input-valueasnumber-month-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -22,12 +22,12 @@
</span><span class="cx"> PASS setValueAsNumberAndGetValue(275760, 10) is &quot;&quot;
</span><span class="cx"> Tests to set invalid values to valueAsNumber:
</span><span class="cx"> PASS input.value = &quot;&quot;; input.valueAsNumber = null; input.value is &quot;1970-01&quot;
</span><del>-PASS input.valueAsNumber = &quot;foo&quot; threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Infinity threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS input.valueAsNumber = &quot;foo&quot; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Infinity threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsmonthinputvalueasnumbermonthhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/month/input-valueasnumber-month.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/month/input-valueasnumber-month.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/month/input-valueasnumber-month.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -47,12 +47,12 @@
</span><span class="cx"> 
</span><span class="cx"> debug('Tests to set invalid values to valueAsNumber:');
</span><span class="cx"> shouldBe('input.value = &quot;&quot;; input.valueAsNumber = null; input.value', '&quot;1970-01&quot;');
</span><del>-shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Infinity', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Infinity', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsmonthmonthsetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/month/month-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/month/month-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/month/month-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;month&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsmonthmonthstepupstepdownexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/month/month-stepup-stepdown-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/month/month-stepup-stepdown-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/month/month-stepup-stepdown-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Invalid value
</span><del>-PASS stepUp(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Non-number arguments
</span><span class="cx"> PASS stepUp(&quot;2010-02&quot;, null, null, &quot;0&quot;) is &quot;2010-02&quot;
</span><span class="cx"> PASS stepDown(&quot;2010-02&quot;, null, null, &quot;0&quot;) is &quot;2010-02&quot;
</span><span class="lines">@@ -21,13 +21,13 @@
</span><span class="cx"> PASS stepUp(&quot;1970-01&quot;, &quot;4&quot;, null, 2) is &quot;1970-09&quot;
</span><span class="cx"> PASS stepDown(&quot;1970-01&quot;, &quot;4&quot;, null, 3) is &quot;1969-01&quot;
</span><span class="cx"> Step=any
</span><del>-PASS stepUp(&quot;2010-02&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;2010-02&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Overflow/underflow
</span><del>-PASS stepUp(&quot;2010-02&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepUp(&quot;2010-02&quot;, &quot;1&quot;, &quot;2010-02&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-02&quot;, &quot;1&quot;, &quot;2010-02&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;2010-02&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepUp(&quot;2010-02&quot;, &quot;1&quot;, &quot;2010-02&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-02&quot;, &quot;1&quot;, &quot;2010-02&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsmonthmonthstepupstepdownhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/month/month-stepup-stepdown.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/month/month-stepup-stepdown.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/month/month-stepup-stepdown.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> description('Check stepUp() and stepDown() bahevior for type=month.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateErr = '&quot;Error: InvalidStateError: DOM Exception 11&quot;';
</del><ins>+var invalidStateErr = '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;';
</ins><span class="cx"> 
</span><span class="cx"> function setInputAttributes(min, max, step, value) {
</span><span class="cx">     input.min = min;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsnumbernumbersetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/number/number-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/number/number-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/number/number-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;number&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsnumbernumbersizeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/number/number-size-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/number/number-size-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/number/number-size-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx"> PASS number.size is 10
</span><span class="cx"> PASS number.size = 100; number.offsetWidth is text.offsetWidth
</span><span class="cx"> PASS number.size is 100
</span><del>-PASS number.size = null threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS number.size = null threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> If min or max is absent, the number input has the same width as input[type=text]
</span><span class="cx"> PASS numberWidth(0, null, null) is text.offsetWidth
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsnumbernumbersizehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/number/number-size.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/number/number-size.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/number/number-size.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -63,7 +63,7 @@
</span><span class="cx"> shouldBe('number.size', '10');
</span><span class="cx"> shouldBe('number.size = 100; number.offsetWidth', 'text.offsetWidth');
</span><span class="cx"> shouldBe('number.size', '100');
</span><del>-shouldThrow('number.size = null', '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
</del><ins>+shouldThrow('number.size = null', '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
</ins><span class="cx"> debug('');
</span><span class="cx"> 
</span><span class="cx"> function numberWidth(min, max, step, className) {
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsnumbernumberstepupstepdownexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/number/number-stepup-stepdown-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/number/number-stepup-stepdown-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/number/number-stepup-stepdown-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,8 +6,8 @@
</span><span class="cx"> Number type
</span><span class="cx"> 
</span><span class="cx"> Invalid value
</span><del>-PASS stepUp(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> Non-number arguments
</span><span class="cx"> PASS stepUp(&quot;0&quot;, null, null, &quot;0&quot;) is &quot;0&quot;
</span><span class="lines">@@ -132,24 +132,24 @@
</span><span class="cx"> PASS stepUp(&quot;2&quot;, &quot;-1&quot;, null) is &quot;3&quot;
</span><span class="cx"> 
</span><span class="cx"> Step=any
</span><del>-PASS stepUp(&quot;0&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;0&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;0&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;0&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> Step=any corner case
</span><del>-PASS stepUpExplicitBounds(&quot;0&quot;, &quot;100&quot;, &quot;any&quot;, &quot;1.5&quot;, &quot;1&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDownExplicitBounds(&quot;0&quot;, &quot;100&quot;, &quot;any&quot;, &quot;1.5&quot;, &quot;1&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUpExplicitBounds(&quot;0&quot;, &quot;100&quot;, &quot;any&quot;, &quot;1.5&quot;, &quot;1&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDownExplicitBounds(&quot;0&quot;, &quot;100&quot;, &quot;any&quot;, &quot;1.5&quot;, &quot;1&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> Overflow/underflow
</span><span class="cx"> PASS stepDown(&quot;1&quot;, &quot;1&quot;, &quot;0&quot;) is &quot;0&quot;
</span><del>-PASS stepDown(&quot;0&quot;, &quot;1&quot;, &quot;0&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;1&quot;, &quot;1&quot;, &quot;0&quot;, 2) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepDown(&quot;0&quot;, &quot;1&quot;, &quot;0&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;1&quot;, &quot;1&quot;, &quot;0&quot;, 2) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS input.value is &quot;1&quot;
</span><del>-PASS stepDown(&quot;1&quot;, &quot;3.40282346e+38&quot;, &quot;&quot;, 2) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepDown(&quot;1&quot;, &quot;3.40282346e+38&quot;, &quot;&quot;, 2) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS stepUp(&quot;-1&quot;, &quot;1&quot;, &quot;0&quot;) is &quot;0&quot;
</span><del>-PASS stepUp(&quot;0&quot;, &quot;1&quot;, &quot;0&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepUp(&quot;-1&quot;, &quot;1&quot;, &quot;0&quot;, 2) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;0&quot;, &quot;1&quot;, &quot;0&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepUp(&quot;-1&quot;, &quot;1&quot;, &quot;0&quot;, 2) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS input.value is &quot;-1&quot;
</span><del>-PASS stepUp(&quot;1&quot;, &quot;3.40282346e+38&quot;, &quot;&quot;, 2) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;1&quot;, &quot;3.40282346e+38&quot;, &quot;&quot;, 2) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> stepDown()/stepUp() for stepMismatch values
</span><span class="cx"> PASS stepUp(&quot;1&quot;, &quot;2&quot;, &quot;&quot;) is &quot;3&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsnumbernumberstepupstepdownfromrendererhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx"> description('Check stepping-up and -down for number input from renderer.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateErr = '&quot;Error: InvalidStateError: DOM Exception 11&quot;';
</del><ins>+var invalidStateErr = '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;';
</ins><span class="cx"> 
</span><span class="cx"> function sendKey(keyName) {
</span><span class="cx">     var event = document.createEvent('KeyboardEvent');
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsnumbernumberstepupstepdownhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/number/number-stepup-stepdown.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/number/number-stepup-stepdown.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/number/number-stepup-stepdown.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx"> description('Check stepUp() and stepDown() bahevior for number type.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateErr = '&quot;Error: InvalidStateError: DOM Exception 11&quot;';
</del><ins>+var invalidStateErr = '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;';
</ins><span class="cx"> 
</span><span class="cx"> function setInputAttributes(min, max, step, value) {
</span><span class="cx">     input.min = min;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsnumbernumbervalueasnumberexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/number/number-valueasnumber-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/number/number-valueasnumber-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/number/number-valueasnumber-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -42,17 +42,17 @@
</span><span class="cx"> PASS setValueAsNumberAndGetValue(1.2e-10) is &quot;1.2e-10&quot;
</span><span class="cx"> PASS setValueAsNumberAndGetValue(1.2345678901234567e+38) is &quot;1.2345678901234567e+38&quot;
</span><span class="cx"> PASS setValueAsNumberAndGetValue(&quot;-3.40282346e+38&quot;) is &quot;-3.40282346e+38&quot;
</span><del>-PASS setValueAsNumberAndGetValue(&quot;-3.40282348e+38&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS setValueAsNumberAndGetValue(&quot;-3.40282348e+38&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS setValueAsNumberAndGetValue(&quot;3.40282346e+38&quot;) is &quot;3.40282346e+38&quot;
</span><del>-PASS setValueAsNumberAndGetValue(&quot;3.40282348e+38&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS setValueAsNumberAndGetValue(&quot;3.40282348e+38&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Tests to set invalid values to valueAsNumber:
</span><span class="cx"> PASS setValueAsNumberAndGetValue(null) is &quot;0&quot;
</span><del>-PASS setValueAsNumberAndGetValue(&quot;foo&quot;) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS setValueAsNumberAndGetValue(NaN) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS setValueAsNumberAndGetValue(Number.NaN) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS setValueAsNumberAndGetValue(Infinity) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS setValueAsNumberAndGetValue(Number.POSITIVE_INFINITY) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS setValueAsNumberAndGetValue(Number.NEGATIVE_INFINITY) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS setValueAsNumberAndGetValue(&quot;foo&quot;) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS setValueAsNumberAndGetValue(NaN) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS setValueAsNumberAndGetValue(Number.NaN) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS setValueAsNumberAndGetValue(Infinity) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS setValueAsNumberAndGetValue(Number.POSITIVE_INFINITY) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS setValueAsNumberAndGetValue(Number.NEGATIVE_INFINITY) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsnumbernumbervalueasnumberhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/number/number-valueasnumber.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/number/number-valueasnumber.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/number/number-valueasnumber.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -62,18 +62,18 @@
</span><span class="cx"> shouldBe('setValueAsNumberAndGetValue(1.2e-10)', '&quot;1.2e-10&quot;');
</span><span class="cx"> shouldBe('setValueAsNumberAndGetValue(1.2345678901234567e+38)', '&quot;1.2345678901234567e+38&quot;');
</span><span class="cx"> shouldBe('setValueAsNumberAndGetValue(&quot;-3.40282346e+38&quot;)', '&quot;-3.40282346e+38&quot;');
</span><del>-shouldThrow('setValueAsNumberAndGetValue(&quot;-3.40282348e+38&quot;)', '&quot;Error: InvalidStateError: DOM Exception 11&quot;');
</del><ins>+shouldThrow('setValueAsNumberAndGetValue(&quot;-3.40282348e+38&quot;)', '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;');
</ins><span class="cx"> shouldBe('setValueAsNumberAndGetValue(&quot;3.40282346e+38&quot;)', '&quot;3.40282346e+38&quot;');
</span><del>-shouldThrow('setValueAsNumberAndGetValue(&quot;3.40282348e+38&quot;)', '&quot;Error: InvalidStateError: DOM Exception 11&quot;');
</del><ins>+shouldThrow('setValueAsNumberAndGetValue(&quot;3.40282348e+38&quot;)', '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug('Tests to set invalid values to valueAsNumber:');
</span><span class="cx"> shouldBe('setValueAsNumberAndGetValue(null)', '&quot;0&quot;');
</span><del>-shouldThrow('setValueAsNumberAndGetValue(&quot;foo&quot;)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('setValueAsNumberAndGetValue(NaN)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('setValueAsNumberAndGetValue(Number.NaN)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('setValueAsNumberAndGetValue(Infinity)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('setValueAsNumberAndGetValue(Number.POSITIVE_INFINITY)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('setValueAsNumberAndGetValue(Number.NEGATIVE_INFINITY)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('setValueAsNumberAndGetValue(&quot;foo&quot;)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('setValueAsNumberAndGetValue(NaN)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('setValueAsNumberAndGetValue(Number.NaN)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('setValueAsNumberAndGetValue(Infinity)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('setValueAsNumberAndGetValue(Number.POSITIVE_INFINITY)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('setValueAsNumberAndGetValue(Number.NEGATIVE_INFINITY)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsrangeinputvalueasnumberrangeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/range/input-valueasnumber-range-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/range/input-valueasnumber-range-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/range/input-valueasnumber-range-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -42,12 +42,12 @@
</span><span class="cx"> PASS setValueAsNumberAndGetValue(1.2345678901234567e+38) is &quot;100&quot;
</span><span class="cx"> Tests to set invalid values to valueAsNumber:
</span><span class="cx"> PASS setValueAsNumberAndGetValue(null) is &quot;0&quot;
</span><del>-PASS setValueAsNumberAndGetValue(&quot;foo&quot;) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS setValueAsNumberAndGetValue(NaN) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS setValueAsNumberAndGetValue(Number.NaN) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS setValueAsNumberAndGetValue(Infinity) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS setValueAsNumberAndGetValue(Number.POSITIVE_INFINITY) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS setValueAsNumberAndGetValue(Number.NEGATIVE_INFINITY) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS setValueAsNumberAndGetValue(&quot;foo&quot;) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS setValueAsNumberAndGetValue(NaN) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS setValueAsNumberAndGetValue(Number.NaN) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS setValueAsNumberAndGetValue(Infinity) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS setValueAsNumberAndGetValue(Number.POSITIVE_INFINITY) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS setValueAsNumberAndGetValue(Number.NEGATIVE_INFINITY) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsrangeinputvalueasnumberrangehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/range/input-valueasnumber-range.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/range/input-valueasnumber-range.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/range/input-valueasnumber-range.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -70,12 +70,12 @@
</span><span class="cx"> 
</span><span class="cx"> debug('Tests to set invalid values to valueAsNumber:');
</span><span class="cx"> shouldBe('setValueAsNumberAndGetValue(null)', '&quot;0&quot;');
</span><del>-shouldThrow('setValueAsNumberAndGetValue(&quot;foo&quot;)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('setValueAsNumberAndGetValue(NaN)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('setValueAsNumberAndGetValue(Number.NaN)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('setValueAsNumberAndGetValue(Infinity)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('setValueAsNumberAndGetValue(Number.POSITIVE_INFINITY)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('setValueAsNumberAndGetValue(Number.NEGATIVE_INFINITY)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('setValueAsNumberAndGetValue(&quot;foo&quot;)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('setValueAsNumberAndGetValue(NaN)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('setValueAsNumberAndGetValue(Number.NaN)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('setValueAsNumberAndGetValue(Infinity)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('setValueAsNumberAndGetValue(Number.POSITIVE_INFINITY)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('setValueAsNumberAndGetValue(Number.NEGATIVE_INFINITY)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsrangerangesetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/range/range-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/range/range-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/range/range-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;range&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;50&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsrangerangestepupstepdownexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/range/range-stepup-stepdown-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/range/range-stepup-stepdown-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/range/range-stepup-stepdown-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -134,26 +134,26 @@
</span><span class="cx"> PASS stepDownExplicitBounds(null, null, &quot;-1&quot;, &quot;3&quot;) is &quot;2&quot;
</span><span class="cx"> 
</span><span class="cx"> Step=any
</span><del>-PASS stepUpExplicitBounds(null, null, &quot;any&quot;, &quot;1&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDownExplicitBounds(null, null, &quot;any&quot;, &quot;1&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUpExplicitBounds(null, null, &quot;any&quot;, &quot;1&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDownExplicitBounds(null, null, &quot;any&quot;, &quot;1&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> Overflow/underflow
</span><span class="cx"> PASS stepUpExplicitBounds(null, &quot;100&quot;, &quot;1&quot;, &quot;99&quot;) is &quot;100&quot;
</span><del>-PASS stepUpExplicitBounds(null, &quot;100&quot;, &quot;1&quot;, &quot;100&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUpExplicitBounds(null, &quot;100&quot;, &quot;1&quot;, &quot;100&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS input.value is &quot;100&quot;
</span><del>-PASS stepUpExplicitBounds(null, &quot;100&quot;, &quot;1&quot;, &quot;99&quot;, &quot;2&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUpExplicitBounds(null, &quot;100&quot;, &quot;1&quot;, &quot;99&quot;, &quot;2&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS input.value is &quot;99&quot;
</span><span class="cx"> PASS stepDownExplicitBounds(&quot;0&quot;, null, &quot;1&quot;, &quot;1&quot;) is &quot;0&quot;
</span><del>-PASS stepDownExplicitBounds(&quot;0&quot;, null, &quot;1&quot;, &quot;0&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepDownExplicitBounds(&quot;0&quot;, null, &quot;1&quot;, &quot;0&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS input.value is &quot;0&quot;
</span><del>-PASS stepDownExplicitBounds(&quot;0&quot;, null, &quot;1&quot;, &quot;1&quot;, &quot;2&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepDownExplicitBounds(&quot;0&quot;, null, &quot;1&quot;, &quot;1&quot;, &quot;2&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS input.value is &quot;1&quot;
</span><del>-PASS stepDownExplicitBounds(null, null, &quot;3.40282346e+38&quot;, &quot;1&quot;, &quot;2&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepDownExplicitBounds(null, null, &quot;3.40282346e+38&quot;, &quot;1&quot;, &quot;2&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS stepUpExplicitBounds(-100, 0, 1, -1) is &quot;0&quot;
</span><del>-PASS stepUpExplicitBounds(null, 0, 1, 0) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepUpExplicitBounds(-100, 0, 1, -1, 2) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUpExplicitBounds(null, 0, 1, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepUpExplicitBounds(-100, 0, 1, -1, 2) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS input.value is &quot;-1&quot;
</span><del>-PASS stepUpExplicitBounds(null, null, &quot;3.40282346e+38&quot;, &quot;1&quot;, &quot;2&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUpExplicitBounds(null, null, &quot;3.40282346e+38&quot;, &quot;1&quot;, &quot;2&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> stepDown()/stepUp() for stepMismatch values
</span><span class="cx"> PASS stepUpExplicitBounds(null, null, 2, 1) is &quot;4&quot;
</span><span class="lines">@@ -162,7 +162,7 @@
</span><span class="cx"> PASS stepDownExplicitBounds(0, null, 10, 19) is &quot;10&quot;
</span><span class="cx"> 
</span><span class="cx"> value + step is &lt;= max, but rounded result would be &gt; max.
</span><del>-PASS stepUpExplicitBounds(null, 99, 10, 89) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUpExplicitBounds(null, 99, 10, 89) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> Huge value and small step
</span><span class="cx"> PASS stepUpExplicitBounds(0, 1e38, 1, 1e38, 999999) is &quot;1e+38&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsrangerangestepupstepdownfromrendererhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/range/range-stepup-stepdown-from-renderer.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/range/range-stepup-stepdown-from-renderer.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/range/range-stepup-stepdown-from-renderer.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> description('Check stepping-up and -down for range input from renderer.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateErr = '&quot;Error: InvalidStateError: DOM Exception 11&quot;';
</del><ins>+var invalidStateErr = '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;';
</ins><span class="cx"> 
</span><span class="cx"> function sendKey(keyName) {
</span><span class="cx">     var event = document.createEvent('KeyboardEvent');
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsrangerangestepupstepdownhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/range/range-stepup-stepdown.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/range/range-stepup-stepdown.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/range/range-stepup-stepdown.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> description('Check stepUp() and stepDown() bahevior for range type.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateErr = '&quot;Error: InvalidStateError: DOM Exception 11&quot;';
</del><ins>+var invalidStateErr = '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;';
</ins><span class="cx"> 
</span><span class="cx"> function setInputAttributes(min, max, step, value) {
</span><span class="cx">     input.min = min;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformssearchsearchsetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/search/search-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/search/search-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/search/search-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx"> PASS element.selectionStart is 8
</span><span class="cx"> PASS element.selectionEnd is 9
</span><span class="cx"> element.value = '0123456789'
</span><del>-PASS element.setRangeText('A', 7, 3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;search&quot;,&quot;dir&quot;:&quot;rtl&quot;}
</span><span class="cx"> 
</span><span class="lines">@@ -238,7 +238,7 @@
</span><span class="cx"> PASS element.selectionStart is 8
</span><span class="cx"> PASS element.selectionEnd is 9
</span><span class="cx"> element.value = '0123456789'
</span><del>-PASS element.setRangeText('A', 7, 3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastformssetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx"> PASS element.selectionStart is 8
</span><span class="cx"> PASS element.selectionEnd is 9
</span><span class="cx"> element.value = '0123456789'
</span><del>-PASS element.setRangeText('A', 7, 3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;tel&quot;}
</span><span class="cx"> 
</span><span class="lines">@@ -238,7 +238,7 @@
</span><span class="cx"> PASS element.selectionStart is 8
</span><span class="cx"> PASS element.selectionEnd is 9
</span><span class="cx"> element.value = '0123456789'
</span><del>-PASS element.setRangeText('A', 7, 3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;text&quot;}
</span><span class="cx"> 
</span><span class="lines">@@ -356,7 +356,7 @@
</span><span class="cx"> PASS element.selectionStart is 8
</span><span class="cx"> PASS element.selectionEnd is 9
</span><span class="cx"> element.value = '0123456789'
</span><del>-PASS element.setRangeText('A', 7, 3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;text&quot;,&quot;dir&quot;:&quot;rtl&quot;}
</span><span class="cx"> 
</span><span class="lines">@@ -474,7 +474,7 @@
</span><span class="cx"> PASS element.selectionStart is 8
</span><span class="cx"> PASS element.selectionEnd is 9
</span><span class="cx"> element.value = '0123456789'
</span><del>-PASS element.setRangeText('A', 7, 3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;url&quot;}
</span><span class="cx"> 
</span><span class="lines">@@ -592,7 +592,7 @@
</span><span class="cx"> PASS element.selectionStart is 8
</span><span class="cx"> PASS element.selectionEnd is 9
</span><span class="cx"> element.value = '0123456789'
</span><del>-PASS element.setRangeText('A', 7, 3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check that setRangeText() on disconnected elements doesn't crash and has proper values.
</span><span class="cx"> element.value = '0123456789'
</span><span class="lines">@@ -602,37 +602,37 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;button&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;0123456789XYZ&quot;
</span><span class="cx"> 
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;checkbox&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;0123456789XYZ&quot;
</span><span class="cx"> 
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;email&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;0123456789XYZ&quot;
</span><span class="cx"> 
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;radio&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;0123456789XYZ&quot;
</span><span class="cx"> 
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;reset&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;0123456789XYZ&quot;
</span><span class="cx"> 
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;submit&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;0123456789XYZ&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformstextareatextareasetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/textarea/textarea-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/textarea/textarea-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/textarea/textarea-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx"> PASS element.selectionStart is 8
</span><span class="cx"> PASS element.selectionEnd is 9
</span><span class="cx"> element.value = '0123456789'
</span><del>-PASS element.setRangeText('A', 7, 3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check that setRangeText() on textareas doesn't affect scroll position.
</span><span class="cx"> element.value = longString
</span><span class="lines">@@ -248,7 +248,7 @@
</span><span class="cx"> PASS element.selectionStart is 8
</span><span class="cx"> PASS element.selectionEnd is 9
</span><span class="cx"> element.value = '0123456789'
</span><del>-PASS element.setRangeText('A', 7, 3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastformstextareamaxlengthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/textarea-maxlength-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/textarea-maxlength-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/textarea-maxlength-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> PASS textArea.maxLength is 1
</span><span class="cx"> PASS textArea.maxLength is 256
</span><span class="cx"> PASS textArea.getAttribute(&quot;maxlength&quot;) is &quot;13&quot;
</span><del>-PASS textArea.maxLength = -1 threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS textArea.maxLength = -1 threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS textArea.getAttribute(&quot;maxlength&quot;) is &quot;13&quot;
</span><span class="cx"> PASS textArea.maxLength is 0
</span><span class="cx"> PASS textArea.getAttribute(&quot;maxlength&quot;) is &quot;0&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformstextareamaxlengthhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/textarea-maxlength.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/textarea-maxlength.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/textarea-maxlength.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> textArea.maxLength = 13;
</span><span class="cx"> shouldBe('textArea.getAttribute(&quot;maxlength&quot;)', '&quot;13&quot;');
</span><span class="cx"> 
</span><del>-shouldThrow('textArea.maxLength = -1', '&quot;Error: IndexSizeError: DOM Exception 1&quot;');
</del><ins>+shouldThrow('textArea.maxLength = -1', '&quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;');
</ins><span class="cx"> shouldBe('textArea.getAttribute(&quot;maxlength&quot;)', '&quot;13&quot;');  // Not changed
</span><span class="cx"> 
</span><span class="cx"> textArea.maxLength = null;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformstimetimesetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/time/time-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/time/time-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/time/time-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;time&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformstimetimestepupstepdownexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/time/time-stepup-stepdown-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/time/time-stepup-stepdown-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/time/time-stepup-stepdown-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Invalid value
</span><del>-PASS stepUp(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Non-number arguments
</span><span class="cx"> PASS stepUp(&quot;20:13&quot;, null, null, &quot;0&quot;) is &quot;20:13&quot;
</span><span class="cx"> PASS stepDown(&quot;20:13&quot;, null, null, &quot;0&quot;) is &quot;20:13&quot;
</span><span class="lines">@@ -21,15 +21,15 @@
</span><span class="cx"> PASS stepUp(&quot;20:13&quot;, &quot;4&quot;, null, 2) is &quot;20:13:08&quot;
</span><span class="cx"> PASS stepDown(&quot;20:13&quot;, &quot;4&quot;, null, 3) is &quot;20:12:48&quot;
</span><span class="cx"> Step=any
</span><del>-PASS stepUp(&quot;20:13&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;20:13&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;20:13&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;20:13&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Overflow/underflow
</span><del>-PASS stepUp(&quot;20:13&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;20:13&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepUp(&quot;20:13&quot;, &quot;1&quot;, &quot;20:13&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;20:13&quot;, &quot;1&quot;, &quot;20:13&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepUp(&quot;23:59&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;00:00&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;20:13&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;20:13&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepUp(&quot;20:13&quot;, &quot;1&quot;, &quot;20:13&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;20:13&quot;, &quot;1&quot;, &quot;20:13&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepUp(&quot;23:59&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;00:00&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformstimetimestepupstepdownhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/time/time-stepup-stepdown.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/time/time-stepup-stepdown.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/time/time-stepup-stepdown.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> description('Check stepUp() and stepDown() bahevior for type=time.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateErr = '&quot;Error: InvalidStateError: DOM Exception 11&quot;';
</del><ins>+var invalidStateErr = '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;';
</ins><span class="cx"> 
</span><span class="cx"> function setInputAttributes(min, max, step, value) {
</span><span class="cx">     input.min = min;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformstimetimevalueasnumberexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/time/time-valueasnumber-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/time/time-valueasnumber-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/time/time-valueasnumber-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -18,12 +18,12 @@
</span><span class="cx"> PASS setValueAsNumberAndGetValue(-23, -59, -59, 0) is &quot;00:00:01&quot;
</span><span class="cx"> Tests to set invalid values to valueAsNumber:
</span><span class="cx"> PASS input.value = &quot;&quot;; input.valueAsNumber = null; input.value is &quot;00:00&quot;
</span><del>-PASS input.valueAsNumber = &quot;foo&quot; threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Infinity threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS input.valueAsNumber = &quot;foo&quot; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Infinity threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> Step attribute value and string representation:
</span><span class="cx"> PASS input.step = &quot;1&quot;; setValueAsNumberAndGetValue(0, 0, 0, 0) is &quot;00:00:00&quot;
</span><span class="cx"> PASS input.step = &quot;0.001&quot;; setValueAsNumberAndGetValue(0, 0, 0, 0) is &quot;00:00:00.000&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformstimetimevalueasnumberhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/time/time-valueasnumber.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/time/time-valueasnumber.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/time/time-valueasnumber.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -39,12 +39,12 @@
</span><span class="cx"> 
</span><span class="cx"> debug('Tests to set invalid values to valueAsNumber:');
</span><span class="cx"> shouldBe('input.value = &quot;&quot;; input.valueAsNumber = null; input.value', '&quot;00:00&quot;');
</span><del>-shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Infinity', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Infinity', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> 
</span><span class="cx"> debug('Step attribute value and string representation:');
</span><span class="cx"> // If the step attribute value is 1 second and the second part is 0, we should show the second part.
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsweekinputvalueasnumberweekexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/week/input-valueasnumber-week-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/week/input-valueasnumber-week-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/week/input-valueasnumber-week-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -33,13 +33,13 @@
</span><span class="cx"> PASS setValueAsNumberAndGetValue(275760, 8, 13) is &quot;275760-W37&quot;
</span><span class="cx"> Tests to set invalid values to valueAsNumber:
</span><span class="cx"> PASS input.value = &quot;&quot;; input.valueAsNumber = null; input.value is &quot;1970-W01&quot;
</span><del>-PASS input.valueAsNumber = &quot;foo&quot; threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NaN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Infinity threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9.
-PASS input.valueAsNumber = Date.UTC(275760, 8, 14) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS input.valueAsNumber = &quot;foo&quot; threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NaN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Infinity threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS input.valueAsNumber = Date.UTC(275760, 8, 14) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsweekinputvalueasnumberweekhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/week/input-valueasnumber-week.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/week/input-valueasnumber-week.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/week/input-valueasnumber-week.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -67,13 +67,13 @@
</span><span class="cx"> 
</span><span class="cx"> debug('Tests to set invalid values to valueAsNumber:');
</span><span class="cx"> shouldBe('input.value = &quot;&quot;; input.valueAsNumber = null; input.value', '&quot;1970-W01&quot;');
</span><del>-shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NaN', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Infinity', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
-shouldThrow('input.valueAsNumber = Date.UTC(275760, 8, 14)', '&quot;Error: NotSupportedError: DOM Exception 9&quot;');
</del><ins>+shouldThrow('input.valueAsNumber = &quot;foo&quot;', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NaN', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Infinity', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
+shouldThrow('input.valueAsNumber = Date.UTC(275760, 8, 14)', '&quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot;');
</ins><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsweekweeksetrangetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/week/week-setrangetext-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/week/week-setrangetext-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/week/week-setrangetext-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> Running tests on input with attributes: {&quot;type&quot;:&quot;week&quot;}
</span><span class="cx"> 
</span><span class="cx"> element.value = '0123456789XYZ'
</span><del>-PASS element.setRangeText('ABC', 0, 0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS element.value is &quot;&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsweekweekstepupstepdownexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Invalid value
</span><del>-PASS stepUp(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;&quot;, null, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;&quot;, null, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Non-number arguments
</span><span class="cx"> PASS stepUp(&quot;2010-W02&quot;, null, null, &quot;0&quot;) is &quot;2010-W02&quot;
</span><span class="cx"> PASS stepDown(&quot;2010-W02&quot;, null, null, &quot;0&quot;) is &quot;2010-W02&quot;
</span><span class="lines">@@ -21,13 +21,13 @@
</span><span class="cx"> PASS stepUp(&quot;1970-W01&quot;, &quot;4&quot;, null, 2) is &quot;1970-W09&quot;
</span><span class="cx"> PASS stepDown(&quot;1970-W01&quot;, &quot;4&quot;, null, 3) is &quot;1969-W41&quot;
</span><span class="cx"> Step=any
</span><del>-PASS stepUp(&quot;2010-W02&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-W02&quot;, &quot;any&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;2010-W02&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-W02&quot;, &quot;any&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Overflow/underflow
</span><del>-PASS stepUp(&quot;2010-W02&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-W02&quot;, &quot;3.40282346e+38&quot;, null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepUp(&quot;2010-W02&quot;, &quot;1&quot;, &quot;2010-W02&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stepDown(&quot;2010-W02&quot;, &quot;1&quot;, &quot;2010-W02&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS stepUp(&quot;2010-W02&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-W02&quot;, &quot;3.40282346e+38&quot;, null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepUp(&quot;2010-W02&quot;, &quot;1&quot;, &quot;2010-W02&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS stepDown(&quot;2010-W02&quot;, &quot;1&quot;, &quot;2010-W02&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastformsweekweekstepupstepdownhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/forms/week/week-stepup-stepdown.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/forms/week/week-stepup-stepdown.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/forms/week/week-stepup-stepdown.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> description('Check stepUp() and stepDown() bahevior for type=week.');
</span><span class="cx"> 
</span><span class="cx"> var input = document.createElement('input');
</span><del>-var invalidStateErr = '&quot;Error: InvalidStateError: DOM Exception 11&quot;';
</del><ins>+var invalidStateErr = '&quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;';
</ins><span class="cx"> 
</span><span class="cx"> function setInputAttributes(min, max, step, value) {
</span><span class="cx">     input.min = min;
</span></span></pre></div>
<a id="trunkLayoutTestsfastframesadoptiframeintoitselfexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/frames/adopt-iframe-into-itself-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/frames/adopt-iframe-into-itself-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/frames/adopt-iframe-into-itself-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><del>-ALERT: Error: HierarchyRequestError: DOM Exception 3
</del><ins>+ALERT: HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastframesadoptobjectintoitselfexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/frames/adopt-object-into-itself-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/frames/adopt-object-into-itself-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/frames/adopt-object-into-itself-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><del>-ALERT: Error: HierarchyRequestError: DOM Exception 3
</del><ins>+ALERT: HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastframesresourcessandboxediframestoragedisallowedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-disallowed.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-disallowed.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-disallowed.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -54,9 +54,9 @@
</span><span class="cx"> &lt;script&gt;
</span><span class="cx"> 
</span><span class="cx"> window.onload = function() {
</span><del>-    shouldThrow(&quot;window.openDatabase('SandboxedIframeStorageDisallowed', '1.0', '', 1)&quot;, &quot;'Error: SecurityError: DOM Exception 18'&quot;);
-    shouldThrow(&quot;window.localStorage&quot;, &quot;'Error: SecurityError: DOM Exception 18'&quot;);
-    shouldThrow(&quot;window.sessionStorage&quot;, &quot;'Error: SecurityError: DOM Exception 18'&quot;);
</del><ins>+    shouldThrow(&quot;window.openDatabase('SandboxedIframeStorageDisallowed', '1.0', '', 1)&quot;, &quot;'SecurityError (DOM Exception 18): The operation is insecure.'&quot;);
+    shouldThrow(&quot;window.localStorage&quot;, &quot;'SecurityError (DOM Exception 18): The operation is insecure.'&quot;);
+    shouldThrow(&quot;window.sessionStorage&quot;, &quot;'SecurityError (DOM Exception 18): The operation is insecure.'&quot;);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastframessandboxediframestorageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -14,9 +14,9 @@
</span><span class="cx"> --------
</span><span class="cx"> Frame: '&lt;!--framePath //&lt;!--frame0--&gt;--&gt;'
</span><span class="cx"> --------
</span><del>-PASS window.openDatabase('SandboxedIframeStorageDisallowed', '1.0', '', 1) threw exception Error: SecurityError: DOM Exception 18.
-PASS window.localStorage threw exception Error: SecurityError: DOM Exception 18.
-PASS window.sessionStorage threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS window.openDatabase('SandboxedIframeStorageDisallowed', '1.0', '', 1) threw exception SecurityError (DOM Exception 18): The operation is insecure..
+PASS window.localStorage threw exception SecurityError (DOM Exception 18): The operation is insecure..
+PASS window.sessionStorage threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> --------
</span></span></pre></div>
<a id="trunkLayoutTestsfasthtmlmarqueeelementexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/html/marquee-element-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/html/marquee-element-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/html/marquee-element-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -114,9 +114,9 @@
</span><span class="cx"> &quot;loop&quot; can contain trailing non-numeric values:
</span><span class="cx"> PASS marquee.loop is 5
</span><span class="cx"> Setting &quot;loop&quot; to 0 raises an exception:
</span><del>-PASS document.getElementById(&quot;marquee&quot;).loop = 0; threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS document.getElementById(&quot;marquee&quot;).loop = 0; threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> Setting &quot;loop&quot; to a negative value raises an exception:
</span><del>-PASS document.getElementById(&quot;marquee&quot;).loop = -5; threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS document.getElementById(&quot;marquee&quot;).loop = -5; threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> &quot;loop&quot; can be set to -1 by script:
</span><span class="cx"> PASS marquee.loop is -1
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastinnerHTMLinnerHTMLchangingdocumentpropertiesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/innerHTML/innerHTML-changing-document-properties-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/innerHTML/innerHTML-changing-document-properties-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/innerHTML/innerHTML-changing-document-properties-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,7 +2,7 @@
</span><span class="cx"> document.xmlVersion : 1.0
</span><span class="cx"> document.xmlStandalone : true
</span><span class="cx"> document.readyState : loading
</span><del>-div.innerHTML = threw exception: Error: SyntaxError: DOM Exception 12
</del><ins>+div.innerHTML = threw exception: SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> document.xmlEncoding : UTF-8
</span><span class="cx"> document.xmlVersion : 1.0
</span><span class="cx"> document.xmlStandalone : true
</span></span></pre></div>
<a id="trunkLayoutTestsfastinspectorsupportuncaughtdom1exceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/inspector-support/uncaught-dom1-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><del>-CONSOLE MESSAGE: line 13: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 13: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> This tests that we are getting the correct message for DOM Exception 1: INDEX_SIZE_ERR.
</span></span></pre></div>
<a id="trunkLayoutTestsfastinspectorsupportuncaughtdom3exceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/inspector-support/uncaught-dom3-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><del>-CONSOLE MESSAGE: line 9: HierarchyRequestError: DOM Exception 3: The operation would yield an incorrect node tree.
</del><ins>+CONSOLE MESSAGE: line 9: HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.
</ins><span class="cx"> This tests that we are getting the correct message for DOM Exception 3: HIERARCHY_REQUEST_ERR.
</span></span></pre></div>
<a id="trunkLayoutTestsfastinspectorsupportuncaughtdom8exceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/inspector-support/uncaught-dom8-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/inspector-support/uncaught-dom8-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/inspector-support/uncaught-dom8-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><del>-CONSOLE MESSAGE: line 9: NotFoundError: DOM Exception 8: The object can not be found here.
</del><ins>+CONSOLE MESSAGE: line 9: NotFoundError (DOM Exception 8): The object can not be found here.
</ins><span class="cx"> This tests that we are getting the correct message for DOM Exception 8: NOT_FOUND_ERR.
</span></span></pre></div>
<a id="trunkLayoutTestsfastloaderstateobjectspushstatefrequencyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/loader/stateobjects/pushstate-frequency-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/loader/stateobjects/pushstate-frequency-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/loader/stateobjects/pushstate-frequency-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -99,6 +99,6 @@
</span><span class="cx"> Successfully added item: 97
</span><span class="cx"> Successfully added item: 98
</span><span class="cx"> Successfully added item: 99
</span><del>-Error: SecurityError: DOM Exception 18
</del><ins>+SecurityError (DOM Exception 18): Attempt to use history.pushState() more than 100 times per 30.000000 seconds
</ins><span class="cx"> Test complete
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastloaderstateobjectspushstatefrequencyiframeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/loader/stateobjects/pushstate-frequency-iframe-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/loader/stateobjects/pushstate-frequency-iframe-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/loader/stateobjects/pushstate-frequency-iframe-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -107,5 +107,5 @@
</span><span class="cx"> Successfully added item: 22
</span><span class="cx"> Successfully added item: 23
</span><span class="cx"> Successfully added item: 24
</span><del>-Expected exception: Error: SecurityError: DOM Exception 18
</del><ins>+Expected exception: SecurityError (DOM Exception 18): Attempt to use history.pushState() more than 100 times per 30.000000 seconds
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastloaderstateobjectsreplacestatefrequencyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -99,6 +99,6 @@
</span><span class="cx"> Successfully added item: 97
</span><span class="cx"> Successfully added item: 98
</span><span class="cx"> Successfully added item: 99
</span><del>-Error: SecurityError: DOM Exception 18
</del><ins>+SecurityError (DOM Exception 18): Attempt to use history.replaceState() more than 100 times per 30.000000 seconds
</ins><span class="cx"> Test complete
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastloaderstateobjectsreplacestatefrequencyiframeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -106,5 +106,5 @@
</span><span class="cx"> Successfully added item: 22
</span><span class="cx"> Successfully added item: 23
</span><span class="cx"> Successfully added item: 24
</span><del>-Expected exception: Error: SecurityError: DOM Exception 18
</del><ins>+Expected exception: SecurityError (DOM Exception 18): Attempt to use history.replaceState() more than 100 times per 30.000000 seconds
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediamqjsmediaexcept01expectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/media/mq-js-media-except-01-expected.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/media/mq-js-media-except-01-expected.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/media/mq-js-media-except-01-expected.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,6 +2,6 @@
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> &lt;p&gt;The text below should read &quot;Success.&quot;&lt;/p&gt;
</span><span class="cx"> &lt;p style=&quot;color: green&quot;&gt;Success.&lt;/p&gt;
</span><del>-&lt;p&gt;Following exception was caught: Error: NotFoundError: DOM Exception 8&lt;/p&gt;
</del><ins>+&lt;p&gt;Following exception was caught: NotFoundError (DOM Exception 8): The object can not be found here.&lt;/p&gt;
</ins><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediamqjsmediaexcept02expectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/media/mq-js-media-except-02-expected.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/media/mq-js-media-except-02-expected.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/media/mq-js-media-except-02-expected.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> &lt;p style=&quot;color: green&quot;&gt;This text should be green.&lt;/p&gt;
</span><del>-&lt;p&gt;Caught exception: Error: SyntaxError: DOM Exception 12&lt;/p&gt;
</del><ins>+&lt;p&gt;Caught exception: SyntaxError (DOM Exception 12): The string did not match the expected pattern.&lt;/p&gt;
</ins><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediamqjsmediaexcept03expectedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/media/mq-js-media-except-03-expected.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/media/mq-js-media-except-03-expected.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/media/mq-js-media-except-03-expected.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;body&gt;
</span><span class="cx"> &lt;p style=&quot;color: green&quot;&gt;Success. This text should be green.&lt;/p&gt;
</span><del>-&lt;p&gt;Caught exception: Error: SyntaxError: DOM Exception 12&lt;/p&gt;
</del><ins>+&lt;p&gt;Caught exception: SyntaxError (DOM Exception 12): The string did not match the expected pattern.&lt;/p&gt;
</ins><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamMediaDevicesgetUserMediaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/MediaDevices-getUserMedia-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/MediaDevices-getUserMedia-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/MediaDevices-getUserMedia-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> PASS typeof navigator.mediaDevices.webkitGetUserMedia is 'undefined'
</span><span class="cx"> PASS navigator.mediaDevices.getUserMedia({audio:true}).then(gotStream1); did not throw exception.
</span><span class="cx"> PASS navigator.mediaDevices.getUserMedia() rejected with error: TypeError: Not enough arguments
</span><del>-PASS  navigator.mediaDevices.getUserMedia({}) rejected with error: Error: NotSupportedError: DOM Exception 9
</del><ins>+PASS  navigator.mediaDevices.getUserMedia({}) rejected with error: NotSupportedError (DOM Exception 9): The operation is not supported.
</ins><span class="cx"> PASS Stream generated.
</span><span class="cx"> PASS stream.getAudioTracks().length is 1
</span><span class="cx"> PASS stream.getVideoTracks().length is 0
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCPeerConnectionaddIceCandidateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> 
</span><span class="cx"> *** A remote description is needed before a candidate can be added
</span><span class="cx"> PASS pc.remoteDescription is null
</span><del>-PASS promise pc.addIceCandidate(new RTCIceCandidate({candidate: 'foo', sdpMid: 0})) rejected with Error: InvalidStateError: DOM Exception 11
</del><ins>+PASS promise pc.addIceCandidate(new RTCIceCandidate({candidate: 'foo', sdpMid: 0})) rejected with InvalidStateError (DOM Exception 11): The object is in an invalid state.
</ins><span class="cx"> PASS Remote description set
</span><span class="cx"> 
</span><span class="cx"> *** Define sdpMid, badSdpMid, sdpMLineIndex and badSdpMLineIndex for testing
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCPeerConnectionclosedstateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-closed-state-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-closed-state-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-closed-state-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -17,13 +17,13 @@
</span><span class="cx"> PASS getStats rejected on closed state
</span><span class="cx"> 
</span><span class="cx"> Test non-promise functions
</span><del>-PASS pc.addTrack(stream.getTracks()[0], stream) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS pc.removeTrack(sender) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.addTrack(stream.getTracks()[0], stream) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS pc.removeTrack(sender) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.getSenders() did not throw exception.
</span><span class="cx"> PASS pc.getReceivers() did not throw exception.
</span><span class="cx"> PASS pc.getConfiguration() did not throw exception.
</span><del>-PASS pc.setConfiguration({}) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS pc.createDataChannel(&quot;foo&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.setConfiguration({}) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS pc.createDataChannel(&quot;foo&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.close() did not throw exception.
</span><span class="cx"> 
</span><span class="cx"> Test attributes
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCPeerConnectioncreateAnswerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-createAnswer-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-createAnswer-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-createAnswer-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> PASS createAnswer request succeeded.
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, setDescriptionSucceeded, setDescriptionFailed); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription succeeded.
</span><del>-PASS pc.createAnswer(requestSucceeded2, requestFailed2, {}); threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS pc.createAnswer(requestSucceeded2, requestFailed2, {}); threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS createAnswer request failed.
</span><span class="cx"> PASS errorReason.name is &quot;Invalid createAnswer argument.&quot;
</span><span class="cx"> PASS pc.createAnswer(requestSucceeded3, requestFailed1, {requestIdentity:&quot;ifconfigured&quot;}); did not throw exception.
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCPeerConnectioncreateOfferexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,22 +6,22 @@
</span><span class="cx"> PASS pc.createOffer(requestSucceeded1, requestFailed1); did not throw exception.
</span><span class="cx"> PASS createOffer request succeeded.
</span><span class="cx"> PASS sessionDescription.type is &quot;offer&quot;
</span><del>-PASS pc.createOffer(requestSucceeded2, requestFailed2, {}); threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS pc.createOffer(requestSucceeded2, requestFailed2, {}); threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS createOffer request failed.
</span><span class="cx"> PASS errorReason.name is &quot;Invalid createOffer argument.&quot;
</span><del>-PASS pc.createOffer(requestSucceeded2, requestFailed3, {requestIdentity:&quot;yes&quot;, offerToReceiveAudio:0}); threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS pc.createOffer(requestSucceeded2, requestFailed3, {requestIdentity:&quot;yes&quot;, offerToReceiveAudio:0}); threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS createOffer request failed.
</span><span class="cx"> PASS errorReason.name is &quot;Invalid createOffer argument.&quot;
</span><del>-PASS pc.createOffer(requestSucceeded2, requestFailed4, {requestIdentity:&quot;yes&quot;, offerToReceiveVideo:0}); threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS pc.createOffer(requestSucceeded2, requestFailed4, {requestIdentity:&quot;yes&quot;, offerToReceiveVideo:0}); threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS createOffer request failed.
</span><span class="cx"> PASS errorReason.name is &quot;Invalid createOffer argument.&quot;
</span><del>-PASS pc.createOffer(requestSucceeded2, requestFailed5, {offerToReceiveVideo:0, offerToReceiveAudio:0}); threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS pc.createOffer(requestSucceeded2, requestFailed5, {offerToReceiveVideo:0, offerToReceiveAudio:0}); threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS createOffer request failed.
</span><span class="cx"> PASS errorReason.name is &quot;Invalid createOffer argument.&quot;
</span><del>-PASS pc.createOffer(requestSucceeded2, requestFailed6, {requestIdentity:&quot;yes&quot;, offerToReceiveVideo:&quot;&quot;, offerToReceiveAudio:0}); threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS pc.createOffer(requestSucceeded2, requestFailed6, {requestIdentity:&quot;yes&quot;, offerToReceiveVideo:&quot;&quot;, offerToReceiveAudio:0}); threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS createOffer request failed.
</span><span class="cx"> PASS errorReason.name is &quot;Invalid createOffer argument.&quot;
</span><del>-PASS pc.createOffer(requestSucceeded2, requestFailed7, {requestIdentity:&quot;yes&quot;, offerToReceiveVideo:0, offerToReceiveAudio:&quot;&quot;}); threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS pc.createOffer(requestSucceeded2, requestFailed7, {requestIdentity:&quot;yes&quot;, offerToReceiveVideo:0, offerToReceiveAudio:&quot;&quot;}); threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS createOffer request failed.
</span><span class="cx"> PASS errorReason.name is &quot;Invalid createOffer argument.&quot;
</span><span class="cx"> PASS pc.createOffer(requestSucceeded3, requestFailed1, {requestIdentity:&quot;yes&quot;, offerToReceiveVideo:0, offerToReceiveAudio:0}); did not throw exception.
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCPeerConnectiondatachannelexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-datachannel-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-datachannel-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-datachannel-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS dc = pc.createDataChannel(&quot;label&quot;, {maxRetransmitTime:0, maxRetransmits:0}); threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS dc = pc.createDataChannel(&quot;label&quot;, {maxRetransmitTime:0, maxRetransmits:0}); threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS dc = pc.createDataChannel(&quot;label1&quot;); did not throw exception.
</span><span class="cx"> PASS dc = pc.createDataChannel(&quot;label2&quot;, {}); did not throw exception.
</span><span class="cx"> PASS dc = pc.createDataChannel(&quot;label3&quot;, {ordered:true}); did not throw exception.
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCPeerConnectiondtmfexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx"> PASS stream.getAudioTracks().length is 1
</span><span class="cx"> PASS stream.getVideoTracks().length is 0
</span><span class="cx"> PASS pc is connected
</span><del>-PASS dtmfsender = pc.createDTMFSender(track); threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS dtmfsender = pc.createDTMFSender(track); threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS dtmfsender = pc.createDTMFSender(track); did not throw exception.
</span><span class="cx"> PASS dtmfsender.canInsertDTMF is true
</span><span class="cx"> PASS dtmfsender.duration is 100
</span><span class="lines">@@ -17,9 +17,9 @@
</span><span class="cx"> PASS dtmfsender.interToneGap is 30
</span><span class="cx"> PASS dtmfsender.duration is 6000
</span><span class="cx"> PASS dtmfsender.interToneGap is 70
</span><del>-PASS dtmfsender.insertDTMF(&quot;1&quot;, &quot;20&quot;); threw exception Error: SyntaxError: DOM Exception 12.
-PASS dtmfsender.insertDTMF(&quot;1&quot;, &quot;7000&quot;); threw exception Error: SyntaxError: DOM Exception 12.
-PASS dtmfsender.insertDTMF(&quot;1&quot;, &quot;70&quot;, &quot;10&quot;); threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS dtmfsender.insertDTMF(&quot;1&quot;, &quot;20&quot;); threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS dtmfsender.insertDTMF(&quot;1&quot;, &quot;7000&quot;); threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS dtmfsender.insertDTMF(&quot;1&quot;, &quot;70&quot;, &quot;10&quot;); threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS ontonechange was called 1
</span><span class="cx"> PASS ontonechange was called 
</span><span class="cx"> PASS ontonechange was called 4
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCPeerConnectionhavelocalofferexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-have-local-offer-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-have-local-offer-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-have-local-offer-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx"> PASS setLocalDescription succeeded.
</span><span class="cx"> PASS pc.localDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.localDescription.sdp is &quot;local&quot;
</span><del>-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;have-local-offer&quot;
</span><span class="cx"> PASS pc.setLocalDescription(sessionDescription, finishIfSucceeded, requestFailed1); did not throw exception.
</span><span class="cx"> PASS setLocalDescription failed.
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> PASS errorReason.name is &quot;InvalidSessionDescriptionError&quot;
</span><span class="cx"> PASS pc.localDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.localDescription.sdp is &quot;local&quot;
</span><del>-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;have-local-offer&quot;
</span><span class="cx"> PASS pc.setLocalDescription(sessionDescription, finishIfSucceeded, requestFailed2); did not throw exception.
</span><span class="cx"> PASS setLocalDescription failed.
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx"> PASS errorReason.name is &quot;InvalidSessionDescriptionError&quot;
</span><span class="cx"> PASS pc.localDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.localDescription.sdp is &quot;local&quot;
</span><del>-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;have-local-offer&quot;
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, finishIfSucceeded, requestFailed3); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription failed.
</span><span class="lines">@@ -29,13 +29,13 @@
</span><span class="cx"> PASS errorReason.name is &quot;InvalidSessionDescriptionError&quot;
</span><span class="cx"> PASS pc.localDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.localDescription.sdp is &quot;local&quot;
</span><del>-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;have-local-offer&quot;
</span><span class="cx"> PASS pc.setLocalDescription(sessionDescription, requestSucceeded2, finishIfFailed); did not throw exception.
</span><span class="cx"> PASS setLocalDescription succeeded.
</span><span class="cx"> PASS pc.localDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.localDescription.sdp is &quot;local&quot;
</span><del>-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;have-local-offer&quot;
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, requestSucceeded3, finishIfFailed); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription succeeded.
</span><span class="lines">@@ -44,14 +44,14 @@
</span><span class="cx"> PASS pc.remoteDescription.type is &quot;pranswer&quot;
</span><span class="cx"> PASS pc.remoteDescription.sdp is &quot;remote&quot;
</span><span class="cx"> PASS pc.signalingState is &quot;have-remote-pranswer&quot;
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;stable&quot;
</span><span class="cx"> PASS pc.setLocalDescription(sessionDescription, requestSucceeded4, finishIfFailed); did not throw exception.
</span><span class="cx"> PASS setLocalDescription succeeded.
</span><span class="cx"> PASS pc.localDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.localDescription.sdp is &quot;local&quot;
</span><del>-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;have-local-offer&quot;
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, requestSucceeded5, finishIfFailed); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription succeeded.
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCPeerConnectionhaveremoteofferexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-have-remote-offer-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-have-remote-offer-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-have-remote-offer-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> PASS pc.signalingState is &quot;stable&quot;
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, finishIfFailed); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription succeeded.
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.remoteDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.remoteDescription.sdp is &quot;remote&quot;
</span><span class="cx"> PASS pc.signalingState is &quot;have-remote-offer&quot;
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx"> PASS pc.setLocalDescription(sessionDescription, finishIfSucceeded, requestFailed1); did not throw exception.
</span><span class="cx"> PASS setLocalDescription failed.
</span><span class="cx"> PASS errorReason.name is &quot;InvalidSessionDescriptionError&quot;
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.remoteDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.remoteDescription.sdp is &quot;remote&quot;
</span><span class="cx"> PASS pc.signalingState is &quot;have-remote-offer&quot;
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, finishIfSucceeded, requestFailed2); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription failed.
</span><span class="cx"> PASS errorReason.name is &quot;InvalidSessionDescriptionError&quot;
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.remoteDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.remoteDescription.sdp is &quot;remote&quot;
</span><span class="cx"> PASS pc.signalingState is &quot;have-remote-offer&quot;
</span><span class="lines">@@ -27,13 +27,13 @@
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, finishIfSucceeded, requestFailed3); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription failed.
</span><span class="cx"> PASS errorReason.name is &quot;InvalidSessionDescriptionError&quot;
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.remoteDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.remoteDescription.sdp is &quot;remote&quot;
</span><span class="cx"> PASS pc.signalingState is &quot;have-remote-offer&quot;
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, finishIfFailed); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription succeeded.
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.remoteDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.remoteDescription.sdp is &quot;remote&quot;
</span><span class="cx"> PASS pc.signalingState is &quot;have-remote-offer&quot;
</span><span class="lines">@@ -44,12 +44,12 @@
</span><span class="cx"> PASS pc.remoteDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.remoteDescription.sdp is &quot;remote&quot;
</span><span class="cx"> PASS pc.signalingState is &quot;stable&quot;
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;stable&quot;
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, requestSucceeded4, finishIfFailed); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription succeeded.
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.remoteDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.remoteDescription.sdp is &quot;remote&quot;
</span><span class="cx"> PASS pc.signalingState is &quot;have-remote-offer&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCPeerConnectionsetLocalDescriptionofferexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-setLocalDescription-offer-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-setLocalDescription-offer-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-setLocalDescription-offer-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -31,8 +31,8 @@
</span><span class="cx"> PASS pc.signalingState is 'have-local-offer'
</span><span class="cx"> 
</span><span class="cx"> *** Try setting local descriptions with bad types for the current state
</span><del>-PASS promise pc.setLocalDescription(new RTCSessionDescription({type:'answer', sdp:firstOffer.sdp})); rejected with Error: InvalidStateError: DOM Exception 11
-PASS promise pc.setLocalDescription(new RTCSessionDescription({type:'pranswer', sdp:firstOffer.sdp})); rejected with Error: InvalidStateError: DOM Exception 11
</del><ins>+PASS promise pc.setLocalDescription(new RTCSessionDescription({type:'answer', sdp:firstOffer.sdp})); rejected with InvalidStateError (DOM Exception 11): The object is in an invalid state.
+PASS promise pc.setLocalDescription(new RTCSessionDescription({type:'pranswer', sdp:firstOffer.sdp})); rejected with InvalidStateError (DOM Exception 11): The object is in an invalid state.
</ins><span class="cx"> 
</span><span class="cx"> *** Add videoTrack
</span><span class="cx"> PASS pc.getTransceivers().length is 2
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCPeerConnectionsetRemoteDescriptionofferexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-setRemoteDescription-offer-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-setRemoteDescription-offer-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-setRemoteDescription-offer-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -33,8 +33,8 @@
</span><span class="cx"> PASS pc.signalingState is 'have-remote-offer'
</span><span class="cx"> 
</span><span class="cx"> *** Try setting local descriptions with bad types for the current state
</span><del>-PASS promise pc.setRemoteDescription(new RTCSessionDescription({type:'answer', sdp:remoteOffer1.sdp})); rejected with Error: InvalidStateError: DOM Exception 11
-PASS promise pc.setRemoteDescription(new RTCSessionDescription({type:'pranswer', sdp:remoteOffer1.sdp})); rejected with Error: InvalidStateError: DOM Exception 11
</del><ins>+PASS promise pc.setRemoteDescription(new RTCSessionDescription({type:'answer', sdp:remoteOffer1.sdp})); rejected with InvalidStateError (DOM Exception 11): The object is in an invalid state.
+PASS promise pc.setRemoteDescription(new RTCSessionDescription({type:'pranswer', sdp:remoteOffer1.sdp})); rejected with InvalidStateError (DOM Exception 11): The object is in an invalid state.
</ins><span class="cx"> 
</span><span class="cx"> *** Create (remote) offer with video (remoteOffer2)
</span><span class="cx"> *** Done, start testing with remoteOffer2
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCPeerConnectionstableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCPeerConnection-stable-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCPeerConnection-stable-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCPeerConnection-stable-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,39 +7,39 @@
</span><span class="cx"> PASS pc.setLocalDescription(sessionDescription, finishIfSucceeded, requestFailed1); did not throw exception.
</span><span class="cx"> PASS setLocalDescription failed.
</span><span class="cx"> PASS errorReason.name is &quot;InvalidSessionDescriptionError&quot;
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;stable&quot;
</span><span class="cx"> PASS pc.setLocalDescription(sessionDescription, finishIfSucceeded, requestFailed2); did not throw exception.
</span><span class="cx"> PASS setLocalDescription failed.
</span><span class="cx"> PASS errorReason.name is &quot;InvalidSessionDescriptionError&quot;
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;stable&quot;
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, finishIfSucceeded, requestFailed3); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription failed.
</span><span class="cx"> PASS errorReason.name is &quot;InvalidSessionDescriptionError&quot;
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;stable&quot;
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, finishIfSucceeded, requestFailed4); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription failed.
</span><span class="cx"> PASS errorReason.name is &quot;InvalidSessionDescriptionError&quot;
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;stable&quot;
</span><span class="cx"> PASS pc.setLocalDescription(sessionDescription, requestSucceeded1, finishIfFailed); did not throw exception.
</span><span class="cx"> PASS setLocalDescription succeeded.
</span><span class="cx"> PASS pc.localDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.localDescription.sdp is &quot;local&quot;
</span><del>-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;have-local-offer&quot;
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
-PASS pc.remoteDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS pc.remoteDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.signalingState is &quot;stable&quot;
</span><span class="cx"> PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, finishIfFailed); did not throw exception.
</span><span class="cx"> PASS setRemoteDescription succeeded.
</span><del>-PASS pc.localDescription threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS pc.localDescription threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS pc.remoteDescription.type is &quot;offer&quot;
</span><span class="cx"> PASS pc.remoteDescription.sdp is &quot;remote&quot;
</span><span class="cx"> PASS pc.signalingState is &quot;have-remote-offer&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastmediastreamRTCRtpSenderreplaceTrackexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/mediastream/RTCRtpSender-replaceTrack-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/mediastream/RTCRtpSender-replaceTrack-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/mediastream/RTCRtpSender-replaceTrack-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -20,11 +20,11 @@
</span><span class="cx"> PASS offer.sdp.indexOf(audioTrack.id) is not -1
</span><span class="cx"> PASS offer.sdp.indexOf(audioTrack2.id) is -1
</span><span class="cx"> Stop sender, and try replacing the track
</span><del>-PASS promise sender.replaceTrack(audioTrack2) rejected with Error: InvalidStateError: DOM Exception 11
</del><ins>+PASS promise sender.replaceTrack(audioTrack2) rejected with InvalidStateError (DOM Exception 11): The object is in an invalid state.
</ins><span class="cx"> Create a new sender
</span><span class="cx"> PASS sender = pc.addTrack(audioTrack2, stream) did not throw exception.
</span><span class="cx"> Close pc and try replacing the track
</span><del>-PASS promise sender.replaceTrack(audioTrack3) rejected with Error: InvalidStateError: DOM Exception 11
</del><ins>+PASS promise sender.replaceTrack(audioTrack3) rejected with InvalidStateError (DOM Exception 11): The object is in an invalid state.
</ins><span class="cx"> End of promise chain
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastnotificationsnotificationsdocumentclosecrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/notifications/notifications-document-close-crash-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/notifications/notifications-document-close-crash-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/notifications/notifications-document-close-crash-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,2 +1,2 @@
</span><del>-CONSOLE MESSAGE: line 36: Uncaught Error: InvalidStateError: DOM Exception 11
</del><ins>+CONSOLE MESSAGE: line 36: Uncaught InvalidStateError (DOM Exception 11): The object is in an invalid state.
</ins><span class="cx"> PASS
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionsselectioncrashdeselectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/selection/crash-deselect-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/selection/crash-deselect-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/regions/selection/crash-deselect-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-CONSOLE MESSAGE: line 66: HierarchyRequestError: DOM Exception 3: The operation would yield an incorrect node tree.
</del><ins>+CONSOLE MESSAGE: line 66: HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.
</ins><span class="cx"> 
</span><del>-Errlog selectionTest: HierarchyRequestError: HierarchyRequestError: DOM Exception 3 : index 1 
</del><ins>+Errlog selectionTest: HierarchyRequestError: The operation would yield an incorrect node tree. : index 1 
</ins><span class="cx"> Errlog webtest_fn_24: 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastselectorsclosestgeneralexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/selectors/closest-general-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/selectors/closest-general-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/selectors/closest-general-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -45,16 +45,16 @@
</span><span class="cx"> PASS document.closest is undefined
</span><span class="cx"> PASS document.closest() threw exception TypeError: document.closest is not a function. (In 'document.closest()', 'document.closest' is undefined).
</span><span class="cx"> PASS theTarget.closest() threw exception TypeError: Not enough arguments.
</span><del>-PASS theTarget.closest(&quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS theTarget.closest(&quot;.123&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS theTarget.closest(&quot;    &quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS theTarget.closest(&quot;)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS theTarget.closest(&quot;(&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS theTarget.closest(&quot;()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS theTarget.closest(&quot;^_^&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS theTarget.closest(&quot;{&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS theTarget.closest(&quot;}&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS theTarget.closest(&quot;{}&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS theTarget.closest(&quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS theTarget.closest(&quot;.123&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS theTarget.closest(&quot;    &quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS theTarget.closest(&quot;)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS theTarget.closest(&quot;(&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS theTarget.closest(&quot;()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS theTarget.closest(&quot;^_^&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS theTarget.closest(&quot;{&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS theTarget.closest(&quot;}&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS theTarget.closest(&quot;{}&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastselectorsinvalidfunctionalpseudoclassexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/selectors/invalid-functional-pseudo-class-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/selectors/invalid-functional-pseudo-class-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/selectors/invalid-functional-pseudo-class-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,32 +4,32 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> PASS document.querySelectorAll(&quot;:-webkit-any\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:-webkit-any\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:-webkit-any\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:-webkit-any\\\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:-webkit-any\\\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:-webkit-any\\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:-webkit-any\\\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:-webkit-any\\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="lines">@@ -58,32 +58,32 @@
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;:dir\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:dir\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:dir\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:dir\\\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:dir\\\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:dir\\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:dir\\\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:dir\\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="lines">@@ -112,32 +112,32 @@
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;:lang\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:lang\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:lang\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:lang\\\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:lang\\\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang\\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:lang\\\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang\\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="lines">@@ -166,32 +166,32 @@
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;:not\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:not\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:not\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:not\\\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:not\\\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:not\\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:not\\\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:not\\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="lines">@@ -220,32 +220,32 @@
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;:nth-child\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:nth-child\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:nth-child\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:nth-child\\\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:nth-child\\\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-child\\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:nth-child\\\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-child\\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="lines">@@ -274,32 +274,32 @@
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;:nth-last-child\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:nth-last-child\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:nth-last-child\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:nth-last-child\\\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:nth-last-child\\\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-child\\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:nth-last-child\\\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-child\\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="lines">@@ -328,32 +328,32 @@
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;:nth-last-of-type\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:nth-last-of-type\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:nth-last-of-type\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:nth-last-of-type\\\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-last-of-type\\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="lines">@@ -382,32 +382,32 @@
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;:nth-of-type\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:nth-of-type\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:nth-of-type\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:nth-of-type\\\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:nth-of-type\\\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:nth-of-type\\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:nth-of-type\\\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:nth-of-type\\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="lines">@@ -436,32 +436,32 @@
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;:matches\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:matches\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:matches\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:matches\\\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:matches\\\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:matches\\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:matches\\\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:matches\\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="lines">@@ -490,32 +490,32 @@
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;:role\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:role\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:role\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:role\\\&quot;).length threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS document.querySelectorAll(&quot;:role\\\\&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\\(&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\\ .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\\( .foo&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\\()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\\ .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:role\\\\( .foo)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:role\\\\&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\\(&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\\ .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\\( .foo&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\\()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\\ .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:role\\\\( .foo)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span><span class="cx"> PASS document.styleSheets[1].cssRules.length is 0
</span></span></pre></div>
<a id="trunkLayoutTestsfastselectorslangemptyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/selectors/lang-empty-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/selectors/lang-empty-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/selectors/lang-empty-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS document.querySelectorAll(&quot;:lang()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang() *&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:lang()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang() *&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS getComputedStyle(document.getElementById(&quot;target1&quot;)).color is &quot;rgb(0, 0, 0)&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastselectorslangextendedfilteringexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/selectors/lang-extended-filtering-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/selectors/lang-extended-filtering-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/selectors/lang-extended-filtering-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -140,12 +140,12 @@
</span><span class="cx"> PASS document.querySelectorAll(&quot;:lang(fo)&quot;).length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;:lang(f)&quot;).length is 0
</span><span class="cx"> 
</span><del>-PASS document.querySelectorAll(&quot;:lang(*)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(*foöÉ)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(--en--)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(---en---)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(en us- de- fr-).length&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(-\\* \\*-)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:lang(*)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(*foöÉ)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(--en--)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(---en---)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(en us- de- fr-).length&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(-\\* \\*-)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastselectorslangextendedfilteringwithstringargumentsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/selectors/lang-extended-filtering-with-string-arguments-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/selectors/lang-extended-filtering-with-string-arguments-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/selectors/lang-extended-filtering-with-string-arguments-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> PASS document.querySelectorAll(':lang(&quot;&quot;)').length is 0
</span><span class="cx"> PASS document.querySelectorAll(':lang(&quot;en&quot;, &quot;*-1997&quot;)').length is 2
</span><span class="cx"> PASS document.querySelectorAll(':lang(&quot;&quot;, &quot;*-1997&quot;)').length is 1
</span><del>-PASS document.querySelectorAll(':lang(&quot;&quot;&quot;&quot;)') threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(':lang(&quot;&quot;&quot;&quot;)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastselectorslanginvalidexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/selectors/lang-invalid-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/selectors/lang-invalid-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/selectors/lang-invalid-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,34 +3,34 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS document.querySelectorAll(&quot;:lang()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(lang()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(:lang(id)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(:lang(en, br)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:lang()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(lang()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(:lang(id)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(:lang(en, br)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> 
</span><del>-PASS document.querySelectorAll(&quot;:lang(&lt;0_0&gt;)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(9)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(99)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(999)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:lang(&lt;0_0&gt;)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(9)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(99)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(999)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> 
</span><del>-PASS document.querySelectorAll(&quot;:lang(})&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang({)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:lang(})&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang({)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:lang({}&quot;)).length threw exception SyntaxError: Unexpected token ')'.
</span><del>-PASS document.querySelectorAll(&quot;:lang(()&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang())&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:lang(()&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang())&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS document.querySelectorAll(&quot;:lang(()&quot;)).length threw exception SyntaxError: Unexpected token ')'.
</span><del>-PASS document.querySelectorAll(&quot;:lang(])&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang([)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang([])&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(@media screen {})&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(@font-face {})&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(:)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(;)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(.)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(+)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(-)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(=)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(&amp;&amp;)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:lang(])&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang([)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang([])&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(@media screen {})&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(@font-face {})&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(:)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(;)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(.)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(+)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(-)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(=)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(&amp;&amp;)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> 
</span><span class="cx"> PASS getComputedStyle(document.getElementById(&quot;target1&quot;)).color is &quot;rgb(0, 0, 0)&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastselectorslangmultipleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/selectors/lang-multiple-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/selectors/lang-multiple-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/selectors/lang-multiple-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -62,9 +62,9 @@
</span><span class="cx"> PASS document.querySelectorAll(&quot;:lang(tic-tac-toe, tic-tac)&quot;).length is 1
</span><span class="cx"> PASS document.querySelectorAll(&quot;:lang(tic-toe-tac, tic-toe-tac-tac)&quot;).length is 0
</span><span class="cx"> 
</span><del>-PASS document.querySelectorAll(&quot;:lang(--en--, --en--)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(---en---, ---en---)&quot;).length threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelectorAll(&quot;:lang(en us- de- fr-, en us- de- fr-).length&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;:lang(--en--, --en--)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(---en---, ---en---)&quot;).length threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS document.querySelectorAll(&quot;:lang(en us- de- fr-, en us- de- fr-).length&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastselectorsquerySelectorpseudoelementinsidefunctionalpseudoclassnotexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/selectors/querySelector-pseudo-element-inside-functional-pseudo-class-not-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/selectors/querySelector-pseudo-element-inside-functional-pseudo-class-not-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/selectors/querySelector-pseudo-element-inside-functional-pseudo-class-not-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS document.querySelectorAll(&quot;#test div :not(:first-line)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS document.querySelectorAll(&quot;#test div :not(:first-line)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfasttextfontfaceemptystringexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/text/font-face-empty-string-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/text/font-face-empty-string-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/text/font-face-empty-string-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,20 +5,20 @@
</span><span class="cx"> 
</span><span class="cx"> PASS fontface = new FontFace('WebFont', 'url(\'asdf\')', {style: ''}) did not throw exception.
</span><span class="cx"> PASS fontface.style is &quot;normal&quot;
</span><del>-PASS fontface.style = '' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS fontface.style = '' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS fontface = new FontFace('WebFont', 'url(\'asdf\')', {weight: ''}) did not throw exception.
</span><span class="cx"> PASS fontface.weight is &quot;normal&quot;
</span><del>-PASS fontface.weight = '' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS fontface.weight = '' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS fontface = new FontFace('WebFont', 'url(\'asdf\')', {unicodeRange: ''}) did not throw exception.
</span><span class="cx"> PASS fontface.unicodeRange is &quot;U+0-10ffff&quot;
</span><del>-PASS fontface.unicodeRange = '' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS fontface.unicodeRange = '' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS fontface = new FontFace('WebFont', 'url(\'asdf\')', {variant: ''}) did not throw exception.
</span><span class="cx"> PASS fontface.variant is &quot;normal&quot;
</span><del>-PASS fontface.variant = '' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS fontface.variant = '' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS fontface = new FontFace('WebFont', 'url(\'asdf\')', {featureSettings: ''}) did not throw exception.
</span><span class="cx"> PASS fontface.featureSettings is &quot;normal&quot;
</span><del>-PASS fontface.featureSettings = '' threw exception Error: SyntaxError: DOM Exception 12.
-PASS fontface.family = '' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS fontface.featureSettings = '' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS fontface.family = '' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfasttextfontfacejavascriptexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/text/font-face-javascript-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/text/font-face-javascript-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/text/font-face-javascript-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,20 +6,20 @@
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {}).variant is &quot;normal&quot;
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {}).featureSettings is &quot;normal&quot;
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'style': 'normal'}).style is &quot;normal&quot;
</span><del>-PASS new FontFace('family_name', 'url(\'asdf\')', {'style': 'inherit'}).style threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new FontFace('family_name', 'url(\'asdf\')', {'style': 'inherit'}).style threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'style': 'italic'}).style is &quot;italic&quot;
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'style': 'oblique'}).style is &quot;italic&quot;
</span><del>-PASS new FontFace('family_name', 'url(\'asdf\')', {'style': 'asdf'}) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new FontFace('family_name', 'url(\'asdf\')', {'style': 'asdf'}) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'weight': 'normal'}).weight is &quot;normal&quot;
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'weight': '200'}).weight is &quot;200&quot;
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'weight': 'bold'}).weight is &quot;bold&quot;
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'weight': 'bolder'}).weight is &quot;bold&quot;
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'weight': 'lighter'}).weight is &quot;200&quot;
</span><del>-PASS new FontFace('family_name', 'url(\'asdf\')', {'weight': 'inherit'}).weight threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new FontFace('family_name', 'url(\'asdf\')', {'weight': 'inherit'}).weight threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'stretch': 'stretch_name'}).stretch is &quot;normal&quot;
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'unicodeRange': 'U+26'}).unicodeRange is &quot;U+26-26&quot;
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'unicodeRange': 'U+0-7F'}).unicodeRange is &quot;U+0-7f&quot;
</span><del>-PASS new FontFace('family_name', 'url(\'asdf\')', {'variant': 'variant_name'}).variant threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new FontFace('family_name', 'url(\'asdf\')', {'variant': 'variant_name'}).variant threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'variant': 'small-caps'}).variant is &quot;small-caps&quot;
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'variant': 'small-caps common-ligatures'}).variant is &quot;common-ligatures small-caps&quot;
</span><span class="cx"> PASS new FontFace('family_name', 'url(\'asdf\')', {'featureSettings': '\'titl\''}).featureSettings is &quot;'titl' 1&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfasttextfontfacesetjavascriptexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/text/font-face-set-javascript-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/text/font-face-set-javascript-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/text/font-face-set-javascript-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> PASS fontFaceSet.has(null) threw exception TypeError: Argument 1 ('font') to FontFaceSet.has must be an instance of FontFace.
</span><span class="cx"> PASS fontFaceSet.size is 0
</span><span class="cx"> PASS fontFaceSet.values().next().done is true
</span><del>-PASS fontFaceSet.check('garbage') threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS fontFaceSet.check('garbage') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS fontFaceSet.check('16px garbage') is true
</span><span class="cx"> PASS fontFaceSet.check('16px family1') is false
</span><span class="cx"> PASS fontFaceSet.status is &quot;loaded&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfasttexttextcombinecrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/text/text-combine-crash-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/text/text-combine-crash-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/text/text-combine-crash-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -16,6 +16,6 @@
</span><span class="cx"> Errlog webtest_fn_18: TypeError: undefined is not an object (evaluating 'document.applets[0].contentEditable=&quot;true&quot;')
</span><span class="cx"> Errlog webtest_fn_21: TypeError: undefined is not an object (evaluating 'document.anchors[4].appendChild')
</span><span class="cx"> 
</span><del>-Errlog webtest_fn_24: HierarchyRequestError: HierarchyRequestError: DOM Exception 3
</del><ins>+Errlog webtest_fn_24: HierarchyRequestError: The operation would yield an incorrect node tree.
</ins><span class="cx"> Errlog webtest_fn_25: ReferenceError: Can't find variable: node_16
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastworkersatobbtoaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/workers/atob-btoa-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/workers/atob-btoa-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/workers/atob-btoa-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx"> PASS [Worker] self.btoa(self) is &quot;W29iamVjdCBEZWRpY2F0ZWRXb3JrZXJHbG9iYWxTY29wZV0=&quot;
</span><span class="cx"> PASS [Worker] self.btoa(&quot;éé&quot;) is &quot;6ek=&quot;
</span><span class="cx"> PASS [Worker] self.btoa(&quot;\u0080\u0081&quot;) is &quot;gIE=&quot;
</span><del>-PASS [Worker] self.btoa(&quot;тест&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS [Worker] self.btoa(&quot;тест&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS [Worker] self.btoa is 0
</span><span class="cx"> PASS [Worker] typeof self.btoa is &quot;number&quot;
</span><span class="cx"> PASS [Worker] typeof self.atob is &quot;function&quot;
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> PASS [Worker] self.atob() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS [Worker] self.atob(&quot;&quot;) is &quot;&quot;
</span><span class="cx"> PASS [Worker] self.atob(null) is &quot;žée&quot;
</span><del>-PASS [Worker] self.atob(undefined) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS [Worker] self.atob(undefined) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS [Worker] self.atob(&quot; YQ==&quot;) is &quot;a&quot;
</span><span class="cx"> PASS [Worker] self.atob(&quot;YQ==\u000a&quot;) is &quot;a&quot;
</span><span class="cx"> PASS [Worker] self.atob(&quot;ab\tcd&quot;) is &quot;i·&quot;
</span><span class="lines">@@ -42,29 +42,29 @@
</span><span class="cx"> PASS [Worker] self.atob(&quot; \t\n\f\r ab\t\n\f\r cd\t\n\f\r &quot;) is &quot;i·&quot;
</span><span class="cx"> PASS [Worker] self.atob(&quot;ab\t\n\f\r =\t\n\f\r =\t\n\f\r &quot;) is &quot;i&quot;
</span><span class="cx"> PASS [Worker] self.atob(&quot;            &quot;) is &quot;&quot;
</span><del>-PASS [Worker] self.atob(&quot; abcd===&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;abcd=== &quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;abcd ===&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS [Worker] self.atob(&quot; abcd===&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;abcd=== &quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;abcd ===&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS [Worker] self.atob(&quot;6ek=&quot;) is &quot;éé&quot;
</span><span class="cx"> PASS [Worker] self.atob(&quot;6ek&quot;) is &quot;éé&quot;
</span><span class="cx"> PASS [Worker] self.atob(&quot;gIE=&quot;) is &quot;€&quot;
</span><del>-PASS [Worker] self.atob(&quot;тест&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;z&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS [Worker] self.atob(&quot;тест&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;z&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS [Worker] self.atob(&quot;zz&quot;) is &quot;Ï&quot;
</span><span class="cx"> PASS [Worker] self.atob(&quot;zzz&quot;) is &quot;Ï&lt;&quot;
</span><span class="cx"> PASS [Worker] self.atob(&quot;zzz=&quot;) is &quot;Ï&lt;&quot;
</span><del>-PASS [Worker] self.atob(&quot;zzz==&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;zzz===&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;zzz====&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;zzz=====&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS [Worker] self.atob(&quot;zzz==&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;zzz===&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;zzz====&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;zzz=====&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS [Worker] self.atob(&quot;zzzz&quot;) is &quot;Ï&lt;ó&quot;
</span><del>-PASS [Worker] self.atob(&quot;zzzzz&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;z=zz&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;=&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;==&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;===&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;====&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
-PASS [Worker] self.atob(&quot;=====&quot;) threw exception Error: InvalidCharacterError: DOM Exception 5.
</del><ins>+PASS [Worker] self.atob(&quot;zzzzz&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;z=zz&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;=&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;==&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;===&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;====&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
+PASS [Worker] self.atob(&quot;=====&quot;) threw exception InvalidCharacterError (DOM Exception 5): The string contains invalid characters..
</ins><span class="cx"> PASS [Worker] self.atob is 0
</span><span class="cx"> PASS [Worker] typeof self.atob is &quot;number&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastworkersworkerconstructorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/workers/worker-constructor-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/workers/worker-constructor-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/workers/worker-constructor-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,8 +3,8 @@
</span><span class="cx"> PASS: toString exception propagated correctly.
</span><span class="cx"> PASS: trying to create workers recursively resulted in an exception (RangeError: Maximum call stack size exceeded.)
</span><span class="cx"> PASS: invoking Worker constructor without arguments resulted in an exception (TypeError: Not enough arguments)
</span><del>-PASS: invoking Worker constructor with empty script URL resulted in an exception (Error: SyntaxError: DOM Exception 12)
-PASS: invoking Worker constructor with invalid script URL resulted in an exception (Error: SyntaxError: DOM Exception 12)
</del><ins>+PASS: invoking Worker constructor with empty script URL resulted in an exception (SyntaxError (DOM Exception 12): The string did not match the expected pattern.)
+PASS: invoking Worker constructor with invalid script URL resulted in an exception (SyntaxError (DOM Exception 12): The string did not match the expected pattern.)
</ins><span class="cx"> PASS: onerror invoked for a script that could not be loaded.
</span><span class="cx"> PASS: Successfully created worker.
</span><span class="cx"> DONE
</span></span></pre></div>
<a id="trunkLayoutTestsfastworkersworkercontextmultiportexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/workers/worker-context-multi-port-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/workers/worker-context-multi-port-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/workers/worker-context-multi-port-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> PASS event.ports is non-null and zero length when no port sent
</span><span class="cx"> PASS event.ports is non-null and zero length when empty array sent
</span><span class="cx"> PASS event.ports contains two ports when two ports sent
</span><del>-PASS posting a null port did throw: Error: InvalidStateError: DOM Exception 11
</del><ins>+PASS posting a null port did throw: InvalidStateError (DOM Exception 11): The object is in an invalid state.
</ins><span class="cx"> PASS posting a non-port did throw: TypeError: Type error
</span><span class="cx"> PASS event.ports contains two ports when two ports re-sent after error
</span><span class="cx"> PASS posting a non-array did throw: TypeError: Value is not a sequence
</span></span></pre></div>
<a id="trunkLayoutTestsfastworkersworkermultiportexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/workers/worker-multi-port-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/workers/worker-multi-port-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/workers/worker-multi-port-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS worker.postMessage(&quot;null port&quot;, [channel3.port1, null, channel3.port2]) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS worker.postMessage(&quot;null port&quot;, [channel3.port1, null, channel3.port2]) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS worker.postMessage(&quot;notAPort&quot;, [channel3.port1, {}, channel3.port2]) threw exception TypeError: Type error.
</span><span class="cx"> PASS worker.postMessage(&quot;notAnArray&quot;, channel3.port1) threw exception TypeError: Value is not a sequence.
</span><span class="cx"> PASS worker.postMessage(&quot;notASequence&quot;, [{length: 3}]) threw exception TypeError: Type error.
</span></span></pre></div>
<a id="trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponseXMLxmltextresponsetypeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS xhr.responseXML threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS xhr.responseXML threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypearraybufferexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -15,14 +15,14 @@
</span><span class="cx"> PASS 'arraybuffer' .response exists when .readyState is 4.
</span><span class="cx"> PASS DONE LOADING
</span><span class="cx"> PASS received response object : [object ArrayBuffer].
</span><del>-PASS exception correctly thrown when xhr.responseType is set to valid value too late in the loading process : Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS exception correctly thrown when xhr.responseType is set to valid value too late in the loading process : InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> response length : 670184.
</span><span class="cx"> bytes at offset 0 : 46 4f 52 4d 0 a 39 e0 
</span><span class="cx"> bytes at offset 356874 : a 91 f 5f 8 2f e fd 
</span><span class="cx"> bytes at offset 670166 : 8 be 3 c 6 91 2 8 
</span><span class="cx"> checksum : 84637740
</span><del>-PASS exception correctly thrown when xhr.responseText is accessed but responseType is 'arraybuffer' : Error: InvalidStateError: DOM Exception 11.
-PASS exception correctly thrown when xhr.responseXML is accessed but responseType is 'arraybuffer' : Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS exception correctly thrown when xhr.responseText is accessed but responseType is 'arraybuffer' : InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS exception correctly thrown when xhr.responseXML is accessed but responseType is 'arraybuffer' : InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS xhr.response.foo is 'bar'
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypebeforeopensyncrequestexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> xhr.responseType = 'document';
</span><del>-PASS xhr.open('GET', 'http://mydomain/', false); threw exception Error: InvalidAccessError: DOM Exception 15.
</del><ins>+PASS xhr.open('GET', 'http://mydomain/', false); threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
</ins><span class="cx"> xhr.responseType = 'document';
</span><del>-PASS xhr.open('GET', 'https://mysecuredomain/', false); threw exception Error: InvalidAccessError: DOM Exception 15.
</del><ins>+PASS xhr.open('GET', 'https://mysecuredomain/', false); threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
</ins><span class="cx"> PASS window.location.protocol is &quot;file:&quot;
</span><span class="cx"> xhr.responseType = 'document';
</span><span class="cx"> xhr.open('GET', window.location.href, false);
</span></span></pre></div>
<a id="trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypedocumentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> PASS xhr.responseType has been correctly set to 'document'.
</span><span class="cx"> PASS DONE LOADING
</span><span class="cx"> PASS received response object of type : object.
</span><del>-PASS exception correctly thrown when xhr.responseType is set to valid value too late in the loading process : Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS exception correctly thrown when xhr.responseType is set to valid value too late in the loading process : InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS xhr.response is a Document.
</span><span class="cx"> PASS xhr.response == xhr.responseXML.
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypesetatheadersreceivedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> xhr.responseType = 'document';
</span><del>-PASS xhr.responseType = 'text'; threw exception Error: InvalidStateError: DOM Exception 11.
-PASS xhr.responseType = 'text'; threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS xhr.responseType = 'text'; threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS xhr.responseType = 'text'; threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS xhr.response === xhr.responseXML is true
</span><span class="cx"> PASS xhr.responseType is &quot;document&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypesyncrequestexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,8 +5,8 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS xhr.responseType = 'document'; threw exception Error: InvalidAccessError: DOM Exception 15.
-PASS xhr.responseType = 'document'; threw exception Error: InvalidAccessError: DOM Exception 15.
</del><ins>+PASS xhr.responseType = 'document'; threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
+PASS xhr.responseType = 'document'; threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
</ins><span class="cx"> PASS window.location.protocol is &quot;file:&quot;
</span><span class="cx"> xhr.responseType = 'document';
</span><span class="cx"> PASS xhr.responseType is &quot;document&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastxmlhttprequestxmlhttprequestresponsetypetextexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx"> PASS xhr.responseType has been correctly set to 'text'.
</span><span class="cx"> PASS DONE LOADING
</span><span class="cx"> PASS received response object of type : string.
</span><del>-PASS exception correctly thrown when xhr.responseType is set to valid value too late in the loading process : Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS exception correctly thrown when xhr.responseType is set to valid value too late in the loading process : InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS xhr.response == xhr.responseText.
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastxmlhttprequestxmlhttprequestsyncdisabledexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS xhr.open(&quot;GET&quot;, &quot;http://mydomain/&quot;, false) threw exception Error: InvalidAccessError: DOM Exception 15.
</del><ins>+PASS xhr.open(&quot;GET&quot;, &quot;http://mydomain/&quot;, false) threw exception InvalidAccessError (DOM Exception 15): The object does not support the operation or argument..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastxpathattrnamespaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/xpath/attr-namespace-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/xpath/attr-namespace-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/xpath/attr-namespace-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,7 +2,7 @@
</span><span class="cx"> PASS doc.evaluate(&quot;//@attr2&quot;, doc, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLength is 0
</span><span class="cx"> PASS doc.evaluate(&quot;//@ns:attr2&quot;, doc, nsResolver, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLength is 1
</span><span class="cx"> PASS doc.evaluate(&quot;//@ns:xmlns&quot;, doc, nsResolver, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLength is 1
</span><del>-PASS doc.evaluate(&quot;//@xml:id&quot;, doc, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLength threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS doc.evaluate(&quot;//@xml:id&quot;, doc, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLength threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS doc.evaluate(&quot;//@xml:id&quot;, doc, nsResolver, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLength is 1
</span><span class="cx"> PASS doc.evaluate(&quot;//@*&quot;, doc, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLength is 4
</span><span class="cx"> PASS doc.evaluate(&quot;//@ns:*&quot;, doc, nsResolver, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLength is 2
</span></span></pre></div>
<a id="trunkLayoutTestsfastxpathdetachedsubtreeinvalidateiteratorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx"> PASS result.iterateNext().tagName is 'span'
</span><span class="cx"> Modifying the document...
</span><span class="cx"> PASS result.invalidIteratorState is true
</span><del>-PASS result.iterateNext() threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS result.iterateNext() threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastxpathpydomxpathnodetestsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> PASS /descendant::item
</span><span class="cx"> PASS /descendant::a:item
</span><span class="cx"> PASS /descendant::b:*
</span><del>-PASS docns.evaluate(&quot;//x:*&quot;, docns, nsResolver, XPathResult.ANY_TYPE, null) threw exception Error: NamespaceError: DOM Exception 14.
</del><ins>+PASS docns.evaluate(&quot;//x:*&quot;, docns, nsResolver, XPathResult.ANY_TYPE, null) threw exception NamespaceError (DOM Exception 14): The operation is not allowed by Namespaces in XML..
</ins><span class="cx"> PASS doc/child::*
</span><span class="cx"> PASS a:doc/child::*
</span><span class="cx"> PASS //attribute::color
</span></span></pre></div>
<a id="trunkLayoutTestshttptestscontentextensionssyncxhrblockedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/contentextensions/sync-xhr-blocked-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/contentextensions/sync-xhr-blocked-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/contentextensions/sync-xhr-blocked-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,5 +2,5 @@
</span><span class="cx"> CONSOLE MESSAGE: line 21: XMLHttpRequest cannot load http://127.0.0.1:8000/contentextensions/resources/url-blocking-test.js. 
</span><span class="cx"> Synchronous status: 0, readyState:1, responseText: 
</span><span class="cx"> Synchronous status: 0, readyState:4, responseText: 
</span><del>-Synchronous error: Error: NetworkError: DOM Exception 19
</del><ins>+Synchronous error: NetworkError (DOM Exception 19): A network error occurred.
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsloadingstateobjectsecurityexceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/loading/state-object-security-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/loading/state-object-security-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/loading/state-object-security-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,28 +5,28 @@
</span><span class="cx"> main frame - didFinishLoadForFrame
</span><span class="cx"> This test makes sure that calls to pushState() and replaceState() with URLs that violate the security origin check fail as expected.
</span><span class="cx"> 
</span><del>-Trying to pushState() with url http://localhost/test.html failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to pushState() with url http://localhost/test.html failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><del>-Trying to replaceState() with url http://localhost/test.html failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to replaceState() with url http://localhost/test.html failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><del>-Trying to pushState() with url http://localhost:8001/test.html failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to pushState() with url http://localhost:8001/test.html failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><del>-Trying to replaceState() with url http://localhost:8001/test.html failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to replaceState() with url http://localhost:8001/test.html failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><del>-Trying to pushState() with url http://www.webkit.org/test.html failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to pushState() with url http://www.webkit.org/test.html failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><del>-Trying to replaceState() with url http://www.webkit.org/test.html failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to replaceState() with url http://www.webkit.org/test.html failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><del>-Trying to pushState() with url http://www.webkit.org/ failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to pushState() with url http://www.webkit.org/ failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><del>-Trying to replaceState() with url http://www.webkit.org/ failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to replaceState() with url http://www.webkit.org/ failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><del>-Trying to pushState() with url ftp://www.webkit.org/ failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to pushState() with url ftp://www.webkit.org/ failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><del>-Trying to replaceState() with url ftp://www.webkit.org/ failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to replaceState() with url ftp://www.webkit.org/ failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><del>-Trying to pushState() with url file://anyfile.html/ failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to pushState() with url file://anyfile.html/ failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><del>-Trying to replaceState() with url file://anyfile.html/ failed with exception Error: SecurityError: DOM Exception 18
</del><ins>+Trying to replaceState() with url file://anyfile.html/ failed with exception SecurityError (DOM Exception 18): The operation is insecure.
</ins><span class="cx"> History length is 1
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestslocalfileapisendsliceddraggedfileexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/local/fileapi/send-sliced-dragged-file-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/local/fileapi/send-sliced-dragged-file-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/local/fileapi/send-sliced-dragged-file-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> PASS subfile.size is 5
</span><span class="cx"> PASS subfile.type is &quot;&quot;
</span><span class="cx"> PASS Expected response data received: OK
</span><del>-PASS Expected exception thrown: Error: NetworkError: DOM Exception 19
</del><ins>+PASS Expected exception thrown: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsnotificationslegacyshowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/notifications/legacy/show-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/notifications/legacy/show-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/notifications/legacy/show-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> PASS window.webkitNotifications.checkPermission() is 1
</span><del>-PASS window.webkitNotifications.createNotification('', 'title 1', 'body'); threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS window.webkitNotifications.createNotification('', 'title 1', 'body'); threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> Granting permission to http://127.0.0.1:8000
</span><span class="cx"> PASS window.webkitNotifications.checkPermission() is 0
</span><span class="cx"> PASS ondisplay event handler was called
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> PASS this.ondisplay is this.onshow
</span><span class="cx"> Denying permission to http://127.0.0.1:8000
</span><span class="cx"> PASS window.webkitNotifications.checkPermission() is 2
</span><del>-PASS window.webkitNotifications.createNotification('', 'title 3', 'body'); threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS window.webkitNotifications.createNotification('', 'title 3', 'body'); threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> Resetting all permissions
</span><span class="cx"> PASS window.webkitNotifications.checkPermission() is 1
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycanvasremotereaddataurlimageredirectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/canvas-remote-read-data-url-image-redirect-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/canvas-remote-read-data-url-image-redirect-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/canvas-remote-read-data-url-image-redirect-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> CONSOLE MESSAGE: line 17: Unable to get image data from canvas because the canvas has been tainted by cross-origin data.
</span><span class="cx"> CONSOLE MESSAGE: line 17: Unable to get image data from canvas because the canvas has been tainted by cross-origin data.
</span><del>-PASS: Calling getImageData() from a canvas tainted by a redirected data URL image was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a redirected data URL image was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling getImageData() from a canvas tainted by a redirected data URL image pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a redirected data URL image pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
</del><ins>+PASS: Calling getImageData() from a canvas tainted by a redirected data URL image was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a redirected data URL image was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling getImageData() from a canvas tainted by a redirected data URL image pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a redirected data URL image pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycanvasremotereadremoteimageblockednocrossoriginexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,12 +8,12 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Tainted canvas:
</span><del>-PASS: Calling getImageData() from a canvas tainted by a remote image was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a remote image was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling getImageData() from a canvas tainted by a tainted canvas was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a tainted canvas was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling getImageData() from a canvas tainted by a remote image tainted pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a remote image tainted pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
</del><ins>+PASS: Calling getImageData() from a canvas tainted by a remote image was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a remote image was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling getImageData() from a canvas tainted by a tainted canvas was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a tainted canvas was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling getImageData() from a canvas tainted by a remote image tainted pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a remote image tainted pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycanvasremotereadremoteimageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,12 +8,12 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Tainted canvas:
</span><del>-PASS: Calling getImageData() from a canvas tainted by a remote image was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a remote image was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling getImageData() from a canvas tainted by a tainted canvas was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a tainted canvas was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling getImageData() from a canvas tainted by a remote image tainted pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a remote image tainted pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
</del><ins>+PASS: Calling getImageData() from a canvas tainted by a remote image was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a remote image was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling getImageData() from a canvas tainted by a tainted canvas was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a tainted canvas was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling getImageData() from a canvas tainted by a remote image tainted pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a remote image tainted pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycanvasremotereadremoteimageredirectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,12 +8,12 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Tainted canvas:
</span><del>-PASS: Calling getImageData() from a canvas tainted by a remote image was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a remote image was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling getImageData() from a canvas tainted by a tainted canvas was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a tainted canvas was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling getImageData() from a canvas tainted by a remote image tainted pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a remote image tainted pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
-PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was not allowed - Threw error: Error: SecurityError: DOM Exception 18.
</del><ins>+PASS: Calling getImageData() from a canvas tainted by a remote image was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a remote image was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling getImageData() from a canvas tainted by a tainted canvas was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a tainted canvas was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling getImageData() from a canvas tainted by a remote image tainted pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a remote image tainted pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling getImageData() from a canvas tainted by a tainted canvas pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
+PASS: Calling toDataURL() on a canvas tainted by a tainted canvas pattern was not allowed - Threw error: SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycanvasremotereadremotevideoblockednocrossoriginexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> PASS canvas.toDataURL() did not throw exception.
</span><span class="cx"> 
</span><span class="cx"> Testing data retrieval on a canvas tainted by a pattern generated by a remote video:
</span><del>-PASS context.getImageData(0, 0, 100, 100) threw exception Error: SecurityError: DOM Exception 18.
-PASS canvas.toDataURL() threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS context.getImageData(0, 0, 100, 100) threw exception SecurityError (DOM Exception 18): The operation is insecure..
+PASS canvas.toDataURL() threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycanvasremotereadremotevideolocalhostexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-localhost-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-localhost-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-localhost-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> PASS canvas.toDataURL() did not throw exception.
</span><span class="cx"> 
</span><span class="cx"> Testing data retrieval on a canvas tainted by a pattern generated by a localhost video resource:
</span><del>-PASS context.getImageData(0, 0, 100, 100) threw exception Error: SecurityError: DOM Exception 18.
-PASS canvas.toDataURL() threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS context.getImageData(0, 0, 100, 100) threw exception SecurityError (DOM Exception 18): The operation is insecure..
+PASS canvas.toDataURL() threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycanvasremotereadremotevideoredirectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-redirect-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-redirect-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/canvas-remote-read-remote-video-redirect-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,8 +9,8 @@
</span><span class="cx"> PASS canvas.toDataURL() did not throw exception.
</span><span class="cx"> 
</span><span class="cx"> Testing data retrieval on a canvas tainted by a pattern generated by a redirected video resource:
</span><del>-PASS context.getImageData(0, 0, 100, 100) threw exception Error: SecurityError: DOM Exception 18.
-PASS canvas.toDataURL() threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS context.getImageData(0, 0, 100, 100) threw exception SecurityError (DOM Exception 18): The operation is insecure..
+PASS canvas.toDataURL() threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11childsrcworkerblockedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS var w = new Worker('/security/contentSecurityPolicy/resources/alert-fail.js'); threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS var w = new Worker('/security/contentSecurityPolicy/resources/alert-fail.js'); threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicyconnectsrcxmlhttprequestblockedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> PASS xhrSync.open(&quot;GET&quot;, &quot;http://localhost:8000/xmlhttprequest/resources/get.txt&quot;, false) did not throw exception.
</span><del>-PASS xhrSync.send() threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhrSync.send() threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> PASS xhrAsync.open(&quot;GET&quot;, &quot;http://localhost:8000/xmlhttprequest/resources/get.txt&quot;, true) did not throw exception.
</span><span class="cx"> PASS xhrAsync.send() did not throw exception.
</span><span class="cx"> PASS xhrAsyncAbort.open(&quot;GET&quot;, &quot;http://localhost:8000/xmlhttprequest/resources/get.txt&quot;, true) did not throw exception.
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicyconnectsrcxmlhttprequestblockedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> });
</span><span class="cx"> 
</span><span class="cx"> shouldNotThrow('xhrSync.open(&quot;GET&quot;, &quot;http://localhost:8000/xmlhttprequest/resources/get.txt&quot;, false)'); // Synchronous request
</span><del>-shouldThrow(&quot;xhrSync.send()&quot;, &quot;'Error: NetworkError: DOM Exception 19'&quot;);
</del><ins>+shouldThrow(&quot;xhrSync.send()&quot;, &quot;'NetworkError (DOM Exception 19):  A network error occurred.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> shouldNotThrow('xhrAsync.open(&quot;GET&quot;, &quot;http://localhost:8000/xmlhttprequest/resources/get.txt&quot;, true)'); // Asynchronous request
</span><span class="cx"> shouldNotThrow(&quot;xhrAsync.send()&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkerblobinheritscspimportScriptsblockabortsallsubsequentimportsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><span class="cx"> CONSOLE MESSAGE: Refused to load http://localhost:8000/workers/resources/worker-importScripts-source1.js because it does not appear in the script-src directive of the Content Security Policy.
</span><span class="cx"> This tests that when calling WorkerGlobalScope.importScripts() will two script URLs that the second script is not loaded if the first script URL was blocked by the Content Security Policy of the worker (inherited from this page).
</span><span class="cx"> 
</span><del>-PASS threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkerblobinheritscspimportScriptsredirectcrossoriginblockedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> This tests that the Content Security Policy of the parent origin (this page) blocks a Web Worker from importing a script from a different origin, not listed in script-src, through a redirect.
</span><span class="cx"> 
</span><del>-PASS threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkercspblocksxhrredirectcrossoriginexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><span class="cx"> CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/security/contentSecurityPolicy/resources/redir.php?url=http://localhost:8000/xmlhttprequest/resources/access-control-basic-allow.cgi. Cross-origin redirection denied by Content Security Policy.
</span><span class="cx"> This tests an XHR request made from a worker is blocked if it redirects to a cross-origin resource that is not listed as a connect-src in the CSP of the worker.
</span><span class="cx"> 
</span><del>-PASS threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkercspimportScriptsredirectcrossoriginblockedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> This tests a Web Worker with Content Security Policy &quot;script-src 'self'&quot; blocks the import of a script from a different origin through a redirect.
</span><span class="cx"> 
</span><del>-PASS threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkerimportscriptsblockedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-importscripts-blocked-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-importscripts-blocked-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-importscripts-blocked-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> CONSOLE MESSAGE: Refused to load http://localhost:8000/security/contentSecurityPolicy/resources/post-message.js because it does not appear in the script-src directive of the Content Security Policy.
</span><del>-PASS result is &quot;importScripts blocked: Error: NetworkError: DOM Exception 19&quot;
</del><ins>+PASS result is &quot;importScripts blocked: NetworkError (DOM Exception 19):  A network error occurred.&quot;
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicyworkerimportscriptsblockedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">                                  encodeURIComponent(&quot;script-src 'unsafe-eval' 'unsafe-inline' 127.0.0.1:8000&quot;));
</span><span class="cx">         worker.onmessage = function (event) {
</span><span class="cx">             result = event.data;
</span><del>-            shouldBeEqualToString('result', 'importScripts blocked: Error: NetworkError: DOM Exception 19');
</del><ins>+            shouldBeEqualToString('result', 'importScripts blocked: NetworkError (DOM Exception 19):  A network error occurred.');
</ins><span class="cx">             finishJSTest();
</span><span class="cx">         };
</span><span class="cx">     } catch (e) {
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecurityhistoryusernamepasswordexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/history-username-password-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/history-username-password-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/history-username-password-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,14 +1,14 @@
</span><span class="cx"> Click to test in new window
</span><del>-Error: SecurityError: DOM Exception 18
-Error: SecurityError: DOM Exception 18
-Error: SecurityError: DOM Exception 18
-Error: SecurityError: DOM Exception 18
-Error: SecurityError: DOM Exception 18
-Error: SecurityError: DOM Exception 18
-Error: SecurityError: DOM Exception 18
-Error: SecurityError: DOM Exception 18
-Error: SecurityError: DOM Exception 18
-Error: SecurityError: DOM Exception 18
-Error: SecurityError: DOM Exception 18
-Error: SecurityError: DOM Exception 18
</del><ins>+SecurityError (DOM Exception 18): Attempt to use history.replaceState() to change session history URL to http://www.webkit.org@127.0.0.1:8000/ is insecure; Username/passwords aren't allowed in state object URLs
+SecurityError (DOM Exception 18): Attempt to use history.replaceState() to change session history URL to http://:www.webkit.org@127.0.0.1:8000/ is insecure; Username/passwords aren't allowed in state object URLs
+SecurityError (DOM Exception 18): Attempt to use history.replaceState() to change session history URL to http://www.webkit:org@127.0.0.1:8000/ is insecure; Username/passwords aren't allowed in state object URLs
+SecurityError (DOM Exception 18): Attempt to use history.pushState() to add URL http://www.webkit.org@127.0.0.1:8000/ to session history is insecure; Username/passwords aren't allowed in state object URLs
+SecurityError (DOM Exception 18): Attempt to use history.pushState() to add URL http://:www.webkit.org@127.0.0.1:8000/ to session history is insecure; Username/passwords aren't allowed in state object URLs
+SecurityError (DOM Exception 18): Attempt to use history.pushState() to add URL http://www.webkit:org@127.0.0.1:8000/ to session history is insecure; Username/passwords aren't allowed in state object URLs
+SecurityError (DOM Exception 18): Attempt to use history.replaceState() to change session history URL to http://www.webkit.org@127.0.0.1:8000/ is insecure; Username/passwords aren't allowed in state object URLs
+SecurityError (DOM Exception 18): Attempt to use history.replaceState() to change session history URL to http://:www.webkit.org@127.0.0.1:8000/ is insecure; Username/passwords aren't allowed in state object URLs
+SecurityError (DOM Exception 18): Attempt to use history.replaceState() to change session history URL to http://www.webkit:org@127.0.0.1:8000/ is insecure; Username/passwords aren't allowed in state object URLs
+SecurityError (DOM Exception 18): Attempt to use history.pushState() to add URL http://www.webkit.org@127.0.0.1:8000/ to session history is insecure; Username/passwords aren't allowed in state object URLs
+SecurityError (DOM Exception 18): Attempt to use history.pushState() to add URL http://:www.webkit.org@127.0.0.1:8000/ to session history is insecure; Username/passwords aren't allowed in state object URLs
+SecurityError (DOM Exception 18): Attempt to use history.pushState() to add URL http://www.webkit:org@127.0.0.1:8000/ to session history is insecure; Username/passwords aren't allowed in state object URLs
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritypostMessageinvalidoriginthrowsexceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,11 +2,11 @@
</span><span class="cx"> 
</span><span class="cx"> window.location.href = http://127.0.0.1:8000/security/postMessage/invalid-origin-throws-exception.html
</span><span class="cx"> waiting...
</span><del>-Encountered exception Error: SyntaxError: DOM Exception 12 while posting message to ''.
-Encountered exception Error: SyntaxError: DOM Exception 12 while posting message to 'asdf'.
-Encountered exception Error: SyntaxError: DOM Exception 12 while posting message to '/tmp/foo'.
-Encountered exception Error: SyntaxError: DOM Exception 12 while posting message to '//localhost'.
</del><ins>+Encountered exception SyntaxError (DOM Exception 12): The string did not match the expected pattern. while posting message to ''.
+Encountered exception SyntaxError (DOM Exception 12): The string did not match the expected pattern. while posting message to 'asdf'.
+Encountered exception SyntaxError (DOM Exception 12): The string did not match the expected pattern. while posting message to '/tmp/foo'.
+Encountered exception SyntaxError (DOM Exception 12): The string did not match the expected pattern. while posting message to '//localhost'.
</ins><span class="cx"> Posted message to 'asdf:' without any exceptions.
</span><del>-Encountered exception Error: SyntaxError: DOM Exception 12 while posting message to 'http:'.
</del><ins>+Encountered exception SyntaxError (DOM Exception 12): The string did not match the expected pattern. while posting message to 'http:'.
</ins><span class="cx"> Received message: data=&quot;Received message: data=&quot;done&quot; origin=&quot;http://127.0.0.1:8000&quot;&quot; origin=&quot;http://localhost:8000&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritypostMessagetargetoriginexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -13,9 +13,9 @@
</span><span class="cx"> window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin.html
</span><span class="cx"> 
</span><span class="cx"> waiting...
</span><del>-Error sending message to null. Error: SyntaxError: DOM Exception 12
-Error sending message to undefined. Error: SyntaxError: DOM Exception 12
-Error sending message to //. Error: SyntaxError: DOM Exception 12
</del><ins>+Error sending message to null. SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+Error sending message to undefined. SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+Error sending message to //. SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> Received message: data=&quot;Received message: data=&quot;Trying origin=http://localhost:8000&quot; origin=&quot;http://127.0.0.1:8000&quot;&quot; origin=&quot;http://localhost:8000&quot;
</span><span class="cx"> Received message: data=&quot;Received message: data=&quot;Trying origin=http://localhost:8000/&quot; origin=&quot;http://127.0.0.1:8000&quot;&quot; origin=&quot;http://localhost:8000&quot;
</span><span class="cx"> Received message: data=&quot;Received message: data=&quot;Trying origin=http://localhost:8000/foo&quot; origin=&quot;http://127.0.0.1:8000&quot;&quot; origin=&quot;http://localhost:8000&quot;
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecurityresourcescanvasvideocrossoriginjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/resources/canvas-video-crossorigin.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/resources/canvas-video-crossorigin.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/resources/canvas-video-crossorigin.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx">     context.fillStyle = context.createPattern(video, &quot;repeat&quot;);
</span><span class="cx">     context.fillRect(0, 0, 100, 100);
</span><span class="cx"> 
</span><del>-    shouldThrow(&quot;context.getImageData(0, 0, 100, 100)&quot;, &quot;'Error: SecurityError: DOM Exception 18'&quot;);
-    shouldThrow(&quot;canvas.toDataURL()&quot;, &quot;'Error: SecurityError: DOM Exception 18'&quot;);
</del><ins>+    shouldThrow(&quot;context.getImageData(0, 0, 100, 100)&quot;, &quot;'SecurityError (DOM Exception 18): The operation is insecure.'&quot;);
+    shouldThrow(&quot;canvas.toDataURL()&quot;, &quot;'SecurityError (DOM Exception 18): The operation is insecure.'&quot;);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> function testDataRetrievalForbidden(description) {
</span><span class="lines">@@ -43,6 +43,6 @@
</span><span class="cx">     context.fillStyle = context.createPattern(video, &quot;repeat&quot;);
</span><span class="cx">     context.fillRect(0, 0, 100, 100);
</span><span class="cx"> 
</span><del>-    shouldThrow(&quot;context.getImageData(0, 0, 100, 100)&quot;, &quot;'Error: SecurityError: DOM Exception 18'&quot;);
-    shouldThrow(&quot;canvas.toDataURL()&quot;, &quot;'Error: SecurityError: DOM Exception 18'&quot;);
</del><ins>+    shouldThrow(&quot;context.getImageData(0, 0, 100, 100)&quot;, &quot;'SecurityError (DOM Exception 18): The operation is insecure.'&quot;);
+    shouldThrow(&quot;canvas.toDataURL()&quot;, &quot;'SecurityError (DOM Exception 18): The operation is insecure.'&quot;);
</ins><span class="cx"> }
</span><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritysetDomainRelaxationForbiddenForURLSchemeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> PASS: document.domain should be 127.0.0.1 and is
</span><span class="cx"> PASS: document.domain should be 0.0.1 and is
</span><span class="cx"> Forbidding domain relaxation for the http: scheme
</span><del>-PASS: Setting document.domain from a forbidden URL scheme threw exception &quot;Error: SecurityError: DOM Exception 18&quot;
</del><ins>+PASS: Setting document.domain from a forbidden URL scheme threw exception &quot;SecurityError (DOM Exception 18): The operation is insecure.&quot;
</ins><span class="cx"> PASS: document.domain should be 0.0.1 and is
</span><span class="cx"> Allowing domain relaxation for the http: scheme
</span><span class="cx"> PASS: document.domain should be 0.1 and is
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritywebglremotereadremoteimageblockednocrossoriginexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,10 +4,10 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Tainted canvas:
</span><del>-PASS: Calling texImage2D() with a tainted image was not allowed: Threw error: Error: SecurityError: DOM Exception 18.
</del><ins>+PASS: Calling texImage2D() with a tainted image was not allowed: Threw error: SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> PASS: Calling readPixels() on a canvas where tainting was attempted by a remote image was allowed.
</span><span class="cx"> PASS: Calling toDataURL() on a canvas where tainting was attempted by a remote image was allowed.
</span><del>-PASS: Calling texImage2D() with a tainted canvas was not allowed: Threw error: Error: SecurityError: DOM Exception 18.
</del><ins>+PASS: Calling texImage2D() with a tainted canvas was not allowed: Threw error: SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> PASS: Calling readPixels() on a canvas where tainting was attempted by a tainted canvas was allowed.
</span><span class="cx"> PASS: Calling toDataURL() on a canvas where tainting was attempted by a tainted canvas was allowed.
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestswebsockettestshybibadsubprotocolcontrolcharsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,13 +5,13 @@
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><del>-PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;\0&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;        &quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;\0&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;        &quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;
</span><span class="cx"> &quot;) threw exception SyntaxError: Unexpected EOF.
</span><span class="cx"> PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;
</span><span class="cx"> &quot;) threw exception SyntaxError: Unexpected EOF.
</span><del>-PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestswebsockettestshybibadsubprotocolemptyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><del>-PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestswebsockettestshybibadsubprotocolnonasciiexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,13 +9,13 @@
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><del>-PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;€&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;あ&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;\x{FFFF}&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;￾&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;𠀋&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;€&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;あ&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;\x{FFFF}&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;￾&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;ws://127.0.0.1:8880/simple&quot;, &quot;𠀋&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestswebsockettestshybibinarytypeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/binary-type-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/websocket/tests/hybi/binary-type-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/binary-type-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,11 +8,11 @@
</span><span class="cx"> PASS ws.binaryType is &quot;blob&quot;
</span><span class="cx"> PASS ws.binaryType is &quot;arraybuffer&quot;
</span><span class="cx"> PASS ws.binaryType is &quot;blob&quot;
</span><del>-PASS ws.binaryType = 'Blob' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS ws.binaryType = 'Blob' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS ws.binaryType is &quot;blob&quot;
</span><del>-PASS ws.binaryType = 'ArrayBuffer' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS ws.binaryType = 'ArrayBuffer' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS ws.binaryType is &quot;blob&quot;
</span><del>-PASS ws.binaryType = '' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS ws.binaryType = '' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS ws.binaryType is &quot;blob&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestswebsockettestshybibinarytypehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/binary-type.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/websocket/tests/hybi/binary-type.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/binary-type.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -18,13 +18,13 @@
</span><span class="cx"> ws.binaryType = &quot;blob&quot;;
</span><span class="cx"> shouldBeEqualToString(&quot;ws.binaryType&quot;, &quot;blob&quot;);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;ws.binaryType = 'Blob'&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
</del><ins>+shouldThrow(&quot;ws.binaryType = 'Blob'&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
</ins><span class="cx"> shouldBeEqualToString(&quot;ws.binaryType&quot;, &quot;blob&quot;);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;ws.binaryType = 'ArrayBuffer'&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
</del><ins>+shouldThrow(&quot;ws.binaryType = 'ArrayBuffer'&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
</ins><span class="cx"> shouldBeEqualToString(&quot;ws.binaryType&quot;, &quot;blob&quot;);
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;ws.binaryType = ''&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
</del><ins>+shouldThrow(&quot;ws.binaryType = ''&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
</ins><span class="cx"> shouldBeEqualToString(&quot;ws.binaryType&quot;, &quot;blob&quot;);
</span><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestshttptestswebsockettestshybiinvalidsubprotocolcharactersexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -53,54 +53,54 @@
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><del>-PASS new WebSocket(url, &quot;\u0000&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0001&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0002&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0003&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0004&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0005&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0006&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0007&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0008&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0009&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u000a&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u000b&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u000c&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u000d&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u000e&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u000f&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0010&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0011&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0012&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0013&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0014&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0015&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0016&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0017&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0018&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0019&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u001a&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u001b&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u001c&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u001d&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u001e&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u001f&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0020&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(url, &quot;\u0000&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0001&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0002&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0003&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0004&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0005&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0006&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0007&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0008&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0009&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u000a&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u000b&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u000c&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u000d&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u000e&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u000f&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0010&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0011&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0012&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0013&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0014&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0015&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0016&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0017&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0018&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0019&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u001a&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u001b&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u001c&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u001d&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u001e&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u001f&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0020&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0021&quot;
</span><del>-PASS new WebSocket(url, &quot;\u0022&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(url, &quot;\u0022&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0023&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0024&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0025&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0026&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0027&quot;
</span><del>-PASS new WebSocket(url, &quot;\u0028&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0029&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(url, &quot;\u0028&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0029&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u002a&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u002b&quot;
</span><del>-PASS new WebSocket(url, &quot;\u002c&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(url, &quot;\u002c&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u002d&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u002e&quot;
</span><del>-PASS new WebSocket(url, &quot;\u002f&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(url, &quot;\u002f&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0030&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0031&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0032&quot;
</span><span class="lines">@@ -111,13 +111,13 @@
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0037&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0038&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0039&quot;
</span><del>-PASS new WebSocket(url, &quot;\u003a&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u003b&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u003c&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u003d&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u003e&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u003f&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u0040&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(url, &quot;\u003a&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u003b&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u003c&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u003d&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u003e&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u003f&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u0040&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0041&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0042&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0043&quot;
</span><span class="lines">@@ -144,9 +144,9 @@
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0058&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0059&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u005a&quot;
</span><del>-PASS new WebSocket(url, &quot;\u005b&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u005c&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, &quot;\u005d&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(url, &quot;\u005b&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u005c&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, &quot;\u005d&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u005e&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u005f&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0060&quot;
</span><span class="lines">@@ -176,11 +176,11 @@
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0078&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u0079&quot;
</span><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u007a&quot;
</span><del>-PASS new WebSocket(url, &quot;\u007b&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(url, &quot;\u007b&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u007c&quot;
</span><del>-PASS new WebSocket(url, &quot;\u007d&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(url, &quot;\u007d&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS WebSocket correctly accepted subprotocol &quot;\u007e&quot;
</span><del>-PASS new WebSocket(url, &quot;\u007f&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(url, &quot;\u007f&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestswebsockettestshybiinvalidsubprotocolcharactershtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">             setTimeout(&quot;runTest(&quot; + (codePoint + 1) + &quot;)&quot;, 0);
</span><span class="cx">         };
</span><span class="cx">     } else {
</span><del>-        shouldThrow(&quot;new WebSocket(url, \&quot;&quot; + escapeUnicodeCharacter(codePoint) + &quot;\&quot;)&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
</del><ins>+        shouldThrow(&quot;new WebSocket(url, \&quot;&quot; + escapeUnicodeCharacter(codePoint) + &quot;\&quot;)&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
</ins><span class="cx">         setTimeout(&quot;runTest(&quot; + (codePoint + 1) + &quot;)&quot;, 0);
</span><span class="cx">     }
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkLayoutTestshttptestswebsockettestshybiinvalidsubprotocolsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,12 +8,12 @@
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><del>-PASS new WebSocket(url, 'a b') threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, 'a,b') threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, 'a\0b') threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, '\u3042') threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, ['a', 'b', 'c d']) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(url, ['a', 'b', 'c', 'a']) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(url, 'a b') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, 'a,b') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, 'a\0b') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, '\u3042') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, ['a', 'b', 'c d']) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(url, ['a', 'b', 'c', 'a']) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestswebsockettestshybiinvalidsubprotocolshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/invalid-subprotocols.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx"> description(&quot;WebSocket should fail if invalid subprotocols are specified&quot;);
</span><span class="cx"> 
</span><span class="cx"> var url = &quot;ws://127.0.0.1:8880/websocket/tests/simple&quot;;
</span><del>-shouldThrow(&quot;new WebSocket(url, 'a b')&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
-shouldThrow(&quot;new WebSocket(url, 'a,b')&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
-shouldThrow(&quot;new WebSocket(url, 'a\\0b')&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
-shouldThrow(&quot;new WebSocket(url, '\\u3042')&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
-shouldThrow(&quot;new WebSocket(url, ['a', 'b', 'c d'])&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
-shouldThrow(&quot;new WebSocket(url, ['a', 'b', 'c', 'a'])&quot;, &quot;'Error: SyntaxError: DOM Exception 12'&quot;);
</del><ins>+shouldThrow(&quot;new WebSocket(url, 'a b')&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
+shouldThrow(&quot;new WebSocket(url, 'a,b')&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
+shouldThrow(&quot;new WebSocket(url, 'a\\0b')&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
+shouldThrow(&quot;new WebSocket(url, '\\u3042')&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
+shouldThrow(&quot;new WebSocket(url, ['a', 'b', 'c d'])&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
+shouldThrow(&quot;new WebSocket(url, ['a', 'b', 'c', 'a'])&quot;, &quot;'SyntaxError (DOM Exception 12): The string did not match the expected pattern.'&quot;);
</ins><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../../../js-test-resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestshttptestswebsockettestshybiurlparsingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/websocket/tests/hybi/url-parsing-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/websocket/tests/hybi/url-parsing-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/websocket/tests/hybi/url-parsing-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,16 +10,16 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> PASS new WebSocket() threw exception TypeError: Not enough arguments.
</span><del>-PASS new WebSocket(null) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;ws://javascript:a&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;/applet&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;javascript:a&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;ws://127.0.0.1:25/&quot;) threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS new WebSocket(null) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;ws://javascript:a&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;/applet&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;javascript:a&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;ws://127.0.0.1:25/&quot;) threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> PASS (new WebSocket(&quot;ws://127.0.0.1:8880/a/../websocket/tests/hybi/simple&quot;)).URL is &quot;ws://127.0.0.1:8880/websocket/tests/hybi/simple&quot;
</span><span class="cx"> PASS (new WebSocket(&quot;ws://127.0.0.1:8880/websocket/tests/hybi/simple?&quot;)).URL is &quot;ws://127.0.0.1:8880/websocket/tests/hybi/simple?&quot;
</span><span class="cx"> PASS (new WebSocket(&quot;ws://127.0.0.1:8880/websocket/tests/hybi/simple?k=v&quot;)).URL is &quot;ws://127.0.0.1:8880/websocket/tests/hybi/simple?k=v&quot;
</span><del>-PASS new WebSocket(&quot;ws://127.0.0.1/path#&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebSocket(&quot;ws://127.0.0.1/path#fragment&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebSocket(&quot;ws://127.0.0.1/path#&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new WebSocket(&quot;ws://127.0.0.1/path#fragment&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsworkersworkerimportScriptsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/workers/worker-importScripts-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/workers/worker-importScripts-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/workers/worker-importScripts-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx"> Loaded resource 2
</span><span class="cx"> PASS: all resources executed.
</span><span class="cx"> Loaded resource 1
</span><del>-PASS: Threw Error: NetworkError: DOM Exception 19 when load failed
</del><ins>+PASS: Threw NetworkError (DOM Exception 19): A network error occurred. when load failed
</ins><span class="cx"> PASS: some resources were loaded despite the network error
</span><span class="cx"> Loaded resource 1
</span><span class="cx"> PASS: Threw SyntaxError: Unexpected identifier 'syntax' when encountering a syntax error in imported script
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsworkersworkerredirectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/workers/worker-redirect-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/workers/worker-redirect-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/workers/worker-redirect-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> Test that loading the worker's script does not allow a cross origin redirect (bug 26146)
</span><span class="cx"> 
</span><del>-SUCCESS: threw exception (Error: SecurityError: DOM Exception 18) when attempting to cross origin while loading the worker script.
</del><ins>+SUCCESS: threw exception (SecurityError (DOM Exception 18): The operation is insecure.) when attempting to cross origin while loading the worker script.
</ins><span class="cx"> SUCCESS: threw error when attempting to redirected cross origin while loading the worker script.
</span><span class="cx"> DONE
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestXMLHttpRequestExceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> Tests the properties of the exceptions related to XMLHttpRequest.
</span><span class="cx"> 
</span><del>-PASS e.toString() is &quot;Error: NetworkError: DOM Exception 19&quot;
</del><ins>+PASS e.toString() is &quot;NetworkError (DOM Exception 19):  A network error occurred.&quot;
</ins><span class="cx"> PASS Object.prototype.toString.call(e) is &quot;[object DOMException]&quot;
</span><span class="cx"> FAIL Object.prototype.toString.call(e.__proto__) is not &quot;[object DOMException]&quot;. Was &quot;[object DOMExceptionPrototype]&quot;
</span><span class="cx"> PASS e.constructor.toString() is &quot;function DOMException() {
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestXMLHttpRequestExceptionhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">         e = err;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    shouldBeEqualToString(&quot;e.toString()&quot;, &quot;Error: NetworkError: DOM Exception 19&quot;);
</del><ins>+    shouldBeEqualToString(&quot;e.toString()&quot;, &quot;NetworkError (DOM Exception 19):  A network error occurred.&quot;);
</ins><span class="cx">     shouldBeEqualToString(&quot;Object.prototype.toString.call(e)&quot;, &quot;[object DOMException]&quot;);
</span><span class="cx">     shouldBeEqualToString(&quot;Object.prototype.toString.call(e.__proto__)&quot;, &quot;[object DOMException]&quot;);
</span><span class="cx">     shouldBeEqualToString(&quot;e.constructor.toString()&quot;, &quot;function DOMException() {\n    [native code]\n}&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestaccesscontrolandredirectsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/access-control-and-redirects-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/access-control-and-redirects-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/access-control-and-redirects-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> 
</span><span class="cx"> Testing /resources/redirect.php?url=http://localhost:8000/xmlhttprequest/resources/access-control-basic-allow.cgi (sync)
</span><span class="cx"> Expecting success: false
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> Testing /resources/redirect.php?url=http://localhost:8000/xmlhttprequest/resources/access-control-basic-allow.cgi(async)
</span><span class="cx"> Expecting success: true
</span><span class="cx"> PASS: PASS: Cross-domain access allowed.
</span><span class="lines">@@ -14,13 +14,13 @@
</span><span class="cx"> 
</span><span class="cx"> Testing http://localhost:8000/resources/redirect.php?url=http://127.0.0.1:8000/xmlhttprequest/resources/access-control-basic-allow.cgi (sync)
</span><span class="cx"> Expecting success: false
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> Testing http://localhost:8000/resources/redirect.php?url=http://127.0.0.1:8000/xmlhttprequest/resources/access-control-basic-allow.cgi(async)
</span><span class="cx"> Expecting success: false
</span><span class="cx"> PASS: 0
</span><span class="cx"> Testing http://localhost:8000/resources/redirect.php?url=http://localhost:8000/xmlhttprequest/resources/access-control-basic-allow.cgi (sync)
</span><span class="cx"> Expecting success: false
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> Testing http://localhost:8000/resources/redirect.php?url=http://localhost:8000/xmlhttprequest/resources/access-control-basic-allow.cgi(async)
</span><span class="cx"> Expecting success: false
</span><span class="cx"> PASS: 0
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestaccesscontrolbasicdeniedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-denied-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-denied-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-denied-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: line 24: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/access-control-basic-denied.cgi. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.
</span><del>-PASS: Exception thrown. Cross-domain access was denied in 'send'. [NetworkError: DOM Exception 19].
</del><ins>+PASS: Exception thrown. Cross-domain access was denied in 'send'. [ A network error occurred.].
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestaccesscontrolbasicgetfailnonsimpleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: line 28: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/access-control-basic-get-fail-non-simple.cgi. Preflight response is not successful
</span><del>-PASS: Exception thrown. Cross-domain access was denied in 'send'. [NetworkError: DOM Exception 19].
</del><ins>+PASS: Exception thrown. Cross-domain access was denied in 'send'. [ A network error occurred.].
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestaccesscontrolbasicnonsimpledenycachedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: line 42: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/access-control-basic-non-get-allow.cgi. Request header field Content-Type is not allowed by Access-Control-Allow-Headers.
</span><del>-PASS: Exception thrown. Cross-domain access is not allowed in 'send'. [NetworkError: DOM Exception 19].
</del><ins>+PASS: Exception thrown. Cross-domain access is not allowed in 'send'. [ A network error occurred.].
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestaccesscontrolbasicpostfailnonsimplecontenttypeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: line 28: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/access-control-basic-options-not-supported.cgi. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.
</span><del>-PASS: Exception thrown. Cross-domain access was denied in 'send'. [NetworkError: DOM Exception 19].
</del><ins>+PASS: Exception thrown. Cross-domain access was denied in 'send'. [ A network error occurred.].
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestaccesscontrolsandboxediframedeniedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,4 +6,4 @@
</span><span class="cx"> --------
</span><span class="cx"> Frame: '&lt;!--framePath //&lt;!--frame0--&gt;--&gt;'
</span><span class="cx"> --------
</span><del>-PASS: Exception thrown. Sandboxed iframe XHR access was denied in 'send'. [NetworkError: DOM Exception 19].
</del><ins>+PASS: Exception thrown. Sandboxed iframe XHR access was denied in 'send'. [ A network error occurred.].
</ins></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestaccesscontrolsandboxediframedeniedwithoutwildcardexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,4 +8,4 @@
</span><span class="cx"> --------
</span><span class="cx"> Frame: '&lt;!--framePath //&lt;!--frame0--&gt;--&gt;'
</span><span class="cx"> --------
</span><del>-PASS: Exception thrown. Sandboxed iframe XHR access was denied in 'send'. [NetworkError: DOM Exception 19].
</del><ins>+PASS: Exception thrown. Sandboxed iframe XHR access was denied in 'send'. [ A network error occurred.].
</ins></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestconnectionerrorsyncexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/connection-error-sync-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/connection-error-sync-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/connection-error-sync-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> Test the behavior of a sync XMLHttpRequest that encounters an infinite redirection loop.
</span><span class="cx"> 
</span><del>-Exception NetworkError; code=19; number=undefined (0); message='NetworkError: DOM Exception 19'
</del><ins>+Exception NetworkError; code=19; number=undefined (0); message=' A network error occurred.'
</ins></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestcrossoriginnoauthorizationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> Cross-origin XMLHttpRequest (sync), authorization will not be sent, because withCredentials is false.
</span><span class="cx"> PASS: 401 Authorization required
</span><span class="cx"> Cross-origin XMLHttpRequest (sync), testing authorization that's not allowed by the server (withCredentials is true, but access control headers are not set).
</span><del>-PASS: Got an exception. Error: NetworkError: DOM Exception 19
</del><ins>+PASS: Got an exception. NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> Cross-origin XMLHttpRequest (sync), testing cookies.
</span><span class="cx"> PASS
</span><span class="cx"> Cross-origin XMLHttpRequest (async), authorization will not be sent, because withCredentials is false.
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestexceptionsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/exceptions-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/exceptions-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/exceptions-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,15 +1,15 @@
</span><span class="cx"> Test that XMLHttpRequest raises exceptions when it should.
</span><span class="cx"> 
</span><span class="cx"> new XMLHttpRequest()
</span><del>-PASS: req.setRequestHeader(&quot;Foo&quot;, &quot;bar&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS: req.send(null) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS: req.setRequestHeader(&quot;Foo&quot;, &quot;bar&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS: req.send(null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> open()
</span><span class="cx"> PASS: req.setRequestHeader() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS: req.setRequestHeader(&quot;Foo&quot;) threw exception TypeError: Not enough arguments.
</span><span class="cx"> send()
</span><del>-PASS: req.send(null) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS: req.overrideMimeType(&quot;text/plain&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS: req.setRequestHeader(&quot;Foo&quot;, &quot;bar&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS: req.send(null) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS: req.overrideMimeType(&quot;text/plain&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS: req.setRequestHeader(&quot;Foo&quot;, &quot;bar&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS: req.getResponseHeader() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS: req.open() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS: req.open(null) threw exception TypeError: Not enough arguments.
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestinjectheaderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/inject-header-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/inject-header-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/inject-header-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> Test that setRequestHeader properly checks for line feeds in header values.
</span><span class="cx"> 
</span><del>-a%0AEvil%3A%20on -&gt; SUCCESS, setRequestHeader() raised an exception Error: SyntaxError: DOM Exception 12
</del><ins>+a%0AEvil%3A%20on -&gt; SUCCESS, setRequestHeader() raised an exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> 
</span><del>-a%0DEvil%3A%20on -&gt; SUCCESS, setRequestHeader() raised an exception Error: SyntaxError: DOM Exception 12
</del><ins>+a%0DEvil%3A%20on -&gt; SUCCESS, setRequestHeader() raised an exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> 
</span><del>-a%0D%0AEvil%3A%20on -&gt; SUCCESS, setRequestHeader() raised an exception Error: SyntaxError: DOM Exception 12
</del><ins>+a%0D%0AEvil%3A%20on -&gt; SUCCESS, setRequestHeader() raised an exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> 
</span><del>-a%0A%0DEvil%3A%20on -&gt; SUCCESS, setRequestHeader() raised an exception Error: SyntaxError: DOM Exception 12
</del><ins>+a%0A%0DEvil%3A%20on -&gt; SUCCESS, setRequestHeader() raised an exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestoriginexactmatchingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/origin-exact-matching-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/origin-exact-matching-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/origin-exact-matching-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -58,75 +58,75 @@
</span><span class="cx"> Should allow origin: '        http://localhost:8000'
</span><span class="cx"> PASS xhr.send(null) is undefined.
</span><span class="cx"> Should disallow origin: 'http://www2.localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: '//localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: '://localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'ftp://localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http:://localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http:/localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http:localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://localhost:8000?'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://localhost:8000/'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://localhost:8000 /'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://localhost:8000#'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://localhost:8000%23'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://localhost:8000:80'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://localhost:8000, *'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'HTTP://LOCALHOST:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'HTTP://localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: '-'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: '**'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: '*'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: ''*''
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: '&quot;*&quot;'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: '* *'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: '*http://*'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: '*http://localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: '* http://localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: '*, http://localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'null http://localhost:8000'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://example.net'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'null'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: ''
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://localhost:8000/xmlhttprequest/resources/origin-exact-matching-iframe.html'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://localhost:8000/xmlhttprequest/resources/'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> Should disallow origin: 'http://localhost:8000/xmlhttprequest/resources/origin-exact-matching-iframe.html'
</span><del>-PASS xhr.send(null) threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS xhr.send(null) threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestoriginwhitelistinghttpsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> Tests that origin whitelisting for https does not match http URLs.
</span><span class="cx"> 
</span><span class="cx"> Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (sync)
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> Testing: http://localhost:8000/xmlhttprequest/resources/get.txt (async)
</span><span class="cx"> PASS: 0
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestoriginwhitelistingipaddresseswithsubdomainsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> Specifying that an IP address should match subdomains doesn't make sense. This test verifies that it doesn't do anything.
</span><span class="cx"> 
</span><span class="cx"> Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (sync)
</span><del>-FAIL: Error: NetworkError: DOM Exception 19
</del><ins>+FAIL: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> Testing: http://127.0.0.1:8000/xmlhttprequest/resources/get.txt (async)
</span><span class="cx"> FAIL: 0
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestoriginwhitelistingremovalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,38 +10,38 @@
</span><span class="cx"> 
</span><span class="cx"> Testing: source origin: http://127.0.0.1:8000 destination origin: http:localhost 
</span><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWORK_ERR)
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting PASS)
</span><span class="cx"> PASS: PASS
</span><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWORK_ERR)
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Testing: source origin: http://127.0.0.1:8000 destination origin: http:localhost allowing subdomains
</span><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWORK_ERR)
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting PASS)
</span><span class="cx"> PASS: PASS
</span><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWORK_ERR)
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Testing: source origin: http://127.0.0.1:8000 destination origin: hTtP:LoCaLhOsT allowing subdomains
</span><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWORK_ERR)
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting PASS)
</span><span class="cx"> PASS: PASS
</span><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWORK_ERR)
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Testing: source origin: http://127.0.0.1:8000 destination origin: http: allowing subdomains
</span><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWORK_ERR)
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting PASS)
</span><span class="cx"> PASS: PASS
</span><span class="cx"> Loading: http://localhost:8000/xmlhttprequest/resources/get.txt (expecting NETWORK_ERR)
</span><del>-PASS: Error: NetworkError: DOM Exception 19
</del><ins>+PASS: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestworkersaccesscontrolbasicgetfailnonsimpleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,5 +2,5 @@
</span><span class="cx"> GET should not trigger a preflight request from a worker unless it has non-simple headers.
</span><span class="cx"> 
</span><span class="cx"> PASS: Cross-domain access allowed for simple get.
</span><del>-PASS: Exception thrown. Cross-domain access was denied in 'send'. [NetworkError: DOM Exception 19].
</del><ins>+PASS: Exception thrown. Cross-domain access was denied in 'send'. [ A network error occurred.].
</ins><span class="cx"> DONE
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestxmlhttprequestopenemptymethodexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> Test that open throws a SYNTAX_ERR exception when called with an empty method.
</span><span class="cx"> 
</span><del>-SUCCESS: got exception Error: SyntaxError: DOM Exception 12
</del><ins>+SUCCESS: got exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestxmlhttprequestoverridemimetypeinvalidstaterrorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-invalidstaterror-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-invalidstaterror-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-invalidstaterror-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> Testing overrideMimeType when readyState = 2
</span><span class="cx"> PASS req.overrideMimeType(&quot;text/plain&quot;) did not throw exception.
</span><span class="cx"> Testing overrideMimeType when readyState = 3
</span><del>-PASS req.overrideMimeType(&quot;text/plain&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS req.overrideMimeType(&quot;text/plain&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> Testing overrideMimeType when readyState = 4
</span><del>-PASS req.overrideMimeType(&quot;text/plain&quot;) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS req.overrideMimeType(&quot;text/plain&quot;) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestxmlhttprequestsetrequestheadernonameexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> Test that setRequestHeader throws a SYNTAX_ERR exception when called with an empty header name.
</span><span class="cx"> 
</span><del>-SUCCESS: got exception Error: SyntaxError: DOM Exception 12
</del><ins>+SUCCESS: got exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestxmlhttprequestsyncnoprogresseventsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx"> progress
</span><span class="cx"> error
</span><span class="cx"> loadend
</span><del>-Error: NetworkError: DOM Exception 19
</del><ins>+NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> 
</span><span class="cx"> Step 3: Cross origin request, allowed
</span><span class="cx"> readystatechange 4
</span></span></pre></div>
<a id="trunkLayoutTestshttptestsxmlhttprequestxmlhttprequestunsaferedirectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx"> readyState change 1
</span><span class="cx"> readyState change 4
</span><span class="cx"> Error event.
</span><del>-Exception: Error: NetworkError: DOM Exception 19
</del><ins>+Exception: NetworkError (DOM Exception 19): A network error occurred.
</ins><span class="cx"> Async XHR started.
</span><span class="cx"> readyState change 1
</span><span class="cx"> readyState change 4
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/ChangeLog (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/ChangeLog        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/ChangeLog        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,35 @@
</span><ins>+2016-07-17  Brady Eidson  &lt;beidson@apple.com&gt;
+
+        Update DOMCoreException to use the description in toString().
+        https://bugs.webkit.org/show_bug.cgi?id=159857
+
+        Reviewed by Darin Adler.
+
+        * web-platform-tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments-expected.txt:
+        * web-platform-tests/XMLHttpRequest/send-non-same-origin.sub-expected.txt:
+        * web-platform-tests/XMLHttpRequest/setrequestheader-bogus-name-expected.txt:
+        * web-platform-tests/XMLHttpRequest/setrequestheader-bogus-value-expected.txt:
+        * web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-expected.txt:
+        * web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts-expected.txt:
+        * web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-expected.txt:
+        * web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker-expected.txt:
+        * web-platform-tests/dom/events/ProgressEvent-expected.txt:
+        * web-platform-tests/dom/interfaces-expected.txt:
+        * web-platform-tests/dom/nodes/Document-createElementNS-expected.txt:
+        * web-platform-tests/dom/nodes/Document-createEvent-expected.txt:
+        * web-platform-tests/dom/nodes/Element-closest-expected.txt:
+        * web-platform-tests/dom/nodes/Element-matches-expected.txt:
+        * web-platform-tests/dom/nodes/ParentNode-querySelector-All-expected.txt:
+        * web-platform-tests/dom/nodes/ParentNode-querySelector-All-xht-expected.txt:
+        * web-platform-tests/dom/nodes/insert-adjacent-expected.txt:
+        * web-platform-tests/domparsing/createContextualFragment-expected.txt:
+        * web-platform-tests/html/dom/interfaces-expected.txt:
+        * web-platform-tests/html/semantics/embedded-content/media-elements/volume_nonfinite-expected.txt:
+        * web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt:
+        * web-platform-tests/html/semantics/forms/the-input-element/range-expected.txt:
+        * web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt:
+        * web-platform-tests/html/semantics/forms/the-meter-element/meter-expected.txt:
+
</ins><span class="cx"> 2016-07-15  Brady Eidson  &lt;beidson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Change toString() behavior for exceptions constructed with &quot;createWithDescriptionAsMessage&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsendauthenticationbasicsetrequestheaderandargumentsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-authentication-basic-setrequestheader-and-arguments-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> 
</span><del>-FAIL XMLHttpRequest: send() - &quot;Basic&quot; authenticated request using setRequestHeader() and open() arguments (asserts header wins) TimeoutError: DOM Exception 23
</del><ins>+FAIL XMLHttpRequest: send() - &quot;Basic&quot; authenticated request using setRequestHeader() and open() arguments (asserts header wins) The operation timed out.
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsendnonsameoriginsubexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-non-same-origin.sub-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-non-same-origin.sub-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-non-same-origin.sub-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> 
</span><span class="cx"> PASS XMLHttpRequest: send() - non same-origin (mailto:test@example.org) 
</span><span class="cx"> PASS XMLHttpRequest: send() - non same-origin (tel:+31600000000) 
</span><del>-FAIL XMLHttpRequest: send() - non same-origin (http://www2.localhost:8800/) assert_throws: function &quot;function () { client.send() }&quot; threw object &quot;Error: AbortError: DOM Exception 20&quot; that is not a DOMException NetworkError: property &quot;code&quot; is equal to 20, expected 19
</del><ins>+FAIL XMLHttpRequest: send() - non same-origin (http://www2.localhost:8800/) assert_throws: function &quot;function () { client.send() }&quot; threw object &quot;AbortError (DOM Exception 20): The operation was aborted.&quot; that is not a DOMException NetworkError: property &quot;code&quot; is equal to 20, expected 19
</ins><span class="cx"> PASS XMLHttpRequest: send() - non same-origin (javascript:alert('FAIL')) 
</span><del>-FAIL XMLHttpRequest: send() - non same-origin (folder.txt) assert_throws: function &quot;function () { client.send() }&quot; threw object &quot;Error: AbortError: DOM Exception 20&quot; that is not a DOMException NetworkError: property &quot;code&quot; is equal to 20, expected 19
</del><ins>+FAIL XMLHttpRequest: send() - non same-origin (folder.txt) assert_throws: function &quot;function () { client.send() }&quot; threw object &quot;AbortError (DOM Exception 20): The operation was aborted.&quot; that is not a DOMException NetworkError: property &quot;code&quot; is equal to 20, expected 19
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsetrequestheaderbogusnameexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-bogus-name-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-bogus-name-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-bogus-name-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -68,6 +68,6 @@
</span><span class="cx"> PASS setRequestHeader should throw with header name &quot;\x1d&quot;. 
</span><span class="cx"> PASS setRequestHeader should throw with header name &quot;\x1e&quot;. 
</span><span class="cx"> PASS setRequestHeader should throw with header name &quot;\x1f&quot;. 
</span><del>-FAIL setRequestHeader should throw with header name &quot;テスト&quot;. assert_throws: function &quot;function () { client.setRequestHeader(name, 'x-value') }&quot; threw object &quot;Error: SyntaxError: DOM Exception 12&quot; (&quot;SyntaxError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
-FAIL setRequestHeader should throw with header name &quot;X-テスト&quot;. assert_throws: function &quot;function () { client.setRequestHeader(name, 'x-value') }&quot; threw object &quot;Error: SyntaxError: DOM Exception 12&quot; (&quot;SyntaxError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+FAIL setRequestHeader should throw with header name &quot;テスト&quot;. assert_throws: function &quot;function () { client.setRequestHeader(name, 'x-value') }&quot; threw object &quot;SyntaxError (DOM Exception 12): The string did not match ...&quot; (&quot;SyntaxError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
+FAIL setRequestHeader should throw with header name &quot;X-テスト&quot;. assert_throws: function &quot;function () { client.setRequestHeader(name, 'x-value') }&quot; threw object &quot;SyntaxError (DOM Exception 12): The string did not match ...&quot; (&quot;SyntaxError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestsetrequestheaderbogusvalueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-bogus-value-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-bogus-value-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-bogus-value-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,6 +3,6 @@
</span><span class="cx"> PASS XMLHttpRequest: setRequestHeader() value argument checks 1 
</span><span class="cx"> PASS XMLHttpRequest: setRequestHeader() value argument checks 2 
</span><span class="cx"> PASS XMLHttpRequest: setRequestHeader() value argument checks 3 
</span><del>-FAIL XMLHttpRequest: setRequestHeader() value argument checks 4 assert_throws:  given value テスト, function &quot;function () { client.setRequestHeader(&quot;x-test&quot;, &quot;テスト&quot;) }&quot; threw object &quot;Error: SyntaxError: DOM Exception 12&quot; (&quot;SyntaxError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+FAIL XMLHttpRequest: setRequestHeader() value argument checks 4 assert_throws:  given value テスト, function &quot;function () { client.setRequestHeader(&quot;x-test&quot;, &quot;テスト&quot;) }&quot; threw object &quot;SyntaxError (DOM Exception 12): The string did not match ...&quot; (&quot;SyntaxError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Omitted value argument 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestxmlhttprequestsyncblockdeferscriptsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> CONSOLE MESSAGE: line 1: XMLHttpRequest cannot load data:text/plain,aaa. Cross origin requests are only supported for HTTP.
</span><del>-CONSOLE MESSAGE: line 1: NetworkError: DOM Exception 19:  A network error occurred.
</del><ins>+CONSOLE MESSAGE: line 1: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> FAIL Check that a sync XHR in a defer script blocks later defer scripts from running assert_equals: expected 1 but got 0
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestxmlhttprequestsyncblockscriptsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><span class="cx"> CONSOLE MESSAGE: line 17: XMLHttpRequest cannot load data:,. Cross origin requests are only supported for HTTP.
</span><span class="cx"> 
</span><del>-FAIL Check that while a sync XHR is in flight async script loads don't complete and run script NetworkError: DOM Exception 19
</del><ins>+FAIL Check that while a sync XHR is in flight async script loads don't complete and run script  A network error occurred.
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestxmlhttprequestsyncnothangscriptloaderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> CONSOLE MESSAGE: line 14: XMLHttpRequest cannot load data:,. Cross origin requests are only supported for HTTP.
</span><del>-CONSOLE MESSAGE: line 14: NetworkError: DOM Exception 19:  A network error occurred.
</del><ins>+CONSOLE MESSAGE: line 14: NetworkError (DOM Exception 19):  A network error occurred.
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> PASS Ensure that an async script added during a defer script that then does a
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsXMLHttpRequestxmlhttprequesttimeoutworkersynconworkerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,5 +5,5 @@
</span><span class="cx"> 
</span><span class="cx"> PASS Timeout test: no time out scheduled, load fires normally, timeout scheduled at 0 
</span><span class="cx"> PASS Timeout test: load fires normally, timeout scheduled at 5000 
</span><del>-PASS Timeout test: Unexpected error: Error: TimeoutError: DOM Exception 23 
</del><ins>+PASS Timeout test: Unexpected error: TimeoutError (DOM Exception 23): The operation timed out. 
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomeventsProgressEventexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/ProgressEvent-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/ProgressEvent-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/ProgressEvent-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><span class="cx"> 
</span><span class="cx"> PASS Default event values. 
</span><del>-FAIL document.createEvent() should work with ProgressEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL document.createEvent() should work with ProgressEvent. The operation is not supported.
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdominterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/interfaces-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -340,7 +340,7 @@
</span><span class="cx"> PASS Document interface: new Document() must inherit property &quot;createEvent&quot; with the proper type (24) 
</span><span class="cx"> FAIL Document interface: calling createEvent(DOMString) on new Document() with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;NotSupportedError (DOM Exception 9): The operation is not...&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Document interface: new Document() must inherit property &quot;createRange&quot; with the proper type (25) 
</span><span class="cx"> PASS Document interface: new Document() must inherit property &quot;createNodeIterator&quot; with the proper type (26) 
</span><span class="cx"> PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on new Document() with too few arguments must throw TypeError 
</span><span class="lines">@@ -429,7 +429,7 @@
</span><span class="cx"> PASS Node interface: new Document() must inherit property &quot;insertBefore&quot; with the proper type (42) 
</span><span class="cx"> FAIL Node interface: calling insertBefore(Node,Node) on new Document() with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: HierarchyRequestError: DOM Exception 3&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;HierarchyRequestError (DOM Exception 3): The operation wo...&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Node interface: new Document() must inherit property &quot;appendChild&quot; with the proper type (43) 
</span><span class="cx"> PASS Node interface: calling appendChild(Node) on new Document() with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: new Document() must inherit property &quot;replaceChild&quot; with the proper type (44) 
</span><span class="lines">@@ -510,7 +510,7 @@
</span><span class="cx"> PASS Document interface: xmlDoc must inherit property &quot;createEvent&quot; with the proper type (24) 
</span><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">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;NotSupportedError (DOM Exception 9): The operation is not...&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Document interface: xmlDoc must inherit property &quot;createRange&quot; with the proper type (25) 
</span><span class="cx"> PASS Document interface: xmlDoc must inherit property &quot;createNodeIterator&quot; with the proper type (26) 
</span><span class="cx"> PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on xmlDoc with too few arguments must throw TypeError 
</span><span class="lines">@@ -599,7 +599,7 @@
</span><span class="cx"> PASS Node interface: xmlDoc must inherit property &quot;insertBefore&quot; with the proper type (42) 
</span><span class="cx"> FAIL Node interface: calling insertBefore(Node,Node) on xmlDoc with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: HierarchyRequestError: DOM Exception 3&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;HierarchyRequestError (DOM Exception 3): The operation wo...&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Node interface: xmlDoc must inherit property &quot;appendChild&quot; with the proper type (43) 
</span><span class="cx"> PASS Node interface: calling appendChild(Node) on xmlDoc with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: xmlDoc must inherit property &quot;replaceChild&quot; with the proper type (44) 
</span><span class="lines">@@ -630,7 +630,7 @@
</span><span class="cx"> PASS DOMImplementation interface: document.implementation must inherit property &quot;createDocumentType&quot; with the proper type (0) 
</span><span class="cx"> FAIL DOMImplementation interface: calling createDocumentType(DOMString,DOMString,DOMString) on document.implementation with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: InvalidCharacterError: DOM Exception 5&quot; (&quot;InvalidCharacterError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;InvalidCharacterError (DOM Exception 5): The string conta...&quot; (&quot;InvalidCharacterError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS DOMImplementation interface: document.implementation must inherit property &quot;createDocument&quot; with the proper type (1) 
</span><span class="cx"> FAIL DOMImplementation interface: calling createDocument(DOMString,DOMString,DocumentType) on document.implementation with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><span class="lines">@@ -729,7 +729,7 @@
</span><span class="cx"> PASS Node interface: document.doctype must inherit property &quot;insertBefore&quot; with the proper type (42) 
</span><span class="cx"> FAIL Node interface: calling insertBefore(Node,Node) on document.doctype with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: HierarchyRequestError: DOM Exception 3&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;HierarchyRequestError (DOM Exception 3): The operation wo...&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Node interface: document.doctype must inherit property &quot;appendChild&quot; with the proper type (43) 
</span><span class="cx"> PASS Node interface: calling appendChild(Node) on document.doctype with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: document.doctype must inherit property &quot;replaceChild&quot; with the proper type (44) 
</span><span class="lines">@@ -1273,7 +1273,7 @@
</span><span class="cx"> PASS Node interface: document.createTextNode(&quot;abc&quot;) must inherit property &quot;insertBefore&quot; with the proper type (42) 
</span><span class="cx"> FAIL Node interface: calling insertBefore(Node,Node) on document.createTextNode(&quot;abc&quot;) with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: HierarchyRequestError: DOM Exception 3&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;HierarchyRequestError (DOM Exception 3): The operation wo...&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Node interface: document.createTextNode(&quot;abc&quot;) must inherit property &quot;appendChild&quot; with the proper type (43) 
</span><span class="cx"> PASS Node interface: calling appendChild(Node) on document.createTextNode(&quot;abc&quot;) with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: document.createTextNode(&quot;abc&quot;) must inherit property &quot;replaceChild&quot; with the proper type (44) 
</span><span class="lines">@@ -1387,7 +1387,7 @@
</span><span class="cx"> PASS Node interface: xmlDoc.createProcessingInstruction(&quot;abc&quot;, &quot;def&quot;) must inherit property &quot;insertBefore&quot; with the proper type (42) 
</span><span class="cx"> FAIL Node interface: calling insertBefore(Node,Node) on xmlDoc.createProcessingInstruction(&quot;abc&quot;, &quot;def&quot;) with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: HierarchyRequestError: DOM Exception 3&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;HierarchyRequestError (DOM Exception 3): The operation wo...&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Node interface: xmlDoc.createProcessingInstruction(&quot;abc&quot;, &quot;def&quot;) must inherit property &quot;appendChild&quot; with the proper type (43) 
</span><span class="cx"> PASS Node interface: calling appendChild(Node) on xmlDoc.createProcessingInstruction(&quot;abc&quot;, &quot;def&quot;) with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: xmlDoc.createProcessingInstruction(&quot;abc&quot;, &quot;def&quot;) must inherit property &quot;replaceChild&quot; with the proper type (44) 
</span><span class="lines">@@ -1499,7 +1499,7 @@
</span><span class="cx"> PASS Node interface: document.createComment(&quot;abc&quot;) must inherit property &quot;insertBefore&quot; with the proper type (42) 
</span><span class="cx"> FAIL Node interface: calling insertBefore(Node,Node) on document.createComment(&quot;abc&quot;) with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: HierarchyRequestError: DOM Exception 3&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;HierarchyRequestError (DOM Exception 3): The operation wo...&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Node interface: document.createComment(&quot;abc&quot;) must inherit property &quot;appendChild&quot; with the proper type (43) 
</span><span class="cx"> PASS Node interface: calling appendChild(Node) on document.createComment(&quot;abc&quot;) with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: document.createComment(&quot;abc&quot;) must inherit property &quot;replaceChild&quot; with the proper type (44) 
</span><span class="lines">@@ -1608,7 +1608,7 @@
</span><span class="cx"> PASS Range interface: document.createRange() must inherit property &quot;comparePoint&quot; with the proper type (28) 
</span><span class="cx"> FAIL Range interface: calling comparePoint(Node,unsigned long) on document.createRange() with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: WrongDocumentError: DOM Exception 4&quot; (&quot;WrongDocumentError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;WrongDocumentError (DOM Exception 4): The object is in th...&quot; (&quot;WrongDocumentError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Range interface: document.createRange() must inherit property &quot;intersectsNode&quot; with the proper type (29) 
</span><span class="cx"> PASS Range interface: calling intersectsNode(Node) on document.createRange() with too few arguments must throw TypeError 
</span><span class="cx"> PASS Range must be primary interface of detachedRange 
</span><span class="lines">@@ -1663,7 +1663,7 @@
</span><span class="cx"> PASS Range interface: detachedRange must inherit property &quot;comparePoint&quot; with the proper type (28) 
</span><span class="cx"> FAIL Range interface: calling comparePoint(Node,unsigned long) on detachedRange with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: WrongDocumentError: DOM Exception 4&quot; (&quot;WrongDocumentError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;WrongDocumentError (DOM Exception 4): The object is in th...&quot; (&quot;WrongDocumentError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Range interface: detachedRange must inherit property &quot;intersectsNode&quot; with the proper type (29) 
</span><span class="cx"> PASS Range interface: calling intersectsNode(Node) on detachedRange with too few arguments must throw TypeError 
</span><span class="cx"> PASS NodeIterator interface: existence and properties of interface object 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateElementNSexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -156,20 +156,20 @@
</span><span class="cx"> PASS createElementNS test 153: &quot;foo:&quot;,&quot;xmlns:foo&quot;,&quot;NAMESPACE_ERR&quot; 
</span><span class="cx"> PASS createElementNS test 154: &quot;foo:&quot;,&quot;xmlfoo:bar&quot;,null 
</span><span class="cx"> PASS createElementNS test 155: &quot;&quot;,&quot;&quot;,&quot;INVALID_CHARACTER_ERR&quot; 
</span><del>-FAIL createElementNS test 156: null,null,null InvalidCharacterError: DOM Exception 5
</del><ins>+FAIL createElementNS test 156: null,null,null The string contains invalid characters.
</ins><span class="cx"> PASS createElementNS test 157: null,&quot;&quot;,&quot;INVALID_CHARACTER_ERR&quot; 
</span><del>-FAIL createElementNS test 158: undefined,null,null InvalidCharacterError: DOM Exception 5
</del><ins>+FAIL createElementNS test 158: undefined,null,null The string contains invalid characters.
</ins><span class="cx"> PASS createElementNS test 159: undefined,undefined,null 
</span><span class="cx"> PASS createElementNS test 160: undefined,&quot;&quot;,&quot;INVALID_CHARACTER_ERR&quot; 
</span><del>-FAIL createElementNS test 161: &quot;http://example.com/&quot;,null,null InvalidCharacterError: DOM Exception 5
</del><ins>+FAIL createElementNS test 161: &quot;http://example.com/&quot;,null,null The string contains invalid characters.
</ins><span class="cx"> PASS createElementNS test 162: &quot;http://example.com/&quot;,&quot;&quot;,&quot;INVALID_CHARACTER_ERR&quot; 
</span><del>-FAIL createElementNS test 163: &quot;/&quot;,null,null InvalidCharacterError: DOM Exception 5
</del><ins>+FAIL createElementNS test 163: &quot;/&quot;,null,null The string contains invalid characters.
</ins><span class="cx"> PASS createElementNS test 164: &quot;/&quot;,&quot;&quot;,&quot;INVALID_CHARACTER_ERR&quot; 
</span><del>-FAIL createElementNS test 165: &quot;http://www.w3.org/XML/1998/namespace&quot;,null,null InvalidCharacterError: DOM Exception 5
</del><ins>+FAIL createElementNS test 165: &quot;http://www.w3.org/XML/1998/namespace&quot;,null,null The string contains invalid characters.
</ins><span class="cx"> PASS createElementNS test 166: &quot;http://www.w3.org/XML/1998/namespace&quot;,&quot;&quot;,&quot;INVALID_CHARACTER_ERR&quot; 
</span><del>-FAIL createElementNS test 167: &quot;http://www.w3.org/2000/xmlns/&quot;,null,&quot;NAMESPACE_ERR&quot; assert_throws: function &quot;function () { document.createElementNS(namespace, qualifi...&quot; threw object &quot;Error: InvalidCharacterError: DOM Exception 5&quot; that is not a DOMException NAMESPACE_ERR: property &quot;code&quot; is equal to 5, expected 14
</del><ins>+FAIL createElementNS test 167: &quot;http://www.w3.org/2000/xmlns/&quot;,null,&quot;NAMESPACE_ERR&quot; assert_throws: function &quot;function () { document.createElementNS(namespace, qualifi...&quot; threw object &quot;InvalidCharacterError (DOM Exception 5): The string conta...&quot; that is not a DOMException NAMESPACE_ERR: property &quot;code&quot; is equal to 5, expected 14
</ins><span class="cx"> PASS createElementNS test 168: &quot;http://www.w3.org/2000/xmlns/&quot;,&quot;&quot;,&quot;INVALID_CHARACTER_ERR&quot; 
</span><del>-FAIL createElementNS test 169: &quot;foo:&quot;,null,null InvalidCharacterError: DOM Exception 5
</del><ins>+FAIL createElementNS test 169: &quot;foo:&quot;,null,null The string contains invalid characters.
</ins><span class="cx"> PASS createElementNS test 170: &quot;foo:&quot;,&quot;&quot;,&quot;INVALID_CHARACTER_ERR&quot; 
</span><span class="cx"> PASS Lower-case HTML element without a prefix 
</span><span class="cx"> PASS Lower-case HTML element with a prefix 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesDocumentcreateEventexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,23 +1,23 @@
</span><span class="cx"> 
</span><del>-FAIL AnimationEvent should be an alias for AnimationEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL AnimationEvent should be an alias for AnimationEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('AnimationEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL animationevent should be an alias for AnimationEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL animationevent should be an alias for AnimationEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('animationevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL ANIMATIONEVENT should be an alias for AnimationEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL ANIMATIONEVENT should be an alias for AnimationEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('ANIMATIONEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;AnimationEvents&quot; 
</span><del>-FAIL BeforeUnloadEvent should be an alias for BeforeUnloadEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL BeforeUnloadEvent should be an alias for BeforeUnloadEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('BeforeUnloadEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL beforeunloadevent should be an alias for BeforeUnloadEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL beforeunloadevent should be an alias for BeforeUnloadEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('beforeunloadevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL BEFOREUNLOADEVENT should be an alias for BeforeUnloadEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL BEFOREUNLOADEVENT should be an alias for BeforeUnloadEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('BEFOREUNLOADEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;BeforeUnloadEvents&quot; 
</span><del>-FAIL CloseEvent should be an alias for CloseEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL CloseEvent should be an alias for CloseEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('CloseEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL closeevent should be an alias for CloseEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL closeevent should be an alias for CloseEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('closeevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL CLOSEEVENT should be an alias for CloseEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL CLOSEEVENT should be an alias for CloseEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('CLOSEEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;CloseEvents&quot; 
</span><span class="cx"> PASS CompositionEvent should be an alias for CompositionEvent. 
</span><span class="lines">@@ -34,32 +34,32 @@
</span><span class="cx"> PASS CUSTOMEVENT should be an alias for CustomEvent. 
</span><span class="cx"> PASS createEvent('CUSTOMEVENT') should be initialized correctly. 
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;CustomEvents&quot; 
</span><del>-FAIL DeviceMotionEvent should be an alias for DeviceMotionEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL DeviceMotionEvent should be an alias for DeviceMotionEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('DeviceMotionEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL devicemotionevent should be an alias for DeviceMotionEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL devicemotionevent should be an alias for DeviceMotionEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('devicemotionevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL DEVICEMOTIONEVENT should be an alias for DeviceMotionEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL DEVICEMOTIONEVENT should be an alias for DeviceMotionEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('DEVICEMOTIONEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;DeviceMotionEvents&quot; 
</span><del>-FAIL DeviceOrientationEvent should be an alias for DeviceOrientationEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL DeviceOrientationEvent should be an alias for DeviceOrientationEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('DeviceOrientationEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL deviceorientationevent should be an alias for DeviceOrientationEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL deviceorientationevent should be an alias for DeviceOrientationEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('deviceorientationevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL DEVICEORIENTATIONEVENT should be an alias for DeviceOrientationEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL DEVICEORIENTATIONEVENT should be an alias for DeviceOrientationEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('DEVICEORIENTATIONEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;DeviceOrientationEvents&quot; 
</span><del>-FAIL DragEvent should be an alias for DragEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL DragEvent should be an alias for DragEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('DragEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL dragevent should be an alias for DragEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL dragevent should be an alias for DragEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('dragevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL DRAGEVENT should be an alias for DragEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL DRAGEVENT should be an alias for DragEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('DRAGEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;DragEvents&quot; 
</span><del>-FAIL ErrorEvent should be an alias for ErrorEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL ErrorEvent should be an alias for ErrorEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('ErrorEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL errorevent should be an alias for ErrorEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL errorevent should be an alias for ErrorEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('errorevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL ERROREVENT should be an alias for ErrorEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL ERROREVENT should be an alias for ErrorEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('ERROREVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;ErrorEvents&quot; 
</span><span class="cx"> PASS Event should be an alias for Event. 
</span><span class="lines">@@ -74,11 +74,11 @@
</span><span class="cx"> PASS createEvent('events') should be initialized correctly. 
</span><span class="cx"> PASS EVENTS should be an alias for Event. 
</span><span class="cx"> PASS createEvent('EVENTS') should be initialized correctly. 
</span><del>-FAIL FocusEvent should be an alias for FocusEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL FocusEvent should be an alias for FocusEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('FocusEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL focusevent should be an alias for FocusEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL focusevent should be an alias for FocusEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('focusevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL FOCUSEVENT should be an alias for FocusEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL FOCUSEVENT should be an alias for FocusEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('FOCUSEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;FocusEvents&quot; 
</span><span class="cx"> PASS HashChangeEvent should be an alias for HashChangeEvent. 
</span><span class="lines">@@ -94,11 +94,11 @@
</span><span class="cx"> PASS createEvent('htmlevents') should be initialized correctly. 
</span><span class="cx"> PASS HTMLEVENTS should be an alias for Event. 
</span><span class="cx"> PASS createEvent('HTMLEVENTS') should be initialized correctly. 
</span><del>-FAIL IDBVersionChangeEvent should be an alias for IDBVersionChangeEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL IDBVersionChangeEvent should be an alias for IDBVersionChangeEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('IDBVersionChangeEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL idbversionchangeevent should be an alias for IDBVersionChangeEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL idbversionchangeevent should be an alias for IDBVersionChangeEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('idbversionchangeevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL IDBVERSIONCHANGEEVENT should be an alias for IDBVersionChangeEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL IDBVERSIONCHANGEEVENT should be an alias for IDBVersionChangeEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('IDBVERSIONCHANGEEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;IDBVersionChangeEvents&quot; 
</span><span class="cx"> PASS KeyboardEvent should be an alias for KeyboardEvent. 
</span><span class="lines">@@ -128,25 +128,25 @@
</span><span class="cx"> PASS createEvent('mouseevents') should be initialized correctly. 
</span><span class="cx"> PASS MOUSEEVENTS should be an alias for MouseEvent. 
</span><span class="cx"> PASS createEvent('MOUSEEVENTS') should be initialized correctly. 
</span><del>-FAIL PageTransitionEvent should be an alias for PageTransitionEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL PageTransitionEvent should be an alias for PageTransitionEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('PageTransitionEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL pagetransitionevent should be an alias for PageTransitionEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL pagetransitionevent should be an alias for PageTransitionEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('pagetransitionevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL PAGETRANSITIONEVENT should be an alias for PageTransitionEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL PAGETRANSITIONEVENT should be an alias for PageTransitionEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('PAGETRANSITIONEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;PageTransitionEvents&quot; 
</span><del>-FAIL PopStateEvent should be an alias for PopStateEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL PopStateEvent should be an alias for PopStateEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('PopStateEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL popstateevent should be an alias for PopStateEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL popstateevent should be an alias for PopStateEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('popstateevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL POPSTATEEVENT should be an alias for PopStateEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL POPSTATEEVENT should be an alias for PopStateEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('POPSTATEEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;PopStateEvents&quot; 
</span><del>-FAIL ProgressEvent should be an alias for ProgressEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL ProgressEvent should be an alias for ProgressEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('ProgressEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL progressevent should be an alias for ProgressEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL progressevent should be an alias for ProgressEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('progressevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL PROGRESSEVENT should be an alias for ProgressEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL PROGRESSEVENT should be an alias for ProgressEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('PROGRESSEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;ProgressEvents&quot; 
</span><span class="cx"> PASS StorageEvent should be an alias for StorageEvent. 
</span><span class="lines">@@ -156,17 +156,17 @@
</span><span class="cx"> PASS STORAGEEVENT should be an alias for StorageEvent. 
</span><span class="cx"> PASS createEvent('STORAGEEVENT') should be initialized correctly. 
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;StorageEvents&quot; 
</span><del>-FAIL SVGEvents should be an alias for Event. NotSupportedError: DOM Exception 9
</del><ins>+FAIL SVGEvents should be an alias for Event. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('SVGEvents') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL svgevents should be an alias for Event. NotSupportedError: DOM Exception 9
</del><ins>+FAIL svgevents should be an alias for Event. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('svgevents') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL SVGEVENTS should be an alias for Event. NotSupportedError: DOM Exception 9
</del><ins>+FAIL SVGEVENTS should be an alias for Event. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('SVGEVENTS') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL SVGZoomEvent should be an alias for SVGZoomEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL SVGZoomEvent should be an alias for SVGZoomEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('SVGZoomEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL svgzoomevent should be an alias for SVGZoomEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL svgzoomevent should be an alias for SVGZoomEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('svgzoomevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL SVGZOOMEVENT should be an alias for SVGZoomEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL SVGZOOMEVENT should be an alias for SVGZoomEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('SVGZOOMEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS SVGZoomEvents should be an alias for SVGZoomEvent. 
</span><span class="cx"> PASS createEvent('SVGZoomEvents') should be initialized correctly. 
</span><span class="lines">@@ -181,25 +181,25 @@
</span><span class="cx"> FAIL TEXTEVENT should be an alias for CompositionEvent. assert_true: expected true got false
</span><span class="cx"> PASS createEvent('TEXTEVENT') should be initialized correctly. 
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;TextEvents&quot; 
</span><del>-FAIL TouchEvent should be an alias for TouchEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL TouchEvent should be an alias for TouchEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('TouchEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL touchevent should be an alias for TouchEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL touchevent should be an alias for TouchEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('touchevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL TOUCHEVENT should be an alias for TouchEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL TOUCHEVENT should be an alias for TouchEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('TOUCHEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;TouchEvents&quot; 
</span><del>-FAIL TrackEvent should be an alias for TrackEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL TrackEvent should be an alias for TrackEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('TrackEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL trackevent should be an alias for TrackEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL trackevent should be an alias for TrackEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('trackevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL TRACKEVENT should be an alias for TrackEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL TRACKEVENT should be an alias for TrackEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('TRACKEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;TrackEvents&quot; 
</span><del>-FAIL TransitionEvent should be an alias for TransitionEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL TransitionEvent should be an alias for TransitionEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('TransitionEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL transitionevent should be an alias for TransitionEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL transitionevent should be an alias for TransitionEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('transitionevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL TRANSITIONEVENT should be an alias for TransitionEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL TRANSITIONEVENT should be an alias for TransitionEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('TRANSITIONEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;TransitionEvents&quot; 
</span><span class="cx"> PASS UIEvent should be an alias for UIEvent. 
</span><span class="lines">@@ -214,11 +214,11 @@
</span><span class="cx"> PASS createEvent('uievents') should be initialized correctly. 
</span><span class="cx"> PASS UIEVENTS should be an alias for UIEvent. 
</span><span class="cx"> PASS createEvent('UIEVENTS') should be initialized correctly. 
</span><del>-FAIL WebGLContextEvent should be an alias for WebGLContextEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL WebGLContextEvent should be an alias for WebGLContextEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('WebGLContextEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL webglcontextevent should be an alias for WebGLContextEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL webglcontextevent should be an alias for WebGLContextEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('webglcontextevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><del>-FAIL WEBGLCONTEXTEVENT should be an alias for WebGLContextEvent. NotSupportedError: DOM Exception 9
</del><ins>+FAIL WEBGLCONTEXTEVENT should be an alias for WebGLContextEvent. The operation is not supported.
</ins><span class="cx"> FAIL createEvent('WEBGLCONTEXTEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
</span><span class="cx"> PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface &quot;WebGLContextEvents&quot; 
</span><span class="cx"> PASS WheelEvent should be an alias for WheelEvent. 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesElementclosestexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-closest-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-closest-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-closest-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -27,5 +27,5 @@
</span><span class="cx"> PASS Element.closest with context node 'test4' and selector ':scope' 
</span><span class="cx"> PASS Element.closest with context node 'test4' and selector 'select &gt; :scope' 
</span><span class="cx"> PASS Element.closest with context node 'test4' and selector 'div &gt; :scope' 
</span><del>-FAIL Element.closest with context node 'test4' and selector ':has(&gt; :scope)' SyntaxError: DOM Exception 12
</del><ins>+FAIL Element.closest with context node 'test4' and selector ':has(&gt; :scope)' The string did not match the expected pattern.
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesElementmatchesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-matches-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-matches-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Element-matches-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -44,10 +44,10 @@
</span><span class="cx"> PASS Detached Element.matches: Invalid pseudo-element: :::before 
</span><span class="cx"> FAIL Detached Element.matches: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">           root.matches(q)
</span><del>-        }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+        }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Detached Element.matches: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">           root.matches(q)
</span><del>-        }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+        }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> PASS Detached Element.matches: Invalid namespace: ^|div 
</span><span class="cx"> PASS Detached Element.matches: Invalid namespace: $|div 
</span><span class="cx"> PASS In-document Element.matches: Empty String:  
</span><span class="lines">@@ -82,10 +82,10 @@
</span><span class="cx"> PASS In-document Element.matches: Invalid pseudo-element: :::before 
</span><span class="cx"> FAIL In-document Element.matches: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">           root.matches(q)
</span><del>-        }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+        }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL In-document Element.matches: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">           root.matches(q)
</span><del>-        }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+        }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> PASS In-document Element.matches: Invalid namespace: ^|div 
</span><span class="cx"> PASS In-document Element.matches: Invalid namespace: $|div 
</span><span class="cx"> PASS In-document Element.matches: Type selector, matching html element (with no refNodes): html 
</span><span class="lines">@@ -572,8 +572,8 @@
</span><span class="cx"> PASS Fragment Element.matches: Syntax, group of selectors separator, whitespace before (with no refNodes): #group em        
</span><span class="cx"> ,#group strong 
</span><span class="cx"> PASS Fragment Element.matches: Syntax, group of selectors separator, no whitespace (with no refNodes): #group em,#group strong 
</span><del>-FAIL In-document Element.matches: Universal selector, matching all children of the specified reference element (with refNode Element): &gt;* SyntaxError: DOM Exception 12
-FAIL In-document Element.matches: Universal selector, matching all grandchildren of the specified reference element (with refNode Element): &gt;*&gt;* SyntaxError: DOM Exception 12
</del><ins>+FAIL In-document Element.matches: Universal selector, matching all children of the specified reference element (with refNode Element): &gt;* The string did not match the expected pattern.
+FAIL In-document Element.matches: Universal selector, matching all grandchildren of the specified reference element (with refNode Element): &gt;*&gt;* The string did not match the expected pattern.
</ins><span class="cx"> FAIL In-document Element.matches: Universal selector, matching all descendants of the specified reference element (with refNode Element): * assert_false: The element #universal should not match the selector. expected false got true
</span><span class="cx"> PASS In-document Element.matches: Attribute presence selector, matching align attribute with value (with refNode Element): .attr-presence-div1[align] 
</span><span class="cx"> PASS In-document Element.matches: Attribute presence selector, matching align attribute with empty value (with refNode Element): .attr-presence-div2[align] 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesParentNodequerySelectorAllexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -111,16 +111,16 @@
</span><span class="cx"> PASS Document.querySelectorAll: Invalid pseudo-element: :::before 
</span><span class="cx"> FAIL Document.querySelector: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Document.querySelectorAll: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Document.querySelector: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Document.querySelectorAll: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> PASS Document.querySelector: Invalid namespace: ^|div 
</span><span class="cx"> PASS Document.querySelectorAll: Invalid namespace: ^|div 
</span><span class="cx"> PASS Document.querySelector: Invalid namespace: $|div 
</span><span class="lines">@@ -187,16 +187,16 @@
</span><span class="cx"> PASS Detached Element.querySelectorAll: Invalid pseudo-element: :::before 
</span><span class="cx"> FAIL Detached Element.querySelector: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Detached Element.querySelectorAll: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Detached Element.querySelector: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Detached Element.querySelectorAll: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> PASS Detached Element.querySelector: Invalid namespace: ^|div 
</span><span class="cx"> PASS Detached Element.querySelectorAll: Invalid namespace: ^|div 
</span><span class="cx"> PASS Detached Element.querySelector: Invalid namespace: $|div 
</span><span class="lines">@@ -263,16 +263,16 @@
</span><span class="cx"> PASS Fragment.querySelectorAll: Invalid pseudo-element: :::before 
</span><span class="cx"> FAIL Fragment.querySelector: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Fragment.querySelectorAll: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Fragment.querySelector: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Fragment.querySelectorAll: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> PASS Fragment.querySelector: Invalid namespace: ^|div 
</span><span class="cx"> PASS Fragment.querySelectorAll: Invalid namespace: ^|div 
</span><span class="cx"> PASS Fragment.querySelector: Invalid namespace: $|div 
</span><span class="lines">@@ -339,16 +339,16 @@
</span><span class="cx"> PASS In-document Element.querySelectorAll: Invalid pseudo-element: :::before 
</span><span class="cx"> FAIL In-document Element.querySelector: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL In-document Element.querySelectorAll: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL In-document Element.querySelector: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL In-document Element.querySelectorAll: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> PASS In-document Element.querySelector: Invalid namespace: ^|div 
</span><span class="cx"> PASS In-document Element.querySelectorAll: Invalid namespace: ^|div 
</span><span class="cx"> PASS In-document Element.querySelector: Invalid namespace: $|div 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesParentNodequerySelectorAllxhtexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-xht-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-xht-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ParentNode-querySelector-All-xht-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -111,16 +111,16 @@
</span><span class="cx"> PASS Document.querySelectorAll: Invalid pseudo-element: :::before 
</span><span class="cx"> FAIL Document.querySelector: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Document.querySelectorAll: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Document.querySelector: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Document.querySelectorAll: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> PASS Document.querySelector: Invalid namespace: ^|div 
</span><span class="cx"> PASS Document.querySelectorAll: Invalid namespace: ^|div 
</span><span class="cx"> PASS Document.querySelector: Invalid namespace: $|div 
</span><span class="lines">@@ -187,16 +187,16 @@
</span><span class="cx"> PASS Detached Element.querySelectorAll: Invalid pseudo-element: :::before 
</span><span class="cx"> FAIL Detached Element.querySelector: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Detached Element.querySelectorAll: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Detached Element.querySelector: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Detached Element.querySelectorAll: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> PASS Detached Element.querySelector: Invalid namespace: ^|div 
</span><span class="cx"> PASS Detached Element.querySelectorAll: Invalid namespace: ^|div 
</span><span class="cx"> PASS Detached Element.querySelector: Invalid namespace: $|div 
</span><span class="lines">@@ -263,16 +263,16 @@
</span><span class="cx"> PASS Fragment.querySelectorAll: Invalid pseudo-element: :::before 
</span><span class="cx"> FAIL Fragment.querySelector: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Fragment.querySelectorAll: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Fragment.querySelector: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL Fragment.querySelectorAll: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> PASS Fragment.querySelector: Invalid namespace: ^|div 
</span><span class="cx"> PASS Fragment.querySelectorAll: Invalid namespace: ^|div 
</span><span class="cx"> PASS Fragment.querySelector: Invalid namespace: $|div 
</span><span class="lines">@@ -339,16 +339,16 @@
</span><span class="cx"> PASS In-document Element.querySelectorAll: Invalid pseudo-element: :::before 
</span><span class="cx"> FAIL In-document Element.querySelector: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL In-document Element.querySelectorAll: Undeclared namespace: ns|div assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL In-document Element.querySelector: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelector(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> FAIL In-document Element.querySelectorAll: Undeclared namespace: :not(ns|div) assert_throws: function &quot;function () {
</span><span class="cx">         root.querySelectorAll(q)
</span><del>-      }&quot; threw object &quot;Error: NamespaceError: DOM Exception 14&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</del><ins>+      }&quot; threw object &quot;NamespaceError (DOM Exception 14): The operation is not a...&quot; that is not a DOMException SyntaxError: property &quot;code&quot; is equal to 14, expected 12
</ins><span class="cx"> PASS In-document Element.querySelector: Invalid namespace: ^|div 
</span><span class="cx"> PASS In-document Element.querySelectorAll: Invalid namespace: ^|div 
</span><span class="cx"> PASS In-document Element.querySelector: Invalid namespace: $|div 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomnodesinsertadjacentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/insert-adjacent-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/insert-adjacent-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/nodes/insert-adjacent-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -12,8 +12,8 @@
</span><span class="cx"> PASS invalid caller object insertAdjacentElement 
</span><span class="cx"> PASS invalid caller object insertAdjacentText 
</span><span class="cx"> FAIL invalid syntax for insertAdjacentElement assert_throws: function &quot;function () {
</span><del>-    el.insertAdjacentElement('heeeee', div)...&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; that is not a DOMException SYNTAX_ERR: property &quot;code&quot; is equal to 9, expected 12
</del><ins>+    el.insertAdjacentElement('heeeee', div)...&quot; threw object &quot;NotSupportedError (DOM Exception 9): The operation is not...&quot; that is not a DOMException SYNTAX_ERR: property &quot;code&quot; is equal to 9, expected 12
</ins><span class="cx"> FAIL invalid syntax for insertAdjacentText assert_throws: function &quot;function () {
</span><del>-    el.insertAdjacentText('hoooo', 'magret ...&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; that is not a DOMException SYNTAX_ERR: property &quot;code&quot; is equal to 9, expected 12
</del><ins>+    el.insertAdjacentText('hoooo', 'magret ...&quot; threw object &quot;NotSupportedError (DOM Exception 9): The operation is not...&quot; that is not a DOMException SYNTAX_ERR: property &quot;code&quot; is equal to 9, expected 12
</ins><span class="cx"> PASS insertAdjacentText should return null 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomparsingcreateContextualFragmentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/createContextualFragment-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/createContextualFragment-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/domparsing/createContextualFragment-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx"> PASS &lt;html&gt; and &lt;body&gt; must work the same, 1 
</span><span class="cx"> PASS &lt;html&gt; and &lt;body&gt; must work the same, 2 
</span><span class="cx"> PASS Implicit &lt;body&gt; creation 
</span><del>-FAIL Namespace generally shouldn't matter NotSupportedError: DOM Exception 9
-FAIL &lt;html&gt; in a different namespace shouldn't be special NotSupportedError: DOM Exception 9
</del><ins>+FAIL Namespace generally shouldn't matter The operation is not supported.
+FAIL &lt;html&gt; in a different namespace shouldn't be special The operation is not supported.
</ins><span class="cx"> PASS null should be stringified 
</span><span class="cx"> PASS undefined should be stringified 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -180,7 +180,7 @@
</span><span class="cx"> PASS Document interface: iframe.contentDocument must inherit property &quot;createEvent&quot; with the proper type (24) 
</span><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">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;NotSupportedError (DOM Exception 9): The operation is not...&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Document interface: iframe.contentDocument must inherit property &quot;createRange&quot; with the proper type (25) 
</span><span class="cx"> PASS Document interface: iframe.contentDocument must inherit property &quot;createNodeIterator&quot; with the proper type (26) 
</span><span class="cx"> PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on iframe.contentDocument with too few arguments must throw TypeError 
</span><span class="lines">@@ -410,7 +410,7 @@
</span><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;insertBefore&quot; with the proper type (40) 
</span><span class="cx"> FAIL Node interface: calling insertBefore(Node,Node) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: HierarchyRequestError: DOM Exception 3&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;HierarchyRequestError (DOM Exception 3): The operation wo...&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;appendChild&quot; with the proper type (41) 
</span><span class="cx"> PASS Node interface: calling appendChild(Node) on iframe.contentDocument with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;replaceChild&quot; with the proper type (42) 
</span><span class="lines">@@ -486,7 +486,7 @@
</span><span class="cx"> PASS Document interface: new Document() must inherit property &quot;createEvent&quot; with the proper type (24) 
</span><span class="cx"> FAIL Document interface: calling createEvent(DOMString) on new Document() with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;NotSupportedError (DOM Exception 9): The operation is not...&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Document interface: new Document() must inherit property &quot;createRange&quot; with the proper type (25) 
</span><span class="cx"> PASS Document interface: new Document() must inherit property &quot;createNodeIterator&quot; with the proper type (26) 
</span><span class="cx"> PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on new Document() with too few arguments must throw TypeError 
</span><span class="lines">@@ -716,7 +716,7 @@
</span><span class="cx"> PASS Node interface: new Document() must inherit property &quot;insertBefore&quot; with the proper type (40) 
</span><span class="cx"> FAIL Node interface: calling insertBefore(Node,Node) on new Document() with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: HierarchyRequestError: DOM Exception 3&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;HierarchyRequestError (DOM Exception 3): The operation wo...&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Node interface: new Document() must inherit property &quot;appendChild&quot; with the proper type (41) 
</span><span class="cx"> PASS Node interface: calling appendChild(Node) on new Document() with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: new Document() must inherit property &quot;replaceChild&quot; with the proper type (42) 
</span><span class="lines">@@ -795,7 +795,7 @@
</span><span class="cx"> PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createEvent&quot; with the proper type (24) 
</span><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">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;NotSupportedError (DOM Exception 9): The operation is not...&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createRange&quot; with the proper type (25) 
</span><span class="cx"> PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createNodeIterator&quot; with the proper type (26) 
</span><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><span class="lines">@@ -1025,7 +1025,7 @@
</span><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;insertBefore&quot; with the proper type (40) 
</span><span class="cx"> FAIL Node interface: calling insertBefore(Node,Node) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: HierarchyRequestError: DOM Exception 3&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;HierarchyRequestError (DOM Exception 3): The operation wo...&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;appendChild&quot; with the proper type (41) 
</span><span class="cx"> PASS Node interface: calling appendChild(Node) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;replaceChild&quot; with the proper type (42) 
</span><span class="lines">@@ -2700,7 +2700,7 @@
</span><span class="cx"> PASS HTMLTableElement interface: document.createElement(&quot;table&quot;) must inherit property &quot;deleteRow&quot; with the proper type (13) 
</span><span class="cx"> FAIL HTMLTableElement interface: calling deleteRow(long) on document.createElement(&quot;table&quot;) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the...&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> FAIL HTMLTableElement interface: document.createElement(&quot;table&quot;) must inherit property &quot;sortable&quot; with the proper type (14) assert_inherits: property &quot;sortable&quot; not found in prototype chain
</span><span class="cx"> FAIL HTMLTableElement interface: document.createElement(&quot;table&quot;) must inherit property &quot;stopSorting&quot; with the proper type (15) assert_inherits: property &quot;stopSorting&quot; not found in prototype chain
</span><span class="cx"> PASS HTMLTableElement interface: document.createElement(&quot;table&quot;) must inherit property &quot;align&quot; with the proper type (16) 
</span><span class="lines">@@ -2768,7 +2768,7 @@
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tbody&quot;) must inherit property &quot;deleteRow&quot; with the proper type (2) 
</span><span class="cx"> FAIL HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement(&quot;tbody&quot;) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the...&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tbody&quot;) must inherit property &quot;align&quot; with the proper type (3) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tbody&quot;) must inherit property &quot;ch&quot; with the proper type (4) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tbody&quot;) must inherit property &quot;chOff&quot; with the proper type (5) 
</span><span class="lines">@@ -2781,7 +2781,7 @@
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;thead&quot;) must inherit property &quot;deleteRow&quot; with the proper type (2) 
</span><span class="cx"> FAIL HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement(&quot;thead&quot;) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the...&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;thead&quot;) must inherit property &quot;align&quot; with the proper type (3) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;thead&quot;) must inherit property &quot;ch&quot; with the proper type (4) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;thead&quot;) must inherit property &quot;chOff&quot; with the proper type (5) 
</span><span class="lines">@@ -2794,7 +2794,7 @@
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tfoot&quot;) must inherit property &quot;deleteRow&quot; with the proper type (2) 
</span><span class="cx"> FAIL HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement(&quot;tfoot&quot;) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the...&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tfoot&quot;) must inherit property &quot;align&quot; with the proper type (3) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tfoot&quot;) must inherit property &quot;ch&quot; with the proper type (4) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tfoot&quot;) must inherit property &quot;chOff&quot; with the proper type (5) 
</span><span class="lines">@@ -2824,7 +2824,7 @@
</span><span class="cx"> PASS HTMLTableRowElement interface: document.createElement(&quot;tr&quot;) must inherit property &quot;deleteCell&quot; with the proper type (4) 
</span><span class="cx"> FAIL HTMLTableRowElement interface: calling deleteCell(long) on document.createElement(&quot;tr&quot;) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the...&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS HTMLTableRowElement interface: document.createElement(&quot;tr&quot;) must inherit property &quot;align&quot; with the proper type (5) 
</span><span class="cx"> PASS HTMLTableRowElement interface: document.createElement(&quot;tr&quot;) must inherit property &quot;ch&quot; with the proper type (6) 
</span><span class="cx"> PASS HTMLTableRowElement interface: document.createElement(&quot;tr&quot;) must inherit property &quot;chOff&quot; with the proper type (7) 
</span><span class="lines">@@ -5586,7 +5586,7 @@
</span><span class="cx"> PASS Window interface: window must inherit property &quot;postMessage&quot; with the proper type (35) 
</span><span class="cx"> FAIL Window interface: calling postMessage(any,DOMString,[object Object]) on window with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: SyntaxError: DOM Exception 12&quot; (&quot;SyntaxError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;SyntaxError (DOM Exception 12): The string did not match ...&quot; (&quot;SyntaxError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Window interface: window must inherit property &quot;captureEvents&quot; with the proper type (36) 
</span><span class="cx"> PASS Window interface: window must inherit property &quot;releaseEvents&quot; with the proper type (37) 
</span><span class="cx"> PASS Window interface: window must inherit property &quot;onabort&quot; with the proper type (38) 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsembeddedcontentmediaelementsvolume_nonfiniteexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/volume_nonfinite-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/volume_nonfinite-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/volume_nonfinite-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,17 +4,17 @@
</span><span class="cx">       }&quot; did not throw
</span><span class="cx"> FAIL Setting audio.volume to Infinity should throw a TypeError assert_throws: function &quot;function () {
</span><span class="cx">         el.volume = aValue;
</span><del>-      }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+      }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the...&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> FAIL Setting audio.volume to -Infinity should throw a TypeError assert_throws: function &quot;function () {
</span><span class="cx">         el.volume = aValue;
</span><del>-      }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+      }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the...&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> FAIL Setting video.volume to NaN should throw a TypeError assert_throws: function &quot;function () {
</span><span class="cx">         el.volume = aValue;
</span><span class="cx">       }&quot; did not throw
</span><span class="cx"> FAIL Setting video.volume to Infinity should throw a TypeError assert_throws: function &quot;function () {
</span><span class="cx">         el.volume = aValue;
</span><del>-      }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+      }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the...&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> FAIL Setting video.volume to -Infinity should throw a TypeError assert_throws: function &quot;function () {
</span><span class="cx">         el.volume = aValue;
</span><del>-      }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+      }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the...&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementmonthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> FAIL When value attribute has two digits year value, the value,which is invalid, must return empty string. assert_equals: expected &quot;&quot; but got &quot;13-06&quot;
</span><span class="cx"> FAIL When value is set with invalid value, the value must return empty string. assert_equals: expected &quot;&quot; but got &quot;invalid value&quot;
</span><span class="cx"> FAIL When value is given invalid value to non-empty valid string, the value must be same as before. assert_equals: expected &quot;2013-05&quot; but got &quot;invalid value&quot;
</span><del>-FAIL When step attribute is given invalid value, it must ignore the invalid value and use defaul value instead. InvalidStateError: DOM Exception 11
</del><ins>+FAIL When step attribute is given invalid value, it must ignore the invalid value and use defaul value instead. The object is in an invalid state.
</ins><span class="cx"> FAIL Month should be &lt;= 13: If the value of the element is not a valid month string, then set it to the empty string instead. assert_equals: expected &quot;&quot; but got &quot;2013-13&quot;
</span><span class="cx"> FAIL Month should be &gt; 0: If the value of the element is not a valid month string, then set it to the empty string instead.&gt; assert_equals: expected &quot;&quot; but got &quot;2013-00&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementrangeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/range-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/range-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/range-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -21,6 +21,6 @@
</span><span class="cx"> PASS Solving the step mismatch 
</span><span class="cx"> PASS Performing stepUp() 
</span><span class="cx"> PASS Performing stepDown() 
</span><del>-FAIL Performing stepUp() beyond the value of the max attribute InvalidStateError: DOM Exception 11
-FAIL Performing stepDown() beyond the value of the min attribute InvalidStateError: DOM Exception 11
</del><ins>+FAIL Performing stepUp() beyond the value of the max attribute The object is in an invalid state.
+FAIL Performing stepDown() beyond the value of the min attribute The object is in an invalid state.
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformstheinputelementtimeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,26 +11,26 @@
</span><span class="cx"> PASS step attribute support on input element 
</span><span class="cx"> PASS stepUp function support on input Element 
</span><span class="cx"> PASS stepDown function support on input Element 
</span><del>-FAIL stepUp step value empty on default step value  InvalidStateError: DOM Exception 11
-FAIL stepDown step value empty default step value InvalidStateError: DOM Exception 11
-FAIL stepUp on step value minus InvalidStateError: DOM Exception 11
-FAIL stepDown on step value minus InvalidStateError: DOM Exception 11
-FAIL stepUp on step value zero  InvalidStateError: DOM Exception 11
-FAIL stepDown on step value zero  InvalidStateError: DOM Exception 11
-FAIL stepUp on step value 24 hour InvalidStateError: DOM Exception 11
-FAIL stepDown on step value 24 hour  InvalidStateError: DOM Exception 11
-FAIL stepUp on step value hour   InvalidStateError: DOM Exception 11
-FAIL stepDown on step value hour  InvalidStateError: DOM Exception 11
-FAIL stepUp on step value second  InvalidStateError: DOM Exception 11
-FAIL stepDown on step value second  InvalidStateError: DOM Exception 11
-FAIL stepUp on step value miri second  InvalidStateError: DOM Exception 11
-FAIL stepDown on step value miri second  InvalidStateError: DOM Exception 11
-FAIL stepUp argment 2 times InvalidStateError: DOM Exception 11
-FAIL stepDown argment 2 times InvalidStateError: DOM Exception 11
-FAIL stepUp stop because it exceeds the maximum value InvalidStateError: DOM Exception 11
-FAIL stepDown Stop so lower than the minimum value InvalidStateError: DOM Exception 11
-FAIL stop at border on stepUp InvalidStateError: DOM Exception 11
-FAIL stop at border on stepDown InvalidStateError: DOM Exception 11
-FAIL  empty value of stepUp InvalidStateError: DOM Exception 11
</del><ins>+FAIL stepUp step value empty on default step value  The object is in an invalid state.
+FAIL stepDown step value empty default step value The object is in an invalid state.
+FAIL stepUp on step value minus The object is in an invalid state.
+FAIL stepDown on step value minus The object is in an invalid state.
+FAIL stepUp on step value zero  The object is in an invalid state.
+FAIL stepDown on step value zero  The object is in an invalid state.
+FAIL stepUp on step value 24 hour The object is in an invalid state.
+FAIL stepDown on step value 24 hour  The object is in an invalid state.
+FAIL stepUp on step value hour   The object is in an invalid state.
+FAIL stepDown on step value hour  The object is in an invalid state.
+FAIL stepUp on step value second  The object is in an invalid state.
+FAIL stepDown on step value second  The object is in an invalid state.
+FAIL stepUp on step value miri second  The object is in an invalid state.
+FAIL stepDown on step value miri second  The object is in an invalid state.
+FAIL stepUp argment 2 times The object is in an invalid state.
+FAIL stepDown argment 2 times The object is in an invalid state.
+FAIL stepUp stop because it exceeds the maximum value The object is in an invalid state.
+FAIL stepDown Stop so lower than the minimum value The object is in an invalid state.
+FAIL stop at border on stepUp The object is in an invalid state.
+FAIL stop at border on stepDown The object is in an invalid state.
+FAIL  empty value of stepUp The object is in an invalid state.
</ins><span class="cx"> FAIL set value on not time format value assert_equals: expected &quot;&quot; but got &quot;hh:mi:ss.sss&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsformsthemeterelementmeterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/meter-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/meter-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-meter-element/meter-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> 
</span><span class="cx"> PASS Default values 
</span><span class="cx"> PASS Setting values to min, max, low, high and optimum 
</span><del>-FAIL Invalid floating-point number values NotSupportedError: DOM Exception 9
</del><ins>+FAIL Invalid floating-point number values The operation is not supported.
</ins><span class="cx"> PASS max &lt; min 
</span><span class="cx"> PASS value &lt; min 
</span><span class="cx"> PASS value &gt; max 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmlsemanticsinterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -292,5 +292,5 @@
</span><span class="cx"> PASS Interfaces for WBR 
</span><span class="cx"> PASS Interfaces for xmp 
</span><span class="cx"> PASS Interfaces for XMP 
</span><del>-FAIL Interfaces for Ã¥-bar InvalidCharacterError: DOM Exception 5
</del><ins>+FAIL Interfaces for Ã¥-bar The string contains invalid characters.
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsinspectordebuggercommandlineapiexceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/inspector/debugger/command-line-api-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/inspector/debugger/command-line-api-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/inspector/debugger/command-line-api-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> CONSOLE MESSAGE: line 4: TypeError: undefined is not an object (evaluating '[].x.x')
</span><span class="cx"> CONSOLE MESSAGE: line 10: ReferenceError: Can't find variable: variableThatDoesNotExist
</span><span class="cx"> CONSOLE MESSAGE: line 16: SyntaxError: Unexpected token ')'
</span><del>-CONSOLE MESSAGE: line 22: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 22: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> CONSOLE MESSAGE: line 27: thrown string
</span><span class="cx"> CONSOLE MESSAGE: line 32: 123.456
</span><span class="cx"> CONSOLE MESSAGE: line 37: null
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> $exception =&gt; SyntaxError: Unexpected token ')'
</span><span class="cx"> 
</span><span class="cx"> -- Running test case: UncaughtDOMException
</span><del>-$exception =&gt; Error: IndexSizeError: DOM Exception 1
</del><ins>+$exception =&gt; IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> 
</span><span class="cx"> -- Running test case: UncaughtString
</span><span class="cx"> $exception =&gt; thrown string
</span></span></pre></div>
<a id="trunkLayoutTestsinspectordebuggerregress133182expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/inspector/debugger/regress-133182-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/inspector/debugger/regress-133182-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/inspector/debugger/regress-133182-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> CONSOLE MESSAGE: line 69: [3] Resumed
</span><span class="cx"> CONSOLE MESSAGE: line 61: [3] Paused after stepping
</span><span class="cx"> CONSOLE MESSAGE: line 69: [3] Resumed
</span><del>-CONSOLE MESSAGE: line 8: NotFoundError: DOM Exception 8: The object can not be found here.
</del><ins>+CONSOLE MESSAGE: line 8: NotFoundError (DOM Exception 8): The object can not be found here.
</ins><span class="cx"> CONSOLE MESSAGE: line 56: [4] Testing statement 'exceptionInHostFunction();'
</span><span class="cx"> CONSOLE MESSAGE: line 57: [4] Paused and about to step
</span><span class="cx"> CONSOLE MESSAGE: line 69: [4] Resumed
</span></span></pre></div>
<a id="trunkLayoutTestsinspectordebuggerresourcesexceptionsjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/inspector/debugger/resources/exceptions.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/inspector/debugger/resources/exceptions.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/inspector/debugger/resources/exceptions.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx"> 
</span><span class="cx"> function triggerUncaughtDOMException()
</span><span class="cx"> {
</span><del>-    // Error: IndexSizeError: DOM Exception 1
</del><ins>+    // IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx">     document.createTextNode(&quot;&quot;).splitText(100);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsinspectordebuggersetPauseOnExceptionsallexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-all-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-all-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-all-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> CONSOLE MESSAGE: line 1: caught inline: {&quot;line&quot;:1,&quot;column&quot;:36}
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;line&quot;:3,&quot;column&quot;:11,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</span><del>-CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;code&quot;:8,&quot;name&quot;:&quot;NotFoundError&quot;,&quot;message&quot;:&quot;NotFoundError: DOM Exception 8&quot;,&quot;line&quot;:8,&quot;column&quot;:30,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</del><ins>+CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;code&quot;:8,&quot;name&quot;:&quot;NotFoundError&quot;,&quot;message&quot;:&quot;The object can not be found here.&quot;,&quot;line&quot;:8,&quot;column&quot;:30,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</ins><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: &quot;exception in host function&quot;
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: &quot;exception string&quot;
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;line&quot;:1,&quot;column&quot;:61}
</span><span class="cx"> CONSOLE MESSAGE: line 1: TypeError: undefined is not an object (evaluating '({}).a.b')
</span><span class="cx"> CONSOLE MESSAGE: line 3: TypeError: undefined is not an object (evaluating '({}).a.b')
</span><del>-CONSOLE MESSAGE: line 8: NotFoundError: DOM Exception 8: The object can not be found here.
</del><ins>+CONSOLE MESSAGE: line 8: NotFoundError (DOM Exception 8): The object can not be found here.
</ins><span class="cx"> CONSOLE MESSAGE: line 24: exception in host function
</span><span class="cx"> CONSOLE MESSAGE: line 13: exception string
</span><span class="cx"> CONSOLE MESSAGE: line 18: [object Object]
</span></span></pre></div>
<a id="trunkLayoutTestsinspectordebuggersetPauseOnExceptionsnoneexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-none-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-none-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-none-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,11 +1,11 @@
</span><span class="cx"> CONSOLE MESSAGE: line 1: caught inline: {&quot;line&quot;:1,&quot;column&quot;:36}
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;line&quot;:3,&quot;column&quot;:11,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</span><del>-CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;code&quot;:8,&quot;name&quot;:&quot;NotFoundError&quot;,&quot;message&quot;:&quot;NotFoundError: DOM Exception 8&quot;,&quot;line&quot;:8,&quot;column&quot;:30,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</del><ins>+CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;code&quot;:8,&quot;name&quot;:&quot;NotFoundError&quot;,&quot;message&quot;:&quot;The object can not be found here.&quot;,&quot;line&quot;:8,&quot;column&quot;:30,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</ins><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: &quot;exception in host function&quot;
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: &quot;exception string&quot;
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;line&quot;:1,&quot;column&quot;:61}
</span><span class="cx"> CONSOLE MESSAGE: line 3: TypeError: undefined is not an object (evaluating '({}).a.b')
</span><del>-CONSOLE MESSAGE: line 8: NotFoundError: DOM Exception 8: The object can not be found here.
</del><ins>+CONSOLE MESSAGE: line 8: NotFoundError (DOM Exception 8): The object can not be found here.
</ins><span class="cx"> CONSOLE MESSAGE: line 24: exception in host function
</span><span class="cx"> CONSOLE MESSAGE: line 13: exception string
</span><span class="cx"> CONSOLE MESSAGE: line 18: [object Object]
</span></span></pre></div>
<a id="trunkLayoutTestsinspectordebuggersetPauseOnExceptionsuncaughtexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-uncaught-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-uncaught-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/inspector/debugger/setPauseOnExceptions-uncaught-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> CONSOLE MESSAGE: line 1: caught inline: {&quot;line&quot;:1,&quot;column&quot;:36}
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;line&quot;:3,&quot;column&quot;:11,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</span><del>-CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;code&quot;:8,&quot;name&quot;:&quot;NotFoundError&quot;,&quot;message&quot;:&quot;NotFoundError: DOM Exception 8&quot;,&quot;line&quot;:8,&quot;column&quot;:30,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</del><ins>+CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;code&quot;:8,&quot;name&quot;:&quot;NotFoundError&quot;,&quot;message&quot;:&quot;The object can not be found here.&quot;,&quot;line&quot;:8,&quot;column&quot;:30,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</ins><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: &quot;exception in host function&quot;
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: &quot;exception string&quot;
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;line&quot;:1,&quot;column&quot;:61}
</span><span class="cx"> CONSOLE MESSAGE: line 1: TypeError: undefined is not an object (evaluating '({}).a.b')
</span><span class="cx"> CONSOLE MESSAGE: line 3: TypeError: undefined is not an object (evaluating '({}).a.b')
</span><del>-CONSOLE MESSAGE: line 8: NotFoundError: DOM Exception 8: The object can not be found here.
</del><ins>+CONSOLE MESSAGE: line 8: NotFoundError (DOM Exception 8): The object can not be found here.
</ins><span class="cx"> CONSOLE MESSAGE: line 24: exception in host function
</span><span class="cx"> CONSOLE MESSAGE: line 13: exception string
</span><span class="cx"> CONSOLE MESSAGE: line 18: [object Object]
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx"> CONSOLE MESSAGE: line 18: Error: error message
</span><span class="cx"> CONSOLE MESSAGE: line 1: caught inline: {&quot;line&quot;:1,&quot;column&quot;:36}
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;line&quot;:3,&quot;column&quot;:11,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</span><del>-CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;code&quot;:8,&quot;name&quot;:&quot;NotFoundError&quot;,&quot;message&quot;:&quot;NotFoundError: DOM Exception 8&quot;,&quot;line&quot;:8,&quot;column&quot;:30,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</del><ins>+CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;code&quot;:8,&quot;name&quot;:&quot;NotFoundError&quot;,&quot;message&quot;:&quot;The object can not be found here.&quot;,&quot;line&quot;:8,&quot;column&quot;:30,&quot;sourceURL&quot;:&quot;exception.js&quot;}
</ins><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: &quot;exception in host function&quot;
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: &quot;exception string&quot;
</span><span class="cx"> CONSOLE MESSAGE: line 38: catchNested caught exception: {&quot;line&quot;:1,&quot;column&quot;:61}
</span></span></pre></div>
<a id="trunkLayoutTestsinspectormodelremoteobjectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/inspector/model/remote-object-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/inspector/model/remote-object-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/inspector/model/remote-object-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2384,12 +2384,12 @@
</span><span class="cx">   &quot;_type&quot;: &quot;object&quot;,
</span><span class="cx">   &quot;_subtype&quot;: &quot;error&quot;,
</span><span class="cx">   &quot;_objectId&quot;: &quot;&lt;filtered&gt;&quot;,
</span><del>-  &quot;_description&quot;: &quot;Error: IndexSizeError: DOM Exception 1&quot;,
</del><ins>+  &quot;_description&quot;: &quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;,
</ins><span class="cx">   &quot;_preview&quot;: {
</span><span class="cx">     &quot;_listeners&quot;: null,
</span><span class="cx">     &quot;_type&quot;: &quot;object&quot;,
</span><span class="cx">     &quot;_subtype&quot;: &quot;error&quot;,
</span><del>-    &quot;_description&quot;: &quot;Error: IndexSizeError: DOM Exception 1&quot;,
</del><ins>+    &quot;_description&quot;: &quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;,
</ins><span class="cx">     &quot;_lossless&quot;: false,
</span><span class="cx">     &quot;_overflow&quot;: true,
</span><span class="cx">     &quot;_properties&quot;: [
</span></span></pre></div>
<a id="trunkLayoutTestsjsdomdfgcustomgetterthrowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/dom/dfg-custom-getter-throw-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/dom/dfg-custom-getter-throw-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/js/dom/dfg-custom-getter-throw-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -103,106 +103,106 @@
</span><span class="cx"> PASS bar(i &gt;= 100) is &quot;Returned result: &quot;
</span><span class="cx"> PASS bar(i &gt;= 100) is &quot;Returned result: &quot;
</span><span class="cx"> PASS bar(i &gt;= 100) is &quot;Returned result: &quot;
</span><del>-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
-PASS bar(i &gt;= 100) is &quot;Threw exception: Error: InvalidStateError: DOM Exception 11&quot;
</del><ins>+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
+PASS bar(i &gt;= 100) is &quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot;
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsjsdomreflectsetontodomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/dom/reflect-set-onto-dom-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/dom/reflect-set-onto-dom-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/js/dom/reflect-set-onto-dom-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx"> PASS Reflect.get(document.body.dataset, &quot;cocoa&quot;) is &quot;cappuccino&quot;
</span><span class="cx"> PASS Reflect.set(document.body.dataset, &quot;cocoa&quot;, &quot;sweet&quot;) is true
</span><span class="cx"> PASS Reflect.get(document.body.dataset, &quot;cocoa&quot;) is &quot;sweet&quot;
</span><del>-PASS Reflect.set(document.body.dataset, &quot;cocoa-cappuccino&quot;, &quot;sweet&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS Reflect.set(document.body.dataset, &quot;cocoa-cappuccino&quot;, &quot;sweet&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS Reflect.set(document.body.dataset, 0, &quot;sweet&quot;) is true
</span><span class="cx"> PASS Reflect.get(document.body.dataset, 0) is &quot;sweet&quot;
</span><span class="cx"> DOMStringMap ignores the receiver. These putDelegate only work with ::put (not ::defineOwnProperty). So they behave as the special setter, we should not fallback to the OrdinarySet.
</span><span class="lines">@@ -110,7 +110,7 @@
</span><span class="cx"> PASS Reflect.get(select, &quot;length&quot;) is 42
</span><span class="cx"> PASS Reflect.set(select, 44, option2) is true
</span><span class="cx"> PASS Reflect.get(select, 44).value is &quot;kilimanjaro&quot;
</span><del>-PASS Reflect.set(select, 20, &quot;Kilimanjaro&quot;) threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS Reflect.set(select, 20, &quot;Kilimanjaro&quot;) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> CustomIndexedSetter ignores the receiver. These methods only work with ::put (not ::defineOwnProperty). So they behave as the special setter, we should not fallback to the OrdinarySet.
</span><span class="cx"> PASS Reflect.set(select, 0, option3, receiver) is true
</span><span class="cx"> PASS Reflect.get(receiver, 0) is undefined
</span></span></pre></div>
<a id="trunkLayoutTestsjsdomscripttestsdfgcustomgetterthrowinlinedjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/dom/script-tests/dfg-custom-getter-throw-inlined.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/dom/script-tests/dfg-custom-getter-throw-inlined.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/js/dom/script-tests/dfg-custom-getter-throw-inlined.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> silentTestPass = true;
</span><span class="cx"> 
</span><span class="cx"> for (var i = 0; i &lt; 200; i = dfgIncrement({f:baz, i:i + 1, n:50})) {
</span><del>-    shouldBe(&quot;bar(i &gt;= 100)&quot;, i &gt;= 100 ? &quot;\&quot;Threw exception: Error: InvalidStateError: DOM Exception 11\&quot;&quot; : &quot;\&quot;Returned result: \&quot;&quot;);
</del><ins>+    shouldBe(&quot;bar(i &gt;= 100)&quot;, i &gt;= 100 ? &quot;\&quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.\&quot;&quot; : &quot;\&quot;Returned result: \&quot;&quot;);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsjsdomscripttestsdfgcustomgetterthrowjs"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/dom/script-tests/dfg-custom-getter-throw.js (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/dom/script-tests/dfg-custom-getter-throw.js        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/js/dom/script-tests/dfg-custom-getter-throw.js        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> for (var i = 0; i &lt; 200; ++i) {
</span><del>-    shouldBe(&quot;bar(i &gt;= 100)&quot;, i &gt;= 100 ? &quot;\&quot;Threw exception: Error: InvalidStateError: DOM Exception 11\&quot;&quot; : &quot;\&quot;Returned result: \&quot;&quot;);
</del><ins>+    shouldBe(&quot;bar(i &gt;= 100)&quot;, i &gt;= 100 ? &quot;\&quot;Threw exception: InvalidStateError (DOM Exception 11): The object is in an invalid state.\&quot;&quot; : &quot;\&quot;Returned result: \&quot;&quot;);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsloaderstateobjectspushstatesizeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/loader/stateobjects/pushstate-size-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/loader/stateobjects/pushstate-size-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/loader/stateobjects/pushstate-size-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -20,5 +20,5 @@
</span><span class="cx"> Successfully added item: 18 times
</span><span class="cx"> Successfully added item: 19 times
</span><span class="cx"> Successfully added item: 20 times
</span><del>-User gesture: Error: QuotaExceededError: DOM Exception 22
</del><ins>+User gesture: QuotaExceededError (DOM Exception 22): Attempt to store more data than allowed using history.pushState()
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsloaderstateobjectspushstatesizeiframeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/loader/stateobjects/pushstate-size-iframe-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/loader/stateobjects/pushstate-size-iframe-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/loader/stateobjects/pushstate-size-iframe-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -26,5 +26,5 @@
</span><span class="cx"> iFrame successfully added item: 8 times
</span><span class="cx"> iFrame successfully added item: 9 times
</span><span class="cx"> iFrame successfully added item: 10 times
</span><del>-Expected exception: Error: QuotaExceededError: DOM Exception 22
</del><ins>+Expected exception: QuotaExceededError (DOM Exception 22): Attempt to store more data than allowed using history.pushState()
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsloaderstateobjectsreplacestatesizeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/loader/stateobjects/replacestate-size-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/loader/stateobjects/replacestate-size-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/loader/stateobjects/replacestate-size-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -4,5 +4,5 @@
</span><span class="cx"> Replacing the last state object with one that should fit
</span><span class="cx"> It fit
</span><span class="cx"> Replacing the last state object with one that should not fit
</span><del>-Expected exception replacing the last state object: Error: QuotaExceededError: DOM Exception 22
</del><ins>+Expected exception replacing the last state object: QuotaExceededError (DOM Exception 22): Attempt to store more data than allowed using history.replaceState()
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsloaderstateobjectsreplacestatesizeiframeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/loader/stateobjects/replacestate-size-iframe-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/loader/stateobjects/replacestate-size-iframe-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/loader/stateobjects/replacestate-size-iframe-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -13,5 +13,5 @@
</span><span class="cx"> The total payload is currently 61+mb. Replacing the last 1mb with 2mb brings that to 62+mb.
</span><span class="cx"> It fit.
</span><span class="cx"> The total payload is currently 62+mb. Replacing the last 2mb with 4mb brings that to 64+mb, and should not fit.
</span><del>-Expected exception replacing 2mb with 4mb:Error: QuotaExceededError: DOM Exception 22
</del><ins>+Expected exception replacing 2mb with 4mb:QuotaExceededError (DOM Exception 22): Attempt to store more data than allowed using history.replaceState()
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsmediatrackregionswebvttvttregionconstructorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/media/track/regions-webvtt/vtt-region-constructor-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/media/track/regions-webvtt/vtt-region-constructor-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/media/track/regions-webvtt/vtt-region-constructor-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -14,41 +14,41 @@
</span><span class="cx"> 
</span><span class="cx"> ** Test that incorrect mutation keeps previous valid values. **
</span><span class="cx"> RUN(region.scroll = 'invalid-scroll-value')
</span><del>-Error: SyntaxError: DOM Exception 12
</del><ins>+SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> EXPECTED (region.scroll == '') OK
</span><span class="cx"> 
</span><span class="cx"> Invalid percentage value: -1
</span><span class="cx"> RUN(region.viewportAnchorX = invalidPercentageValues[index])
</span><del>-Error: IndexSizeError: DOM Exception 1
</del><ins>+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> EXPECTED (region.viewportAnchorX == '0') OK
</span><span class="cx"> RUN(region.viewportAnchorY = invalidPercentageValues[index])
</span><del>-Error: IndexSizeError: DOM Exception 1
</del><ins>+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> EXPECTED (region.viewportAnchorY == '100') OK
</span><span class="cx"> RUN(region.regionAnchorX = invalidPercentageValues[index])
</span><del>-Error: IndexSizeError: DOM Exception 1
</del><ins>+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> EXPECTED (region.regionAnchorX == '0') OK
</span><span class="cx"> RUN(region.regionAnchorY = invalidPercentageValues[index])
</span><del>-Error: IndexSizeError: DOM Exception 1
</del><ins>+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> EXPECTED (region.regionAnchorY == '100') OK
</span><span class="cx"> RUN(region.width = invalidPercentageValues[index])
</span><del>-Error: IndexSizeError: DOM Exception 1
</del><ins>+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> EXPECTED (region.width == '100') OK
</span><span class="cx"> 
</span><span class="cx"> Invalid percentage value: 101
</span><span class="cx"> RUN(region.viewportAnchorX = invalidPercentageValues[index])
</span><del>-Error: IndexSizeError: DOM Exception 1
</del><ins>+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> EXPECTED (region.viewportAnchorX == '0') OK
</span><span class="cx"> RUN(region.viewportAnchorY = invalidPercentageValues[index])
</span><del>-Error: IndexSizeError: DOM Exception 1
</del><ins>+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> EXPECTED (region.viewportAnchorY == '100') OK
</span><span class="cx"> RUN(region.regionAnchorX = invalidPercentageValues[index])
</span><del>-Error: IndexSizeError: DOM Exception 1
</del><ins>+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> EXPECTED (region.regionAnchorX == '0') OK
</span><span class="cx"> RUN(region.regionAnchorY = invalidPercentageValues[index])
</span><del>-Error: IndexSizeError: DOM Exception 1
</del><ins>+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> EXPECTED (region.regionAnchorY == '100') OK
</span><span class="cx"> RUN(region.width = invalidPercentageValues[index])
</span><del>-Error: IndexSizeError: DOM Exception 1
</del><ins>+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> EXPECTED (region.width == '100') OK
</span><span class="cx"> 
</span><span class="cx"> Invalid percentage value: -Infinity
</span><span class="lines">@@ -102,7 +102,7 @@
</span><span class="cx"> TypeError: Type error
</span><span class="cx"> EXPECTED (region.width == '100') OK
</span><span class="cx"> RUN(region.height = -1)
</span><del>-Error: IndexSizeError: DOM Exception 1
</del><ins>+IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> EXPECTED (region.height == '3') OK
</span><span class="cx"> 
</span><span class="cx"> ** Test that proper mutation keeps assigned value. **
</span></span></pre></div>
<a id="trunkLayoutTestsmediatrackregionswebvttvttregionlistexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/media/track/regions-webvtt/vtt-region-list-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/media/track/regions-webvtt/vtt-region-list-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/media/track/regions-webvtt/vtt-region-list-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> EXPECTED (regions.length == '0') OK
</span><span class="cx"> 
</span><span class="cx"> ** In case the region is not found, NotFoundError should be thrown **
</span><del>-Error: NotFoundError: DOM Exception 8
</del><ins>+NotFoundError (DOM Exception 8): The object can not be found here.
</ins><span class="cx"> 
</span><span class="cx"> END OF TEST
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastdynamic015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/fast/dynamic/015-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/dynamic/015-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/efl/fast/dynamic/015-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 16: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 16: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x600
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastdynamic015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/dynamic/015-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/dynamic/015-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/gtk/fast/dynamic/015-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 16: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 16: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x600
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastattachmentattachmentselectonclickexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-select-on-click-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-select-on-click-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator/fast/attachment/attachment-select-on-click-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 24: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 24: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x150
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastdynamic015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/fast/dynamic/015-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/dynamic/015-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator/fast/dynamic/015-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 16: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 16: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x600
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorimportedw3cwebplatformtestshtmldominterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -181,7 +181,7 @@
</span><span class="cx"> PASS Document interface: iframe.contentDocument must inherit property &quot;createEvent&quot; with the proper type (24) 
</span><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">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Document interface: iframe.contentDocument must inherit property &quot;createRange&quot; with the proper type (25) 
</span><span class="cx"> PASS Document interface: iframe.contentDocument must inherit property &quot;createNodeIterator&quot; with the proper type (26) 
</span><span class="cx"> PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on iframe.contentDocument with too few arguments must throw TypeError 
</span><span class="lines">@@ -413,7 +413,7 @@
</span><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;insertBefore&quot; with the proper type (40) 
</span><span class="cx"> FAIL Node interface: calling insertBefore(Node,Node) on iframe.contentDocument with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: HierarchyRequestError: DOM Exception 3&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;appendChild&quot; with the proper type (41) 
</span><span class="cx"> PASS Node interface: calling appendChild(Node) on iframe.contentDocument with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;replaceChild&quot; with the proper type (42) 
</span><span class="lines">@@ -492,7 +492,7 @@
</span><span class="cx"> PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createEvent&quot; with the proper type (24) 
</span><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">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: NotSupportedError: DOM Exception 9&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;NotSupportedError (DOM Exception 9): The operation is not supported.&quot; (&quot;NotSupportedError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createRange&quot; with the proper type (25) 
</span><span class="cx"> PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;createNodeIterator&quot; with the proper type (26) 
</span><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><span class="lines">@@ -724,7 +724,7 @@
</span><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;insertBefore&quot; with the proper type (40) 
</span><span class="cx"> FAIL Node interface: calling insertBefore(Node,Node) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: HierarchyRequestError: DOM Exception 3&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;HierarchyRequestError (DOM Exception 3): The operation would yield an incorrect node tree.&quot; (&quot;HierarchyRequestError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;appendChild&quot; with the proper type (41) 
</span><span class="cx"> PASS Node interface: calling appendChild(Node) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError 
</span><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;replaceChild&quot; with the proper type (42) 
</span><span class="lines">@@ -2543,7 +2543,7 @@
</span><span class="cx"> PASS HTMLTableElement interface: document.createElement(&quot;table&quot;) must inherit property &quot;deleteRow&quot; with the proper type (13) 
</span><span class="cx"> FAIL HTMLTableElement interface: calling deleteRow(long) on document.createElement(&quot;table&quot;) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> FAIL HTMLTableElement interface: document.createElement(&quot;table&quot;) must inherit property &quot;sortable&quot; with the proper type (14) assert_inherits: property &quot;sortable&quot; not found in prototype chain
</span><span class="cx"> FAIL HTMLTableElement interface: document.createElement(&quot;table&quot;) must inherit property &quot;stopSorting&quot; with the proper type (15) assert_inherits: property &quot;stopSorting&quot; not found in prototype chain
</span><span class="cx"> PASS HTMLTableElement interface: document.createElement(&quot;table&quot;) must inherit property &quot;align&quot; with the proper type (16) 
</span><span class="lines">@@ -2611,7 +2611,7 @@
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tbody&quot;) must inherit property &quot;deleteRow&quot; with the proper type (2) 
</span><span class="cx"> FAIL HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement(&quot;tbody&quot;) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tbody&quot;) must inherit property &quot;align&quot; with the proper type (3) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tbody&quot;) must inherit property &quot;ch&quot; with the proper type (4) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tbody&quot;) must inherit property &quot;chOff&quot; with the proper type (5) 
</span><span class="lines">@@ -2624,7 +2624,7 @@
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;thead&quot;) must inherit property &quot;deleteRow&quot; with the proper type (2) 
</span><span class="cx"> FAIL HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement(&quot;thead&quot;) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;thead&quot;) must inherit property &quot;align&quot; with the proper type (3) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;thead&quot;) must inherit property &quot;ch&quot; with the proper type (4) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;thead&quot;) must inherit property &quot;chOff&quot; with the proper type (5) 
</span><span class="lines">@@ -2637,7 +2637,7 @@
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tfoot&quot;) must inherit property &quot;deleteRow&quot; with the proper type (2) 
</span><span class="cx"> FAIL HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement(&quot;tfoot&quot;) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tfoot&quot;) must inherit property &quot;align&quot; with the proper type (3) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tfoot&quot;) must inherit property &quot;ch&quot; with the proper type (4) 
</span><span class="cx"> PASS HTMLTableSectionElement interface: document.createElement(&quot;tfoot&quot;) must inherit property &quot;chOff&quot; with the proper type (5) 
</span><span class="lines">@@ -2667,7 +2667,7 @@
</span><span class="cx"> PASS HTMLTableRowElement interface: document.createElement(&quot;tr&quot;) must inherit property &quot;deleteCell&quot; with the proper type (4) 
</span><span class="cx"> FAIL HTMLTableRowElement interface: calling deleteCell(long) on document.createElement(&quot;tr&quot;) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: IndexSizeError: DOM Exception 1&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot; (&quot;IndexSizeError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS HTMLTableRowElement interface: document.createElement(&quot;tr&quot;) must inherit property &quot;align&quot; with the proper type (5) 
</span><span class="cx"> PASS HTMLTableRowElement interface: document.createElement(&quot;tr&quot;) must inherit property &quot;ch&quot; with the proper type (6) 
</span><span class="cx"> PASS HTMLTableRowElement interface: document.createElement(&quot;tr&quot;) must inherit property &quot;chOff&quot; with the proper type (7) 
</span><span class="lines">@@ -3952,7 +3952,7 @@
</span><span class="cx"> PASS Window interface: window must inherit property &quot;postMessage&quot; with the proper type (35) 
</span><span class="cx"> FAIL Window interface: calling postMessage(any,DOMString,[object Object]) on window with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><del>-        }&quot; threw object &quot;Error: SyntaxError: DOM Exception 12&quot; (&quot;SyntaxError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</del><ins>+        }&quot; threw object &quot;SyntaxError (DOM Exception 12): The string did not match the expected pattern.&quot; (&quot;SyntaxError&quot;) expected object &quot;TypeError&quot; (&quot;TypeError&quot;)
</ins><span class="cx"> PASS Window interface: window must inherit property &quot;captureEvents&quot; with the proper type (36) 
</span><span class="cx"> PASS Window interface: window must inherit property &quot;releaseEvents&quot; with the proper type (37) 
</span><span class="cx"> PASS Window interface: window must inherit property &quot;onabort&quot; with the proper type (38) 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorimportedw3cwebplatformtestshtmlsemanticsformstheinputelementtimeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/time-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -27,10 +27,10 @@
</span><span class="cx"> PASS stepDown on step value miri second  
</span><span class="cx"> PASS stepUp argment 2 times 
</span><span class="cx"> PASS stepDown argment 2 times 
</span><del>-FAIL stepUp stop because it exceeds the maximum value InvalidStateError: DOM Exception 11
-FAIL stepDown Stop so lower than the minimum value InvalidStateError: DOM Exception 11
-FAIL stop at border on stepUp InvalidStateError: DOM Exception 11
-FAIL stop at border on stepDown InvalidStateError: DOM Exception 11
-FAIL  empty value of stepUp InvalidStateError: DOM Exception 11
</del><ins>+FAIL stepUp stop because it exceeds the maximum value The object is in an invalid state.
+FAIL stepDown Stop so lower than the minimum value The object is in an invalid state.
+FAIL stop at border on stepUp The object is in an invalid state.
+FAIL stop at border on stepDown The object is in an invalid state.
+FAIL  empty value of stepUp The object is in an invalid state.
</ins><span class="cx"> PASS set value on not time format value 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorimportedw3cwebplatformtestshtmlsemanticsinterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -292,5 +292,5 @@
</span><span class="cx"> PASS Interfaces for WBR 
</span><span class="cx"> PASS Interfaces for xmp 
</span><span class="cx"> PASS Interfaces for XMP 
</span><del>-FAIL Interfaces for Ã¥-bar InvalidCharacterError: DOM Exception 5
</del><ins>+FAIL Interfaces for Ã¥-bar The string contains invalid characters.
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwebaudioanalyserexceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/webaudio/analyser-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/webaudio/analyser-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator/webaudio/analyser-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,9 +2,9 @@
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><del>-PASS analyser.minDecibels = -20 threw exception Error: IndexSizeError: DOM Exception 1.
-PASS analyser.maxDecibels = -120 threw exception Error: IndexSizeError: DOM Exception 1.
-PASS analyser.smoothingTimeConstant = 2 threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS analyser.minDecibels = -20 threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS analyser.maxDecibels = -120 threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS analyser.smoothingTimeConstant = 2 threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwebaudioaudiobuffersourceexceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/webaudio/audiobuffersource-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/webaudio/audiobuffersource-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator/webaudio/audiobuffersource-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,9 +2,9 @@
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><del>-PASS bufferSource.stop(0) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS bufferSource.start(0) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS bufferSource.stop(0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS bufferSource.stop(0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS bufferSource.start(0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS bufferSource.stop(0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwebaudiodelaynodemaxdelaylimitexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/webaudio/delaynode-maxdelaylimit-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/webaudio/delaynode-maxdelaylimit-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator/webaudio/delaynode-maxdelaylimit-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,9 +2,9 @@
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><del>-PASS context.createDelay(180) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.createDelay(0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.createDelay(-1) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS context.createDelay(180) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS context.createDelay(0) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS context.createDelay(-1) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS delay.delayTime.value === 0.5 is true
</span><span class="cx"> PASS Test signal was correctly delayed by 0.5 sec.
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretltr2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-2-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-2-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-2-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 27: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 27: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x126
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretltr2leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-2-left-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-2-left-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-2-left-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 27: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 27: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x126
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretltrexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 27: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 27: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x126
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretltrrightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-right-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-right-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-ltr-right-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 27: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 27: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x126
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretrtl2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-2-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-2-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-2-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 27: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 27: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x126
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretrtl2leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-2-left-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-2-left-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-2-left-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 27: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 27: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x126
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretrtlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 27: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 27: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x126
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2editingselectioncaretrtlrightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-right-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-right-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/editing/selection/caret-rtl-right-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 27: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 27: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x126
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1075,7 +1075,7 @@
</span><span class="cx"> # Flaky Media Source tests
</span><span class="cx"> webkit.org/b/149816 [ Yosemite+ ] http/tests/media/media-source/SourceBuffer-abort-updating.html [ Pass Timeout ]
</span><span class="cx"> 
</span><del>-# These two tests have &quot;Error: InvalidStateError: DOM Exception 11&quot; in output.
</del><ins>+# These two tests have &quot;InvalidStateError (DOM Exception 11): The object is in an invalid state.&quot; in output.
</ins><span class="cx"> [ Yosemite+ ] media/media-source/media-source-duplicate-seeked.html [ Failure ]
</span><span class="cx"> [ Yosemite+ ] media/media-source/media-source-play.html [ Failure ]
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccanvasphiliptests2dmissingargsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.missingargs-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.missingargs-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.missingargs-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1 +1 @@
</span><del>-Passed
</del><ins>+Failed assertion: expected exception of type SyntaxError, got: SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastdynamic015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/dynamic/015-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/dynamic/015-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/mac/fast/dynamic/015-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 16: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 16: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x600
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacinspectormodelremoteobjectexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/inspector/model/remote-object-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/inspector/model/remote-object-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/mac/inspector/model/remote-object-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2385,12 +2385,12 @@
</span><span class="cx">   &quot;_type&quot;: &quot;object&quot;,
</span><span class="cx">   &quot;_subtype&quot;: &quot;error&quot;,
</span><span class="cx">   &quot;_objectId&quot;: &quot;&lt;filtered&gt;&quot;,
</span><del>-  &quot;_description&quot;: &quot;Error: IndexSizeError: DOM Exception 1&quot;,
</del><ins>+  &quot;_description&quot;: &quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;,
</ins><span class="cx">   &quot;_preview&quot;: {
</span><span class="cx">     &quot;_listeners&quot;: null,
</span><span class="cx">     &quot;_type&quot;: &quot;object&quot;,
</span><span class="cx">     &quot;_subtype&quot;: &quot;error&quot;,
</span><del>-    &quot;_description&quot;: &quot;Error: IndexSizeError: DOM Exception 1&quot;,
</del><ins>+    &quot;_description&quot;: &quot;IndexSizeError (DOM Exception 1): The index is not in the allowed range.&quot;,
</ins><span class="cx">     &quot;_lossless&quot;: false,
</span><span class="cx">     &quot;_overflow&quot;: true,
</span><span class="cx">     &quot;_properties&quot;: [
</span><span class="lines">@@ -2410,7 +2410,7 @@
</span><span class="cx">         &quot;_listeners&quot;: null,
</span><span class="cx">         &quot;_name&quot;: &quot;message&quot;,
</span><span class="cx">         &quot;_type&quot;: &quot;string&quot;,
</span><del>-        &quot;_value&quot;: &quot;IndexSizeError: DOM Exception 1&quot;
</del><ins>+        &quot;_value&quot;: &quot;The index is not in the allowed range.&quot;
</ins><span class="cx">       },
</span><span class="cx">       {
</span><span class="cx">         &quot;_listeners&quot;: null,
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastdynamic015expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/dynamic/015-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/dynamic/015-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/platform/win/fast/dynamic/015-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-CONSOLE MESSAGE: line 16: IndexSizeError: DOM Exception 1: The index is not in the allowed range.
</del><ins>+CONSOLE MESSAGE: line 16: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
</ins><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><span class="cx"> layer at (0,0) size 800x600
</span></span></pre></div>
<a id="trunkLayoutTestssecuritycontentSecurityPolicyworkerinheritsblocksxhrexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/security/contentSecurityPolicy/worker-inherits-blocks-xhr-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/security/contentSecurityPolicy/worker-inherits-blocks-xhr-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/security/contentSecurityPolicy/worker-inherits-blocks-xhr-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><span class="cx"> CONSOLE MESSAGE: Refused to connect to non-existent-file because it does not appear in the connect-src directive of the Content Security Policy.
</span><span class="cx"> This tests that the Content Security Policy (CSP) of the owner document (this page) blocks a file-URL Web Worker from making an XHR request because the parent's CSP contains &quot;connect-src 'none'&quot;
</span><span class="cx"> 
</span><del>-PASS threw exception Error: NetworkError: DOM Exception 19.
</del><ins>+PASS threw exception NetworkError (DOM Exception 19):  A network error occurred..
</ins></span></pre></div>
<a id="trunkLayoutTestsstoragedomstoragelocalstorageblockedfileaccessexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/storage/domstorage/localstorage/blocked-file-access-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/storage/domstorage/localstorage/blocked-file-access-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/storage/domstorage/localstorage/blocked-file-access-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><span class="cx"> CONSOLE MESSAGE: line 11: PASS: window.localStorage is NOT accessible
</span><del>-CONSOLE MESSAGE: line 12: Exception: SecurityError: DOM Exception 18
</del><ins>+CONSOLE MESSAGE: line 12: Exception: The operation is insecure.
</ins><span class="cx"> 
</span><span class="cx"> Test that we cannot access localStorage from a file URL if unversal access is turned off.
</span></span></pre></div>
<a id="trunkLayoutTestsstoragedomstoragelocalstorageprivatebrowsingaffectsstorageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> This is a test to make sure that when private browsing is on any attempt to change the localStorage area fail.
</span><span class="cx"> Initial value of testItem is: null
</span><del>-Caught exception trying to change item: Error: QuotaExceededError: DOM Exception 22
</del><ins>+Caught exception trying to change item: QuotaExceededError (DOM Exception 22): The quota has been exceeded.
</ins><span class="cx"> After change attempt, testItem is: null
</span><span class="cx"> After remove attempt, testItem is: null
</span><span class="cx"> After clear attempt, testItem is: null
</span></span></pre></div>
<a id="trunkLayoutTestsstoragedomstoragesessionstorageprivatebrowsingaffectsstorageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> This is a test to make sure that when private browsing is on any attempt to change the sessionStorage area fail.
</span><span class="cx"> Initial value of testItem is: null
</span><del>-Caught exception trying to change item: Error: QuotaExceededError: DOM Exception 22
</del><ins>+Caught exception trying to change item: QuotaExceededError (DOM Exception 22): The quota has been exceeded.
</ins><span class="cx"> After change attempt, testItem is: null
</span><span class="cx"> After remove attempt, testItem is: null
</span><span class="cx"> After clear attempt, testItem is: null
</span></span></pre></div>
<a id="trunkLayoutTestsstorageindexeddbremovedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/storage/indexeddb/removed-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/storage/indexeddb/removed-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/storage/indexeddb/removed-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> PASS 'IDBDatabaseException' in self is false
</span><span class="cx"> PASS 'errorCode' in indexedDB.open(dbname) is false
</span><span class="cx"> PASS 'setVersion' in IDBDatabase.prototype is false
</span><del>-PASS document.createEvent('IDBUpgradeNeededEvent') threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS document.createEvent('IDBUpgradeNeededEvent') threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS 'version' in document.createEvent('IDBVersionChangeEvent') is false
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsstorageindexeddbremovedprivateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/storage/indexeddb/removed-private-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/storage/indexeddb/removed-private-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/storage/indexeddb/removed-private-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> PASS 'IDBDatabaseException' in self is false
</span><span class="cx"> PASS 'errorCode' in indexedDB.open(dbname) is false
</span><span class="cx"> PASS 'setVersion' in IDBDatabase.prototype is false
</span><del>-PASS document.createEvent('IDBUpgradeNeededEvent') threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS document.createEvent('IDBUpgradeNeededEvent') threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS 'version' in document.createEvent('IDBVersionChangeEvent') is false
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsstoragewebsqlopendatabasesetemptyversionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/storage/websql/open-database-set-empty-version-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/storage/websql/open-database-set-empty-version-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/storage/websql/open-database-set-empty-version-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: line 13: unable to open database, version mismatch, 'test' does not match the currentVersion of ''
</span><span class="cx"> This tests that calling openDatabase with an empty version string sets the current version of that database to the empty string and subsequent attempts to open the database with a different expected version throw an exception.
</span><del>-SUCCESS, an exception was thrown. Error: InvalidStateError: DOM Exception 11
</del><ins>+SUCCESS, an exception was thrown. InvalidStateError (DOM Exception 11): The object is in an invalid state.
</ins></span></pre></div>
<a id="trunkLayoutTestssvganimationsanimategradienttransformexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/animations/animate-gradient-transform-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/animations/animate-gradient-transform-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/animations/animate-gradient-transform-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS gradient.gradientTransform.animVal.consolidate() threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS gradient.gradientTransform.animVal.consolidate() threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS gradient.gradientTransform.animVal.numberOfItems is 1
</span><span class="cx"> PASS gradient.gradientTransform.animVal.getItem(0).matrix.e is 0
</span><span class="cx"> PASS gradient.gradientTransform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSLATE
</span></span></pre></div>
<a id="trunkLayoutTestssvgasimagesvgcanvaspatternwithlinktaintedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/as-image/svg-canvas-pattern-with-link-tainted-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/as-image/svg-canvas-pattern-with-link-tainted-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/as-image/svg-canvas-pattern-with-link-tainted-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: line 1: Unable to get image data from canvas because the canvas has been tainted by cross-origin data.
</span><del>-PASS window.ctx.getImageData(0, 0, 1, 1) threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS window.ctx.getImageData(0, 0, 1, 1) threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgasimagesvgcanvassvgwithfeimagewithlinktaintedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/as-image/svg-canvas-svg-with-feimage-with-link-tainted-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/as-image/svg-canvas-svg-with-feimage-with-link-tainted-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/as-image/svg-canvas-svg-with-feimage-with-link-tainted-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: line 1: Unable to get image data from canvas because the canvas has been tainted by cross-origin data.
</span><del>-PASS window.ctx.getImageData(0, 0, 1, 1) threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS window.ctx.getImageData(0, 0, 1, 1) threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgasimagesvgcanvassvgwithimagewithlinktaintedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: line 1: Unable to get image data from canvas because the canvas has been tainted by cross-origin data.
</span><del>-PASS window.ctx.getImageData(0, 0, 1, 1) threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS window.ctx.getImageData(0, 0, 1, 1) threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgasimagesvgcanvasxhtmltaintedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/as-image/svg-canvas-xhtml-tainted-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/as-image/svg-canvas-xhtml-tainted-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/as-image/svg-canvas-xhtml-tainted-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: line 1: Unable to get image data from canvas because the canvas has been tainted by cross-origin data.
</span><del>-PASS window.ctx.getImageData(0, 0, 1, 1) threw exception Error: SecurityError: DOM Exception 18.
</del><ins>+PASS window.ctx.getImageData(0, 0, 1, 1) threw exception SecurityError (DOM Exception 18): The operation is insecure..
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgcustomacid3test77expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/custom/acid3-test-77-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/custom/acid3-test-77-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/custom/acid3-test-77-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,19 +11,19 @@
</span><span class="cx"> PASS text.getSubStringLength(1,0) is 0
</span><span class="cx"> PASS text.getSubStringLength(1, 3) is 4736
</span><span class="cx"> PASS text.getSubStringLength(0, 4) is 4780
</span><del>-PASS text.getSubStringLength(3, 0) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text.getSubStringLength(-17, 20) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text.getSubStringLength(3, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text.getSubStringLength(-17, 20) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text.getStartPositionOfChar(0).x is 0
</span><span class="cx"> PASS text.getStartPositionOfChar(1).x is 44
</span><span class="cx"> PASS text.getStartPositionOfChar(2).x is 68
</span><span class="cx"> PASS text.getStartPositionOfChar(0).y is 4000
</span><del>-PASS text.getEndPositionOfChar(-1) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text.getEndPositionOfChar(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text.getEndPositionOfChar(-1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text.getEndPositionOfChar(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text.getEndPositionOfChar(0).x is 44
</span><span class="cx"> PASS text.getEndPositionOfChar(1).x is 68
</span><span class="cx"> PASS text.getEndPositionOfChar(2).x is 4780
</span><del>-PASS text.getEndPositionOfChar(-17) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text.getEndPositionOfChar(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text.getEndPositionOfChar(-17) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text.getEndPositionOfChar(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestssvgcustombasevalanimvalequalityexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/custom/baseval-animval-equality-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/custom/baseval-animval-equality-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/custom/baseval-animval-equality-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> svg.x.animVal.value = 10
</span><span class="cx"> SUCCESS (1 of 2)
</span><span class="cx"> setting svg.x.animVal.value = 5
</span><del>-caught exception: NoModificationAllowedError: DOM Exception 7
</del><ins>+caught exception: The object can not be modified.
</ins><span class="cx"> svg.x.baseVal.value = 10
</span><span class="cx"> svg.x.animVal.value = 10
</span><span class="cx"> SUCCESS (2 of 2)
</span></span></pre></div>
<a id="trunkLayoutTestssvgcustomgetSubStringLengthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/custom/getSubStringLength-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/custom/getSubStringLength-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/custom/getSubStringLength-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-PASS svgText.getSubStringLength(-1, 2) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgText.getSubStringLength(-1, 0) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgText.getSubStringLength(-1, 2) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS svgText.getSubStringLength(-1, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgText.getSubStringLength(1, 3) is 40
</span><span class="cx"> PASS svgText.getSubStringLength(0, 4) is 60
</span><del>-PASS svgText.getSubStringLength(3, 0) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgText.getSubStringLength(3, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgText.getSubStringLength(0, 0) is 0
</span><span class="cx"> PASS svgText.getSubStringLength(2, 0) is 0
</span><span class="cx"> PASS svgText.getSubStringLength(0, 1) is 20
</span><span class="lines">@@ -11,8 +11,8 @@
</span><span class="cx"> PASS svgText.getSubStringLength(0, 3) is 60
</span><span class="cx"> PASS svgText.getSubStringLength(1, -1) is 40
</span><span class="cx"> PASS svgText.getSubStringLength(2, -1) is 20
</span><del>-PASS svgText.getSubStringLength(3, -1) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgText.getSubStringLength(3, -3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgText.getSubStringLength(3, -1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS svgText.getSubStringLength(3, -3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestssvgcustomselectSubStringexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/custom/selectSubString-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/custom/selectSubString-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/custom/selectSubString-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-PASS svgText.selectSubString(-1, 0) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgText.selectSubString(-1, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgText.getSubStringLength(0, -1) is 60
</span><del>-PASS svgText.getSubStringLength(3, 0) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgText.getSubStringLength(3, 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGAngleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGAngle-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGAngle-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGAngle-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,12 +11,12 @@
</span><span class="cx"> PASS angle.valueInSpecifiedUnits is 0
</span><span class="cx"> 
</span><span class="cx"> Check invalid arguments for 'convertToSpecifiedUnits'
</span><del>-PASS angle.convertToSpecifiedUnits(SVGAngle.SVG_ANGLETYPE_UNKNOWN) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.convertToSpecifiedUnits(-1) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.convertToSpecifiedUnits(5) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.convertToSpecifiedUnits('aString') threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.convertToSpecifiedUnits(angle) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.convertToSpecifiedUnits(svgElement) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS angle.convertToSpecifiedUnits(SVGAngle.SVG_ANGLETYPE_UNKNOWN) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.convertToSpecifiedUnits(-1) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.convertToSpecifiedUnits(5) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.convertToSpecifiedUnits('aString') threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.convertToSpecifiedUnits(angle) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.convertToSpecifiedUnits(svgElement) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS angle.convertToSpecifiedUnits() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS angle.unitType is SVGAngle.SVG_ANGLETYPE_UNSPECIFIED
</span><span class="cx"> 
</span><span class="lines">@@ -43,9 +43,9 @@
</span><span class="cx"> PASS angle.unitType is SVGAngle.SVG_ANGLETYPE_UNSPECIFIED
</span><span class="cx"> 
</span><span class="cx"> Check invalid arguments for 'newValueSpecifiedUnits'
</span><del>-PASS angle.newValueSpecifiedUnits(SVGAngle.SVG_ANGLETYPE_UNKNOWN, 50) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.newValueSpecifiedUnits(-1, 50) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.newValueSpecifiedUnits(5, 50) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS angle.newValueSpecifiedUnits(SVGAngle.SVG_ANGLETYPE_UNKNOWN, 50) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.newValueSpecifiedUnits(-1, 50) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.newValueSpecifiedUnits(5, 50) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS angle.newValueSpecifiedUnits(SVGAngle.SVG_ANGLETYPE_DEG) threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS angle.newValueSpecifiedUnits(SVGAngle.SVG_ANGLETYPE_DEG, 'aString') is undefined.
</span><span class="cx"> PASS angle.value is NaN
</span><span class="lines">@@ -55,12 +55,12 @@
</span><span class="cx"> PASS angle.newValueSpecifiedUnits(SVGAngle.SVG_ANGLETYPE_DEG, svgElement) is undefined.
</span><span class="cx"> PASS angle.value is NaN
</span><span class="cx"> PASS angle.newValueSpecifiedUnits(SVGAngle.SVG_ANGLETYPE_DEG) threw exception TypeError: Not enough arguments.
</span><del>-PASS angle.newValueSpecifiedUnits('aString', 4) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.newValueSpecifiedUnits(angle, 4) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.newValueSpecifiedUnits(svgElement, 4) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.newValueSpecifiedUnits('aString', 'aString') threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.newValueSpecifiedUnits(angle, angle) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS angle.newValueSpecifiedUnits(svgElement, svgElement) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS angle.newValueSpecifiedUnits('aString', 4) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.newValueSpecifiedUnits(angle, 4) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.newValueSpecifiedUnits(svgElement, 4) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.newValueSpecifiedUnits('aString', 'aString') threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.newValueSpecifiedUnits(angle, angle) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS angle.newValueSpecifiedUnits(svgElement, svgElement) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS angle.newValueSpecifiedUnits() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS angle.unitType is SVGAngle.SVG_ANGLETYPE_DEG
</span><span class="cx"> 
</span><span class="lines">@@ -91,27 +91,27 @@
</span><span class="cx"> PASS angle.unitType is SVGAngle.SVG_ANGLETYPE_UNSPECIFIED
</span><span class="cx"> 
</span><span class="cx"> Check setting invalid 'valueAsString' arguments
</span><del>-PASS angle.valueAsString = '10px' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS angle.valueAsString = '10px' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS angle.valueAsString is &quot;0&quot;
</span><span class="cx"> PASS angle.value is 0
</span><span class="cx"> PASS angle.valueInSpecifiedUnits is 0
</span><span class="cx"> PASS angle.unitType is SVGAngle.SVG_ANGLETYPE_UNSPECIFIED
</span><del>-PASS angle.valueAsString = '10x' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS angle.valueAsString = '10x' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS angle.valueAsString is &quot;0&quot;
</span><span class="cx"> PASS angle.value is 0
</span><span class="cx"> PASS angle.valueInSpecifiedUnits is 0
</span><span class="cx"> PASS angle.unitType is SVGAngle.SVG_ANGLETYPE_UNSPECIFIED
</span><del>-PASS angle.valueAsString = '5graD' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS angle.valueAsString = '5graD' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS angle.valueAsString is &quot;0&quot;
</span><span class="cx"> PASS angle.value is 0
</span><span class="cx"> PASS angle.valueInSpecifiedUnits is 0
</span><span class="cx"> PASS angle.unitType is SVGAngle.SVG_ANGLETYPE_UNSPECIFIED
</span><del>-PASS angle.valueAsString = '5Rad' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS angle.valueAsString = '5Rad' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS angle.valueAsString is &quot;0&quot;
</span><span class="cx"> PASS angle.value is 0
</span><span class="cx"> PASS angle.valueInSpecifiedUnits is 0
</span><span class="cx"> PASS angle.unitType is SVGAngle.SVG_ANGLETYPE_UNSPECIFIED
</span><del>-PASS angle.valueAsString = ',5 rad' threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS angle.valueAsString = ',5 rad' threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS angle.valueAsString is &quot;0&quot;
</span><span class="cx"> PASS angle.value is 0
</span><span class="cx"> PASS angle.valueInSpecifiedUnits is 0
</span><span class="lines">@@ -174,7 +174,7 @@
</span><span class="cx"> PASS angle.unitType is SVGAngle.SVG_ANGLETYPE_RAD
</span><span class="cx"> 
</span><span class="cx"> Now try converting the RAD value into an unknown value, that should fail and throw
</span><del>-PASS angle.convertToSpecifiedUnits(SVGAngle.SVG_ANGLETYPE_UNKNOWN) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS angle.convertToSpecifiedUnits(SVGAngle.SVG_ANGLETYPE_UNKNOWN) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS angle.value.toFixed(1) is &quot;180.0&quot;
</span><span class="cx"> PASS angle.valueInSpecifiedUnits.toFixed(5) is &quot;3.14159&quot;
</span><span class="cx"> PASS angle.valueAsString is &quot;3.14159rad&quot;
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGColorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGColor-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGColor-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGColor-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -15,10 +15,10 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(stopElement).stopColor is &quot;rgb(255, 0, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Try invalid arguments for setColor()
</span><del>-PASS stopColor.setColor(null, null, null) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_RGBCOLOR, svgElement, ''); threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_RGBCOLOR, '', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_CURRENTCOLOR + 1, '', ''); threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS stopColor.setColor(null, null, null) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_RGBCOLOR, svgElement, ''); threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_RGBCOLOR, '', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_CURRENTCOLOR + 1, '', ''); threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS stopColor.setColor() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS stopColor.setColor(stopColor) threw exception TypeError: Not enough arguments.
</span><span class="cx"> 
</span><span class="lines">@@ -29,13 +29,13 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(stopElement).stopColor is &quot;rgb(255, 0, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setColor() and SVG_COLORTYPE_UNKNOWN
</span><del>-PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_UNKKNOWN, '', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_UNKKNOWN, 'rgb(0,128,128)', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_UNKKNOWN, '', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_UNKKNOWN, 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_UNKKNOWN, '', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_UNKKNOWN, 'rgb(0,128,128)', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_UNKKNOWN, '', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_UNKKNOWN, 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> 
</span><span class="cx"> Test using setColor() and SVG_COLORTYPE_RGBCOLOR_ICCCOLOR
</span><del>-PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_RGBCOLOR_ICCCOLOR, 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_RGBCOLOR_ICCCOLOR, 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS stopColor.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="cx"> PASS stopColor.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="cx"> PASS (rgbColor = stopColor.rgbColor).toString() is &quot;[object RGBColor]&quot;
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(stopElement).stopColor is &quot;rgb(255, 0, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setColor() and SVG_COLORTYPE_CURRENTCOLOR
</span><del>-PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_CURRENTCOLOR, 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_CURRENTCOLOR, 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS stopColor.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="cx"> PASS stopColor.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="cx"> PASS (rgbColor = stopColor.rgbColor).toString() is &quot;[object RGBColor]&quot;
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(stopElement).stopColor is &quot;rgb(255, 0, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setColor() and SVG_COLORTYPE_RGBCOLOR
</span><del>-PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_RGBCOLOR, 'rgb(0,77,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS stopColor.setColor(SVGColor.SVG_COLORTYPE_RGBCOLOR, 'rgb(0,77,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS stopColor.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="cx"> PASS stopColor.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="cx"> PASS (rgbColor = stopColor.rgbColor).toString() is &quot;[object RGBColor]&quot;
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGLengthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGLength-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGLength-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGLength-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -17,12 +17,12 @@
</span><span class="cx"> PASS length.valueAsString is &quot;2px&quot;
</span><span class="cx"> 
</span><span class="cx"> Check invalid arguments for 'convertToSpecifiedUnits'
</span><del>-PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_UNKNOWN) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.convertToSpecifiedUnits(-1) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.convertToSpecifiedUnits(11) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.convertToSpecifiedUnits('aString') threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.convertToSpecifiedUnits(length) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.convertToSpecifiedUnits(svgElement) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_UNKNOWN) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.convertToSpecifiedUnits(-1) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.convertToSpecifiedUnits(11) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.convertToSpecifiedUnits('aString') threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.convertToSpecifiedUnits(length) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.convertToSpecifiedUnits(svgElement) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS length.convertToSpecifiedUnits() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
</span><span class="cx"> PASS length.value is 2
</span><span class="lines">@@ -30,9 +30,9 @@
</span><span class="cx"> PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
</span><span class="cx"> 
</span><span class="cx"> Check invalid arguments for 'newValueSpecifiedUnits'
</span><del>-PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_UNKNOWN, 4) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.newValueSpecifiedUnits(-1, 4) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.newValueSpecifiedUnits(11, 4) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_UNKNOWN, 4) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.newValueSpecifiedUnits(-1, 4) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.newValueSpecifiedUnits(11, 4) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PX, 'aString') is undefined.
</span><span class="cx"> PASS length.value is NaN
</span><span class="cx"> PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PX, 0) is undefined.
</span><span class="lines">@@ -42,12 +42,12 @@
</span><span class="cx"> PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PX, svgElement) is undefined.
</span><span class="cx"> PASS length.value is NaN
</span><span class="cx"> PASS length.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PX) threw exception TypeError: Not enough arguments.
</span><del>-PASS length.newValueSpecifiedUnits('aString', 4) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.newValueSpecifiedUnits(length, 4) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.newValueSpecifiedUnits(svgElement, 4) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.newValueSpecifiedUnits('aString', 'aString') threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.newValueSpecifiedUnits(length, length) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS length.newValueSpecifiedUnits(svgElement, svgElement) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS length.newValueSpecifiedUnits('aString', 4) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.newValueSpecifiedUnits(length, 4) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.newValueSpecifiedUnits(svgElement, 4) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.newValueSpecifiedUnits('aString', 'aString') threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.newValueSpecifiedUnits(length, length) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS length.newValueSpecifiedUnits(svgElement, svgElement) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
</span><span class="cx"> PASS length.value is 2
</span><span class="cx"> PASS length.valueInSpecifiedUnits is 2
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGLengthpxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGLength-px-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGLength-px-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGLength-px-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx"> Reset to 2px
</span><span class="cx"> 
</span><span class="cx"> Try converting from px to percentage, should fail as the SVGLength is not associated with a SVGSVGElement, and thus no viewport information is available
</span><del>-PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PERCENTAGE) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PERCENTAGE) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS length.valueAsString is &quot;2px&quot;
</span><span class="cx"> PASS length.value is 2
</span><span class="cx"> PASS length.valueInSpecifiedUnits is 2
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> Reset to 2px
</span><span class="cx"> 
</span><span class="cx"> Try converting from px to ems, should fail as the SVGLength is not associated with a SVGSVGElement, and thus no font-size information is available
</span><del>-PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_EMS) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_EMS) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS length.valueAsString is &quot;2px&quot;
</span><span class="cx"> PASS length.value is 2
</span><span class="cx"> PASS length.valueInSpecifiedUnits is 2
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> Reset to 2px
</span><span class="cx"> 
</span><span class="cx"> Try converting from px to exs, should fail as the SVGLength is not associated with a SVGSVGElement, and thus no font-size information is available
</span><del>-PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_EXS) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_EXS) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS length.valueAsString is &quot;2px&quot;
</span><span class="cx"> PASS length.value is 2
</span><span class="cx"> PASS length.valueInSpecifiedUnits is 2
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGLengthListappendItemexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGLengthList-appendItem-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGLengthList-appendItem-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGLengthList-appendItem-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 100
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 900
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 1000
</span><del>-PASS text1.x.baseVal.getItem(5) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(5) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check initial list state of text2
</span><span class="cx"> PASS text2.x.baseVal.numberOfItems is 3
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx"> PASS text2.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text2.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text2.x.baseVal.getItem(2).value is 1000
</span><del>-PASS text2.x.baseVal.getItem(3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text2.x.baseVal.getItem(3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Append fourth item x=900 to the text1 x list
</span><span class="cx"> PASS text1.x.baseVal.appendItem(text1.x.baseVal.getItem(3)) is text1.x.baseVal.getItem(4)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 100
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 900
</span><del>-PASS text1.x.baseVal.getItem(5) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(5) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Append first item x=500 to the text1 x list
</span><span class="cx"> PASS text1.x.baseVal.appendItem(text1.x.baseVal.getItem(0)) is text1.x.baseVal.getItem(4)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 900
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 500
</span><del>-PASS text1.x.baseVal.getItem(5) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(5) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Append 'newLength1' to the text1 x list
</span><span class="cx"> PASS text1.x.baseVal.appendItem(newLength1) is text1.x.baseVal.getItem(5)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 900
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 500
</span><span class="cx"> PASS text1.x.baseVal.getItem(5).value is 150
</span><del>-PASS text1.x.baseVal.getItem(6) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(6) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Append third and fourth item of the text1 x list to the text2 x list
</span><span class="cx"> PASS text2.x.baseVal.appendItem(text1.x.baseVal.getItem(2)).value is 1000
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 500
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 150
</span><del>-PASS text1.x.baseVal.getItem(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text2.x.baseVal.numberOfItems is 5
</span><span class="cx"> PASS text2.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text2.x.baseVal.getItem(1).value is 100
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx"> PASS text2.x.baseVal.getItem(2).value is 1000
</span><span class="cx"> PASS text2.x.baseVal.getItem(3).value is 1000
</span><span class="cx"> PASS text2.x.baseVal.getItem(4).value is 900
</span><del>-PASS text2.x.baseVal.getItem(5) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text2.x.baseVal.getItem(5) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS newLength2.value is 150
</span><span class="cx"> 
</span><span class="cx"> Shuffle around items in text1 and text2 list using appendItem, to get x=50,100,150,... in both lists
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 150
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 500
</span><del>-PASS text1.x.baseVal.getItem(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text2.x.baseVal.numberOfItems is 6
</span><span class="cx"> PASS text2.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text2.x.baseVal.getItem(1).value is 100
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx"> PASS text2.x.baseVal.getItem(3).value is 1000
</span><span class="cx"> PASS text2.x.baseVal.getItem(4).value is 900
</span><span class="cx"> PASS text2.x.baseVal.getItem(5).value is 1000
</span><del>-PASS text2.x.baseVal.getItem(6) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text2.x.baseVal.getItem(6) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> The test passes if you only see 'PASS' messages, and all three text elements on top look the same
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGLengthListbasicsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGLengthList-basics-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGLengthList-basics-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGLengthList-basics-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx"> PASS text1.x.baseVal.initialize(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for getItem()
</span><del>-PASS text1.x.baseVal.getItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(30) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text1.x.baseVal.getItem('aString') is text1.x.baseVal.getItem(0)
</span><span class="cx"> PASS text1.x.baseVal.getItem(text1) is text1.x.baseVal.getItem(0)
</span><span class="cx"> PASS text1.x.baseVal.getItem(null) is text1.x.baseVal.getItem(0)
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx"> PASS text1.x.baseVal.replaceItem(text1.x.baseVal.getItem(1), 3) is text1.x.baseVal.getItem(2)
</span><span class="cx"> PASS text1.x.baseVal.numberOfItems is 3
</span><span class="cx"> PASS text1.getAttribute('x') is &quot;1 3 2&quot;
</span><del>-PASS text1.x.baseVal.replaceItem(text1.x.baseVal.getItem(3), 4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.replaceItem(text1.x.baseVal.getItem(3), 4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Set x='1 2 3 4' for text1
</span><span class="cx"> PASS text1.setAttribute('x', '1 2 3 4') is undefined.
</span><span class="lines">@@ -136,7 +136,7 @@
</span><span class="cx"> PASS text1.setAttribute('x', '1 2 3 4') is undefined.
</span><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for removeItem()
</span><del>-PASS text1.x.baseVal.removeItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.removeItem(30) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text1.x.baseVal.removeItem(0).value is 1
</span><span class="cx"> PASS text1.x.baseVal.numberOfItems is 3
</span><span class="cx"> PASS text1.x.baseVal.getItem(0).value is 2
</span><span class="lines">@@ -156,7 +156,7 @@
</span><span class="cx"> PASS text1.x.baseVal.appendItem(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> 
</span><span class="cx"> Testing animVal clear throws
</span><del>-PASS text1.x.animVal.clear() threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS text1.x.animVal.clear() threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS text1.x.baseVal.clear() is undefined.
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGLengthListgetItemexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGLengthList-getItem-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGLengthList-getItem-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGLengthList-getItem-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -8,13 +8,13 @@
</span><span class="cx"> PASS text1.x.baseVal.numberOfItems is 3
</span><span class="cx"> 
</span><span class="cx"> Test with various index parameters
</span><del>-PASS text1.x.baseVal.getItem(-100) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text1.x.baseVal.getItem(-1) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(-100) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text1.x.baseVal.getItem(-1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text1.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text1.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 150
</span><del>-PASS text1.x.baseVal.getItem(3) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text1.x.baseVal.getItem(100) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text1.x.baseVal.getItem(100) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGLengthListinitializeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGLengthList-initialize-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGLengthList-initialize-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGLengthList-initialize-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -13,13 +13,13 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(0).value is 500
</span><span class="cx"> PASS text1.x.baseVal.getItem(1).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 1500
</span><del>-PASS text1.x.baseVal.getItem(3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check initial list state of text2
</span><span class="cx"> PASS text2.x.baseVal.numberOfItems is 2
</span><span class="cx"> PASS text2.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text2.x.baseVal.getItem(1).value is 500
</span><del>-PASS text2.x.baseVal.getItem(2) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text2.x.baseVal.getItem(2) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check initial list state of text3
</span><span class="cx"> PASS text3.x.baseVal.numberOfItems is 3
</span><span class="lines">@@ -26,12 +26,12 @@
</span><span class="cx"> PASS text3.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text3.x.baseVal.getItem(1).value is 500
</span><span class="cx"> PASS text3.x.baseVal.getItem(2).value is 50
</span><del>-PASS text3.x.baseVal.getItem(3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text3.x.baseVal.getItem(3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check initial list state of text4
</span><span class="cx"> PASS text4.x.baseVal.numberOfItems is 1
</span><span class="cx"> PASS text4.x.baseVal.getItem(0).value is 500
</span><del>-PASS text4.x.baseVal.getItem(1) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text4.x.baseVal.getItem(1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Create a new SVGLength object, that will be the only x coordinate in the first text element.
</span><span class="cx"> PASS newLength.value is 50
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> PASS text3.x.baseVal.initialize(itemInAnotherList) is itemInAnotherList
</span><span class="cx"> PASS text3.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text2.x.baseVal.getItem(0).value is 50
</span><del>-PASS text2.x.baseVal.getItem(1) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text2.x.baseVal.getItem(1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Assure that the 'itemInAnotherList' item is still live anymore, set value to 999 then back to 50
</span><span class="cx"> PASS itemInAnotherList.value = 999; is 999
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx"> Move item from text3 to text4
</span><span class="cx"> PASS text4.x.baseVal.initialize(text3.x.baseVal.getItem(0)) is itemInAnotherList
</span><span class="cx"> PASS text4.x.baseVal.getItem(0).value is 50
</span><del>-PASS text3.x.baseVal.getItem(0) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text3.x.baseVal.getItem(0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Initialize text3 using setAttribute('x', '50')
</span><span class="cx"> PASS text3.x.baseVal.getItem(0).value is 50
</span><span class="lines">@@ -75,10 +75,10 @@
</span><span class="cx"> PASS text2.x.baseVal.numberOfItems is 1
</span><span class="cx"> PASS text3.x.baseVal.numberOfItems is 1
</span><span class="cx"> PASS text4.x.baseVal.numberOfItems is 1
</span><del>-PASS text1.x.baseVal.getItem(1) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text2.x.baseVal.getItem(1) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text3.x.baseVal.getItem(1) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text4.x.baseVal.getItem(1) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text2.x.baseVal.getItem(1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text3.x.baseVal.getItem(1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text4.x.baseVal.getItem(1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> The test passes if you only see 'PASS' messages, and all five text elements on top look the same
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGLengthListinsertItemBeforeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGLengthList-insertItemBefore-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGLengthList-insertItemBefore-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGLengthList-insertItemBefore-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(0).value is 500
</span><span class="cx"> PASS text1.x.baseVal.getItem(1).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 1500
</span><del>-PASS text1.x.baseVal.getItem(3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Insert item 'newLength1' at the end of the list, by using a large index
</span><span class="cx"> PASS text1.x.baseVal.insertItemBefore(newLength1, 1000) is newLength1
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(1).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 1500
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 50
</span><del>-PASS text1.x.baseVal.getItem(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Storing getItem(0/1/2) in local variables
</span><span class="cx"> 
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 1500
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 50
</span><del>-PASS text1.x.baseVal.getItem(5) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(5) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Assure that previously saved wrappers still show the old values
</span><span class="cx"> PASS item0.value is 500
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 1500
</span><span class="cx"> PASS text1.x.baseVal.getItem(5).value is 50
</span><del>-PASS text1.x.baseVal.getItem(6) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(6) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Insert item 'newLength3' at position=1, between '100' and '500', remove it from the old position=2 afterwards.
</span><span class="cx"> PASS text1.x.baseVal.insertItemBefore(newLength3, 1) is newLength3
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 1500
</span><span class="cx"> PASS text1.x.baseVal.getItem(5).value is 50
</span><del>-PASS text1.x.baseVal.getItem(6) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(6) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Insert item 'newLength3' at position=0, before '100', remove it from the old position=5 afterwards.
</span><span class="cx"> PASS text1.x.baseVal.insertItemBefore(newLength1, 0) is newLength1
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 500
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(5).value is 1500
</span><del>-PASS text1.x.baseVal.getItem(6) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(6) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> The test passes if you only see 'PASS' messages, and both text elements on top look the same
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGLengthListremoveItemexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGLengthList-removeItem-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGLengthList-removeItem-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGLengthList-removeItem-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 100
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 900
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 1000
</span><del>-PASS text1.x.baseVal.getItem(5) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(5) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check initial list state of text2
</span><span class="cx"> PASS text2.x.baseVal.numberOfItems is 3
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx"> PASS text2.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text2.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text2.x.baseVal.getItem(2).value is 1000
</span><del>-PASS text2.x.baseVal.getItem(3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text2.x.baseVal.getItem(3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Append fourth item x=900 to the text1 x list
</span><span class="cx"> PASS text1.x.baseVal.appendItem(text1.x.baseVal.getItem(3)) is text1.x.baseVal.getItem(4)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 100
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 900
</span><del>-PASS text1.x.baseVal.getItem(5) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(5) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Append first item x=500 to the text1 x list
</span><span class="cx"> PASS text1.x.baseVal.appendItem(text1.x.baseVal.getItem(0)) is text1.x.baseVal.getItem(4)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 900
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 500
</span><del>-PASS text1.x.baseVal.getItem(5) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(5) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Append 'newLength1' to the text1 x list
</span><span class="cx"> PASS text1.x.baseVal.appendItem(newLength1) is text1.x.baseVal.getItem(5)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 900
</span><span class="cx"> PASS text1.x.baseVal.getItem(4).value is 500
</span><span class="cx"> PASS text1.x.baseVal.getItem(5).value is 150
</span><del>-PASS text1.x.baseVal.getItem(6) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(6) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Append third and fourth item of the text1 x list to the text2 x list
</span><span class="cx"> PASS text2.x.baseVal.appendItem(text1.x.baseVal.getItem(2)).value is 1000
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 500
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 150
</span><del>-PASS text1.x.baseVal.getItem(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text2.x.baseVal.numberOfItems is 5
</span><span class="cx"> PASS text2.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text2.x.baseVal.getItem(1).value is 100
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx"> PASS text2.x.baseVal.getItem(2).value is 1000
</span><span class="cx"> PASS text2.x.baseVal.getItem(3).value is 1000
</span><span class="cx"> PASS text2.x.baseVal.getItem(4).value is 900
</span><del>-PASS text2.x.baseVal.getItem(5) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text2.x.baseVal.getItem(5) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS newLength2.value is 150
</span><span class="cx"> 
</span><span class="cx"> Shuffle around items in text1 and text2 list using appendItem, to get x=50,100,150,... in both lists
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 150
</span><span class="cx"> PASS text1.x.baseVal.getItem(3).value is 500
</span><del>-PASS text1.x.baseVal.getItem(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text2.x.baseVal.numberOfItems is 6
</span><span class="cx"> PASS text2.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text2.x.baseVal.getItem(1).value is 100
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx"> PASS text2.x.baseVal.getItem(3).value is 1000
</span><span class="cx"> PASS text2.x.baseVal.getItem(4).value is 900
</span><span class="cx"> PASS text2.x.baseVal.getItem(5).value is 1000
</span><del>-PASS text2.x.baseVal.getItem(6) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text2.x.baseVal.getItem(6) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> The test passes if you only see 'PASS' messages, and all three text elements on top look the same
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGLengthListreplaceItemexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGLengthList-replaceItem-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGLengthList-replaceItem-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGLengthList-replaceItem-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -19,16 +19,16 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(0).value is 500
</span><span class="cx"> PASS text1.x.baseVal.getItem(1).value is 1000
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 1500
</span><del>-PASS text1.x.baseVal.getItem(3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Replace the first three values in text1 x list with 'newLength1/2/3'
</span><span class="cx"> PASS text1.x.baseVal.replaceItem(newLength1, 0) is newLength1
</span><span class="cx"> PASS text1.x.baseVal.replaceItem(newLength2, 1) is newLength2
</span><span class="cx"> PASS text1.x.baseVal.replaceItem(newLength3, 2) is newLength3
</span><del>-PASS text1.x.baseVal.replaceItem(newLength3, -100) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text1.x.baseVal.replaceItem(newLength3, -1) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text1.x.baseVal.replaceItem(newLength3, 3) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text1.x.baseVal.replaceItem(newLength3, 100) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.replaceItem(newLength3, -100) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text1.x.baseVal.replaceItem(newLength3, -1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text1.x.baseVal.replaceItem(newLength3, 3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text1.x.baseVal.replaceItem(newLength3, 100) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Verify that the text1 x value list is correct
</span><span class="cx"> PASS text1.x.baseVal.numberOfItems is 3
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> PASS text2.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text2.x.baseVal.getItem(2).value is 50
</span><span class="cx"> PASS text2.x.baseVal.getItem(3).value is 150
</span><del>-PASS text2.x.baseVal.getItem(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text2.x.baseVal.getItem(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Replace the first item in text2 x list with the third item in the list
</span><span class="cx"> PASS text2.x.baseVal.replaceItem(text2.x.baseVal.getItem(2), 0).value is 50
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx"> PASS text3.x.baseVal.getItem(2).value is 100
</span><span class="cx"> PASS text3.x.baseVal.getItem(3).value is 100
</span><span class="cx"> PASS text3.x.baseVal.getItem(4).value is 150
</span><del>-PASS text3.x.baseVal.getItem(5) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text3.x.baseVal.getItem(5) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check initial list state of text4
</span><span class="cx"> PASS text4.x.baseVal.numberOfItems is 4
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx"> PASS text4.x.baseVal.getItem(1).value is 50
</span><span class="cx"> PASS text4.x.baseVal.getItem(2).value is 150
</span><span class="cx"> PASS text4.x.baseVal.getItem(3).value is 150
</span><del>-PASS text4.x.baseVal.getItem(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text4.x.baseVal.getItem(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Replace the first item in text4 x list with the second item in the text3 x list
</span><span class="cx"> PASS text4.x.baseVal.replaceItem(text3.x.baseVal.getItem(1), 0).value is 50
</span><span class="lines">@@ -75,13 +75,13 @@
</span><span class="cx"> PASS text3.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text3.x.baseVal.getItem(2).value is 100
</span><span class="cx"> PASS text3.x.baseVal.getItem(3).value is 150
</span><del>-PASS text3.x.baseVal.getItem(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text3.x.baseVal.getItem(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text4.x.baseVal.numberOfItems is 4
</span><span class="cx"> PASS text4.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text4.x.baseVal.getItem(1).value is 50
</span><span class="cx"> PASS text4.x.baseVal.getItem(2).value is 150
</span><span class="cx"> PASS text4.x.baseVal.getItem(3).value is 150
</span><del>-PASS text4.x.baseVal.getItem(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text4.x.baseVal.getItem(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Replace the second item in text4 x list with the second item in the text4 x list
</span><span class="cx"> PASS text4.x.baseVal.replaceItem(text3.x.baseVal.getItem(2), 1).value is 100
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx"> PASS text4.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text4.x.baseVal.getItem(2).value is 150
</span><span class="cx"> PASS text4.x.baseVal.getItem(3).value is 150
</span><del>-PASS text4.x.baseVal.getItem(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text4.x.baseVal.getItem(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check final list state of text1
</span><span class="cx"> PASS text1.x.baseVal.numberOfItems is 3
</span><span class="lines">@@ -97,7 +97,7 @@
</span><span class="cx"> PASS text1.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text1.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text1.x.baseVal.getItem(2).value is 150
</span><del>-PASS text1.x.baseVal.getItem(3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.x.baseVal.getItem(3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check final list state of text2
</span><span class="cx"> PASS text2.x.baseVal.numberOfItems is 3
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx"> PASS text2.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text2.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text2.x.baseVal.getItem(2).value is 150
</span><del>-PASS text2.x.baseVal.getItem(3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text2.x.baseVal.getItem(3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check final list state of text3
</span><span class="cx"> PASS text3.x.baseVal.numberOfItems is 3
</span><span class="lines">@@ -111,7 +111,7 @@
</span><span class="cx"> PASS text3.x.baseVal.getItem(0).value is 50
</span><span class="cx"> PASS text3.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text3.x.baseVal.getItem(2).value is 150
</span><del>-PASS text3.x.baseVal.getItem(3) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text3.x.baseVal.getItem(3) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check final list state of text4
</span><span class="cx"> PASS text4.x.baseVal.numberOfItems is 4
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx"> PASS text4.x.baseVal.getItem(1).value is 100
</span><span class="cx"> PASS text4.x.baseVal.getItem(2).value is 150
</span><span class="cx"> PASS text4.x.baseVal.getItem(3).value is 150
</span><del>-PASS text4.x.baseVal.getItem(4) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text4.x.baseVal.getItem(4) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> The test passes if you only see 'PASS' messages, and all five text elements on top look the same
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGNumberListbasicsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> PASS text1.rotate.baseVal.initialize(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for getItem()
</span><del>-PASS text1.rotate.baseVal.getItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.rotate.baseVal.getItem(30) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text1.rotate.baseVal.getItem('aString') is text1.rotate.baseVal.getItem(0)
</span><span class="cx"> PASS text1.rotate.baseVal.getItem(text1) is text1.rotate.baseVal.getItem(0)
</span><span class="cx"> PASS text1.rotate.baseVal.getItem(null) is text1.rotate.baseVal.getItem(0)
</span><span class="lines">@@ -97,7 +97,7 @@
</span><span class="cx"> PASS text1.setAttribute('rotate', '1 2 3 4') is undefined.
</span><span class="cx"> 
</span><span class="cx"> Test uncommon arguents for removeItem()
</span><del>-PASS text1.rotate.baseVal.removeItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.rotate.baseVal.removeItem(30) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text1.rotate.baseVal.removeItem('aString').value is 1
</span><span class="cx"> PASS text1.rotate.baseVal.numberOfItems is 3
</span><span class="cx"> PASS text1.rotate.baseVal.getItem(0).value is 2
</span><span class="lines">@@ -121,7 +121,7 @@
</span><span class="cx"> PASS text1.rotate.baseVal.appendItem(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> 
</span><span class="cx"> Testing animVal clear throws
</span><del>-PASS text1.rotate.animVal.clear() threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS text1.rotate.animVal.clear() threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS text1.rotate.baseVal.clear() is undefined.
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGPaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGPaint-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGPaint-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGPaint-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -17,12 +17,12 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Try invalid arguments for setPaint()
</span><del>-PASS fillPaint.setPaint(null, null, null, null) threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_RGBCOLOR, svgElement, '', ''); threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(null, null, null, null) threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_RGBCOLOR, svgElement, '', ''); threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_RGBCOLOR, '', '') threw exception TypeError: Not enough arguments.
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR + 1, '', '', ''); threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE - 1, '', '', ''); threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI + 1, '', '', ''); threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR + 1, '', '', ''); threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE - 1, '', '', ''); threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI + 1, '', '', ''); threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.setPaint() threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS fillPaint.setPaint(fillPaint) threw exception TypeError: Not enough arguments.
</span><span class="cx"> 
</span><span class="lines">@@ -36,14 +36,14 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_UNKNOWN
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_UNKKNOWN, '', '', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_UNKKNOWN, 'url(#foo)', '', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_UNKKNOWN, '', 'rgb(0,128,128)', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_UNKKNOWN, '', '', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_UNKKNOWN, 'url(#foo)', 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_UNKKNOWN, '', '', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_UNKKNOWN, 'url(#foo)', '', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_UNKKNOWN, '', 'rgb(0,128,128)', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_UNKKNOWN, '', '', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_UNKKNOWN, 'url(#foo)', 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_NONE - a
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE, '', '', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE, '', '', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS rectElement.style.fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_NONE - b
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE, 'url(#foo)', '', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE, 'url(#foo)', '', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS rectElement.style.fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_NONE - c
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE, '', 'rgb(0,128,128)', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE, '', 'rgb(0,128,128)', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS rectElement.style.fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_NONE - d
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE, '', '', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE, '', '', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS rectElement.style.fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="lines">@@ -91,30 +91,30 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_NONE - e
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE, 'url(#foo)', 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_NONE, 'url(#foo)', 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS rectElement.style.fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_URI - a
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI, '', '', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI, '', '', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS rectElement.style.fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_URI - b
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI, '', 'rgb(0,128,128)', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI, '', 'rgb(0,128,128)', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS rectElement.style.fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_URI - c
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI, '', '', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI, '', '', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS rectElement.style.fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_URI - d
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI, 'url(#test)', '', '') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI, 'url(#test)', '', '') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS fillPaint.uri is &quot;&quot;
</span><span class="cx"> PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_URI - e
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI, 'url(#foo)', 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI, 'url(#foo)', 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS fillPaint.uri is &quot;&quot;
</span><span class="cx"> PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_URI_NONE
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI_NONE, 'url(#test)', 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI_NONE, 'url(#test)', 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS fillPaint.uri is &quot;&quot;
</span><span class="cx"> PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="lines">@@ -156,7 +156,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_URI_CURRENTCOLOR
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI_CURRENTCOLOR, 'url(#foo)', 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI_CURRENTCOLOR, 'url(#foo)', 'rgb(0,0,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS fillPaint.uri is &quot;&quot;
</span><span class="cx"> PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="lines">@@ -168,7 +168,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_URI_RGBCOLOR
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI_RGBCOLOR, 'url(#test)', 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI_RGBCOLOR, 'url(#test)', 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS fillPaint.uri is &quot;&quot;
</span><span class="cx"> PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="lines">@@ -180,7 +180,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR, 'url(#foo)', 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR, 'url(#foo)', 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS fillPaint.uri is &quot;&quot;
</span><span class="cx"> PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="lines">@@ -192,7 +192,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR, 'url(#test)', 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR, 'url(#test)', 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS fillPaint.uri is &quot;&quot;
</span><span class="cx"> PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="lines">@@ -204,7 +204,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_CURRENTCOLOR
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR, 'url(#foo)', 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR, 'url(#foo)', 'rgb(77,0,77)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS fillPaint.uri is &quot;&quot;
</span><span class="cx"> PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span><span class="lines">@@ -216,7 +216,7 @@
</span><span class="cx"> PASS document.defaultView.getComputedStyle(rectElement).fill is &quot;rgb(0, 128, 0)&quot;
</span><span class="cx"> 
</span><span class="cx"> Test using setPaint() and SVG_PAINTTYPE_RGBCOLOR
</span><del>-PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_RGBCOLOR, 'url(#test)', 'rgb(0,77,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS fillPaint.setPaint(SVGPaint.SVG_PAINTTYPE_RGBCOLOR, 'url(#test)', 'rgb(0,77,0)', 'icc-color(myRGB, 0, 1, 2)') threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_RGBCOLOR
</span><span class="cx"> PASS fillPaint.uri is &quot;&quot;
</span><span class="cx"> PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_RGBCOLOR
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGPathSegListclearandinitializeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> 
</span><span class="cx"> Check intermediate list state of path1
</span><span class="cx"> PASS path1.pathSegList.numberOfItems is 0
</span><del>-PASS path1.pathSegList.getItem(0) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS path1.pathSegList.getItem(0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> 
</span><span class="cx"> Check intermediate list state of path2
</span><span class="cx"> PASS path2.pathSegList.numberOfItems is 3
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGPointListbasicsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGPointList-basics-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGPointList-basics-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGPointList-basics-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> PASS poly1.getAttribute('points').formatPointsAttribute() is &quot;0 0 100 0 100 100 0 100&quot;
</span><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for getItem()
</span><del>-PASS poly1.points.getItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS poly1.points.getItem(30) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS poly1.points.getItem('aString') is poly1.points.getItem(0)
</span><span class="cx"> PASS poly1.points.getItem(poly1) is poly1.points.getItem(0)
</span><span class="cx"> PASS poly1.points.getItem(null) is poly1.points.getItem(0)
</span><span class="lines">@@ -121,7 +121,7 @@
</span><span class="cx"> PASS poly1.setAttribute('points', '0 0 100 0 100 100 0 100') is undefined.
</span><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for removeItem()
</span><del>-PASS poly1.points.removeItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS poly1.points.removeItem(30) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS dumpPoint(poly1.points.removeItem('aString')) is &quot;x=0 y=0&quot;
</span><span class="cx"> PASS poly1.points.numberOfItems is 3
</span><span class="cx"> PASS dumpPoint(poly1.points.getItem(0)) is &quot;x=100 y=0&quot;
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGPreserveAspectRatioexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGPreserveAspectRatio-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGPreserveAspectRatio-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGPreserveAspectRatio-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -13,22 +13,22 @@
</span><span class="cx"> PASS preserveAspectRatio.meetOrSlice = SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE is SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE
</span><span class="cx"> 
</span><span class="cx"> Check assigning invalid align values
</span><del>-PASS preserveAspectRatio.align = preserveAspectRatio threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.align = null threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.align = 'aString' threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.align = svgElement threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.align = SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_UNKNOWN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.align = -1 threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.align = 11 threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS preserveAspectRatio.align = preserveAspectRatio threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.align = null threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.align = 'aString' threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.align = svgElement threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.align = SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_UNKNOWN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.align = -1 threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.align = 11 threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> 
</span><span class="cx"> Check assigning invalid meetOrSlice values
</span><del>-PASS preserveAspectRatio.meetOrSlice = preserveAspectRatio threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.meetOrSlice = null threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.meetOrSlice = 'aString' threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.meetOrSlice = svgElement threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.meetOrSlice = SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.meetOrSlice = -1 threw exception Error: NotSupportedError: DOM Exception 9.
-PASS preserveAspectRatio.meetOrSlice = 3 threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS preserveAspectRatio.meetOrSlice = preserveAspectRatio threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.meetOrSlice = null threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.meetOrSlice = 'aString' threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.meetOrSlice = svgElement threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.meetOrSlice = SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.meetOrSlice = -1 threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS preserveAspectRatio.meetOrSlice = 3 threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> 
</span><span class="cx"> Check that the preserveAspectRatio remained correct
</span><span class="cx"> PASS preserveAspectRatio.align = SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMIN is SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMIN
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGStringListbasicsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGStringList-basics-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGStringList-basics-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGStringList-basics-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> PASS text1.getAttribute('requiredFeatures') is &quot;aString&quot;
</span><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for getItem()
</span><del>-PASS text1.requiredFeatures.getItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.requiredFeatures.getItem(30) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text1.requiredFeatures.getItem('aString') is text1.requiredFeatures.getItem(0)
</span><span class="cx"> PASS text1.requiredFeatures.getItem(text1) is text1.requiredFeatures.getItem(0)
</span><span class="cx"> PASS text1.requiredFeatures.getItem(null) is text1.requiredFeatures.getItem(0)
</span><span class="lines">@@ -35,10 +35,10 @@
</span><span class="cx"> PASS text1.requiredFeatures.insertItemBefore('aString') threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS text1.requiredFeatures.insertItemBefore(text1) threw exception TypeError: Not enough arguments.
</span><span class="cx"> PASS text1.requiredFeatures.insertItemBefore(null) threw exception TypeError: Not enough arguments.
</span><del>-PASS text1.requiredFeatures.insertItemBefore(text1.requiredFeatures.getItem(1), 'aString') threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text1.requiredFeatures.insertItemBefore(text1.requiredFeatures.getItem(1), text1) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text1.requiredFeatures.insertItemBefore(text1.requiredFeatures.getItem(1), null) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text1.requiredFeatures.insertItemBefore(text1.requiredFeatures.getItem(1), 0) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.requiredFeatures.insertItemBefore(text1.requiredFeatures.getItem(1), 'aString') threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text1.requiredFeatures.insertItemBefore(text1.requiredFeatures.getItem(1), text1) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text1.requiredFeatures.insertItemBefore(text1.requiredFeatures.getItem(1), null) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS text1.requiredFeatures.insertItemBefore(text1.requiredFeatures.getItem(1), 0) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text1.requiredFeatures.insertItemBefore(30, 0) is &quot;30&quot;
</span><span class="cx"> PASS text1.requiredFeatures.numberOfItems is 2
</span><span class="cx"> PASS text1.requiredFeatures.getItem(0) is &quot;30&quot;
</span><span class="lines">@@ -148,7 +148,7 @@
</span><span class="cx"> PASS text1.getAttribute('requiredFeatures') is &quot;1 2 3 4&quot;
</span><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for removeItem()
</span><del>-PASS text1.requiredFeatures.removeItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS text1.requiredFeatures.removeItem(30) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS text1.requiredFeatures.removeItem('aString') is &quot;1&quot;
</span><span class="cx"> PASS text1.requiredFeatures.numberOfItems is 3
</span><span class="cx"> PASS text1.getAttribute('requiredFeatures') is &quot;2 3 4&quot;
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGTransformListbasicsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -16,7 +16,7 @@
</span><span class="cx"> PASS circle1.transform.baseVal.initialize(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for getItem()
</span><del>-PASS circle1.transform.baseVal.getItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS circle1.transform.baseVal.getItem(30) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS circle1.transform.baseVal.getItem('aString') is circle1.transform.baseVal.getItem(0)
</span><span class="cx"> PASS circle1.transform.baseVal.getItem(circle1) is circle1.transform.baseVal.getItem(0)
</span><span class="cx"> PASS circle1.transform.baseVal.getItem(null) is circle1.transform.baseVal.getItem(0)
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx"> PASS circle1.setAttribute('transform', 'rotate(90) scale(2 2) translate(10 10) skewX(45)') is undefined.
</span><span class="cx"> 
</span><span class="cx"> Test uncommon arguments for removeItem()
</span><del>-PASS circle1.transform.baseVal.removeItem(30) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS circle1.transform.baseVal.removeItem(30) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS dumpTransform(circle1.transform.baseVal.removeItem(0)) is &quot;type=SVG_TRANSFORM_ROTATE matrix=[0.0 1.0 -1.0 0.0 0.0 0.0]&quot;
</span><span class="cx"> PASS circle1.transform.baseVal.numberOfItems is 3
</span><span class="cx"> PASS dumpTransform(circle1.transform.baseVal.getItem(0)) is &quot;type=SVG_TRANSFORM_SCALE matrix=[2.0 0.0 0.0 2.0 0.0 0.0]&quot;
</span><span class="lines">@@ -129,7 +129,7 @@
</span><span class="cx"> PASS circle1.transform.baseVal.appendItem(null) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> 
</span><span class="cx"> Testing animVal clear throws
</span><del>-PASS circle1.transform.animVal.clear() threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS circle1.transform.animVal.clear() threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS circle1.transform.baseVal.clear() is undefined.
</span><span class="cx"> 
</span><span class="cx"> Creating new SVGTransform, with 45 deg rotation about x=50, y=100 and append it to the transform list
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGTransformListexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGTransformList-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGTransformList-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGTransformList-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -11,8 +11,8 @@
</span><span class="cx"> PASS transform.createSVGTransformFromMatrix('aString') threw exception TypeError: Argument 1 ('matrix') to SVGTransformList.createSVGTransformFromMatrix must be an instance of SVGMatrix.
</span><span class="cx"> PASS transform.createSVGTransformFromMatrix(1) threw exception TypeError: Argument 1 ('matrix') to SVGTransformList.createSVGTransformFromMatrix must be an instance of SVGMatrix.
</span><span class="cx"> PASS transform.createSVGTransformFromMatrix(true) threw exception TypeError: Argument 1 ('matrix') to SVGTransformList.createSVGTransformFromMatrix must be an instance of SVGMatrix.
</span><del>-PASS transform.createSVGTransformFromMatrix(undefined) threw exception Error: TypeMismatchError: DOM Exception 17.
-PASS transform.createSVGTransformFromMatrix(null) threw exception Error: TypeMismatchError: DOM Exception 17.
</del><ins>+PASS transform.createSVGTransformFromMatrix(undefined) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
+PASS transform.createSVGTransformFromMatrix(null) threw exception TypeMismatchError (DOM Exception 17): The type of an object was incompatible with the expected type of the parameter associated to the object..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomSVGViewSpecdefaultsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/SVGViewSpec-defaults-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/SVGViewSpec-defaults-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/SVGViewSpec-defaults-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -21,17 +21,17 @@
</span><span class="cx"> PASS currentView.zoomAndPan is SVGViewElement.SVG_ZOOMANDPAN_MAGNIFY
</span><span class="cx"> 
</span><span class="cx"> Try changing zoomAndPan - none of these will work, as SVGViewSpec is fully readonly - even the animated properties it inherits from parent classes like SVGZoomAndPan/SVGFitToViewBox
</span><del>-PASS currentView.zoomAndPan = SVGViewElement.SVG_ZOOMANDPAN_DISABLE threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS currentView.zoomAndPan = SVGViewElement.SVG_ZOOMANDPAN_DISABLE threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS currentView.zoomAndPan is SVGViewElement.SVG_ZOOMANDPAN_MAGNIFY
</span><span class="cx"> 
</span><span class="cx"> Try changing viewBox - this has no affect on the SVGSVGElement the viewSpec belongs to - it exposed all its properties as read-only
</span><del>-PASS currentView.viewBox.baseVal.x = 10 threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS currentView.viewBox.baseVal.x = 10 threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS currentView.viewBox.baseVal.x is 0
</span><del>-PASS currentView.viewBox.baseVal.y = 20 threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS currentView.viewBox.baseVal.y = 20 threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS currentView.viewBox.baseVal.y is 0
</span><del>-PASS currentView.viewBox.baseVal.width = 50 threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS currentView.viewBox.baseVal.width = 50 threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS currentView.viewBox.baseVal.width is 0
</span><del>-PASS currentView.viewBox.baseVal.height = 100 threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS currentView.viewBox.baseVal.height = 100 threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS currentView.viewBox.baseVal.height is 0
</span><span class="cx"> PASS currentView.viewBoxString is &quot;0 0 0 0&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -40,9 +40,9 @@
</span><span class="cx"> PASS currentView.viewBoxString is &quot;0 0 0 0&quot;
</span><span class="cx"> 
</span><span class="cx"> Try changing preserveAspectRatio
</span><del>-PASS currentView.preserveAspectRatio.baseVal.align = SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS currentView.preserveAspectRatio.baseVal.align = SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS currentView.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID
</span><del>-PASS currentView.preserveAspectRatio.baseVal.meetOrSlice = SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS currentView.preserveAspectRatio.baseVal.meetOrSlice = SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS currentView.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET
</span><span class="cx"> 
</span><span class="cx"> Try changing preserveAspectRatioString
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx"> PASS currentView.viewTargetString is &quot;&quot;
</span><span class="cx"> 
</span><span class="cx"> Try changing transform
</span><del>-PASS currentView.transform.clear() threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS currentView.transform.clear() threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> PASS currentView.transform.numberOfItems is 0
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomaltGlyphdomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/altGlyph-dom-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/altGlyph-dom-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/altGlyph-dom-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> PASS altGlyph.tagName is &quot;altGlyph&quot;
</span><span class="cx"> PASS altGlyph.namespaceURI is &quot;http://www.w3.org/2000/svg&quot;
</span><span class="cx"> PASS altGlyph.format is &quot;image/svg+xml&quot;
</span><del>-PASS altGlyph.format = 'x' threw exception Error: NoModificationAllowedError: DOM Exception 7.
</del><ins>+PASS altGlyph.format = 'x' threw exception NoModificationAllowedError (DOM Exception 7): The object can not be modified..
</ins><span class="cx"> FAIL altGlyph.getStartPositionOfChar(0).x should be 0. Was 72.
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgdomsvglistexceptiononoutboundserrorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/svg/dom/svglist-exception-on-out-bounds-error-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,42 +3,42 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.getItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><del>-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><del>-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.removeItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS svgList.getItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><del>-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><del>-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.removeItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS svgList.getItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><del>-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><del>-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.removeItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS svgList.getItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><del>-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><del>-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.removeItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS svgList.getItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><del>-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><del>-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgList.getItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.removeItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS svgList.getItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.insertItemBefore(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><span class="cx"> PASS svgList.insertItemBefore(seg, index) is seg
</span><del>-PASS svgList.replaceItem(seg, index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.replaceItem(seg, index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS svgList.replaceItem(null, index) threw exception SVG_WRONG_TYPE_ERR (DOM SVG Exception): An object of the wrong type was passed to an operation..
</span><del>-PASS svgList.removeItem(index) threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS svgList.removeItem(index) threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTeststransformscssmatrix2dinterfaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/transforms/cssmatrix-2d-interface-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/transforms/cssmatrix-2d-interface-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/transforms/cssmatrix-2d-interface-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx"> PASS a3[1] is &quot;&quot;
</span><span class="cx"> 
</span><span class="cx"> Test bad input to string constructor
</span><del>-PASS new WebKitCSSMatrix(&quot;banana&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebKitCSSMatrix(&quot;banana&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> 
</span><span class="cx"> Test attributes on default matrix
</span><span class="cx"> PASS m.a is 1
</span><span class="lines">@@ -58,9 +58,9 @@
</span><span class="cx"> PASS m.f is 20
</span><span class="cx"> 
</span><span class="cx"> Test throwing exception from setMatrixValue
</span><del>-PASS m.setMatrixValue(&quot;banana&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS m.setMatrixValue(&quot;translate(10em, 20%)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS m.setMatrixValue(&quot;translate(10px, 20px) scale()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS m.setMatrixValue(&quot;banana&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS m.setMatrixValue(&quot;translate(10em, 20%)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS m.setMatrixValue(&quot;translate(10px, 20px) scale()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> 
</span><span class="cx"> Test attributes on translate() and accumulation
</span><span class="cx"> PASS m2.a is 1
</span><span class="lines">@@ -208,7 +208,7 @@
</span><span class="cx"> PASS parseFloat(m.f) is 20
</span><span class="cx"> 
</span><span class="cx"> Test throwing exception from inverse
</span><del>-PASS m.inverse() threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS m.inverse() threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> 
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTeststransformscssmatrix3dinterfaceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/transforms/cssmatrix-3d-interface-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/transforms/cssmatrix-3d-interface-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/transforms/cssmatrix-3d-interface-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> PASS a3[1] is &quot;&quot;
</span><span class="cx"> 
</span><span class="cx"> Test bad input to string constructor
</span><del>-PASS new WebKitCSSMatrix(&quot;banana&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new WebKitCSSMatrix(&quot;banana&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> 
</span><span class="cx"> Test attributes on default matrix
</span><span class="cx"> PASS m.m11 is 1
</span><span class="lines">@@ -104,9 +104,9 @@
</span><span class="cx"> PASS m.m44 is 1
</span><span class="cx"> 
</span><span class="cx"> Test throwing exception from setMatrixValue
</span><del>-PASS m.setMatrixValue(&quot;banana&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS m.setMatrixValue(&quot;translate3d(10em, 20%, 40)&quot;) threw exception Error: SyntaxError: DOM Exception 12.
-PASS m.setMatrixValue(&quot;translate3d(10px, 20px, 30px) scale3d()&quot;) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS m.setMatrixValue(&quot;banana&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS m.setMatrixValue(&quot;translate3d(10em, 20%, 40)&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS m.setMatrixValue(&quot;translate3d(10px, 20px, 30px) scale3d()&quot;) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> 
</span><span class="cx"> Test multiply
</span><span class="cx"> PASS parseFloat(m3.m11) is 538
</span><span class="lines">@@ -217,7 +217,7 @@
</span><span class="cx"> PASS parseFloat(m.m44) is 1
</span><span class="cx"> 
</span><span class="cx"> Test throwing exception from inverse
</span><del>-PASS m.inverse() threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS m.inverse() threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> 
</span><span class="cx"> Test translate
</span><span class="cx"> PASS m2.m11 is 1
</span></span></pre></div>
<a id="trunkLayoutTestswebaudioanalyserexceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/webaudio/analyser-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/webaudio/analyser-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/webaudio/analyser-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,9 +2,9 @@
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><del>-PASS analyser.minDecibels = -20 threw exception Error: IndexSizeError: DOM Exception 1.
-PASS analyser.maxDecibels = -120 threw exception Error: IndexSizeError: DOM Exception 1.
-PASS analyser.smoothingTimeConstant = 2 threw exception Error: IndexSizeError: DOM Exception 1.
</del><ins>+PASS analyser.minDecibels = -20 threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS analyser.maxDecibels = -120 threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
+PASS analyser.smoothingTimeConstant = 2 threw exception IndexSizeError (DOM Exception 1): The index is not in the allowed range..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestswebaudioanalyserexceptionhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/webaudio/analyser-exception.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/webaudio/analyser-exception.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/webaudio/analyser-exception.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -32,13 +32,13 @@
</span><span class="cx">     analyser.connect(context.destination);
</span><span class="cx"> 
</span><span class="cx">     // 'minDecibels' shouldn't be greater than 'maxDecibels' which defaults to -30dB.
</span><del>-    shouldThrow(&quot;analyser.minDecibels = -20&quot;, &quot;'Error: IndexSizeError: DOM Exception 1'&quot;);
</del><ins>+    shouldThrow(&quot;analyser.minDecibels = -20&quot;, &quot;'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'&quot;);
</ins><span class="cx"> 
</span><span class="cx">     // 'maxDecibels' shouldn't be less than 'minDecibels' which defaults to -100dB.
</span><del>-    shouldThrow(&quot;analyser.maxDecibels = -120&quot;, &quot;'Error: IndexSizeError: DOM Exception 1'&quot;);
</del><ins>+    shouldThrow(&quot;analyser.maxDecibels = -120&quot;, &quot;'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'&quot;);
</ins><span class="cx"> 
</span><span class="cx">     // 'smoothingTimeConstant' range is between 0 and 1.
</span><del>-    shouldThrow(&quot;analyser.smoothingTimeConstant = 2&quot;, &quot;'Error: IndexSizeError: DOM Exception 1'&quot;);
</del><ins>+    shouldThrow(&quot;analyser.smoothingTimeConstant = 2&quot;, &quot;'IndexSizeError (DOM Exception 1): The index is not in the allowed range.'&quot;);
</ins><span class="cx"> 
</span><span class="cx">     context.oncomplete = finishJSTest;
</span><span class="cx">     context.startRendering();
</span></span></pre></div>
<a id="trunkLayoutTestswebaudioaudiobuffersourcechannelsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/webaudio/audiobuffersource-channels-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/webaudio/audiobuffersource-channels-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/webaudio/audiobuffersource-channels-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx"> PASS 7 channels buffer can be set.
</span><span class="cx"> PASS 8 channels buffer can be set.
</span><span class="cx"> PASS 9 channels buffer can be set.
</span><del>-PASS context.createBuffer(64, 1024, context.sampleRate) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS context.createBuffer(64, 1024, context.sampleRate) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS source.buffer is not null
</span><span class="cx"> PASS source.buffer = null did not throw exception.
</span><span class="cx"> PASS source.buffer is null
</span></span></pre></div>
<a id="trunkLayoutTestswebaudioaudiobuffersourceexceptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/webaudio/audiobuffersource-exception-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/webaudio/audiobuffersource-exception-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/webaudio/audiobuffersource-exception-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,9 +2,9 @@
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><del>-PASS bufferSource.stop(0) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS bufferSource.start(0) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS bufferSource.stop(0) threw exception Error: InvalidStateError: DOM Exception 11.
</del><ins>+PASS bufferSource.stop(0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS bufferSource.start(0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
+PASS bufferSource.stop(0) threw exception InvalidStateError (DOM Exception 11): The object is in an invalid state..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestswebaudioaudiobuffersourceexceptionhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/webaudio/audiobuffersource-exception.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/webaudio/audiobuffersource-exception.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/webaudio/audiobuffersource-exception.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -33,15 +33,15 @@
</span><span class="cx">     bufferSource.connect(context.destination);
</span><span class="cx"> 
</span><span class="cx">     // 'stop' should be called only after 'start'.
</span><del>-    shouldThrow(&quot;bufferSource.stop(0)&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
</del><ins>+    shouldThrow(&quot;bufferSource.stop(0)&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
</ins><span class="cx">     bufferSource.start(0);
</span><span class="cx"> 
</span><span class="cx">     // 'start' should be called only once.
</span><del>-    shouldThrow(&quot;bufferSource.start(0)&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
</del><ins>+    shouldThrow(&quot;bufferSource.start(0)&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
</ins><span class="cx">     bufferSource.stop(0);
</span><span class="cx"> 
</span><span class="cx">     // 'stop' should be called only once.
</span><del>-    shouldThrow(&quot;bufferSource.stop(0)&quot;, &quot;'Error: InvalidStateError: DOM Exception 11'&quot;);
</del><ins>+    shouldThrow(&quot;bufferSource.stop(0)&quot;, &quot;'InvalidStateError (DOM Exception 11): The object is in an invalid state.'&quot;);
</ins><span class="cx"> 
</span><span class="cx">     context.oncomplete = finishJSTest;
</span><span class="cx">     context.startRendering();
</span></span></pre></div>
<a id="trunkLayoutTestswebaudioconvolverchannelsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/webaudio/convolver-channels-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/webaudio/convolver-channels-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/webaudio/convolver-channels-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -5,36 +5,36 @@
</span><span class="cx"> 
</span><span class="cx"> PASS ConvolverNode with buffer of 1 channels did not throw exception.
</span><span class="cx"> PASS ConvolverNode with buffer of 2 channels did not throw exception.
</span><del>-PASS ConvolverNode with buffer of 3 channels threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS ConvolverNode with buffer of 3 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS ConvolverNode with buffer of 4 channels did not throw exception.
</span><del>-PASS ConvolverNode with buffer of 5 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 6 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 7 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 8 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 9 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 10 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 11 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 12 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 13 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 14 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 15 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 16 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 17 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 18 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 19 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 20 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 21 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 22 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 23 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 24 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 25 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 26 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 27 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 28 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 29 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 30 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 31 channels threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ConvolverNode with buffer of 32 channels threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS ConvolverNode with buffer of 5 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 6 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 7 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 8 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 9 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 10 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 11 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 12 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 13 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 14 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 15 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 16 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 17 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 18 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 19 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 20 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 21 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 22 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 23 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 24 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 25 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 26 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 27 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 28 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 29 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 30 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 31 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS ConvolverNode with buffer of 32 channels threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestswebaudioconvolverchannelshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/webaudio/convolver-channels.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/webaudio/convolver-channels.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/webaudio/convolver-channels.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">         } else {
</span><span class="cx">             shouldThrow(function() {
</span><span class="cx">                 convolver.buffer = buffer;
</span><del>-            }, &quot;'Error: NotSupportedError: DOM Exception 9'&quot;, message);
</del><ins>+            }, &quot;'NotSupportedError (DOM Exception 9): The operation is not supported.'&quot;, message);
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestswebaudioconvolversetBufferdifferentsamplerateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/webaudio/convolver-setBuffer-different-samplerate-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/webaudio/convolver-setBuffer-different-samplerate-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/webaudio/convolver-setBuffer-different-samplerate-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS convolver.buffer = context.createBuffer(1, 256, 22050) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS convolver.buffer = context.createBuffer(1, 256, 22050) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS convolver.buffer = context.createBuffer(1, 256, 44100) did not throw exception.
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestswebaudioconvolversetBufferdifferentsampleratehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/webaudio/convolver-setBuffer-different-samplerate.html (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/webaudio/convolver-setBuffer-different-samplerate.html        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/webaudio/convolver-setBuffer-different-samplerate.html        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx"> var context = new webkitOfflineAudioContext(1, 256, 44100);
</span><span class="cx"> var convolver = context.createConvolver();
</span><span class="cx"> 
</span><del>-shouldThrow(&quot;convolver.buffer = context.createBuffer(1, 256, 22050)&quot;, &quot;'Error: NotSupportedError: DOM Exception 9'&quot;);
</del><ins>+shouldThrow(&quot;convolver.buffer = context.createBuffer(1, 256, 22050)&quot;, &quot;'NotSupportedError (DOM Exception 9): The operation is not supported.'&quot;);
</ins><span class="cx"> shouldNotThrow(&quot;convolver.buffer = context.createBuffer(1, 256, 44100)&quot;);
</span><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestswebaudiodelaynodemaxdelaylimitexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/webaudio/delaynode-maxdelaylimit-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/webaudio/delaynode-maxdelaylimit-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/webaudio/delaynode-maxdelaylimit-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -2,9 +2,9 @@
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><del>-PASS context.createDelay(180) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.createDelay(0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.createDelay(-1) threw exception Error: NotSupportedError: DOM Exception 9.
</del><ins>+PASS context.createDelay(180) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS context.createDelay(0) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
+PASS context.createDelay(-1) threw exception NotSupportedError (DOM Exception 9): The operation is not supported..
</ins><span class="cx"> PASS delay.delayTime.value === 0.5 is true
</span><span class="cx"> PASS Test signal was correctly delayed by 0.5 sec.
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestswebaudioofflineaudiocontextconstructorexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -3,9 +3,9 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS new webkitOfflineAudioContext(1, 0, 44100) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new webkitOfflineAudioContext(0, 1, 44100) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new webkitOfflineAudioContext(1, 1, 0) threw exception Error: SyntaxError: DOM Exception 12.
</del><ins>+PASS new webkitOfflineAudioContext(1, 0, 44100) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new webkitOfflineAudioContext(0, 1, 44100) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS new webkitOfflineAudioContext(1, 1, 0) threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
</ins><span class="cx"> PASS new webkitOfflineAudioContext(1, 1, 44100) did not throw exception.
</span><span class="cx"> PASS did not crash
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/Source/WebCore/ChangeLog        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2016-07-17  Brady Eidson  &lt;beidson@apple.com&gt;
+
+        Update DOMCoreException to use the description in toString().
+        https://bugs.webkit.org/show_bug.cgi?id=159857
+
+        Reviewed by Darin Adler.
+
+        No new tests (Covered by changes to existing tests).
+
+        * bindings/js/JSDOMBinding.cpp:
+        (WebCore::createDOMException):
+
+        * dom/DOMCoreException.h:
+        (WebCore::DOMCoreException::DOMCoreException):
+        (WebCore::DOMCoreException::createWithDescriptionAsMessage): Deleted.
+
</ins><span class="cx"> 2016-07-17  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Support new emoji group candidates
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMBindingcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMBinding.cpp (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMBinding.cpp        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/Source/WebCore/bindings/js/JSDOMBinding.cpp        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -274,6 +274,9 @@
</span><span class="cx">     JSValue errorObject;
</span><span class="cx">     switch (description.type) {
</span><span class="cx">     case DOMCoreExceptionType:
</span><ins>+#if ENABLE(INDEXED_DATABASE)
+    case IDBDatabaseExceptionType:
+#endif
</ins><span class="cx">         errorObject = toJS(exec, globalObject, DOMCoreException::create(description));
</span><span class="cx">         break;
</span><span class="cx">     case FileExceptionType:
</span><span class="lines">@@ -288,10 +291,6 @@
</span><span class="cx">     case XPathExceptionType:
</span><span class="cx">         errorObject = toJS(exec, globalObject, XPathException::create(description));
</span><span class="cx">         break;
</span><del>-#if ENABLE(INDEXED_DATABASE)
-    case IDBDatabaseExceptionType:
-        errorObject = toJS(exec, globalObject, DOMCoreException::createWithDescriptionAsMessage(description));
-#endif
</del><span class="cx">     }
</span><span class="cx">     
</span><span class="cx">     ASSERT(errorObject);
</span></span></pre></div>
<a id="trunkSourceWebCoredomDOMCoreExceptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DOMCoreException.h (203332 => 203333)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DOMCoreException.h        2016-07-17 14:39:12 UTC (rev 203332)
+++ trunk/Source/WebCore/dom/DOMCoreException.h        2016-07-17 16:47:55 UTC (rev 203333)
</span><span class="lines">@@ -40,16 +40,11 @@
</span><span class="cx">         return adoptRef(*new DOMCoreException(description));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    static Ref&lt;DOMCoreException&gt; createWithDescriptionAsMessage(const ExceptionCodeDescription&amp; description)
-    {
-        return adoptRef(*new DOMCoreException(description, ExceptionBase::MessageSource::UseDescription));
-    }
-
</del><span class="cx">     static bool initializeDescription(ExceptionCode, ExceptionCodeDescription*);
</span><span class="cx"> 
</span><span class="cx"> protected:
</span><del>-    explicit DOMCoreException(const ExceptionCodeDescription&amp; description, ExceptionBase::MessageSource messageSource = MessageSource::ConstructMessage)
-        : ExceptionBase(description, messageSource)
</del><ins>+    explicit DOMCoreException(const ExceptionCodeDescription&amp; description)
+        : ExceptionBase(description, ExceptionBase::MessageSource::UseDescription)
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> };
</span></span></pre>
</div>
</div>

</body>
</html>