Update web-platform-tests expected data to revision 2a9fd810bb18610b422dbc3998ab74aa1bffae95

This commit is contained in:
James Graham 2015-04-24 15:54:58 +01:00
parent f837e575fe
commit 291ac06c01
109 changed files with 2512 additions and 2559 deletions

View file

@ -1,5 +1,5 @@
[EventObject.after.dispatchEvent.html] [EventObject.after.dispatchEvent.html]
type: testharness type: testharness
[Test Description: As the final step of the event dispatch, the implementation must reset the event object\'s default-action-prevention state. ] [Test Description: As the final step of the event dispatch, the implementation must reset the event object's default-action-prevention state. ]
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[EventObject.after.dispatchEvent.html] [EventObject.after.dispatchEvent.html]
type: testharness type: testharness
[Test Description: As the final step of the event dispatch, the implementation must reset the event object\'s default-action-prevention state. ] [Test Description: As the final step of the event dispatch, the implementation must reset the event object's default-action-prevention state. ]
expected: FAIL expected: FAIL

View file

@ -18,7 +18,7 @@
[The length getter should be invoked and any exceptions should be propagated.] [The length getter should be invoked and any exceptions should be propagated.]
expected: FAIL expected: FAIL
[A platform object that supports indexed properties should be treated as a sequence for the blobParts argument (overwritten \'length\'.)] [A platform object that supports indexed properties should be treated as a sequence for the blobParts argument (overwritten 'length'.)]
expected: FAIL expected: FAIL
[ToUint32 should be applied to the length and any exceptions should be propagated.] [ToUint32 should be applied to the length and any exceptions should be propagated.]
@ -111,9 +111,9 @@
[Passing function "function () {}" (index 5) for options should use the defaults (with newlines).] [Passing function "function () {}" (index 5) for options should use the defaults (with newlines).]
expected: FAIL expected: FAIL
[Newlines should not change when endings is \'transparent\'.] [Newlines should not change when endings is 'transparent'.]
expected: FAIL expected: FAIL
[Newlines should not change when endings is \'native\'.] [Newlines should not change when endings is 'native'.]
expected: FAIL expected: FAIL

View file

@ -150,7 +150,7 @@
[Slicing test: slice (8,3).] [Slicing test: slice (8,3).]
expected: FAIL expected: FAIL
[Invalid contentType ("\xc3\xbf")] [Invalid contentType ("ÿ")]
expected: FAIL expected: FAIL
[Invalid contentType ("te(xt/plain")] [Invalid contentType ("te(xt/plain")]
@ -216,7 +216,7 @@
[Invalid contentType ("te\\x1fxt/plain")] [Invalid contentType ("te\\x1fxt/plain")]
expected: FAIL expected: FAIL
[Invalid contentType ("te\x7fxt/plain")] [Invalid contentType ("text/plain")]
expected: FAIL expected: FAIL
[Valid contentType ("TEXT/PLAIN")] [Valid contentType ("TEXT/PLAIN")]

View file

@ -15,7 +15,7 @@
[Check if the item method returns null when no file selected] [Check if the item method returns null when no file selected]
expected: FAIL expected: FAIL
[Check if length is fileList\'s attribute] [Check if length is fileList's attribute]
expected: FAIL expected: FAIL
[Check if the fileList length is 0 when no file selected] [Check if the fileList length is 0 when no file selected]

View file

@ -27,6 +27,9 @@
[Blob interface: new Blob(["TEST"\]) must inherit property "close" with the proper type (4)] [Blob interface: new Blob(["TEST"\]) must inherit property "close" with the proper type (4)]
expected: FAIL expected: FAIL
[File interface: existence and properties of interface object]
expected: FAIL
[File interface object length] [File interface object length]
expected: FAIL expected: FAIL
@ -72,7 +75,7 @@
[FileList interface: existence and properties of interface prototype object] [FileList interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[FileList interface: existence and properties of interface prototype object\'s "constructor" property] [FileList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[FileList interface: operation item(unsigned long)] [FileList interface: operation item(unsigned long)]
@ -81,6 +84,21 @@
[FileList interface: attribute length] [FileList interface: attribute length]
expected: FAIL expected: FAIL
[FileList must be primary interface of file_input.files]
expected: FAIL
[Stringification of file_input.files]
expected: FAIL
[FileList interface: file_input.files must inherit property "item" with the proper type (0)]
expected: FAIL
[FileList interface: calling item(unsigned long) on file_input.files with too few arguments must throw TypeError]
expected: FAIL
[FileList interface: file_input.files must inherit property "length" with the proper type (1)]
expected: FAIL
[FileReader interface: existence and properties of interface object] [FileReader interface: existence and properties of interface object]
expected: FAIL expected: FAIL
@ -90,7 +108,7 @@
[FileReader interface: existence and properties of interface prototype object] [FileReader interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[FileReader interface: existence and properties of interface prototype object\'s "constructor" property] [FileReader interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[FileReader interface: operation readAsArrayBuffer(Blob)] [FileReader interface: operation readAsArrayBuffer(Blob)]
@ -222,7 +240,7 @@
[FileReaderSync interface: existence and properties of interface prototype object] [FileReaderSync interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[FileReaderSync interface: existence and properties of interface prototype object\'s "constructor" property] [FileReaderSync interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[FileReaderSync interface: operation readAsArrayBuffer(Blob)] [FileReaderSync interface: operation readAsArrayBuffer(Blob)]
@ -234,21 +252,3 @@
[FileReaderSync interface: operation readAsDataURL(Blob)] [FileReaderSync interface: operation readAsDataURL(Blob)]
expected: FAIL expected: FAIL
[File interface: existence and properties of interface object]
expected: FAIL
[FileList must be primary interface of file_input.files]
expected: FAIL
[Stringification of file_input.files]
expected: FAIL
[FileList interface: file_input.files must inherit property "item" with the proper type (0)]
expected: FAIL
[FileList interface: calling item(unsigned long) on file_input.files with too few arguments must throw TypeError]
expected: FAIL
[FileList interface: file_input.files must inherit property "length" with the proper type (1)]
expected: FAIL

View file

@ -1,8 +1,8 @@
[url_createobjecturl_blob.html] [url_createobjecturl_blob.html]
type: testharness type: testharness
[Check if the Blob URI starts with \'blob\' using createObjectURL()] [Check if the Blob URI starts with 'blob' using createObjectURL()]
expected: FAIL expected: FAIL
[Check if the Blob URI starts with \'blob\' using createFor()] [Check if the Blob URI starts with 'blob' using createFor()]
expected: FAIL expected: FAIL

View file

@ -1,26 +1,26 @@
[responsexml-media-type.htm] [responsexml-media-type.htm]
type: testharness type: testharness
[XMLHttpRequest: responseXML MIME type tests (\'\', should parse)] [XMLHttpRequest: responseXML MIME type tests ('', should parse)]
expected: FAIL expected: FAIL
[XMLHttpRequest: responseXML MIME type tests (\'bogus\', should parse)] [XMLHttpRequest: responseXML MIME type tests ('bogus', should parse)]
expected: FAIL expected: FAIL
[XMLHttpRequest: responseXML MIME type tests (\'bogus+xml\', should parse)] [XMLHttpRequest: responseXML MIME type tests ('bogus+xml', should parse)]
expected: FAIL expected: FAIL
[XMLHttpRequest: responseXML MIME type tests (\'video/x-awesome+xml\', should parse)] [XMLHttpRequest: responseXML MIME type tests ('video/x-awesome+xml', should parse)]
expected: FAIL expected: FAIL
[XMLHttpRequest: responseXML MIME type tests (\'text/xml\', should parse)] [XMLHttpRequest: responseXML MIME type tests ('text/xml', should parse)]
expected: FAIL expected: FAIL
[XMLHttpRequest: responseXML MIME type tests (\'application\', should parse)] [XMLHttpRequest: responseXML MIME type tests ('application', should parse)]
expected: FAIL expected: FAIL
[XMLHttpRequest: responseXML MIME type tests (\'application/xhtml+xml\', should parse)] [XMLHttpRequest: responseXML MIME type tests ('application/xhtml+xml', should parse)]
expected: FAIL expected: FAIL
[XMLHttpRequest: responseXML MIME type tests (\'image/svg+xml\', should parse)] [XMLHttpRequest: responseXML MIME type tests ('image/svg+xml', should parse)]
expected: FAIL expected: FAIL

View file

@ -1,6 +1,6 @@
[setrequestheader-bogus-name.htm] [setrequestheader-bogus-name.htm]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[setRequestHeader should throw with header name "\xef\xbe\x83\xef\xbd\xbd\xef\xbe\x84".] [setRequestHeader should throw with header name "テスト".]
expected: TIMEOUT expected: TIMEOUT

View file

@ -1,47 +0,0 @@
[response-headers.htm]
type: testharness
[getResponseHeader: Expose Access-Control-Expose-Headers (x-custom-header-comma)]
expected: FAIL
[getResponseHeader: Expose second Access-Control-Expose-Headers (x-second-expose)]
expected: FAIL
[getResponseHeader: Don\'t trim whitespace]
expected: FAIL
[getResponseHeader: x-custom-header bytes]
expected: FAIL
[getResponseHeader: Exposed server field readable (Date)]
expected: FAIL
[getResponseHeader: Cache-Control: readable by default]
expected: FAIL
[getResponseHeader: Content-Language: readable by default]
expected: FAIL
[getResponseHeader: Expires: readable by default]
expected: FAIL
[getResponseHeader: Last-Modified: readable by default]
expected: FAIL
[getResponseHeader: Pragma: readable by default]
expected: FAIL
[getResponseHeader: Server: unreadable by default]
expected: FAIL
[getResponseHeader: X-Powered-By: unreadable by default]
expected: FAIL
[getResponseHeader: Combined testing of cors response headers]
expected: FAIL
[getResponse: don\'t expose x-nonexposed]
expected: FAIL
[getAllResponseHeaders: don\'t expose x-nonexposed]
expected: FAIL

View file

@ -1,5 +1,5 @@
[EventTarget-dispatchEvent.html] [EventTarget-dispatchEvent.html]
type: testharness type: testharness
[If the event\'s initialized flag is not set, an InvalidStateError must be thrown (TouchEvent).] [If the event's initialized flag is not set, an InvalidStateError must be thrown (TouchEvent).]
expected: FAIL expected: FAIL

View file

@ -9,18 +9,30 @@
[Event interface: new Event("foo") must have own property "isTrusted"] [Event interface: new Event("foo") must have own property "isTrusted"]
expected: FAIL expected: FAIL
[CustomEvent interface: existence and properties of interface object]
expected: FAIL
[CustomEvent interface object length] [CustomEvent interface object length]
expected: FAIL expected: FAIL
[Event interface: new CustomEvent("foo") must have own property "isTrusted"] [Event interface: new CustomEvent("foo") must have own property "isTrusted"]
expected: FAIL expected: FAIL
[EventTarget interface object length]
expected: FAIL
[EventTarget interface: operation addEventListener(DOMString,EventListener,boolean)] [EventTarget interface: operation addEventListener(DOMString,EventListener,boolean)]
expected: FAIL expected: FAIL
[EventTarget interface: operation removeEventListener(DOMString,EventListener,boolean)] [EventTarget interface: operation removeEventListener(DOMString,EventListener,boolean)]
expected: FAIL expected: FAIL
[NodeList interface object length]
expected: FAIL
[HTMLCollection interface object length]
expected: FAIL
[MutationObserver interface: existence and properties of interface object] [MutationObserver interface: existence and properties of interface object]
expected: FAIL expected: FAIL
@ -30,7 +42,7 @@
[MutationObserver interface: existence and properties of interface prototype object] [MutationObserver interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[MutationObserver interface: existence and properties of interface prototype object\'s "constructor" property] [MutationObserver interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[MutationObserver interface: operation observe(Node,MutationObserverInit)] [MutationObserver interface: operation observe(Node,MutationObserverInit)]
@ -51,7 +63,7 @@
[MutationRecord interface: existence and properties of interface prototype object] [MutationRecord interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[MutationRecord interface: existence and properties of interface prototype object\'s "constructor" property] [MutationRecord interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[MutationRecord interface: attribute type] [MutationRecord interface: attribute type]
@ -81,9 +93,21 @@
[MutationRecord interface: attribute oldValue] [MutationRecord interface: attribute oldValue]
expected: FAIL expected: FAIL
[Node interface: existence and properties of interface object]
expected: FAIL
[Node interface object length]
expected: FAIL
[Node interface: operation cloneNode(boolean)] [Node interface: operation cloneNode(boolean)]
expected: FAIL expected: FAIL
[Document interface: existence and properties of interface object]
expected: FAIL
[Document interface object length]
expected: FAIL
[Document interface: attribute origin] [Document interface: attribute origin]
expected: FAIL expected: FAIL
@ -111,7 +135,7 @@
[XMLDocument interface: existence and properties of interface prototype object] [XMLDocument interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[XMLDocument interface: existence and properties of interface prototype object\'s "constructor" property] [XMLDocument interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[XMLDocument must be primary interface of xmlDoc] [XMLDocument must be primary interface of xmlDoc]
@ -123,6 +147,9 @@
[Document interface: xmlDoc must inherit property "origin" with the proper type (3)] [Document interface: xmlDoc must inherit property "origin" with the proper type (3)]
expected: FAIL expected: FAIL
[Document interface: xmlDoc must inherit property "createNodeIterator" with the proper type (25)]
expected: FAIL
[Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on xmlDoc with too few arguments must throw TypeError] [Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
@ -132,12 +159,21 @@
[Document interface: calling append([object Object\],[object Object\]) on xmlDoc with too few arguments must throw TypeError] [Document interface: calling append([object Object\],[object Object\]) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[Document interface: xmlDoc must inherit property "query" with the proper type (34)]
expected: FAIL
[Document interface: calling query(DOMString) on xmlDoc with too few arguments must throw TypeError] [Document interface: calling query(DOMString) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[Document interface: xmlDoc must inherit property "queryAll" with the proper type (35)]
expected: FAIL
[Document interface: calling queryAll(DOMString) on xmlDoc with too few arguments must throw TypeError] [Document interface: calling queryAll(DOMString) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[DOMImplementation interface object length]
expected: FAIL
[DOMImplementation interface: operation createDocument(DOMString,DOMString,DocumentType)] [DOMImplementation interface: operation createDocument(DOMString,DOMString,DocumentType)]
expected: FAIL expected: FAIL
@ -147,6 +183,12 @@
[DOMImplementation interface: operation hasFeature()] [DOMImplementation interface: operation hasFeature()]
expected: FAIL expected: FAIL
[DocumentFragment interface: existence and properties of interface object]
expected: FAIL
[DocumentFragment interface object length]
expected: FAIL
[DocumentFragment interface: operation getElementById(DOMString)] [DocumentFragment interface: operation getElementById(DOMString)]
expected: FAIL expected: FAIL
@ -180,12 +222,27 @@
[DocumentFragment interface: calling queryAll(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeError] [DocumentFragment interface: calling queryAll(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[DocumentType interface: existence and properties of interface object]
expected: FAIL
[DocumentType interface object length]
expected: FAIL
[DocumentType interface: calling before([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError] [DocumentType interface: calling before([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[DocumentType interface: calling after([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError] [DocumentType interface: calling after([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[DocumentType interface: calling replaceWith([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError]
expected: FAIL
[Element interface: existence and properties of interface object]
expected: FAIL
[Element interface object length]
expected: FAIL
[Element interface: operation hasAttributes()] [Element interface: operation hasAttributes()]
expected: FAIL expected: FAIL
@ -267,12 +324,30 @@
[Element interface: calling after([object Object\],[object Object\]) on element with too few arguments must throw TypeError] [Element interface: calling after([object Object\],[object Object\]) on element with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[Element interface: calling replaceWith([object Object\],[object Object\]) on element with too few arguments must throw TypeError]
expected: FAIL
[NamedNodeMap interface object length]
expected: FAIL
[NamedNodeMap interface: operation setNamedItem(Attr)] [NamedNodeMap interface: operation setNamedItem(Attr)]
expected: FAIL expected: FAIL
[NamedNodeMap interface: operation setNamedItemNS(Attr)] [NamedNodeMap interface: operation setNamedItemNS(Attr)]
expected: FAIL expected: FAIL
[Attr interface object length]
expected: FAIL
[CharacterData interface: existence and properties of interface object]
expected: FAIL
[CharacterData interface object length]
expected: FAIL
[Text interface: existence and properties of interface object]
expected: FAIL
[Text interface object length] [Text interface object length]
expected: FAIL expected: FAIL
@ -282,12 +357,27 @@
[CharacterData interface: calling after([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError] [CharacterData interface: calling after([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[CharacterData interface: calling replaceWith([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError]
expected: FAIL
[ProcessingInstruction interface: existence and properties of interface object]
expected: FAIL
[ProcessingInstruction interface object length]
expected: FAIL
[CharacterData interface: calling before([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError] [CharacterData interface: calling before([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[CharacterData interface: calling after([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError] [CharacterData interface: calling after([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[CharacterData interface: calling replaceWith([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError]
expected: FAIL
[Comment interface: existence and properties of interface object]
expected: FAIL
[Comment interface object length] [Comment interface object length]
expected: FAIL expected: FAIL
@ -297,6 +387,12 @@
[CharacterData interface: calling after([object Object\],[object Object\]) on document.createComment("abc") with too few arguments must throw TypeError] [CharacterData interface: calling after([object Object\],[object Object\]) on document.createComment("abc") with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[CharacterData interface: calling replaceWith([object Object\],[object Object\]) on document.createComment("abc") with too few arguments must throw TypeError]
expected: FAIL
[Range interface object length]
expected: FAIL
[Range interface: attribute startContainer] [Range interface: attribute startContainer]
expected: FAIL expected: FAIL
@ -663,6 +759,9 @@
[Range interface: calling intersectsNode(Node) on detachedRange with too few arguments must throw TypeError] [Range interface: calling intersectsNode(Node) on detachedRange with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[NodeIterator interface object length]
expected: FAIL
[NodeIterator interface: attribute root] [NodeIterator interface: attribute root]
expected: FAIL expected: FAIL
@ -717,6 +816,15 @@
[NodeIterator interface: document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "detach" with the proper type (7)] [NodeIterator interface: document.createNodeIterator(document.body, NodeFilter.SHOW_ALL, null, false) must inherit property "detach" with the proper type (7)]
expected: FAIL expected: FAIL
[TreeWalker interface object length]
expected: FAIL
[NodeFilter interface: existence and properties of interface object]
expected: FAIL
[DOMTokenList interface object length]
expected: FAIL
[DOMTokenList interface: operation toggle(DOMString,boolean)] [DOMTokenList interface: operation toggle(DOMString,boolean)]
expected: FAIL expected: FAIL
@ -738,117 +846,9 @@
[DOMSettableTokenList interface: existence and properties of interface prototype object] [DOMSettableTokenList interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[DOMSettableTokenList interface: existence and properties of interface prototype object\'s "constructor" property] [DOMSettableTokenList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[DOMSettableTokenList interface: attribute value] [DOMSettableTokenList interface: attribute value]
expected: FAIL expected: FAIL
[EventTarget interface object length]
expected: FAIL
[NodeList interface object length]
expected: FAIL
[HTMLCollection interface object length]
expected: FAIL
[Node interface object length]
expected: FAIL
[Document interface object length]
expected: FAIL
[DOMImplementation interface object length]
expected: FAIL
[DocumentFragment interface object length]
expected: FAIL
[DocumentType interface object length]
expected: FAIL
[Element interface object length]
expected: FAIL
[NamedNodeMap interface object length]
expected: FAIL
[Attr interface object length]
expected: FAIL
[CharacterData interface object length]
expected: FAIL
[ProcessingInstruction interface object length]
expected: FAIL
[Range interface object length]
expected: FAIL
[NodeIterator interface object length]
expected: FAIL
[TreeWalker interface object length]
expected: FAIL
[DOMTokenList interface object length]
expected: FAIL
[Document interface: xmlDoc must inherit property "createNodeIterator" with the proper type (25)]
expected: FAIL
[Document interface: xmlDoc must inherit property "query" with the proper type (34)]
expected: FAIL
[Document interface: xmlDoc must inherit property "queryAll" with the proper type (35)]
expected: FAIL
[CustomEvent interface: existence and properties of interface object]
expected: FAIL
[Node interface: existence and properties of interface object]
expected: FAIL
[Document interface: existence and properties of interface object]
expected: FAIL
[DocumentFragment interface: existence and properties of interface object]
expected: FAIL
[DocumentType interface: existence and properties of interface object]
expected: FAIL
[Element interface: existence and properties of interface object]
expected: FAIL
[CharacterData interface: existence and properties of interface object]
expected: FAIL
[Text interface: existence and properties of interface object]
expected: FAIL
[ProcessingInstruction interface: existence and properties of interface object]
expected: FAIL
[Comment interface: existence and properties of interface object]
expected: FAIL
[DocumentType interface: calling replaceWith([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError]
expected: FAIL
[Element interface: calling replaceWith([object Object\],[object Object\]) on element with too few arguments must throw TypeError]
expected: FAIL
[CharacterData interface: calling replaceWith([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError]
expected: FAIL
[CharacterData interface: calling replaceWith([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError]
expected: FAIL
[CharacterData interface: calling replaceWith([object Object\],[object Object\]) on document.createComment("abc") with too few arguments must throw TypeError]
expected: FAIL
[NodeFilter interface: existence and properties of interface object]
expected: FAIL

View file

@ -1,5 +1,5 @@
[contenttype_bmp.html] [contenttype_bmp.html]
type: testharness type: testharness
[BMP document.contentType === \'image/bmp\'] [BMP document.contentType === 'image/bmp']
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[contenttype_css.html] [contenttype_css.html]
type: testharness type: testharness
[CSS document.contentType === \'text/css\'] [CSS document.contentType === 'text/css']
expected: FAIL expected: FAIL

View file

@ -1,6 +1,6 @@
[contenttype_datauri_01.html] [contenttype_datauri_01.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[Data URI document.contentType === \'text/plain\' when data URI MIME type is not set] [Data URI document.contentType === 'text/plain' when data URI MIME type is not set]
expected: TIMEOUT expected: TIMEOUT

View file

@ -1,6 +1,6 @@
[contenttype_datauri_02.html] [contenttype_datauri_02.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[Data URI document.contentType === \'text/html\' when data URI MIME type is set] [Data URI document.contentType === 'text/html' when data URI MIME type is set]
expected: TIMEOUT expected: TIMEOUT

View file

@ -1,5 +1,5 @@
[contenttype_gif.html] [contenttype_gif.html]
type: testharness type: testharness
[GIF document.contentType === \'image/gif\'] [GIF document.contentType === 'image/gif']
expected: FAIL expected: FAIL

View file

@ -1,6 +1,6 @@
[contenttype_javascripturi.html] [contenttype_javascripturi.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[Javascript URI document.contentType === \'text/html\'] [Javascript URI document.contentType === 'text/html']
expected: TIMEOUT expected: TIMEOUT

View file

@ -1,5 +1,5 @@
[contenttype_jpg.html] [contenttype_jpg.html]
type: testharness type: testharness
[JPG document.contentType === \'image/jpeg\'] [JPG document.contentType === 'image/jpeg']
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[contenttype_mimeheader_01.html] [contenttype_mimeheader_01.html]
type: testharness type: testharness
[Custom document.contentType === \'text/xml\' when explicitly set to this value] [Custom document.contentType === 'text/xml' when explicitly set to this value]
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[contenttype_png.html] [contenttype_png.html]
type: testharness type: testharness
[PNG document.contentType === \'image/png\'] [PNG document.contentType === 'image/png']
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[contenttype_xml.html] [contenttype_xml.html]
type: testharness type: testharness
[XML document.contentType === \'application/xml\'] [XML document.contentType === 'application/xml']
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[xhr_responseType_document.html] [xhr_responseType_document.html]
type: testharness type: testharness
[XHR - retrieve HTML document: document.contentType === \'application/xml\'] [XHR - retrieve HTML document: document.contentType === 'application/xml']
expected: FAIL expected: FAIL

View file

@ -1,3 +1,3 @@
[Document-createElement-namespace.html] [Document-createElement-namespace.html]
type: testharness type: testharness
expected: CRASH expected: TIMEOUT

View file

@ -3,18 +3,18 @@
[TouchEvent should be an alias for TouchEvent.] [TouchEvent should be an alias for TouchEvent.]
expected: FAIL expected: FAIL
[createEvent(\'TouchEvent\') should be initialized correctly.] [createEvent('TouchEvent') should be initialized correctly.]
expected: FAIL expected: FAIL
[touchevent should be an alias for TouchEvent.] [touchevent should be an alias for TouchEvent.]
expected: FAIL expected: FAIL
[createEvent(\'touchevent\') should be initialized correctly.] [createEvent('touchevent') should be initialized correctly.]
expected: FAIL expected: FAIL
[TOUCHEVENT should be an alias for TouchEvent.] [TOUCHEVENT should be an alias for TouchEvent.]
expected: FAIL expected: FAIL
[createEvent(\'TOUCHEVENT\') should be initialized correctly.] [createEvent('TOUCHEVENT') should be initialized correctly.]
expected: FAIL expected: FAIL

View file

@ -1,6 +1,6 @@
[Document-getElementsByTagName.html] [Document-getElementsByTagName.html]
type: testharness type: testharness
[Shouldn\'t be able to set unsigned properties on a HTMLCollection (strict mode)] [Shouldn't be able to set unsigned properties on a HTMLCollection (strict mode)]
expected: FAIL expected: FAIL
[hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames] [hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames]

View file

@ -1,20 +1,20 @@
[Element-closest.html] [Element-closest.html]
type: testharness type: testharness
[Element.closest with context node \'test10\' and selector \':empty\'] [Element.closest with context node 'test10' and selector ':empty']
expected: FAIL expected: FAIL
[Element.closest with context node \'test11\' and selector \':invalid\'] [Element.closest with context node 'test11' and selector ':invalid']
expected: FAIL expected: FAIL
[Element.closest with context node \'test4\' and selector \':scope\'] [Element.closest with context node 'test4' and selector ':scope']
expected: FAIL expected: FAIL
[Element.closest with context node \'test4\' and selector \'select > :scope\'] [Element.closest with context node 'test4' and selector 'select > :scope']
expected: FAIL expected: FAIL
[Element.closest with context node \'test4\' and selector \'div > :scope\'] [Element.closest with context node 'test4' and selector 'div > :scope']
expected: FAIL expected: FAIL
[Element.closest with context node \'test4\' and selector \':has(> :scope)\'] [Element.closest with context node 'test4' and selector ':has(> :scope)']
expected: FAIL expected: FAIL

View file

@ -1,6 +1,6 @@
[Element-getElementsByTagName.html] [Element-getElementsByTagName.html]
type: testharness type: testharness
[Shouldn\'t be able to set unsigned properties on a HTMLCollection (strict mode)] [Shouldn't be able to set unsigned properties on a HTMLCollection (strict mode)]
expected: FAIL expected: FAIL
[hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames] [hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames]

View file

@ -1,5 +1,5 @@
[Node-replaceChild.html] [Node-replaceChild.html]
type: testharness type: testharness
[If child\'s parent is not the context node, a NotFoundError exception should be thrown] [If child's parent is not the context node, a NotFoundError exception should be thrown]
expected: FAIL expected: FAIL

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,3 @@
[TreeWalker-acceptNode-filter.html] [TreeWalker-acceptNode-filter.html]
type: testharness type: testharness
expected: CRASH expected: TIMEOUT

View file

@ -1,6 +1,6 @@
[security_location_0.sub.htm] [security_location_0.sub.htm]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[Accessing location object from different origins doesn\'t raise SECURITY_ERR exception] [Accessing location object from different origins doesn't raise SECURITY_ERR exception]
expected: NOTRUN expected: NOTRUN

View file

@ -1,17 +1,17 @@
[named-objects.html] [named-objects.html]
type: testharness type: testharness
[Check if the first nested browsing context is returned by window[\'c\'\]] [Check if the first nested browsing context is returned by window['c'\]]
expected: FAIL expected: FAIL
[Check if window[\'a\'\] contains all a, applet, area, embed, form, img, and object elements, and their order] [Check if window['a'\] contains all a, applet, area, embed, form, img, and object elements, and their order]
expected: FAIL expected: FAIL
[Check if window[\'fs\'\] return the frameset element with name=\'fs\'] [Check if window['fs'\] return the frameset element with name='fs']
expected: FAIL expected: FAIL
[Check if window[\'b\'\] returns the elements with the id=\'b\'] [Check if window['b'\] returns the elements with the id='b']
expected: FAIL expected: FAIL
[Check if window[\'d\'\] returns the element with id=\'d\'] [Check if window['d'\] returns the element with id='d']
expected: FAIL expected: FAIL

View file

@ -1,6 +1,6 @@
[browsing-context-choose-parent.html] [browsing-context-choose-parent.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[The parent browsing context must be chosen if the given name is \'_parent\'] [The parent browsing context must be chosen if the given name is '_parent']
expected: NOTRUN expected: NOTRUN

View file

@ -1,6 +1,6 @@
[browsing-context-choose-self-1.html] [browsing-context-choose-self-1.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[The current browsing context must be chosen if the given name is \'_self\'] [The current browsing context must be chosen if the given name is '_self']
expected: NOTRUN expected: NOTRUN

View file

@ -3,7 +3,7 @@
[A embedded browsing context has no default name] [A embedded browsing context has no default name]
expected: FAIL expected: FAIL
[A browsing context which is opened by window.open() method with \'_blank\' parameter has no default name] [A browsing context which is opened by window.open() method with '_blank' parameter has no default name]
expected: FAIL expected: FAIL
[A browsing context has no default name] [A browsing context has no default name]

View file

@ -1,8 +1,8 @@
[frameElement.sub.html] [frameElement.sub.html]
type: testharness type: testharness
[The window\'s frameElement attribute must return its container element if it is a nested browsing context] [The window's frameElement attribute must return its container element if it is a nested browsing context]
expected: FAIL expected: FAIL
[The SecurityError must be thrown if the container\'s document does not have the same effective script origin] [The SecurityError must be thrown if the container's document does not have the same effective script origin]
expected: FAIL expected: FAIL

View file

@ -18,9 +18,9 @@
[If there are two applets, a collection should be returned. (id and name)] [If there are two applets, a collection should be returned. (id and name)]
expected: FAIL expected: FAIL
[A name shouldn\'t affect getting an applet by id] [A name shouldn't affect getting an applet by id]
expected: FAIL expected: FAIL
[An id shouldn\'t affect getting an applet by name] [An id shouldn't affect getting an applet by name]
expected: FAIL expected: FAIL

View file

@ -12,6 +12,6 @@
[If there are two forms, a collection should be returned. (id and name)] [If there are two forms, a collection should be returned. (id and name)]
expected: FAIL expected: FAIL
[An id shouldn\'t affect getting an form by name] [An id shouldn't affect getting an form by name]
expected: FAIL expected: FAIL

View file

@ -12,6 +12,6 @@
[If there are two embeds, a collection should be returned. (id and name)] [If there are two embeds, a collection should be returned. (id and name)]
expected: FAIL expected: FAIL
[An id shouldn\'t affect getting an embed by name] [An id shouldn't affect getting an embed by name]
expected: FAIL expected: FAIL

View file

@ -18,6 +18,6 @@
[A name should affect getting an img by id] [A name should affect getting an img by id]
expected: FAIL expected: FAIL
[An id shouldn\'t affect getting an img by name] [An id shouldn't affect getting an img by name]
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[dataset-get.html] [dataset-get.html]
type: testharness type: testharness
[Getting element.dataset[\'toString\'\] should return the value of element.getAttribute(\'data-to-string\')\'] [Getting element.dataset['toString'\] should return the value of element.getAttribute('data-to-string')']
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[dataset-set.html] [dataset-set.html]
type: testharness type: testharness
[Setting element.dataset[\'foo\xef\xa4\x80\'\] should throw an INVALID_CHARACTER_ERR\'] [Setting element.dataset['foo豈'\] should throw an INVALID_CHARACTER_ERR']
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[the-lang-attribute-004.html] [the-lang-attribute-004.html]
type: testharness type: testharness
[The browser will recognize a language declared in a meta element in the head using http-equiv=\'Content-Language\' content=\'..\' (with a single language tag value), when there is no other language declaration inside the document.] [The browser will recognize a language declared in a meta element in the head using http-equiv='Content-Language' content='..' (with a single language tag value), when there is no other language declaration inside the document.]
expected: FAIL expected: FAIL

View file

@ -1392,7 +1392,7 @@
[HTMLAllCollection interface: existence and properties of interface prototype object] [HTMLAllCollection interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[HTMLAllCollection interface: existence and properties of interface prototype object\'s "constructor" property] [HTMLAllCollection interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[HTMLAllCollection interface: operation item(unsigned long)] [HTMLAllCollection interface: operation item(unsigned long)]
@ -1452,7 +1452,7 @@
[HTMLFormControlsCollection interface: existence and properties of interface prototype object] [HTMLFormControlsCollection interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[HTMLFormControlsCollection interface: existence and properties of interface prototype object\'s "constructor" property] [HTMLFormControlsCollection interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[HTMLFormControlsCollection interface: operation namedItem(DOMString)] [HTMLFormControlsCollection interface: operation namedItem(DOMString)]
@ -1494,7 +1494,7 @@
[RadioNodeList interface: existence and properties of interface prototype object] [RadioNodeList interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[RadioNodeList interface: existence and properties of interface prototype object\'s "constructor" property] [RadioNodeList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[RadioNodeList interface: attribute value] [RadioNodeList interface: attribute value]
@ -1509,7 +1509,7 @@
[HTMLOptionsCollection interface: existence and properties of interface prototype object] [HTMLOptionsCollection interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[HTMLOptionsCollection interface: existence and properties of interface prototype object\'s "constructor" property] [HTMLOptionsCollection interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[HTMLOptionsCollection interface: attribute length] [HTMLOptionsCollection interface: attribute length]
@ -1572,7 +1572,7 @@
[HTMLPropertiesCollection interface: existence and properties of interface prototype object] [HTMLPropertiesCollection interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[HTMLPropertiesCollection interface: existence and properties of interface prototype object\'s "constructor" property] [HTMLPropertiesCollection interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[HTMLPropertiesCollection interface: operation namedItem(DOMString)] [HTMLPropertiesCollection interface: operation namedItem(DOMString)]
@ -1620,7 +1620,7 @@
[PropertyNodeList interface: existence and properties of interface prototype object] [PropertyNodeList interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[PropertyNodeList interface: existence and properties of interface prototype object\'s "constructor" property] [PropertyNodeList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[PropertyNodeList interface: operation getValues()] [PropertyNodeList interface: operation getValues()]
@ -1638,7 +1638,7 @@
[DOMElementMap interface: existence and properties of interface prototype object] [DOMElementMap interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[DOMElementMap interface: existence and properties of interface prototype object\'s "constructor" property] [DOMElementMap interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[DOMElementMap must be primary interface of document.cssElementMap] [DOMElementMap must be primary interface of document.cssElementMap]
@ -2208,6 +2208,9 @@
[Element interface: calling after([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError] [Element interface: calling after([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[Element interface: calling replaceWith([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError]
expected: FAIL
[HTMLUnknownElement interface: existence and properties of interface object] [HTMLUnknownElement interface: existence and properties of interface object]
expected: FAIL expected: FAIL
@ -2823,7 +2826,7 @@
[HTMLPictureElement interface: existence and properties of interface prototype object] [HTMLPictureElement interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[HTMLPictureElement interface: existence and properties of interface prototype object\'s "constructor" property] [HTMLPictureElement interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[HTMLPictureElement must be primary interface of document.createElement("picture")] [HTMLPictureElement must be primary interface of document.createElement("picture")]
@ -3990,7 +3993,7 @@
[MediaError interface: existence and properties of interface prototype object] [MediaError interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[MediaError interface: existence and properties of interface prototype object\'s "constructor" property] [MediaError interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[MediaError interface: constant MEDIA_ERR_ABORTED on interface object] [MediaError interface: constant MEDIA_ERR_ABORTED on interface object]
@ -4050,7 +4053,7 @@
[AudioTrackList interface: existence and properties of interface prototype object] [AudioTrackList interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[AudioTrackList interface: existence and properties of interface prototype object\'s "constructor" property] [AudioTrackList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[AudioTrackList interface: attribute length] [AudioTrackList interface: attribute length]
@ -4077,7 +4080,7 @@
[AudioTrack interface: existence and properties of interface prototype object] [AudioTrack interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[AudioTrack interface: existence and properties of interface prototype object\'s "constructor" property] [AudioTrack interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[AudioTrack interface: attribute id] [AudioTrack interface: attribute id]
@ -4104,7 +4107,7 @@
[VideoTrackList interface: existence and properties of interface prototype object] [VideoTrackList interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[VideoTrackList interface: existence and properties of interface prototype object\'s "constructor" property] [VideoTrackList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[VideoTrackList interface: attribute length] [VideoTrackList interface: attribute length]
@ -4134,7 +4137,7 @@
[VideoTrack interface: existence and properties of interface prototype object] [VideoTrack interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[VideoTrack interface: existence and properties of interface prototype object\'s "constructor" property] [VideoTrack interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[VideoTrack interface: attribute id] [VideoTrack interface: attribute id]
@ -4161,7 +4164,7 @@
[MediaController interface: existence and properties of interface prototype object] [MediaController interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[MediaController interface: existence and properties of interface prototype object\'s "constructor" property] [MediaController interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[MediaController interface: attribute readyState] [MediaController interface: attribute readyState]
@ -4371,7 +4374,7 @@
[TextTrackList interface: existence and properties of interface prototype object] [TextTrackList interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[TextTrackList interface: existence and properties of interface prototype object\'s "constructor" property] [TextTrackList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[TextTrackList interface: attribute length] [TextTrackList interface: attribute length]
@ -4440,7 +4443,7 @@
[TextTrack interface: existence and properties of interface prototype object] [TextTrack interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[TextTrack interface: existence and properties of interface prototype object\'s "constructor" property] [TextTrack interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[TextTrack interface: attribute kind] [TextTrack interface: attribute kind]
@ -4548,7 +4551,7 @@
[TextTrackCueList interface: existence and properties of interface prototype object] [TextTrackCueList interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[TextTrackCueList interface: existence and properties of interface prototype object\'s "constructor" property] [TextTrackCueList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[TextTrackCueList interface: attribute length] [TextTrackCueList interface: attribute length]
@ -4581,7 +4584,7 @@
[TextTrackCue interface: existence and properties of interface prototype object] [TextTrackCue interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[TextTrackCue interface: existence and properties of interface prototype object\'s "constructor" property] [TextTrackCue interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[TextTrackCue interface: attribute track] [TextTrackCue interface: attribute track]
@ -4614,7 +4617,7 @@
[TimeRanges interface: existence and properties of interface prototype object] [TimeRanges interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[TimeRanges interface: existence and properties of interface prototype object\'s "constructor" property] [TimeRanges interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[TimeRanges interface: attribute length] [TimeRanges interface: attribute length]
@ -4656,7 +4659,7 @@
[TrackEvent interface: existence and properties of interface prototype object] [TrackEvent interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[TrackEvent interface: existence and properties of interface prototype object\'s "constructor" property] [TrackEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[TrackEvent interface: attribute track] [TrackEvent interface: attribute track]
@ -6177,7 +6180,7 @@
[HTMLKeygenElement interface: existence and properties of interface prototype object] [HTMLKeygenElement interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[HTMLKeygenElement interface: existence and properties of interface prototype object\'s "constructor" property] [HTMLKeygenElement interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[HTMLKeygenElement interface: attribute autofocus] [HTMLKeygenElement interface: attribute autofocus]
@ -6489,7 +6492,7 @@
[AutocompleteErrorEvent interface: existence and properties of interface prototype object] [AutocompleteErrorEvent interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[AutocompleteErrorEvent interface: existence and properties of interface prototype object\'s "constructor" property] [AutocompleteErrorEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[AutocompleteErrorEvent interface: attribute reason] [AutocompleteErrorEvent interface: attribute reason]
@ -6579,7 +6582,7 @@
[HTMLDetailsElement interface: existence and properties of interface prototype object] [HTMLDetailsElement interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[HTMLDetailsElement interface: existence and properties of interface prototype object\'s "constructor" property] [HTMLDetailsElement interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[HTMLDetailsElement interface: attribute open] [HTMLDetailsElement interface: attribute open]
@ -6603,7 +6606,7 @@
[HTMLMenuElement interface: existence and properties of interface prototype object] [HTMLMenuElement interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[HTMLMenuElement interface: existence and properties of interface prototype object\'s "constructor" property] [HTMLMenuElement interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[HTMLMenuElement interface: attribute type] [HTMLMenuElement interface: attribute type]
@ -6639,7 +6642,7 @@
[HTMLMenuItemElement interface: existence and properties of interface prototype object] [HTMLMenuItemElement interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[HTMLMenuItemElement interface: existence and properties of interface prototype object\'s "constructor" property] [HTMLMenuItemElement interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[HTMLMenuItemElement interface: attribute type] [HTMLMenuItemElement interface: attribute type]
@ -6675,7 +6678,7 @@
[RelatedEvent interface: existence and properties of interface prototype object] [RelatedEvent interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[RelatedEvent interface: existence and properties of interface prototype object\'s "constructor" property] [RelatedEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[RelatedEvent interface: attribute relatedTarget] [RelatedEvent interface: attribute relatedTarget]
@ -6822,7 +6825,7 @@
[CanvasProxy interface: existence and properties of interface prototype object] [CanvasProxy interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[CanvasProxy interface: existence and properties of interface prototype object\'s "constructor" property] [CanvasProxy interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[CanvasProxy interface: operation setContext(RenderingContext)] [CanvasProxy interface: operation setContext(RenderingContext)]
@ -7164,7 +7167,7 @@
[TextMetrics interface: existence and properties of interface prototype object] [TextMetrics interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[TextMetrics interface: existence and properties of interface prototype object\'s "constructor" property] [TextMetrics interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[TextMetrics interface: attribute width] [TextMetrics interface: attribute width]
@ -7215,7 +7218,7 @@
[DrawingStyle interface: existence and properties of interface prototype object] [DrawingStyle interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[DrawingStyle interface: existence and properties of interface prototype object\'s "constructor" property] [DrawingStyle interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[DrawingStyle interface: attribute lineWidth] [DrawingStyle interface: attribute lineWidth]
@ -7260,7 +7263,7 @@
[Path2D interface: existence and properties of interface prototype object] [Path2D interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[Path2D interface: existence and properties of interface prototype object\'s "constructor" property] [Path2D interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[Path2D interface: operation addPath(Path2D,SVGMatrix)] [Path2D interface: operation addPath(Path2D,SVGMatrix)]
@ -7320,7 +7323,7 @@
[DataTransfer interface: existence and properties of interface prototype object] [DataTransfer interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[DataTransfer interface: existence and properties of interface prototype object\'s "constructor" property] [DataTransfer interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[DataTransfer interface: attribute dropEffect] [DataTransfer interface: attribute dropEffect]
@ -7359,7 +7362,7 @@
[DataTransferItemList interface: existence and properties of interface prototype object] [DataTransferItemList interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[DataTransferItemList interface: existence and properties of interface prototype object\'s "constructor" property] [DataTransferItemList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[DataTransferItemList interface: attribute length] [DataTransferItemList interface: attribute length]
@ -7386,7 +7389,7 @@
[DataTransferItem interface: existence and properties of interface prototype object] [DataTransferItem interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[DataTransferItem interface: existence and properties of interface prototype object\'s "constructor" property] [DataTransferItem interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[DataTransferItem interface: attribute kind] [DataTransferItem interface: attribute kind]
@ -7410,7 +7413,7 @@
[DragEvent interface: existence and properties of interface prototype object] [DragEvent interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[DragEvent interface: existence and properties of interface prototype object\'s "constructor" property] [DragEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[DragEvent interface: attribute dataTransfer] [DragEvent interface: attribute dataTransfer]
@ -7422,6 +7425,9 @@
[Window interface object length] [Window interface object length]
expected: FAIL expected: FAIL
[Window interface: existence and properties of interface prototype object]
expected: FAIL
[Window interface: attribute self] [Window interface: attribute self]
expected: FAIL expected: FAIL
@ -8112,7 +8118,7 @@
[BarProp interface: existence and properties of interface prototype object] [BarProp interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[BarProp interface: existence and properties of interface prototype object\'s "constructor" property] [BarProp interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[BarProp interface: attribute visible] [BarProp interface: attribute visible]
@ -8127,7 +8133,7 @@
[History interface: existence and properties of interface prototype object] [History interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[History interface: existence and properties of interface prototype object\'s "constructor" property] [History interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[History interface: attribute length] [History interface: attribute length]
@ -8214,12 +8220,75 @@
[PopStateEvent interface: existence and properties of interface prototype object] [PopStateEvent interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[PopStateEvent interface: existence and properties of interface prototype object\'s "constructor" property] [PopStateEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[PopStateEvent interface: attribute state] [PopStateEvent interface: attribute state]
expected: FAIL expected: FAIL
[PopStateEvent must be primary interface of new PopStateEvent("popstate", { data: {} })]
expected: FAIL
[Stringification of new PopStateEvent("popstate", { data: {} })]
expected: FAIL
[PopStateEvent interface: new PopStateEvent("popstate", { data: {} }) must inherit property "state" with the proper type (0)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "type" with the proper type (0)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "target" with the proper type (1)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "currentTarget" with the proper type (2)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "NONE" with the proper type (3)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "CAPTURING_PHASE" with the proper type (4)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "AT_TARGET" with the proper type (5)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "BUBBLING_PHASE" with the proper type (6)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "eventPhase" with the proper type (7)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "stopPropagation" with the proper type (8)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "stopImmediatePropagation" with the proper type (9)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "bubbles" with the proper type (10)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "cancelable" with the proper type (11)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "preventDefault" with the proper type (12)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "defaultPrevented" with the proper type (13)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must have own property "isTrusted"]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "timeStamp" with the proper type (15)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "initEvent" with the proper type (16)]
expected: FAIL
[Event interface: calling initEvent(DOMString,boolean,boolean) on new PopStateEvent("popstate", { data: {} }) with too few arguments must throw TypeError]
expected: FAIL
[HashChangeEvent interface: existence and properties of interface object] [HashChangeEvent interface: existence and properties of interface object]
expected: FAIL expected: FAIL
@ -8229,7 +8298,7 @@
[HashChangeEvent interface: existence and properties of interface prototype object] [HashChangeEvent interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[HashChangeEvent interface: existence and properties of interface prototype object\'s "constructor" property] [HashChangeEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[HashChangeEvent interface: attribute oldURL] [HashChangeEvent interface: attribute oldURL]
@ -8247,7 +8316,7 @@
[PageTransitionEvent interface: existence and properties of interface prototype object] [PageTransitionEvent interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[PageTransitionEvent interface: existence and properties of interface prototype object\'s "constructor" property] [PageTransitionEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[PageTransitionEvent interface: attribute persisted] [PageTransitionEvent interface: attribute persisted]
@ -8262,7 +8331,7 @@
[BeforeUnloadEvent interface: existence and properties of interface prototype object] [BeforeUnloadEvent interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[BeforeUnloadEvent interface: existence and properties of interface prototype object\'s "constructor" property] [BeforeUnloadEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[BeforeUnloadEvent interface: attribute returnValue] [BeforeUnloadEvent interface: attribute returnValue]
@ -8277,7 +8346,7 @@
[ApplicationCache interface: existence and properties of interface prototype object] [ApplicationCache interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[ApplicationCache interface: existence and properties of interface prototype object\'s "constructor" property] [ApplicationCache interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[ApplicationCache interface: constant UNCACHED on interface object] [ApplicationCache interface: constant UNCACHED on interface object]
@ -8550,7 +8619,7 @@
[PluginArray interface: existence and properties of interface prototype object] [PluginArray interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[PluginArray interface: existence and properties of interface prototype object\'s "constructor" property] [PluginArray interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[PluginArray interface: operation refresh(boolean)] [PluginArray interface: operation refresh(boolean)]
@ -8574,7 +8643,7 @@
[MimeTypeArray interface: existence and properties of interface prototype object] [MimeTypeArray interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[MimeTypeArray interface: existence and properties of interface prototype object\'s "constructor" property] [MimeTypeArray interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[MimeTypeArray interface: attribute length] [MimeTypeArray interface: attribute length]
@ -8595,7 +8664,7 @@
[Plugin interface: existence and properties of interface prototype object] [Plugin interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[Plugin interface: existence and properties of interface prototype object\'s "constructor" property] [Plugin interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[Plugin interface: attribute name] [Plugin interface: attribute name]
@ -8625,7 +8694,7 @@
[MimeType interface: existence and properties of interface prototype object] [MimeType interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[MimeType interface: existence and properties of interface prototype object\'s "constructor" property] [MimeType interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[MimeType interface: attribute type] [MimeType interface: attribute type]
@ -8649,7 +8718,7 @@
[External interface: existence and properties of interface prototype object] [External interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[External interface: existence and properties of interface prototype object\'s "constructor" property] [External interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[External interface: operation AddSearchProvider(DOMString)] [External interface: operation AddSearchProvider(DOMString)]
@ -8685,7 +8754,7 @@
[ImageBitmap interface: existence and properties of interface prototype object] [ImageBitmap interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[ImageBitmap interface: existence and properties of interface prototype object\'s "constructor" property] [ImageBitmap interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[ImageBitmap interface: attribute width] [ImageBitmap interface: attribute width]
@ -8718,7 +8787,7 @@
[EventSource interface: existence and properties of interface prototype object] [EventSource interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[EventSource interface: existence and properties of interface prototype object\'s "constructor" property] [EventSource interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[EventSource interface: attribute url] [EventSource interface: attribute url]
@ -8817,7 +8886,7 @@
[CloseEvent interface: existence and properties of interface prototype object] [CloseEvent interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[CloseEvent interface: existence and properties of interface prototype object\'s "constructor" property] [CloseEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[CloseEvent interface: attribute wasClean] [CloseEvent interface: attribute wasClean]
@ -8838,7 +8907,7 @@
[MessageChannel interface: existence and properties of interface prototype object] [MessageChannel interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[MessageChannel interface: existence and properties of interface prototype object\'s "constructor" property] [MessageChannel interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[MessageChannel interface: attribute port1] [MessageChannel interface: attribute port1]
@ -8856,7 +8925,7 @@
[MessagePort interface: existence and properties of interface prototype object] [MessagePort interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[MessagePort interface: existence and properties of interface prototype object\'s "constructor" property] [MessagePort interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[MessagePort interface: operation postMessage(any,[object Object\])] [MessagePort interface: operation postMessage(any,[object Object\])]
@ -8880,7 +8949,7 @@
[PortCollection interface: existence and properties of interface prototype object] [PortCollection interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[PortCollection interface: existence and properties of interface prototype object\'s "constructor" property] [PortCollection interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[PortCollection interface: operation add(MessagePort)] [PortCollection interface: operation add(MessagePort)]
@ -8904,7 +8973,7 @@
[BroadcastChannel interface: existence and properties of interface prototype object] [BroadcastChannel interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[BroadcastChannel interface: existence and properties of interface prototype object\'s "constructor" property] [BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[BroadcastChannel interface: attribute name] [BroadcastChannel interface: attribute name]
@ -8982,7 +9051,7 @@
[SharedWorkerGlobalScope interface: existence and properties of interface prototype object] [SharedWorkerGlobalScope interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[SharedWorkerGlobalScope interface: existence and properties of interface prototype object\'s "constructor" property] [SharedWorkerGlobalScope interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[SharedWorkerGlobalScope interface: attribute name] [SharedWorkerGlobalScope interface: attribute name]
@ -9015,7 +9084,7 @@
[SharedWorker interface: existence and properties of interface prototype object] [SharedWorker interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[SharedWorker interface: existence and properties of interface prototype object\'s "constructor" property] [SharedWorker interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[SharedWorker interface: attribute port] [SharedWorker interface: attribute port]
@ -9129,7 +9198,7 @@
[HTMLMarqueeElement interface: existence and properties of interface prototype object] [HTMLMarqueeElement interface: existence and properties of interface prototype object]
expected: FAIL expected: FAIL
[HTMLMarqueeElement interface: existence and properties of interface prototype object\'s "constructor" property] [HTMLMarqueeElement interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL expected: FAIL
[HTMLMarqueeElement interface: attribute behavior] [HTMLMarqueeElement interface: attribute behavior]
@ -9432,72 +9501,3 @@
[HTMLFontElement interface: document.createElement("font") must inherit property "size" with the proper type (2)] [HTMLFontElement interface: document.createElement("font") must inherit property "size" with the proper type (2)]
expected: FAIL expected: FAIL
[Element interface: calling replaceWith([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError]
expected: FAIL
[PopStateEvent must be primary interface of new PopStateEvent("popstate", { data: {} })]
expected: FAIL
[Stringification of new PopStateEvent("popstate", { data: {} })]
expected: FAIL
[PopStateEvent interface: new PopStateEvent("popstate", { data: {} }) must inherit property "state" with the proper type (0)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "type" with the proper type (0)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "target" with the proper type (1)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "currentTarget" with the proper type (2)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "NONE" with the proper type (3)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "CAPTURING_PHASE" with the proper type (4)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "AT_TARGET" with the proper type (5)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "BUBBLING_PHASE" with the proper type (6)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "eventPhase" with the proper type (7)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "stopPropagation" with the proper type (8)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "stopImmediatePropagation" with the proper type (9)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "bubbles" with the proper type (10)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "cancelable" with the proper type (11)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "preventDefault" with the proper type (12)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "defaultPrevented" with the proper type (13)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must have own property "isTrusted"]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "timeStamp" with the proper type (15)]
expected: FAIL
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "initEvent" with the proper type (16)]
expected: FAIL
[Event interface: calling initEvent(DOMString,boolean,boolean) on new PopStateEvent("popstate", { data: {} }) with too few arguments must throw TypeError]
expected: FAIL
[Window interface: existence and properties of interface prototype object]
expected: FAIL

View file

@ -7263,10 +7263,10 @@
[object.hspace: setAttribute() to " 7" followed by IDL get] [object.hspace: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xc2\xa07" followed by IDL get] [object.hspace: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\\n7" followed by IDL get] [object.hspace: setAttribute() to "\\n7" followed by IDL get]
@ -7275,55 +7275,55 @@
[object.hspace: setAttribute() to "\\r7" followed by IDL get] [object.hspace: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\x807" followed by IDL get] [object.hspace: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\x817" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\x827" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\x837" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\x847" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\x857" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\x867" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\x877" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\x887" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\x897" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [object.hspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to "\xe3\x80\x807" followed by IDL get] [object.hspace: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[object.hspace: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get] [object.hspace: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
@ -7578,10 +7578,10 @@
[object.vspace: setAttribute() to " 7" followed by IDL get] [object.vspace: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xc2\xa07" followed by IDL get] [object.vspace: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\\n7" followed by IDL get] [object.vspace: setAttribute() to "\\n7" followed by IDL get]
@ -7590,55 +7590,55 @@
[object.vspace: setAttribute() to "\\r7" followed by IDL get] [object.vspace: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\x807" followed by IDL get] [object.vspace: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\x817" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\x827" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\x837" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\x847" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\x857" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\x867" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\x877" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\x887" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\x897" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [object.vspace: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to "\xe3\x80\x807" followed by IDL get] [object.vspace: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[object.vspace: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get] [object.vspace: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
@ -11226,10 +11226,10 @@
[video.width: setAttribute() to " 7" followed by IDL get] [video.width: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xc2\xa07" followed by IDL get] [video.width: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\\n7" followed by IDL get] [video.width: setAttribute() to "\\n7" followed by IDL get]
@ -11238,55 +11238,55 @@
[video.width: setAttribute() to "\\r7" followed by IDL get] [video.width: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\x807" followed by IDL get] [video.width: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\x817" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\x827" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\x837" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\x847" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\x857" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\x867" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\x877" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\x887" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\x897" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [video.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to "\xe3\x80\x807" followed by IDL get] [video.width: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[video.width: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get] [video.width: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
@ -11412,10 +11412,10 @@
[video.height: setAttribute() to " 7" followed by IDL get] [video.height: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xc2\xa07" followed by IDL get] [video.height: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\\n7" followed by IDL get] [video.height: setAttribute() to "\\n7" followed by IDL get]
@ -11424,55 +11424,55 @@
[video.height: setAttribute() to "\\r7" followed by IDL get] [video.height: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\x807" followed by IDL get] [video.height: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\x817" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\x827" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\x837" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\x847" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\x857" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\x867" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\x877" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\x887" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\x897" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [video.height: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to "\xe3\x80\x807" followed by IDL get] [video.height: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[video.height: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get] [video.height: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]

View file

@ -5175,10 +5175,10 @@
[input.maxLength: setAttribute() to " 7" followed by IDL get] [input.maxLength: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xc2\xa07" followed by IDL get] [input.maxLength: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\\n7" followed by IDL get] [input.maxLength: setAttribute() to "\\n7" followed by IDL get]
@ -5187,55 +5187,55 @@
[input.maxLength: setAttribute() to "\\r7" followed by IDL get] [input.maxLength: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\x807" followed by IDL get] [input.maxLength: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\x817" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\x827" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\x837" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\x847" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\x857" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\x867" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\x877" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\x887" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\x897" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [input.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to "\xe3\x80\x807" followed by IDL get] [input.maxLength: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[input.maxLength: setAttribute() to undefined followed by IDL get] [input.maxLength: setAttribute() to undefined followed by IDL get]
@ -8808,10 +8808,10 @@
[select.size: setAttribute() to " 7" followed by IDL get] [select.size: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xc2\xa07" followed by IDL get] [select.size: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\\n7" followed by IDL get] [select.size: setAttribute() to "\\n7" followed by IDL get]
@ -8820,55 +8820,55 @@
[select.size: setAttribute() to "\\r7" followed by IDL get] [select.size: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\x807" followed by IDL get] [select.size: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\x817" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\x827" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\x837" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\x847" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\x857" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\x867" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\x877" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\x887" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\x897" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [select.size: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to "\xe3\x80\x807" followed by IDL get] [select.size: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[select.size: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get] [select.size: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
@ -13020,10 +13020,10 @@
[textarea.maxLength: setAttribute() to " 7" followed by IDL get] [textarea.maxLength: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xc2\xa07" followed by IDL get] [textarea.maxLength: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\\n7" followed by IDL get] [textarea.maxLength: setAttribute() to "\\n7" followed by IDL get]
@ -13032,55 +13032,55 @@
[textarea.maxLength: setAttribute() to "\\r7" followed by IDL get] [textarea.maxLength: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\x807" followed by IDL get] [textarea.maxLength: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\x817" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\x827" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\x837" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\x847" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\x857" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\x867" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\x877" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\x887" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\x897" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [textarea.maxLength: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to "\xe3\x80\x807" followed by IDL get] [textarea.maxLength: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[textarea.maxLength: setAttribute() to undefined followed by IDL get] [textarea.maxLength: setAttribute() to undefined followed by IDL get]

View file

@ -2742,10 +2742,10 @@
[pre.width: setAttribute() to " 7" followed by IDL get] [pre.width: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xc2\xa07" followed by IDL get] [pre.width: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\\n7" followed by IDL get] [pre.width: setAttribute() to "\\n7" followed by IDL get]
@ -2754,55 +2754,55 @@
[pre.width: setAttribute() to "\\r7" followed by IDL get] [pre.width: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\x807" followed by IDL get] [pre.width: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\x817" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\x827" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\x837" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\x847" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\x857" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\x867" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\x877" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\x887" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\x897" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [pre.width: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to "\xe3\x80\x807" followed by IDL get] [pre.width: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[pre.width: setAttribute() to undefined followed by IDL get] [pre.width: setAttribute() to undefined followed by IDL get]
@ -4662,10 +4662,10 @@
[ol.start: setAttribute() to " 7" followed by IDL get] [ol.start: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xc2\xa07" followed by IDL get] [ol.start: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\\n7" followed by IDL get] [ol.start: setAttribute() to "\\n7" followed by IDL get]
@ -4674,55 +4674,55 @@
[ol.start: setAttribute() to "\\r7" followed by IDL get] [ol.start: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\x807" followed by IDL get] [ol.start: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\x817" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\x827" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\x837" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\x847" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\x857" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\x867" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\x877" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\x887" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\x897" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [ol.start: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to "\xe3\x80\x807" followed by IDL get] [ol.start: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[ol.start: setAttribute() to undefined followed by IDL get] [ol.start: setAttribute() to undefined followed by IDL get]
@ -6783,10 +6783,10 @@
[li.value: setAttribute() to " 7" followed by IDL get] [li.value: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xc2\xa07" followed by IDL get] [li.value: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\\n7" followed by IDL get] [li.value: setAttribute() to "\\n7" followed by IDL get]
@ -6795,55 +6795,55 @@
[li.value: setAttribute() to "\\r7" followed by IDL get] [li.value: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\x807" followed by IDL get] [li.value: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\x817" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\x827" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\x837" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\x847" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\x857" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\x867" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\x877" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\x887" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\x897" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [li.value: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to "\xe3\x80\x807" followed by IDL get] [li.value: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[li.value: setAttribute() to undefined followed by IDL get] [li.value: setAttribute() to undefined followed by IDL get]

File diff suppressed because it is too large Load diff

View file

@ -3384,10 +3384,10 @@
[colgroup.span: setAttribute() to " 7" followed by IDL get] [colgroup.span: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xc2\xa07" followed by IDL get] [colgroup.span: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\\n7" followed by IDL get] [colgroup.span: setAttribute() to "\\n7" followed by IDL get]
@ -3396,55 +3396,55 @@
[colgroup.span: setAttribute() to "\\r7" followed by IDL get] [colgroup.span: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\x807" followed by IDL get] [colgroup.span: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\x817" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\x827" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\x837" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\x847" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\x857" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\x867" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\x877" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\x887" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\x897" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [colgroup.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to "\xe3\x80\x807" followed by IDL get] [colgroup.span: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[colgroup.span: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get] [colgroup.span: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
@ -4935,10 +4935,10 @@
[col.span: setAttribute() to " 7" followed by IDL get] [col.span: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xc2\xa07" followed by IDL get] [col.span: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\\n7" followed by IDL get] [col.span: setAttribute() to "\\n7" followed by IDL get]
@ -4947,55 +4947,55 @@
[col.span: setAttribute() to "\\r7" followed by IDL get] [col.span: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\x807" followed by IDL get] [col.span: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\x817" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\x827" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\x837" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\x847" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\x857" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\x867" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\x877" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\x887" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\x897" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [col.span: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to "\xe3\x80\x807" followed by IDL get] [col.span: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[col.span: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get] [col.span: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
@ -11610,10 +11610,10 @@
[td.colSpan: setAttribute() to " 7" followed by IDL get] [td.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xc2\xa07" followed by IDL get] [td.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\\n7" followed by IDL get] [td.colSpan: setAttribute() to "\\n7" followed by IDL get]
@ -11622,55 +11622,55 @@
[td.colSpan: setAttribute() to "\\r7" followed by IDL get] [td.colSpan: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\x807" followed by IDL get] [td.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\x817" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\x827" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\x837" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\x847" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\x857" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\x867" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\x877" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\x887" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\x897" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to "\xe3\x80\x807" followed by IDL get] [td.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[td.colSpan: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get] [td.colSpan: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
@ -11796,10 +11796,10 @@
[td.rowSpan: setAttribute() to " 7" followed by IDL get] [td.rowSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xc2\xa07" followed by IDL get] [td.rowSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\\n7" followed by IDL get] [td.rowSpan: setAttribute() to "\\n7" followed by IDL get]
@ -11808,55 +11808,55 @@
[td.rowSpan: setAttribute() to "\\r7" followed by IDL get] [td.rowSpan: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\x807" followed by IDL get] [td.rowSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\x817" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\x827" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\x837" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\x847" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\x857" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\x867" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\x877" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\x887" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\x897" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [td.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to "\xe3\x80\x807" followed by IDL get] [td.rowSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[td.rowSpan: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get] [td.rowSpan: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
@ -13983,10 +13983,10 @@
[th.colSpan: setAttribute() to " 7" followed by IDL get] [th.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xc2\xa07" followed by IDL get] [th.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\\n7" followed by IDL get] [th.colSpan: setAttribute() to "\\n7" followed by IDL get]
@ -13995,55 +13995,55 @@
[th.colSpan: setAttribute() to "\\r7" followed by IDL get] [th.colSpan: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\x807" followed by IDL get] [th.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\x817" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\x827" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\x837" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\x847" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\x857" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\x867" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\x877" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\x887" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\x897" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to "\xe3\x80\x807" followed by IDL get] [th.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[th.colSpan: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get] [th.colSpan: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
@ -14169,10 +14169,10 @@
[th.rowSpan: setAttribute() to " 7" followed by IDL get] [th.rowSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xc2\xa07" followed by IDL get] [th.rowSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xef\xbb\xbf7" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\\n7" followed by IDL get] [th.rowSpan: setAttribute() to "\\n7" followed by IDL get]
@ -14181,55 +14181,55 @@
[th.rowSpan: setAttribute() to "\\r7" followed by IDL get] [th.rowSpan: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\xa87" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\xa97" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe1\x9a\x807" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe1\xa0\x8e7" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\x807" followed by IDL get] [th.rowSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\x817" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\x827" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\x837" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\x847" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\x857" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\x867" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\x877" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\x887" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\x897" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\x8a7" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe2\x80\xaf7" followed by IDL get] [th.rowSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to "\xe3\x80\x807" followed by IDL get] [th.rowSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL expected: FAIL
[th.rowSpan: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get] [th.rowSpan: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]

View file

@ -30,7 +30,7 @@
[namedItem name attribute] [namedItem name attribute]
expected: FAIL expected: FAIL
[namedItem doesn\'t match anything] [namedItem doesn't match anything]
expected: FAIL expected: FAIL
[namedItem multiple IDs] [namedItem multiple IDs]

View file

@ -4,7 +4,7 @@
[The value attribute should be empty if no element is checked] [The value attribute should be empty if no element is checked]
expected: FAIL expected: FAIL
[The RadioNodeList.value must be the first checked radio button\'s value] [The RadioNodeList.value must be the first checked radio button's value]
expected: FAIL expected: FAIL
[Check the RadioNodeList.value on getting] [Check the RadioNodeList.value on getting]
@ -13,6 +13,6 @@
[Check the RadioNodeList.value on setting] [Check the RadioNodeList.value on setting]
expected: FAIL expected: FAIL
[Check the RadioNodeList.value on setting to \'on\'] [Check the RadioNodeList.value on setting to 'on']
expected: FAIL expected: FAIL

View file

@ -4,12 +4,12 @@
[The document base URL of a document containing one or more base elements with href attributes is the frozen base URL of the first base element in the document that has an href attribute, in tree order.] [The document base URL of a document containing one or more base elements with href attributes is the frozen base URL of the first base element in the document that has an href attribute, in tree order.]
expected: FAIL expected: FAIL
[The fallback base URL of a document containing no base element is the document\'s address.] [The fallback base URL of a document containing no base element is the document's address.]
expected: FAIL expected: FAIL
[The fallback base URL of a document whose address is about:blank is the document base URL of the creator document.] [The fallback base URL of a document whose address is about:blank is the document base URL of the creator document.]
expected: TIMEOUT expected: TIMEOUT
[The fallback base URL of an iframe srcdoc document is the document base URL of the document\'s browsing context\'s browsing context container\'s document.] [The fallback base URL of an iframe srcdoc document is the document base URL of the document's browsing context's browsing context container's document.]
expected: TIMEOUT expected: TIMEOUT

View file

@ -1,6 +1,6 @@
[svg-in-iframe-auto.html] [svg-in-iframe-auto.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[placeholder: \'iframe\', ] [placeholder: 'iframe', ]
expected: TIMEOUT expected: TIMEOUT

View file

@ -1,6 +1,6 @@
[svg-in-iframe-fixed.html] [svg-in-iframe-fixed.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[placeholder: \'iframe\', placeholderHeightAttr: \'100px\', ] [placeholder: 'iframe', placeholderHeightAttr: '100px', ]
expected: TIMEOUT expected: TIMEOUT

View file

@ -1,6 +1,6 @@
[svg-in-iframe-percentage.html] [svg-in-iframe-percentage.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[placeholder: \'iframe\', placeholderHeightAttr: \'100%\', ] [placeholder: 'iframe', placeholderHeightAttr: '100%', ]
expected: TIMEOUT expected: TIMEOUT

View file

@ -1,650 +1,650 @@
[svg-in-img-auto.html] [svg-in-img-auto.html]
type: testharness type: testharness
[placeholder: \'img\', placeholderWidthAttr: \'100\', ] [placeholder: 'img', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', ] [placeholder: 'img', containerWidthStyle: '400px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', ] [placeholder: 'img', containerHeightStyle: '400px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', ] [placeholder: 'img', placeholderWidthAttr: '100', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', ] [placeholder: 'img', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgHeightAttr: \'200\', ] [placeholder: 'img', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgWidthAttr: \'25%\', ] [placeholder: 'img', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL

View file

@ -1,650 +1,650 @@
[svg-in-img-fixed.html] [svg-in-img-fixed.html]
type: testharness type: testharness
[placeholder: \'img\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100px\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100px', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL

View file

@ -1,650 +1,650 @@
[svg-in-img-percentage.html] [svg-in-img-percentage.html]
type: testharness type: testharness
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '200', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '200', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', placeholderWidthAttr: \'50%\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderWidthAttr: \'100\', placeholderHeightAttr: \'100%\', svgViewBoxAttr: \'0 0 100 200\', svgWidthAttr: \'200\', svgHeightAttr: \'200\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '100', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL
[placeholder: \'img\', containerWidthStyle: \'400px\', placeholderHeightAttr: \'100%\', svgWidthAttr: \'25%\', svgHeightAttr: \'25%\', ] [placeholder: 'img', containerWidthStyle: '400px', containerHeightStyle: '400px', placeholderWidthAttr: '50%', placeholderHeightAttr: '100%', svgViewBoxAttr: '0 0 100 200', svgWidthAttr: '25%', svgHeightAttr: '25%', ]
expected: FAIL expected: FAIL

View file

@ -1,6 +1,6 @@
[svg-in-object-auto.html] [svg-in-object-auto.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[placeholder: \'object\', ] [placeholder: 'object', ]
expected: TIMEOUT expected: TIMEOUT

View file

@ -1,6 +1,6 @@
[svg-in-object-fixed.html] [svg-in-object-fixed.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[placeholder: \'object\', placeholderHeightAttr: \'100px\', ] [placeholder: 'object', placeholderHeightAttr: '100px', ]
expected: TIMEOUT expected: TIMEOUT

View file

@ -1,6 +1,6 @@
[svg-in-object-percentage.html] [svg-in-object-percentage.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[placeholder: \'object\', placeholderHeightAttr: \'100%\', ] [placeholder: 'object', placeholderHeightAttr: '100%', ]
expected: TIMEOUT expected: TIMEOUT

View file

@ -4,24 +4,24 @@
[(initial values)] [(initial values)]
expected: FAIL expected: FAIL
[containerWidthStyle: \'400px\', ] [containerWidthStyle: '400px', ]
expected: FAIL expected: FAIL
[containerHeightStyle: \'400px\', ] [containerHeightStyle: '400px', ]
expected: FAIL expected: FAIL
[containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', ] [containerWidthStyle: '400px', containerHeightStyle: '400px', ]
expected: FAIL expected: FAIL
[svgViewBoxAttr: \'0 0 100 200\', ] [svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[containerWidthStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', ] [containerWidthStyle: '400px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', ] [containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL
[containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', ] [containerWidthStyle: '400px', containerHeightStyle: '400px', svgViewBoxAttr: '0 0 100 200', ]
expected: FAIL expected: FAIL

View file

@ -1,14 +1,14 @@
[LinkStyle.html] [LinkStyle.html]
type: testharness type: testharness
[The LinkStyle interface\'s sheet attribute must return null; the disabled attribute must be false] [The LinkStyle interface's sheet attribute must return null; the disabled attribute must be false]
expected: FAIL expected: FAIL
[The LinkStyle interface\'s sheet attribute must return null if the corresponding element is not in a Document] [The LinkStyle interface's sheet attribute must return null if the corresponding element is not in a Document]
expected: FAIL expected: FAIL
[The LinkStyle interface\'s sheet attribute must return StyleSheet object; the disabled attribute must be same as the StyleSheet\'s disabled attribute] [The LinkStyle interface's sheet attribute must return StyleSheet object; the disabled attribute must be same as the StyleSheet's disabled attribute]
expected: FAIL expected: FAIL
[The media must be the same as the value of the element\'s media content attribute, or the empty string if it is omitted] [The media must be the same as the value of the element's media content attribute, or the empty string if it is omitted]
expected: FAIL expected: FAIL

View file

@ -1,8 +1,8 @@
[base_href_empty.html] [base_href_empty.html]
type: testharness type: testharness
[The value of the href attribute must be the document\'s address if it is empty] [The value of the href attribute must be the document's address if it is empty]
expected: FAIL expected: FAIL
[The src attribute of the img element must relative to document\'s address] [The src attribute of the img element must relative to document's address]
expected: FAIL expected: FAIL

View file

@ -1,8 +1,8 @@
[base_href_unspecified.html] [base_href_unspecified.html]
type: testharness type: testharness
[The value of the href attribute must be the document\'s address if it is unspecified] [The value of the href attribute must be the document's address if it is unspecified]
expected: FAIL expected: FAIL
[The src attribute of the img element must relative to document\'s address] [The src attribute of the img element must relative to document's address]
expected: FAIL expected: FAIL

View file

@ -1,9 +1,9 @@
[style_events.html] [style_events.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[If the style is loaded successfully, the \'load\' event must be fired] [If the style is loaded successfully, the 'load' event must be fired]
expected: NOTRUN expected: NOTRUN
[If the style is loaded unsuccessfully, the \'error\' event must be fired] [If the style is loaded unsuccessfully, the 'error' event must be fired]
expected: NOTRUN expected: NOTRUN

View file

@ -1,5 +1,5 @@
[del_effect.html] [del_effect.html]
type: testharness type: testharness
[HTML Test: Text in the del element should be \'line-through\'] [HTML Test: Text in the del element should be 'line-through']
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[ins_effect.html] [ins_effect.html]
type: testharness type: testharness
[HTML Test: Text in the ins element should be \'underline\'] [HTML Test: Text in the ins element should be 'underline']
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[toDataURL.zeroheight.html] [toDataURL.zeroheight.html]
type: testharness type: testharness
[toDataURL on zero-size canvas returns \'data:,\'] [toDataURL on zero-size canvas returns 'data:,']
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[toDataURL.zerosize.html] [toDataURL.zerosize.html]
type: testharness type: testharness
[toDataURL on zero-size canvas returns \'data:,\'] [toDataURL on zero-size canvas returns 'data:,']
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[toDataURL.zerowidth.html] [toDataURL.zerowidth.html]
type: testharness type: testharness
[toDataURL on zero-size canvas returns \'data:,\'] [toDataURL on zero-size canvas returns 'data:,']
expected: FAIL expected: FAIL

View file

@ -1,8 +1,8 @@
[embed-dimension.html] [embed-dimension.html]
type: testharness type: testharness
[Check the actual length of the embed element\'s height] [Check the actual length of the embed element's height]
expected: FAIL expected: FAIL
[Check the actual length of the embed element\'s width] [Check the actual length of the embed element's width]
expected: FAIL expected: FAIL

View file

@ -18,9 +18,24 @@
["\\n\\ndata:,a\\n\\n1x\\n\\n"] ["\\n\\ndata:,a\\n\\n1x\\n\\n"]
expected: FAIL expected: FAIL
["\\v\\vdata:,a\\v\\v1x\\v\\v"]
expected: FAIL
["\\f\\fdata:,a\\f\\f1x\\f\\f"] ["\\f\\fdata:,a\\f\\f1x\\f\\f"]
expected: FAIL expected: FAIL
["\\r\\rdata:,a\\r\\r1x\\r\\r"]
expected: FAIL
["\\x0e\\x0edata:,a\\x0e\\x0e1x\\x0e\\x0e"]
expected: FAIL
["\\x0f\\x0fdata:,a\\x0f\\x0f1x\\x0f\\x0f"]
expected: FAIL
["\\x10\\x10data:,a\\x10\\x101x\\x10\\x10"]
expected: FAIL
["data:,a"] ["data:,a"]
expected: FAIL expected: FAIL
@ -51,10 +66,10 @@
[" , ,,data:,a"] [" , ,,data:,a"]
expected: FAIL expected: FAIL
["\xc2\xa0data:,a"] [" data:,a"]
expected: FAIL expected: FAIL
["data:,a\xc2\xa0"] ["data:,a "]
expected: FAIL expected: FAIL
["data:,a 1x"] ["data:,a 1x"]
@ -66,6 +81,24 @@
["data:,a 1x,"] ["data:,a 1x,"]
expected: FAIL expected: FAIL
["data:,a ( , data:,b 1x, ), data:,c"]
expected: FAIL
["data:,a ((( , data:,b 1x, ), data:,c"]
expected: FAIL
["data:,a [ , data:,b 1x, \], data:,c"]
expected: FAIL
["data:,a { , data:,b 1x, }, data:,c"]
expected: FAIL
["data:,a \\" , data:,b 1x, \\", data:,c"]
expected: FAIL
["data:,a \\\\,data:;\\,b, data:,c"]
expected: FAIL
["data:,a, data:,b ("] ["data:,a, data:,b ("]
expected: FAIL expected: FAIL
@ -81,6 +114,15 @@
["data:,a, data:,b ()"] ["data:,a, data:,b ()"]
expected: FAIL expected: FAIL
["data:,a (, data:,b"]
expected: FAIL
["data:,a /*, data:,b, data:,c */"]
expected: FAIL
["data:,a //, data:,b"]
expected: FAIL
["data:,a foo"] ["data:,a foo"]
expected: FAIL expected: FAIL
@ -99,6 +141,9 @@
["data:,a foo 1w foo"] ["data:,a foo 1w foo"]
expected: FAIL expected: FAIL
["data:,a 1x 1x"]
expected: FAIL
["data:,a 1w 1w"] ["data:,a 1w 1w"]
expected: FAIL expected: FAIL
@ -126,6 +171,9 @@
["data:,a 1x 1w 1h"] ["data:,a 1x 1w 1h"]
expected: FAIL expected: FAIL
["data:,a 1w"]
expected: FAIL
["data:,a 1h"] ["data:,a 1h"]
expected: FAIL expected: FAIL
@ -186,6 +234,132 @@
["data:,a 1w NaNw"] ["data:,a 1w NaNw"]
expected: FAIL expected: FAIL
["data:,a 0x1w"]
expected: FAIL
["data:,a 0X1w"]
expected: FAIL
["data:,a 1\\x01w" (trailing U+0001)]
expected: FAIL
["data:,a 1 w" (trailing U+00A0)]
expected: FAIL
["data:,a 1w" (trailing U+1680)]
expected: FAIL
["data:,a 1 w" (trailing U+2000)]
expected: FAIL
["data:,a 1w" (trailing U+2001)]
expected: FAIL
["data:,a 1w" (trailing U+2002)]
expected: FAIL
["data:,a 1w" (trailing U+2003)]
expected: FAIL
["data:,a 1w" (trailing U+2004)]
expected: FAIL
["data:,a 1w" (trailing U+2005)]
expected: FAIL
["data:,a 1w" (trailing U+2006)]
expected: FAIL
["data:,a 1w" (trailing U+2007)]
expected: FAIL
["data:,a 1w" (trailing U+2008)]
expected: FAIL
["data:,a 1w" (trailing U+2009)]
expected: FAIL
["data:,a 1w" (trailing U+200A)]
expected: FAIL
["data:,a 1w" (trailing U+200C)]
expected: FAIL
["data:,a 1w" (trailing U+200D)]
expected: FAIL
["data:,a 1w" (trailing U+202F)]
expected: FAIL
["data:,a 1w" (trailing U+205F)]
expected: FAIL
["data:,a 1 w" (trailing U+3000)]
expected: FAIL
["data:,a 1w" (trailing U+FEFF)]
expected: FAIL
["data:,a \\x011w" (leading U+0001)]
expected: FAIL
["data:,a  1w" (leading U+00A0)]
expected: FAIL
["data:,a 1w" (leading U+1680)]
expected: FAIL
["data:,a  1w" (leading U+2000)]
expected: FAIL
["data:,a 1w" (leading U+2001)]
expected: FAIL
["data:,a 1w" (leading U+2002)]
expected: FAIL
["data:,a 1w" (leading U+2003)]
expected: FAIL
["data:,a 1w" (leading U+2004)]
expected: FAIL
["data:,a 1w" (leading U+2005)]
expected: FAIL
["data:,a 1w" (leading U+2006)]
expected: FAIL
["data:,a 1w" (leading U+2007)]
expected: FAIL
["data:,a 1w" (leading U+2008)]
expected: FAIL
["data:,a 1w" (leading U+2009)]
expected: FAIL
["data:,a 1w" (leading U+200A)]
expected: FAIL
["data:,a 1w" (leading U+200C)]
expected: FAIL
["data:,a 1w" (leading U+200D)]
expected: FAIL
["data:,a 1w" (leading U+202F)]
expected: FAIL
["data:,a 1w" (leading U+205F)]
expected: FAIL
["data:,a  1w" (leading U+3000)]
expected: FAIL
["data:,a 1w" (leading U+FEFF)]
expected: FAIL
["data:,a 0x"] ["data:,a 0x"]
expected: FAIL expected: FAIL
@ -213,171 +387,6 @@
["data:,a 1.5e1x"] ["data:,a 1.5e1x"]
expected: FAIL expected: FAIL
["data:,a 1x 1.5e1x"]
expected: FAIL
["data:,a 1x 1e1.5x"]
expected: FAIL
["data:,a 1.0x"]
expected: FAIL
["data:,a 1x 1.0x"]
expected: FAIL
["data:,a 1w 0h"]
expected: FAIL
["data:,a ( , data:,b 1x, ), data:,c"]
expected: FAIL
["data:,a ((( , data:,b 1x, ), data:,c"]
expected: FAIL
["data:,a [ , data:,b 1x, \], data:,c"]
expected: FAIL
["data:,a { , data:,b 1x, }, data:,c"]
expected: FAIL
["data:,a \\" , data:,b 1x, \\", data:,c"]
expected: FAIL
["data:,a \\\\,data:;\\,b, data:,c"]
expected: FAIL
["data:,a (, data:,b"]
expected: FAIL
["data:,a /*, data:,b, data:,c */"]
expected: FAIL
["data:,a //, data:,b"]
expected: FAIL
["data:,a 1x 1x"]
expected: FAIL
["data:,a 0x1w"]
expected: FAIL
["data:,a 0X1w"]
expected: FAIL
["data:,a 1\xc2\xa0w" (trailing U+00A0)]
expected: FAIL
["data:,a 1\xe1\x9a\x80w" (trailing U+1680)]
expected: FAIL
["data:,a 1\xe2\x80\x80w" (trailing U+2000)]
expected: FAIL
["data:,a 1\xe2\x80\x81w" (trailing U+2001)]
expected: FAIL
["data:,a 1\xe2\x80\x82w" (trailing U+2002)]
expected: FAIL
["data:,a 1\xe2\x80\x83w" (trailing U+2003)]
expected: FAIL
["data:,a 1\xe2\x80\x84w" (trailing U+2004)]
expected: FAIL
["data:,a 1\xe2\x80\x85w" (trailing U+2005)]
expected: FAIL
["data:,a 1\xe2\x80\x86w" (trailing U+2006)]
expected: FAIL
["data:,a 1\xe2\x80\x87w" (trailing U+2007)]
expected: FAIL
["data:,a 1\xe2\x80\x88w" (trailing U+2008)]
expected: FAIL
["data:,a 1\xe2\x80\x89w" (trailing U+2009)]
expected: FAIL
["data:,a 1\xe2\x80\x8aw" (trailing U+200A)]
expected: FAIL
["data:,a 1\xe2\x80\x8cw" (trailing U+200C)]
expected: FAIL
["data:,a 1\xe2\x80\x8dw" (trailing U+200D)]
expected: FAIL
["data:,a 1\xe2\x80\xafw" (trailing U+202F)]
expected: FAIL
["data:,a 1\xe2\x81\x9fw" (trailing U+205F)]
expected: FAIL
["data:,a 1\xe3\x80\x80w" (trailing U+3000)]
expected: FAIL
["data:,a 1\xef\xbb\xbfw" (trailing U+FEFF)]
expected: FAIL
["data:,a \xc2\xa01w" (leading U+00A0)]
expected: FAIL
["data:,a \xe1\x9a\x801w" (leading U+1680)]
expected: FAIL
["data:,a \xe2\x80\x801w" (leading U+2000)]
expected: FAIL
["data:,a \xe2\x80\x811w" (leading U+2001)]
expected: FAIL
["data:,a \xe2\x80\x821w" (leading U+2002)]
expected: FAIL
["data:,a \xe2\x80\x831w" (leading U+2003)]
expected: FAIL
["data:,a \xe2\x80\x841w" (leading U+2004)]
expected: FAIL
["data:,a \xe2\x80\x851w" (leading U+2005)]
expected: FAIL
["data:,a \xe2\x80\x861w" (leading U+2006)]
expected: FAIL
["data:,a \xe2\x80\x871w" (leading U+2007)]
expected: FAIL
["data:,a \xe2\x80\x881w" (leading U+2008)]
expected: FAIL
["data:,a \xe2\x80\x891w" (leading U+2009)]
expected: FAIL
["data:,a \xe2\x80\x8a1w" (leading U+200A)]
expected: FAIL
["data:,a \xe2\x80\x8c1w" (leading U+200C)]
expected: FAIL
["data:,a \xe2\x80\x8d1w" (leading U+200D)]
expected: FAIL
["data:,a \xe2\x80\xaf1w" (leading U+202F)]
expected: FAIL
["data:,a \xe2\x81\x9f1w" (leading U+205F)]
expected: FAIL
["data:,a \xe3\x80\x801w" (leading U+3000)]
expected: FAIL
["data:,a \xef\xbb\xbf1w" (leading U+FEFF)]
expected: FAIL
["data:,a -x"] ["data:,a -x"]
expected: FAIL expected: FAIL
@ -396,6 +405,18 @@
["data:,a .5e1x"] ["data:,a .5e1x"]
expected: FAIL expected: FAIL
["data:,a 1x 1.5e1x"]
expected: FAIL
["data:,a 1x 1e1.5x"]
expected: FAIL
["data:,a 1.0x"]
expected: FAIL
["data:,a 1x 1.0x"]
expected: FAIL
["data:,a +1x"] ["data:,a +1x"]
expected: FAIL expected: FAIL
@ -414,118 +435,127 @@
["data:,a 0X1x"] ["data:,a 0X1x"]
expected: FAIL expected: FAIL
["data:,a 1\xc2\xa0x" (trailing U+00A0)] ["data:,a 1\\x01x" (trailing U+0001)]
expected: FAIL expected: FAIL
["data:,a 1\xe1\x9a\x80x" (trailing U+1680)] ["data:,a 1 x" (trailing U+00A0)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x80x" (trailing U+2000)] ["data:,a 1x" (trailing U+1680)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x81x" (trailing U+2001)] ["data:,a 1 x" (trailing U+2000)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x82x" (trailing U+2002)] ["data:,a 1x" (trailing U+2001)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x83x" (trailing U+2003)] ["data:,a 1x" (trailing U+2002)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x84x" (trailing U+2004)] ["data:,a 1x" (trailing U+2003)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x85x" (trailing U+2005)] ["data:,a 1x" (trailing U+2004)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x86x" (trailing U+2006)] ["data:,a 1x" (trailing U+2005)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x87x" (trailing U+2007)] ["data:,a 1x" (trailing U+2006)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x88x" (trailing U+2008)] ["data:,a 1x" (trailing U+2007)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x89x" (trailing U+2009)] ["data:,a 1x" (trailing U+2008)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x8ax" (trailing U+200A)] ["data:,a 1x" (trailing U+2009)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x8cx" (trailing U+200C)] ["data:,a 1x" (trailing U+200A)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\x8dx" (trailing U+200D)] ["data:,a 1x" (trailing U+200C)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x80\xafx" (trailing U+202F)] ["data:,a 1x" (trailing U+200D)]
expected: FAIL expected: FAIL
["data:,a 1\xe2\x81\x9fx" (trailing U+205F)] ["data:,a 1x" (trailing U+202F)]
expected: FAIL expected: FAIL
["data:,a 1\xe3\x80\x80x" (trailing U+3000)] ["data:,a 1x" (trailing U+205F)]
expected: FAIL expected: FAIL
["data:,a 1\xef\xbb\xbfx" (trailing U+FEFF)] ["data:,a 1 x" (trailing U+3000)]
expected: FAIL expected: FAIL
["data:,a \xc2\xa01x" (leading U+00A0)] ["data:,a 1x" (trailing U+FEFF)]
expected: FAIL expected: FAIL
["data:,a \xe1\x9a\x801x" (leading U+1680)] ["data:,a \\x011x" (leading U+0001)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x801x" (leading U+2000)] ["data:,a  1x" (leading U+00A0)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x811x" (leading U+2001)] ["data:,a 1x" (leading U+1680)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x821x" (leading U+2002)] ["data:,a  1x" (leading U+2000)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x831x" (leading U+2003)] ["data:,a 1x" (leading U+2001)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x841x" (leading U+2004)] ["data:,a 1x" (leading U+2002)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x851x" (leading U+2005)] ["data:,a 1x" (leading U+2003)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x861x" (leading U+2006)] ["data:,a 1x" (leading U+2004)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x871x" (leading U+2007)] ["data:,a 1x" (leading U+2005)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x881x" (leading U+2008)] ["data:,a 1x" (leading U+2006)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x891x" (leading U+2009)] ["data:,a 1x" (leading U+2007)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x8a1x" (leading U+200A)] ["data:,a 1x" (leading U+2008)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x8c1x" (leading U+200C)] ["data:,a 1x" (leading U+2009)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\x8d1x" (leading U+200D)] ["data:,a 1x" (leading U+200A)]
expected: FAIL expected: FAIL
["data:,a \xe2\x80\xaf1x" (leading U+202F)] ["data:,a 1x" (leading U+200C)]
expected: FAIL expected: FAIL
["data:,a \xe2\x81\x9f1x" (leading U+205F)] ["data:,a 1x" (leading U+200D)]
expected: FAIL expected: FAIL
["data:,a \xe3\x80\x801x" (leading U+3000)] ["data:,a 1x" (leading U+202F)]
expected: FAIL expected: FAIL
["data:,a \xef\xbb\xbf1x" (leading U+FEFF)] ["data:,a 1x" (leading U+205F)]
expected: FAIL
["data:,a  1x" (leading U+3000)]
expected: FAIL
["data:,a 1x" (leading U+FEFF)]
expected: FAIL
["data:,a 1w 0h"]
expected: FAIL expected: FAIL
["data:,a 1w -1h"] ["data:,a 1w -1h"]
@ -558,153 +588,123 @@
["data:,a 0X1h"] ["data:,a 0X1h"]
expected: FAIL expected: FAIL
["data:,a 1w 1\xc2\xa0h" (trailing U+00A0)]
expected: FAIL
["data:,a 1w 1\xe1\x9a\x80h" (trailing U+1680)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x80h" (trailing U+2000)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x81h" (trailing U+2001)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x82h" (trailing U+2002)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x83h" (trailing U+2003)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x84h" (trailing U+2004)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x85h" (trailing U+2005)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x86h" (trailing U+2006)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x87h" (trailing U+2007)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x88h" (trailing U+2008)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x89h" (trailing U+2009)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x8ah" (trailing U+200A)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x8ch" (trailing U+200C)]
expected: FAIL
["data:,a 1w 1\xe2\x80\x8dh" (trailing U+200D)]
expected: FAIL
["data:,a 1w 1\xe2\x80\xafh" (trailing U+202F)]
expected: FAIL
["data:,a 1w 1\xe2\x81\x9fh" (trailing U+205F)]
expected: FAIL
["data:,a 1w 1\xe3\x80\x80h" (trailing U+3000)]
expected: FAIL
["data:,a 1w 1\xef\xbb\xbfh" (trailing U+FEFF)]
expected: FAIL
["data:,a 1w \xc2\xa01h" (leading U+00A0)]
expected: FAIL
["data:,a 1w \xe1\x9a\x801h" (leading U+1680)]
expected: FAIL
["data:,a 1w \xe2\x80\x801h" (leading U+2000)]
expected: FAIL
["data:,a 1w \xe2\x80\x811h" (leading U+2001)]
expected: FAIL
["data:,a 1w \xe2\x80\x821h" (leading U+2002)]
expected: FAIL
["data:,a 1w \xe2\x80\x831h" (leading U+2003)]
expected: FAIL
["data:,a 1w \xe2\x80\x841h" (leading U+2004)]
expected: FAIL
["data:,a 1w \xe2\x80\x851h" (leading U+2005)]
expected: FAIL
["data:,a 1w \xe2\x80\x861h" (leading U+2006)]
expected: FAIL
["data:,a 1w \xe2\x80\x871h" (leading U+2007)]
expected: FAIL
["data:,a 1w \xe2\x80\x881h" (leading U+2008)]
expected: FAIL
["data:,a 1w \xe2\x80\x891h" (leading U+2009)]
expected: FAIL
["data:,a 1w \xe2\x80\x8a1h" (leading U+200A)]
expected: FAIL
["data:,a 1w \xe2\x80\x8c1h" (leading U+200C)]
expected: FAIL
["data:,a 1w \xe2\x80\x8d1h" (leading U+200D)]
expected: FAIL
["data:,a 1w \xe2\x80\xaf1h" (leading U+202F)]
expected: FAIL
["data:,a 1w \xe2\x81\x9f1h" (leading U+205F)]
expected: FAIL
["data:,a 1w \xe3\x80\x801h" (leading U+3000)]
expected: FAIL
["data:,a 1w \xef\xbb\xbf1h" (leading U+FEFF)]
expected: FAIL
["\\v\\vdata:,a\\v\\v1x\\v\\v"]
expected: FAIL
["\\r\\rdata:,a\\r\\r1x\\r\\r"]
expected: FAIL
["\\x0e\\x0edata:,a\\x0e\\x0e1x\\x0e\\x0e"]
expected: FAIL
["\\x0f\\x0fdata:,a\\x0f\\x0f1x\\x0f\\x0f"]
expected: FAIL
["\\x10\\x10data:,a\\x10\\x101x\\x10\\x10"]
expected: FAIL
["data:,a 1\\x01w" (trailing U+0001)]
expected: FAIL
["data:,a \\x011w" (leading U+0001)]
expected: FAIL
["data:,a 1\\x01x" (trailing U+0001)]
expected: FAIL
["data:,a \\x011x" (leading U+0001)]
expected: FAIL
["data:,a 1w 1\\x01h" (trailing U+0001)] ["data:,a 1w 1\\x01h" (trailing U+0001)]
expected: FAIL expected: FAIL
["data:,a 1w 1 h" (trailing U+00A0)]
expected: FAIL
["data:,a 1w 1h" (trailing U+1680)]
expected: FAIL
["data:,a 1w 1 h" (trailing U+2000)]
expected: FAIL
["data:,a 1w 1h" (trailing U+2001)]
expected: FAIL
["data:,a 1w 1h" (trailing U+2002)]
expected: FAIL
["data:,a 1w 1h" (trailing U+2003)]
expected: FAIL
["data:,a 1w 1h" (trailing U+2004)]
expected: FAIL
["data:,a 1w 1h" (trailing U+2005)]
expected: FAIL
["data:,a 1w 1h" (trailing U+2006)]
expected: FAIL
["data:,a 1w 1h" (trailing U+2007)]
expected: FAIL
["data:,a 1w 1h" (trailing U+2008)]
expected: FAIL
["data:,a 1w 1h" (trailing U+2009)]
expected: FAIL
["data:,a 1w 1h" (trailing U+200A)]
expected: FAIL
["data:,a 1w 1h" (trailing U+200C)]
expected: FAIL
["data:,a 1w 1h" (trailing U+200D)]
expected: FAIL
["data:,a 1w 1h" (trailing U+202F)]
expected: FAIL
["data:,a 1w 1h" (trailing U+205F)]
expected: FAIL
["data:,a 1w 1 h" (trailing U+3000)]
expected: FAIL
["data:,a 1w 1h" (trailing U+FEFF)]
expected: FAIL
["data:,a 1w \\x011h" (leading U+0001)] ["data:,a 1w \\x011h" (leading U+0001)]
expected: FAIL expected: FAIL
["data:,a 1w"] ["data:,a 1w  1h" (leading U+00A0)]
expected: FAIL
["data:,a 1w 1h" (leading U+1680)]
expected: FAIL
["data:,a 1w  1h" (leading U+2000)]
expected: FAIL
["data:,a 1w 1h" (leading U+2001)]
expected: FAIL
["data:,a 1w 1h" (leading U+2002)]
expected: FAIL
["data:,a 1w 1h" (leading U+2003)]
expected: FAIL
["data:,a 1w 1h" (leading U+2004)]
expected: FAIL
["data:,a 1w 1h" (leading U+2005)]
expected: FAIL
["data:,a 1w 1h" (leading U+2006)]
expected: FAIL
["data:,a 1w 1h" (leading U+2007)]
expected: FAIL
["data:,a 1w 1h" (leading U+2008)]
expected: FAIL
["data:,a 1w 1h" (leading U+2009)]
expected: FAIL
["data:,a 1w 1h" (leading U+200A)]
expected: FAIL
["data:,a 1w 1h" (leading U+200C)]
expected: FAIL
["data:,a 1w 1h" (leading U+200D)]
expected: FAIL
["data:,a 1w 1h" (leading U+202F)]
expected: FAIL
["data:,a 1w 1h" (leading U+205F)]
expected: FAIL
["data:,a 1w  1h" (leading U+3000)]
expected: FAIL
["data:,a 1w 1h" (leading U+FEFF)]
expected: FAIL expected: FAIL

View file

@ -9,7 +9,7 @@
[[INPUT in EMAIL status\] The multiple attribute is true and the value contains valid e-mail addresses] [[INPUT in EMAIL status\] The multiple attribute is true and the value contains valid e-mail addresses]
expected: FAIL expected: FAIL
[[INPUT in EMAIL status\] The multiple attribute is true and the value attribute contains a \',\'] [[INPUT in EMAIL status\] The multiple attribute is true and the value attribute contains a ',']
expected: FAIL expected: FAIL
[[INPUT in DATETIME status\] The value attribute is empty] [[INPUT in DATETIME status\] The value attribute is empty]

View file

@ -213,10 +213,10 @@
[[INPUT in NUMBER status\] The required attribute is not set] [[INPUT in NUMBER status\] The required attribute is not set]
expected: FAIL expected: FAIL
[[INPUT in NUMBER status\] Value is an integer with a leading symbol \'+\'] [[INPUT in NUMBER status\] Value is an integer with a leading symbol '+']
expected: FAIL expected: FAIL
[[INPUT in NUMBER status\] Value is a number with a \'-\' symbol] [[INPUT in NUMBER status\] Value is a number with a '-' symbol]
expected: FAIL expected: FAIL
[[INPUT in NUMBER status\] Value is a number in scientific notation form(e is in lowercase)] [[INPUT in NUMBER status\] Value is a number in scientific notation form(e is in lowercase)]

View file

@ -10,16 +10,16 @@
[text selectionMode missing] [text selectionMode missing]
expected: FAIL expected: FAIL
[text selectionMode \'select\'] [text selectionMode 'select']
expected: FAIL expected: FAIL
[text selectionMode \'start\'] [text selectionMode 'start']
expected: FAIL expected: FAIL
[text selectionMode \'end\'] [text selectionMode 'end']
expected: FAIL expected: FAIL
[text selectionMode \'preserve\'] [text selectionMode 'preserve']
expected: FAIL expected: FAIL
[text setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception] [text setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception]

View file

@ -1,6 +1,6 @@
[textfieldselection-setSelectionRange.html] [textfieldselection-setSelectionRange.html]
type: testharness type: testharness
[input typeof(input.setSelectionRange)\'] [input typeof(input.setSelectionRange)']
expected: FAIL expected: FAIL
[input setSelectionRange return void] [input setSelectionRange return void]
@ -57,7 +57,7 @@
[input setSelectionRange(undefined,1)] [input setSelectionRange(undefined,1)]
expected: FAIL expected: FAIL
[textarea typeof(input.setSelectionRange)\'] [textarea typeof(input.setSelectionRange)']
expected: FAIL expected: FAIL
[textarea setSelectionRange return void] [textarea setSelectionRange return void]

View file

@ -1,6 +1,9 @@
[HTMLFieldSetElement.html] [HTMLFieldSetElement.html]
type: testharness type: testharness
[The type attribute must return \'fieldset\'] [The type attribute must return 'fieldset']
expected: FAIL
[The form attribute must return the fieldset's form owner]
expected: FAIL expected: FAIL
[The elements must return an HTMLFormControlsCollection object] [The elements must return an HTMLFormControlsCollection object]
@ -9,6 +12,3 @@
[The controls must root at the fieldset element] [The controls must root at the fieldset element]
expected: FAIL expected: FAIL
[The form attribute must return the fieldset\'s form owner]
expected: FAIL

View file

@ -1,9 +1,9 @@
[disabled.html] [disabled.html]
type: testharness type: testharness
[The disabled attribute, when specified, causes all the form control descendants of the fieldset element, excluding those that are descendants of the fieldset element\'s first legend element child, if any, to be disabled.] [The disabled attribute, when specified, causes all the form control descendants of the fieldset element, excluding those that are descendants of the fieldset element's first legend element child, if any, to be disabled.]
expected: FAIL expected: FAIL
[The first \'legend\' element is not a child of the disabled fieldset: Its descendants should be disabled.] [The first 'legend' element is not a child of the disabled fieldset: Its descendants should be disabled.]
expected: FAIL expected: FAIL
[The <legend> element is not a child of the disabled fieldset: Its descendants should be disabled.] [The <legend> element is not a child of the disabled fieldset: Its descendants should be disabled.]

View file

@ -9,10 +9,10 @@
[[date\] The step attribute must be expressed in seconds] [[date\] The step attribute must be expressed in seconds]
expected: FAIL expected: FAIL
[[date\] stepUp method support on input \'date\' element] [[date\] stepUp method support on input 'date' element]
expected: FAIL expected: FAIL
[[date\] stepDown method support on input \'date\' element] [[date\] stepDown method support on input 'date' element]
expected: FAIL expected: FAIL
[[time\] The min attribute must have a value that is a valid global date and time string] [[time\] The min attribute must have a value that is a valid global date and time string]
@ -24,10 +24,10 @@
[[time\] The step attribute must be expressed in seconds] [[time\] The step attribute must be expressed in seconds]
expected: FAIL expected: FAIL
[[time\] stepUp method support on input \'time\' element] [[time\] stepUp method support on input 'time' element]
expected: FAIL expected: FAIL
[[time\] stepDown method support on input \'time\' element] [[time\] stepDown method support on input 'time' element]
expected: FAIL expected: FAIL
[[datetime\] The min attribute must have a value that is a valid global date and time string] [[datetime\] The min attribute must have a value that is a valid global date and time string]
@ -39,10 +39,10 @@
[[datetime\] The step attribute must be expressed in seconds] [[datetime\] The step attribute must be expressed in seconds]
expected: FAIL expected: FAIL
[[datetime\] stepUp method support on input \'datetime\' element] [[datetime\] stepUp method support on input 'datetime' element]
expected: FAIL expected: FAIL
[[datetime\] stepDown method support on input \'datetime\' element] [[datetime\] stepDown method support on input 'datetime' element]
expected: FAIL expected: FAIL
[[month\] The min attribute must have a value that is a valid global date and time string] [[month\] The min attribute must have a value that is a valid global date and time string]
@ -54,10 +54,10 @@
[[month\] The step attribute must be expressed in seconds] [[month\] The step attribute must be expressed in seconds]
expected: FAIL expected: FAIL
[[month\] stepUp method support on input \'month\' element] [[month\] stepUp method support on input 'month' element]
expected: FAIL expected: FAIL
[[month\] stepDown method support on input \'month\' element] [[month\] stepDown method support on input 'month' element]
expected: FAIL expected: FAIL
[[week\] The min attribute must have a value that is a valid global date and time string] [[week\] The min attribute must have a value that is a valid global date and time string]
@ -69,9 +69,9 @@
[[week\] The step attribute must be expressed in seconds] [[week\] The step attribute must be expressed in seconds]
expected: FAIL expected: FAIL
[[week\] stepUp method support on input \'week\' element] [[week\] stepUp method support on input 'week' element]
expected: FAIL expected: FAIL
[[week\] stepDown method support on input \'week\' element] [[week\] stepDown method support on input 'week' element]
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[input-type-checkbox.html] [input-type-checkbox.html]
type: testharness type: testharness
[default/on: on getting, if the element has a value attribute, it must return that attribute\'s value; otherwise, it must return the string \'on\'] [default/on: on getting, if the element has a value attribute, it must return that attribute's value; otherwise, it must return the string 'on']
expected: FAIL expected: FAIL

View file

@ -6,7 +6,7 @@
[value not a valid floating-point number: random string] [value not a valid floating-point number: random string]
expected: FAIL expected: FAIL
[value ending with \'.\'] [value ending with '.']
expected: FAIL expected: FAIL
[ value = Infinity] [ value = Infinity]
@ -30,10 +30,10 @@
[value = +1] [value = +1]
expected: FAIL expected: FAIL
[value = \'+\'] [value = '+']
expected: FAIL expected: FAIL
[value = \'-\'] [value = '-']
expected: FAIL expected: FAIL
[value with a leading whitespace] [value with a leading whitespace]

View file

@ -3,21 +3,21 @@
[radio button group name = sImPlE] [radio button group name = sImPlE]
expected: FAIL expected: FAIL
[radio button group name = paSSfield-killroy\xc3\x9f] [radio button group name = paSSfield-killroyß]
expected: FAIL expected: FAIL
[radio button group name = \xd0\xb3\xd0\xbb\xd1\x83\xd0\xbf\xd1\x8b\xd0\xb9] [radio button group name = глупый]
expected: FAIL expected: FAIL
[radio button group name = \xc3\xa5\xcf\x89k] [radio button group name = åωk]
expected: FAIL expected: FAIL
[radio button group name = blah1] [radio button group name = blah1]
expected: FAIL expected: FAIL
[radio button group name = t\xc3\x89dz5\xe3\x82\xa2\xe3\x83\x91\xe3\x83\xbc\xe3\x83\x88Fi] [radio button group name = tÉdz5アパートFi]
expected: FAIL expected: FAIL
[radio button group name = \xce\xa3\xce\xa3] [radio button group name = ΣΣ]
expected: FAIL expected: FAIL

View file

@ -3,6 +3,6 @@
[canceled activation steps on unchecked radio] [canceled activation steps on unchecked radio]
expected: FAIL expected: FAIL
[radio inputs with name attributes gro\xc3\xbcp2 and gro\xc3\x9cp2 belong to the same radio button group] [radio inputs with name attributes groüp2 and groÜp2 belong to the same radio button group]
expected: FAIL expected: FAIL

View file

@ -1,6 +1,6 @@
[range-2.html] [range-2.html]
type: testharness type: testharness
[range input value set to \'\'] [range input value set to '']
expected: FAIL expected: FAIL
[range input value equals 50] [range input value equals 50]

View file

@ -9,13 +9,13 @@
[Invalid value: no week number] [Invalid value: no week number]
expected: FAIL expected: FAIL
[Invalid value: no \'-\' (U+002D)] [Invalid value: no '-' (U+002D)]
expected: FAIL expected: FAIL
[Invalid value: yearless week] [Invalid value: yearless week]
expected: FAIL expected: FAIL
[Invalid value: yearless week and no \'-\' (U+002D)] [Invalid value: yearless week and no '-' (U+002D)]
expected: FAIL expected: FAIL
[Value < min attribute] [Value < min attribute]

View file

@ -1,21 +1,21 @@
[label-attributes.html] [label-attributes.html]
type: testharness type: testharness
[A label element with a \'for\' attribute should only be associated with a labelable element.] [A label element with a 'for' attribute should only be associated with a labelable element.]
expected: FAIL expected: FAIL
[A label element not in a document can not label any element in the document.] [A label element not in a document can not label any element in the document.]
expected: FAIL expected: FAIL
[The labeled control for a label element that has no \'for\' attribute is the first labelable element which is a descendant of that label element.] [The labeled control for a label element that has no 'for' attribute is the first labelable element which is a descendant of that label element.]
expected: FAIL expected: FAIL
[The \'for\' attribute points to an inexistent id.] [The 'for' attribute points to an inexistent id.]
expected: FAIL expected: FAIL
[A non-control follows by a control with same ID.] [A non-control follows by a control with same ID.]
expected: FAIL expected: FAIL
[The \'for\' attribute is an empty string.] [The 'for' attribute is an empty string.]
expected: FAIL expected: FAIL
[A form control has multiple labels.] [A form control has multiple labels.]
@ -27,7 +27,7 @@
[A form control has no label 2.] [A form control has no label 2.]
expected: FAIL expected: FAIL
[A label\'s form attribute should return its form owner.] [A label's form attribute should return its form owner.]
expected: FAIL expected: FAIL
[Check that the labels property of a form control with no label returns a zero-length NodeList.] [Check that the labels property of a form control with no label returns a zero-length NodeList.]

View file

@ -9,10 +9,10 @@
[if no item has a name or id value matching the parameter, return null and stop] [if no item has a name or id value matching the parameter, return null and stop]
expected: FAIL expected: FAIL
[return an HTMLOptionsCollection in correct order for repeated \'id\' value] [return an HTMLOptionsCollection in correct order for repeated 'id' value]
expected: FAIL expected: FAIL
[return an HTMLOptionsCollection in correct order for repeated \'name\' value] [return an HTMLOptionsCollection in correct order for repeated 'name' value]
expected: FAIL expected: FAIL
[return an HTMLOptionsCollection in correct order for repeated mixed value] [return an HTMLOptionsCollection in correct order for repeated mixed value]

View file

@ -1,35 +1,35 @@
[grouping-li.html] [grouping-li.html]
type: testharness type: testharness
[li should have a \'value\' attribute] [li should have a 'value' attribute]
expected: FAIL expected: FAIL
[Default (unspecified) value of value is 0.] [Default (unspecified) value of value is 0.]
expected: FAIL expected: FAIL
[.value property reflects content attribute - and both parse value of \'2\' correctly.] [.value property reflects content attribute - and both parse value of '2' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse value of \'-10\' correctly.] [IDL and content attribute parse value of '-10' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse value of \'4.03\' correctly.] [IDL and content attribute parse value of '4.03' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse value of \'-4.03\' correctly.] [IDL and content attribute parse value of '-4.03' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse value of \'4.9\' correctly.] [IDL and content attribute parse value of '4.9' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse value of \'-4.9\' correctly.] [IDL and content attribute parse value of '-4.9' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse value of \'7e2\' correctly.] [IDL and content attribute parse value of '7e2' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse value of \'.5\' correctly.] [IDL and content attribute parse value of '.5' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse value of \'A\' correctly.] [IDL and content attribute parse value of 'A' correctly.]
expected: FAIL expected: FAIL

View file

@ -1,36 +1,36 @@
[grouping-ol.html] [grouping-ol.html]
type: testharness type: testharness
[\'reversed\' property should be defined on OL.] ['reversed' property should be defined on OL.]
expected: FAIL expected: FAIL
[\'start\' property should be defined on OL.] ['start' property should be defined on OL.]
expected: FAIL expected: FAIL
[\'type\' property should be defined on OL.] ['type' property should be defined on OL.]
expected: FAIL expected: FAIL
[OL\'s \'reversed\' IDL property reflects content attribute.] [OL's 'reversed' IDL property reflects content attribute.]
expected: FAIL expected: FAIL
[OL\'s \'start\' IDL property reflects content attribute.] [OL's 'start' IDL property reflects content attribute.]
expected: FAIL expected: FAIL
[OL\'s \'type\' IDL property reflects content attribute.] [OL's 'type' IDL property reflects content attribute.]
expected: FAIL expected: FAIL
[IDL \'reversed\' attribute value false when content attribute absent] [IDL 'reversed' attribute value false when content attribute absent]
expected: FAIL expected: FAIL
[IDL \'reversed\' attribute value true when content attribute exists] [IDL 'reversed' attribute value true when content attribute exists]
expected: FAIL expected: FAIL
[Default start value for non-reversed list should be 1] [Default start value for non-reversed list should be 1]
expected: FAIL expected: FAIL
[IDL and content attribute parse start of \'.5\' correctly.] [IDL and content attribute parse start of '.5' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse start of \'A\' correctly.] [IDL and content attribute parse start of 'A' correctly.]
expected: FAIL expected: FAIL
[Default start value (if none provided) for reversed list = child li elements.] [Default start value (if none provided) for reversed list = child li elements.]
@ -48,24 +48,24 @@
[Deleting child element from reversed list reduces start value by 1] [Deleting child element from reversed list reduces start value by 1]
expected: FAIL expected: FAIL
[IDL and content attribute parse start of \'2\' correctly.] [IDL and content attribute parse start of '2' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse start of \'-10\' correctly.] [IDL and content attribute parse start of '-10' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse start of \'4.03\' correctly.] [IDL and content attribute parse start of '4.03' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse start of \'-4.03\' correctly.] [IDL and content attribute parse start of '-4.03' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse start of \'4.9\' correctly.] [IDL and content attribute parse start of '4.9' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse start of \'-4.9\' correctly.] [IDL and content attribute parse start of '-4.9' correctly.]
expected: FAIL expected: FAIL
[IDL and content attribute parse start of \'7e2\' correctly.] [IDL and content attribute parse start of '7e2' correctly.]
expected: FAIL expected: FAIL

View file

@ -1,21 +1,21 @@
[toggleEvent.html] [toggleEvent.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[Adding open to \'details\' should fire a toggle event at the \'details\' element] [Adding open to 'details' should fire a toggle event at the 'details' element]
expected: NOTRUN expected: NOTRUN
[Removing open from \'details\' should fire a toggle event at the \'details\' element] [Removing open from 'details' should fire a toggle event at the 'details' element]
expected: NOTRUN expected: NOTRUN
[Adding open to \'details\' (display:none) should fire a toggle event at the \'details\' element] [Adding open to 'details' (display:none) should fire a toggle event at the 'details' element]
expected: NOTRUN expected: NOTRUN
[Adding open from \'details\' (no children) should fire a toggle event at the \'details\' element] [Adding open from 'details' (no children) should fire a toggle event at the 'details' element]
expected: NOTRUN expected: NOTRUN
[Calling open twice on \'details\' fires only one toggle event] [Calling open twice on 'details' fires only one toggle event]
expected: FAIL expected: FAIL
[Adding open to \'details\' (not in the document) should fire a toggle event at the \'details\' element] [Adding open to 'details' (not in the document) should fire a toggle event at the 'details' element]
expected: TIMEOUT expected: TIMEOUT

View file

@ -3,13 +3,13 @@
[close() fires a close event] [close() fires a close event]
expected: FAIL expected: FAIL
[close() on a <dialog> that doesn\'t have an open attribute throws an InvalidStateError exception] [close() on a <dialog> that doesn't have an open attribute throws an InvalidStateError exception]
expected: FAIL expected: FAIL
[close() removes the open attribute and set the returnValue to the first argument] [close() removes the open attribute and set the returnValue to the first argument]
expected: FAIL expected: FAIL
[close() without argument removes the open attribute and there\'s no returnValue] [close() without argument removes the open attribute and there's no returnValue]
expected: FAIL expected: FAIL
[close() should set the returnValue IDL attribute but not the JS property] [close() should set the returnValue IDL attribute but not the JS property]

View file

@ -1,5 +1,5 @@
[async_002.htm] [async_002.htm]
type: testharness type: testharness
[Test \'async\' attribute are reflected in the async property with setAttribute] [Test 'async' attribute are reflected in the async property with setAttribute]
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[async_008.htm] [async_008.htm]
type: testharness type: testharness
[Async script element execution delays the window\'s load event] [Async script element execution delays the window's load event]
expected: FAIL expected: FAIL

View file

@ -1,11 +1,11 @@
[checked.html] [checked.html]
type: testharness type: testharness
[\':checked\' matches checked <input>/<menuitem> in checkbox and radio button states, selected <option>s] [':checked' matches checked <input>/<menuitem> in checkbox and radio button states, selected <option>s]
expected: FAIL expected: FAIL
[\':checked\' should no longer match <input>s whose type checkbox/radio has been removed] [':checked' should no longer match <input>s whose type checkbox/radio has been removed]
expected: FAIL expected: FAIL
[\':checked\' matches clicked checkbox and radio buttons] [':checked' matches clicked checkbox and radio buttons]
expected: FAIL expected: FAIL

View file

@ -1,8 +1,8 @@
[default.html] [default.html]
type: testharness type: testharness
[\':default\' matches <button>s that are their form\'s default button, <input>s of type submit/image that are their form\'s default button, checked <input>s and selected <option>s] [':default' matches <button>s that are their form's default button, <input>s of type submit/image that are their form's default button, checked <input>s and selected <option>s]
expected: FAIL expected: FAIL
[\':default\' matches dynamically changed form\'s default buttons] [':default' matches dynamically changed form's default buttons]
expected: FAIL expected: FAIL

View file

@ -1,11 +1,11 @@
[dir.html] [dir.html]
type: testharness type: testharness
[\':dir(rtl)\' matches all elements whose directionality is \'rtl\'.] [':dir(rtl)' matches all elements whose directionality is 'rtl'.]
expected: FAIL expected: FAIL
[\':dir(ltr)\' matches all elements whose directionality is \'ltr\'.] [':dir(ltr)' matches all elements whose directionality is 'ltr'.]
expected: FAIL expected: FAIL
[\':dir(ltr)\' doesn\'t match elements not in the document.] [':dir(ltr)' doesn't match elements not in the document.]
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[dir01.html] [dir01.html]
type: testharness type: testharness
[direction doesn\'t affect :dir()] [direction doesn't affect :dir()]
expected: FAIL expected: FAIL

View file

@ -1,5 +1,5 @@
[enabled.html] [enabled.html]
type: testharness type: testharness
[\':enabled\' elements that are not disabled] [':enabled' elements that are not disabled]
expected: FAIL expected: FAIL

Some files were not shown because too many files have changed in this diff Show more