зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1270508 - Update web-platform-tests expected data to revision 26663baa852c0b42b91e7e72d3aa940e43371571, a=testonly
MozReview-Commit-ID: 3SZYeNaUf2R
This commit is contained in:
Родитель
df2ee20f9e
Коммит
db0cf2d998
|
@ -5,3 +5,4 @@
|
|||
|
||||
[innerHTML in XHTML: getting while the document is in an invalid state 1]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
type: testharness
|
||||
[innerHTML in XHTML]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -8,3 +8,4 @@
|
|||
|
||||
[ProcessingInstruction: empty data]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[event-progress.htm]
|
||||
type: testharness
|
||||
expected:
|
||||
if (asan or debug) and (os == "linux"): OK
|
||||
if asan or (debug and (os == "linux")): OK
|
||||
if debug and (os == "mac"): OK
|
||||
if debug and (os == "win"): OK
|
||||
TIMEOUT
|
||||
|
|
|
@ -6,6 +6,3 @@
|
|||
[XMLHttpRequest: setRequestHeader() value argument checks 3]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() value argument checks 4]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[AmbientLightSensor_tests.html]
|
||||
type: testharness
|
||||
[Test suite not implemented yet.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
[AmbientLight_tests.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[value of undefined resolves to NaN]
|
||||
expected: FAIL
|
||||
|
||||
[expected ondevicelight on window and to be set to function]
|
||||
expected: FAIL
|
||||
|
||||
[treat object as null]
|
||||
expected: FAIL
|
||||
|
||||
[treat object with non-callable call property as null]
|
||||
expected: FAIL
|
||||
|
||||
[treat array as null]
|
||||
expected: FAIL
|
||||
|
||||
[treat non-callable host object as null]
|
||||
expected: FAIL
|
||||
|
||||
[test if DeviceLightEvent received]
|
||||
expected: NOTRUN
|
||||
|
||||
[test if DeviceLightEvent received (event handler attribute)]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
[idlharness.html]
|
||||
type: testharness
|
||||
[SensorReadingEvent must be primary interface of new SensorReadingEvent({ reading: new AmbientLightSensorReading({ illuminance: 750 }) });]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new SensorReadingEvent({ reading: new AmbientLightSensorReading({ illuminance: 750 }) });]
|
||||
expected: FAIL
|
||||
|
||||
[SensorReadingEvent interface: new SensorReadingEvent({ reading: new AmbientLightSensorReading({ illuminance: 750 }) }); must inherit property "reading" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensor interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensor interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensor interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensor interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensor interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensor interface: attribute reading]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensor must be primary interface of new AmbientLightSensor();]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new AmbientLightSensor();]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensor interface: new AmbientLightSensor(); must inherit property "reading" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[Sensor interface: new AmbientLightSensor(); must inherit property "state" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[Sensor interface: new AmbientLightSensor(); must inherit property "reading" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[Sensor interface: new AmbientLightSensor(); must inherit property "start" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[Sensor interface: new AmbientLightSensor(); must inherit property "stop" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[Sensor interface: new AmbientLightSensor(); must inherit property "onchange" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[Sensor interface: new AmbientLightSensor(); must inherit property "onstatechange" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[Sensor interface: new AmbientLightSensor(); must inherit property "onerror" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensorReading interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensorReading interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensorReading interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensorReading interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensorReading interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensorReading interface: attribute illuminance]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensorReading must be primary interface of new AmbientLightSensorReading({ illuminance: 750 });]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new AmbientLightSensorReading({ illuminance: 750 });]
|
||||
expected: FAIL
|
||||
|
||||
[AmbientLightSensorReading interface: new AmbientLightSensorReading({ illuminance: 750 }); must inherit property "illuminance" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[SensorReading interface: new AmbientLightSensorReading({ illuminance: 750 }); must inherit property "timeStamp" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[scrollingElement.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[scrollingElement in quirks mode]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[Event-constructors.html]
|
||||
type: testharness
|
||||
[Event constructors 4]
|
||||
expected: FAIL
|
||||
|
|
@ -109,3 +109,63 @@
|
|||
[Document interface: calling queryAll(DOMString) on new Document() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: attribute isConnected]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: new Document() must inherit property "isConnected" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: xmlDoc must inherit property "isConnected" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: document.doctype must inherit property "isConnected" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: document.createDocumentFragment() must inherit property "isConnected" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
[ShadowRoot interface: attribute mode]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: attribute slot]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation attachShadow(ShadowRootInit)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: attribute assignedSlot]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: element must inherit property "slot" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: element must inherit property "attachShadow" with the proper type (24)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: calling attachShadow(ShadowRootInit) on element with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: element must inherit property "assignedSlot" with the proper type (48)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: element must inherit property "isConnected" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
[Attr interface: attribute nodeName]
|
||||
expected: FAIL
|
||||
|
||||
[Text interface: attribute assignedSlot]
|
||||
expected: FAIL
|
||||
|
||||
[Text interface: document.createTextNode("abc") must inherit property "assignedSlot" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: document.createTextNode("abc") must inherit property "isConnected" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "isConnected" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
[Node interface: document.createComment("abc") must inherit property "isConnected" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -6,3 +6,18 @@
|
|||
[createDocument test 172: metadata for null,null,DocumentType node]
|
||||
expected: FAIL
|
||||
|
||||
[createDocument test 172: null,null,DocumentType node,null]
|
||||
expected: FAIL
|
||||
|
||||
[createDocument test 179: metadata for "http://www.w3.org/1999/xhtml","",null]
|
||||
expected: FAIL
|
||||
|
||||
[createDocument test 180: metadata for "http://www.w3.org/2000/svg","",null]
|
||||
expected: FAIL
|
||||
|
||||
[createDocument test 185: null,"",DocumentType node]
|
||||
expected: FAIL
|
||||
|
||||
[createDocument test 186: null,"",DocumentType node]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,74 +1,8 @@
|
|||
[Document-createElement-namespace.html]
|
||||
type: testharness
|
||||
[Created element's namespace in created XML document]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in created XHTML document]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in created SVG document]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in created MathML document]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in empty.xml]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in empty.svg]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in minimal_html.xml]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in minimal_html.svg]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in xhtml.xml]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in xhtml.svg]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in svg.xml]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in svg.svg]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in mathml.xml]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in mathml.svg]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in bare_xhtml.xml]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in bare_xhtml.svg]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in bare_svg.xml]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in bare_svg.svg]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in bare_mathml.xml]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in bare_mathml.svg]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in xhtml_ns_removed.xml]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in xhtml_ns_removed.svg]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in xhtml_ns_changed.xml]
|
||||
expected: FAIL
|
||||
|
||||
[Created element's namespace in xhtml_ns_changed.svg]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -54,3 +54,273 @@
|
|||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "TextEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[AnimationEvent should be an alias for AnimationEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('AnimationEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[animationevent should be an alias for AnimationEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('animationevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[ANIMATIONEVENT should be an alias for AnimationEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('ANIMATIONEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[CloseEvent should be an alias for CloseEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('CloseEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[closeevent should be an alias for CloseEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('closeevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[CLOSEEVENT should be an alias for CloseEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('CLOSEEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DragEvents"]
|
||||
expected: FAIL
|
||||
|
||||
[ErrorEvent should be an alias for ErrorEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('ErrorEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[errorevent should be an alias for ErrorEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('errorevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[ERROREVENT should be an alias for ErrorEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('ERROREVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[FocusEvent should be an alias for FocusEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('FocusEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[focusevent should be an alias for FocusEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('focusevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[FOCUSEVENT should be an alias for FocusEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('FOCUSEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDBVersionChangeEvent should be an alias for IDBVersionChangeEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('IDBVersionChangeEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[idbversionchangeevent should be an alias for IDBVersionChangeEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('idbversionchangeevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[IDBVERSIONCHANGEEVENT should be an alias for IDBVersionChangeEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('IDBVERSIONCHANGEEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[PageTransitionEvent should be an alias for PageTransitionEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('PageTransitionEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[pagetransitionevent should be an alias for PageTransitionEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('pagetransitionevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[PAGETRANSITIONEVENT should be an alias for PageTransitionEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('PAGETRANSITIONEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[ProgressEvent should be an alias for ProgressEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('ProgressEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[progressevent should be an alias for ProgressEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('progressevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[PROGRESSEVENT should be an alias for ProgressEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('PROGRESSEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('SVGZoomEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('svgzoomevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('SVGZOOMEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('SVGZoomEvents') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('svgzoomevents') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('SVGZOOMEVENTS') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "TextEvents"]
|
||||
expected: FAIL
|
||||
|
||||
[TrackEvent should be an alias for TrackEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('TrackEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[trackevent should be an alias for TrackEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('trackevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[TRACKEVENT should be an alias for TrackEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('TRACKEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[TransitionEvent should be an alias for TransitionEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('TransitionEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[transitionevent should be an alias for TransitionEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('transitionevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[TRANSITIONEVENT should be an alias for TransitionEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('TRANSITIONEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGLContextEvent should be an alias for WebGLContextEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('WebGLContextEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[webglcontextevent should be an alias for WebGLContextEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('webglcontextevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[WEBGLCONTEXTEVENT should be an alias for WebGLContextEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('WEBGLCONTEXTEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[WheelEvent should be an alias for WheelEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('WheelEvent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[wheelevent should be an alias for WheelEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('wheelevent') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[WHEELEVENT should be an alias for WheelEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('WHEELEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CommandEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "CommandEvents"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DataContainerEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "DataContainerEvents"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "KeyEvents"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MouseScrollEvents"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MutationEvents"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotifyPaintEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransition"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PopUpEvents"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SimpleGestureEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "TimeEvents"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEvent"]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "XULCommandEvents"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
[Document-getElementsByTagName-xhtml.xhtml]
|
||||
type: testharness
|
||||
[Element in non-HTML namespace, prefix, lowercase name]
|
||||
expected: FAIL
|
||||
|
||||
[Element in non-HTML namespace, prefix, uppercase name]
|
||||
expected: FAIL
|
||||
|
||||
[Element in HTML namespace, prefix, non-ascii characters in name]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
[Document-getElementsByTagName.html]
|
||||
type: testharness
|
||||
[Element in non-HTML namespace, prefix, lowercase name]
|
||||
expected: FAIL
|
||||
|
||||
[Element in non-HTML namespace, prefix, uppercase name]
|
||||
expected: FAIL
|
||||
|
||||
[Element in HTML namespace, prefix, non-ascii characters in name]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -41,4 +41,3 @@
|
|||
|
||||
[classList.replace must collapse whitespace when replacing duplicate tokens]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
[Element-getElementsByTagName.html]
|
||||
type: testharness
|
||||
[Element in non-HTML namespace, prefix, lowercase name]
|
||||
expected: FAIL
|
||||
|
||||
[Element in non-HTML namespace, prefix, uppercase name]
|
||||
expected: FAIL
|
||||
|
||||
[Element in HTML namespace, prefix, non-ascii characters in name]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
[case.html]
|
||||
type: testharness
|
||||
[getElementsByTagName a:abc]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName a:Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName a:ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName a:ä]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName a:Ä]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[eventsource-eventtarget.htm]
|
||||
type: testharness
|
||||
[dedicated worker - EventSource: addEventListener()]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[eventsource-eventtarget.worker]
|
||||
[dedicated worker - EventSource: addEventListener()]
|
||||
expected: FAIL
|
|
@ -0,0 +1,28 @@
|
|||
[idlharness.html]
|
||||
[SensorErrorEvent interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[SensorErrorEvent interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[SensorErrorEvent interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[SensorErrorEvent interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[SensorErrorEvent interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[SensorErrorEvent interface: attribute error]
|
||||
expected: FAIL
|
||||
|
||||
[SensorErrorEvent must be primary interface of new SensorErrorEvent({ error: new TypeError("Boom!") });]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new SensorErrorEvent({ error: new TypeError("Boom!") });]
|
||||
expected: FAIL
|
||||
|
||||
[SensorErrorEvent interface: new SensorErrorEvent({ error: new TypeError("Boom!") }); must inherit property "error" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[align.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[canvas-fallback.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -2,3 +2,4 @@
|
|||
type: testharness
|
||||
[base element in about:blank document should resolve against its fallback base URI]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -5,3 +5,4 @@
|
|||
|
||||
[picture: same URL in source (max-width:500px) and img, resize to narrow]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -9,3 +9,12 @@
|
|||
[':in-range' update number3's min < value]
|
||||
expected: FAIL
|
||||
|
||||
[':out-of-range' matches all elements that are candidates for constraint validation, have range limitations, and that are either suffering from an underflow or suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[':out-of-range' update number1's value < min]
|
||||
expected: FAIL
|
||||
|
||||
[':out-of-range' update number3's min < value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -48,3 +48,9 @@
|
|||
[The :read-only pseudo-class must not match elements that are editing hosts]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-write pseudo-class must not match input elements to which the readonly attribute does not apply]
|
||||
expected: FAIL
|
||||
|
||||
[The :read-only pseudo-class must match input elements to which the readonly attribute does not apply]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[test-001.html]
|
||||
[tHead.html]
|
||||
type: testharness
|
||||
[A_04_07_01]
|
||||
[tHead tests]
|
||||
expected: FAIL
|
||||
|
|
@ -131,3 +131,4 @@
|
|||
|
||||
[outerHTML void as last child with preceding siblings menuitem]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
[idlharness.html]
|
||||
type: testharness
|
||||
[DeviceProximityEvent interface: new DeviceProximityEvent("foo") must inherit property "value" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[DeviceProximityEvent interface: new DeviceProximityEvent("foo") must inherit property "min" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[DeviceProximityEvent interface: new DeviceProximityEvent("foo") must inherit property "max" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
|
@ -3,7 +3,10 @@
|
|||
expected: TIMEOUT
|
||||
[Verify FetchEvent for css image (shapeOutside).]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Verify FetchEvent for css image-set (backgroundImage).]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Verify FetchEvent for css image-set (shapeOutside).]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[test-001.html]
|
||||
type: testharness
|
||||
[A_06_01_01_T01]
|
||||
[A_10_02_02_01_T01]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[test-002.html]
|
||||
type: testharness
|
||||
[A_10_02_02_02_T01]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[test-009.html]
|
||||
type: testharness
|
||||
[A_06_00_10_T01]
|
||||
[A_10_01_01_04_01_T01]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[test-010.html]
|
||||
type: testharness
|
||||
[A_10_01_01_04_02_T01_01]
|
||||
expected: FAIL
|
||||
|
||||
[A_10_01_01_04_02_T01_02]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[test-011.html]
|
||||
type: testharness
|
||||
[A_10_01_01_05_01_T01]
|
||||
expected: FAIL
|
||||
|
||||
[A_10_01_01_05_01_T02]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[test-012.html]
|
||||
type: testharness
|
||||
[A_10_01_01_06_T01]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[test-013.html]
|
||||
type: testharness
|
||||
[A_10_01_01_07_T01]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[test-001.html]
|
||||
type: testharness
|
||||
[A_10_01_02_01_T01]
|
||||
expected: FAIL
|
||||
|
||||
[A_10_01_02_01_T02]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[test-010.html]
|
||||
type: testharness
|
||||
[A_06_00_11_T01]
|
||||
[A_10_01_02_09_T01]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
[test-001.html]
|
||||
type: testharness
|
||||
[A_05_05_01_T01]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_05_01_T02]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_05_01_T03]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_05_01_T04]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_05_01_T05]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_05_01_T06]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_05_01_T07]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[test-004.html]
|
||||
[test-002.html]
|
||||
type: testharness
|
||||
[A_04_02_04_T01]
|
||||
[A_05_05_02_T01]
|
||||
expected: FAIL
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
[test-003.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[A_05_05_03_T01]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[test-003.html]
|
||||
[test-001.html]
|
||||
type: testharness
|
||||
[A_09_00_03_T01]
|
||||
[A_05_01_01_T1]
|
||||
expected: FAIL
|
||||
|
||||
[A_09_00_03_T02]
|
||||
[A_05_01_01_T2]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[test-003.html]
|
||||
type: testharness
|
||||
[A_10_02_02_03_T01]
|
||||
[A_05_01_03_T01]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
[test-004.html]
|
||||
type: testharness
|
||||
[A_05_01_04_T01]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_01_04_T02]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_01_04_T03]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_01_04_T04]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_01_04_T05]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_01_04_T06]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_01_04_T07]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_01_04_T08]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_01_04_T09]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_01_04_T10]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_01_04_T11]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_01_04_T12]
|
||||
expected: FAIL
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
[test-004.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[A_05_04_04_T01]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[test-006.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[A_05_04_06_T01]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
[test-001.html]
|
||||
type: testharness
|
||||
[A_05_03_01_T01]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_03_01_T02]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_03_01_T03]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_03_01_T04]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_03_01_T05]
|
||||
expected: FAIL
|
||||
|
||||
[A_05_03_01_T06]
|
||||
expected: FAIL
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
[test-001.html]
|
||||
type: testharness
|
||||
[A_09_00_01_T01]
|
||||
expected: FAIL
|
||||
|
||||
[A_09_00_01_T02]
|
||||
expected: FAIL
|
||||
|
||||
[A_09_00_01_T03]
|
||||
expected: FAIL
|
||||
|
||||
[A_09_00_01_T04]
|
||||
expected: FAIL
|
||||
|
||||
[A_09_00_01_T05]
|
||||
expected: FAIL
|
||||
|
||||
[A_09_00_01_T06]
|
||||
expected: FAIL
|
||||
|
||||
[A_09_00_01_T07]
|
||||
expected: FAIL
|
||||
|
||||
[A_09_00_01_T08]
|
||||
expected: FAIL
|
||||
|
||||
[A_09_00_01_T09]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[test-001.html]
|
||||
type: testharness
|
||||
[A_08_02_01_T01]
|
||||
expected: FAIL
|
||||
|
||||
[A_08_02_01_T02]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[test-002.html]
|
||||
type: testharness
|
||||
[A_08_02_02_T01]
|
||||
expected: FAIL
|
||||
|
||||
[A_08_02_02_T02]
|
||||
expected: FAIL
|
||||
|
||||
[A_08_02_02_T03]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[test-001.html]
|
||||
type: testharness
|
||||
[A_04_09_01_T01]
|
||||
[A_08_01_01_T01]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[test-004.html]
|
||||
[test-002.html]
|
||||
type: testharness
|
||||
[A_09_00_04_T01]
|
||||
[A_08_01_02_T01]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[nested_tree_reftest.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[reprojection-001.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[shadow-root-001.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[shadow-root-002.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -0,0 +1,44 @@
|
|||
[dom-tree-accessors-001.html]
|
||||
type: testharness
|
||||
[<head> and <body> in a shadow tree should not be accessible from owner document's "head" and "body" properties, respectively.]
|
||||
expected: FAIL
|
||||
|
||||
[The content of title element in a shadow tree should not be accessible from owner document's "title" attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's "images" attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's "embeds" attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's "plugins" attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's "links" attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's "forms" attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's "scripts" attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's getElementsByName() method.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's "anchors" attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's "all" attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's getElementsByTagName() method.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's getElementsByTagNameNS() method.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's getElementById() method.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[dom-tree-accessors-002.html]
|
||||
type: testharness
|
||||
[Elements in a shadow tree should be accessible via shadow root's querySelectorAll() DOM tree accessor.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements with a specific class in a shadow tree should be accessible viashadow root's querySelectorAll() DOM tree accessor.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should be accessible via shadow root's getElementById() DOM tree accessor.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
[ownerdocument-001.html]
|
||||
type: testharness
|
||||
[ownerDocument property of a shadow root should be the document of the shadow host, regardless of the location of the shadow host.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of elements in a shadow tree should match the document of the shadow host, regardless of the element's location in a shadow tree.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements added to a shadow tree should automatically get a valid ownerDocument.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of an element in a shadow tree should be the document of the shadow host, even if the host element is created from another document.]
|
||||
expected: FAIL
|
||||
|
||||
[All children nodes of a shadow root get a valid ownerDocument when added to a shadow tree.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of a node should remain the same, even if its child is adopted into a shadow tree.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,53 @@
|
|||
[ownerdocument-002.html]
|
||||
type: testharness
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "article" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "aside" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "blockquote" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "body" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "div" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "footer" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h1" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h2" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h3" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h4" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h5" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h6" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "header" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "nav" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "p" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "section" element.]
|
||||
expected: FAIL
|
||||
|
||||
[ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "span" element.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[selectors-api-001.html]
|
||||
type: testharness
|
||||
[Elements in a shadow tree should not be accessible from owner document's querySelector() method.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should not be accessible from owner document's querySelectorAll() method.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[selectors-api-002.html]
|
||||
type: testharness
|
||||
[Elements in a shadow tree should be accessible from shadow root's querySelector() method.]
|
||||
expected: FAIL
|
||||
|
||||
[Elements in a shadow tree should be accessible from shadow root's querySelectorAll() method.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[shadow-root-001.html]
|
||||
type: testharness
|
||||
[The parentNode attribute of a shadow root must always return null.]
|
||||
expected: FAIL
|
||||
|
||||
[The parentElement attribute of a shadow root must always return null.]
|
||||
expected: FAIL
|
||||
|
||||
[The parentNode attribute of a shadow root must always return null, even if the shadow root is nested inside another shadow root.]
|
||||
expected: FAIL
|
||||
|
||||
[The parentElement attribute of a shadow root must always return null, even if the shadow root is nested inside another shadow root.]
|
||||
expected: FAIL
|
||||
|
|
@ -3,3 +3,6 @@
|
|||
[A_04_01_05_T02]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_05_T01]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,3 +3,42 @@
|
|||
[A_04_01_09_T12]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T01]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T03]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T05]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T06]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T07]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T08]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T09]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T10]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T11]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T13]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T14]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T15]
|
||||
expected: FAIL
|
||||
|
||||
[A_04_01_09_T16]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[test-011.html]
|
||||
type: testharness
|
||||
[A_04_01_11_T2]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-named-properties-001.html]
|
||||
type: testharness
|
||||
[An iframe element in a shadow tree should not be accessible from window's named properties with its "name" attribute value.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
[window-named-properties-002.html]
|
||||
type: testharness
|
||||
["a" element with name attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["applet" element with name attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["area" element with name attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["embed" element with name attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["form" element with name attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["frameset" element with name attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["img" element with name attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["object" element with name attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,323 @@
|
|||
[window-named-properties-003.html]
|
||||
type: testharness
|
||||
["a" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["abbr" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["address" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["area" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["article" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["aside" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["audio" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["b" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["base" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["bdi" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["bdo" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["blockquote" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["body" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["br" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["button" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["canvas" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["caption" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["cite" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["code" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["col" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["colgroup" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["command" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["datalist" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["dd" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["del" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["details" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["dfn" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["dialog" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["div" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["dl" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["dt" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["em" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["embed" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["fieldset" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["figcaption" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["figure" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["footer" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["form" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["h1" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["h2" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["h3" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["h4" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["h5" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["h6" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["head" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["header" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["hgroup" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["hr" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["html" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["i" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["iframe" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["img" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["input" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["ins" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["kbd" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["keygen" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["label" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["legend" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["li" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["link" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["map" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["mark" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["menu" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["meta" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["meter" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["nav" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["noscript" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["object" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["ol" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["optgroup" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["option" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["output" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["p" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["param" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["pre" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["progress" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["q" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["rp" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["rt" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["ruby" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["s" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["samp" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["script" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["section" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["select" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["small" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["source" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["span" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["strong" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["style" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["sub" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["table" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["tbody" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["td" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["textarea" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["tfoot" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["th" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["thead" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["time" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["title" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["tr" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["track" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["u" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["ul" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["var" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["video" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
||||
["wbr" element with id attribute in a shadow tree should not be accessible from window object's named property.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[test-003.html]
|
||||
type: testharness
|
||||
[A_06_00_03_T01]
|
||||
expected: FAIL
|
||||
|
||||
[A_06_00_03_T02]
|
||||
expected: FAIL
|
||||
|
||||
[A_06_00_03_T03]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[test-007.html]
|
||||
type: testharness
|
||||
[A_06_00_08_T01]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[inheritance-of-content-editable-001.html]
|
||||
type: testharness
|
||||
[contentEditable of shadow trees must be undefined when contentEditable attribute of shadow host is "true"]
|
||||
expected: FAIL
|
||||
|
||||
[contentEditable of shadow trees must be undefined when contentEditable of shadow host is "false"]
|
||||
expected: FAIL
|
||||
|
||||
[contentEditable of shadow trees must be undefined when contentEditable attribute of shadow host is "inherit"]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[test-001.html]
|
||||
type: testharness
|
||||
[A_07_07_01_T01]
|
||||
expected: FAIL
|
||||
|
||||
[A_07_07_01_T02]
|
||||
expected: FAIL
|
||||
|
|
@ -8,14 +8,6 @@
|
|||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1216844
|
||||
|
||||
[Keyframes can be replaced with a one property one keyframe sequence]
|
||||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1216844
|
||||
|
||||
[Keyframes can be replaced with a single keyframe sequence with omitted offsets]
|
||||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1216844
|
||||
|
||||
[Keyframes can be replaced with a one property two value property-indexed keyframes specification where the first value is invalid]
|
||||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1216844
|
||||
|
@ -35,3 +27,9 @@
|
|||
[Keyframes can be replaced with a keyframe sequence with different composite values, but the same composite value for a given offset]
|
||||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1216843
|
||||
|
||||
[Keyframes can be replaced with a one property one keyframe sequence]
|
||||
expected: FAIL
|
||||
|
||||
[Keyframes can be replaced with a single keyframe sequence with omitted offsets]
|
||||
expected: FAIL
|
||||
|
|
|
@ -7,3 +7,4 @@
|
|||
[Setting an unresolved start time an animation without an active timeline does not clear the current time]
|
||||
expected: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1096776
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
},
|
||||
"local_changes": {
|
||||
"deleted": [],
|
||||
"deleted_reftests": {},
|
||||
"items": {},
|
||||
"reftest_nodes": {}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче