Update web-platform-tests to revision fab2c513bffb2bd19600d23b495264d123df092f

This commit is contained in:
Ms2ger 2016-05-06 10:53:19 +02:00
parent c226bf85a9
commit ebddcc2d7f
441 changed files with 3689 additions and 1521 deletions

View file

@ -8391,3 +8391,111 @@
[Document interface: new Document() must inherit property "onvolumechange" with the proper type (155)]
expected: FAIL
[HTMLTableCellElement interface: attribute scope]
expected: FAIL
[HTMLTableCellElement interface: attribute abbr]
expected: FAIL
[HTMLTableCellElement must be primary interface of document.createElement("td")]
expected: FAIL
[Stringification of document.createElement("td")]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("td") must inherit property "scope" with the proper type (4)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("td") must inherit property "abbr" with the proper type (5)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("td") must inherit property "align" with the proper type (6)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("td") must inherit property "axis" with the proper type (7)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("td") must inherit property "height" with the proper type (8)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("td") must inherit property "ch" with the proper type (10)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("td") must inherit property "chOff" with the proper type (11)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("td") must inherit property "noWrap" with the proper type (12)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("td") must inherit property "vAlign" with the proper type (13)]
expected: FAIL
[HTMLTableCellElement must be primary interface of document.createElement("th")]
expected: FAIL
[Stringification of document.createElement("th")]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("th") must inherit property "scope" with the proper type (4)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("th") must inherit property "abbr" with the proper type (5)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("th") must inherit property "align" with the proper type (6)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("th") must inherit property "axis" with the proper type (7)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("th") must inherit property "height" with the proper type (8)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("th") must inherit property "ch" with the proper type (10)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("th") must inherit property "chOff" with the proper type (11)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("th") must inherit property "noWrap" with the proper type (12)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("th") must inherit property "vAlign" with the proper type (13)]
expected: FAIL
[HTMLSlotElement interface: existence and properties of interface object]
expected: FAIL
[HTMLSlotElement interface object length]
expected: FAIL
[HTMLSlotElement interface object name]
expected: FAIL
[HTMLSlotElement interface: existence and properties of interface prototype object]
expected: FAIL
[HTMLSlotElement interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[HTMLSlotElement interface: attribute name]
expected: FAIL
[HTMLSlotElement interface: operation assignedNodes(AssignedNodesOptions)]
expected: FAIL
[HTMLSlotElement must be primary interface of document.createElement("slot")]
expected: FAIL
[Stringification of document.createElement("slot")]
expected: FAIL
[HTMLSlotElement interface: document.createElement("slot") must inherit property "name" with the proper type (0)]
expected: FAIL
[HTMLSlotElement interface: document.createElement("slot") must inherit property "assignedNodes" with the proper type (1)]
expected: FAIL
[HTMLSlotElement interface: calling assignedNodes(AssignedNodesOptions) on document.createElement("slot") with too few arguments must throw TypeError]
expected: FAIL

View file

@ -2868,9 +2868,6 @@
[link.crossOrigin: IDL set to "\\0" followed by IDL get]
expected: FAIL
[link.crossOrigin: IDL set to null followed by IDL get]
expected: FAIL
[link.crossOrigin: IDL set to object "test-toString" followed by getAttribute()]
expected: FAIL
@ -7386,3 +7383,6 @@
[style.tabIndex: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL
[link.crossOrigin: IDL set to null followed by getAttribute()]
expected: FAIL

View file

@ -17031,3 +17031,303 @@
[th.rowSpan: IDL set to 4294967295 followed by IDL get]
expected: FAIL
[td.scope: typeof IDL attribute]
expected: FAIL
[td.scope: IDL get with DOM attribute unset]
expected: FAIL
[td.scope: setAttribute() to "" followed by IDL get]
expected: FAIL
[td.scope: 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]
expected: FAIL
[td.scope: setAttribute() to undefined followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to 7 followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to true followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to false followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to NaN followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to null followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "row" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "xrow" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "row\\0" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "ow" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "ROW" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "col" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "xcol" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "col\\0" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "ol" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "COL" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "rowgroup" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "xrowgroup" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "rowgroup\\0" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "owgroup" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "ROWGROUP" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "colgroup" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "xcolgroup" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "colgroup\\0" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "olgroup" followed by IDL get]
expected: FAIL
[td.scope: setAttribute() to "COLGROUP" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set 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 getAttribute()]
expected: FAIL
[td.scope: IDL set 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]
expected: FAIL
[td.scope: IDL set to undefined followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to undefined followed by IDL get]
expected: FAIL
[td.scope: IDL set to 7 followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to 7 followed by IDL get]
expected: FAIL
[td.scope: IDL set to 1.5 followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to 1.5 followed by IDL get]
expected: FAIL
[td.scope: IDL set to true followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to true followed by IDL get]
expected: FAIL
[td.scope: IDL set to false followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to false followed by IDL get]
expected: FAIL
[td.scope: IDL set to object "[object Object\]" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[td.scope: IDL set to NaN followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to NaN followed by IDL get]
expected: FAIL
[td.scope: IDL set to Infinity followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to Infinity followed by IDL get]
expected: FAIL
[td.scope: IDL set to -Infinity followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to -Infinity followed by IDL get]
expected: FAIL
[td.scope: IDL set to "\\0" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "\\0" followed by IDL get]
expected: FAIL
[td.scope: IDL set to null followed by IDL get]
expected: FAIL
[td.scope: IDL set to object "test-toString" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[td.scope: IDL set to object "test-valueOf" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "row" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "xrow" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "xrow" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "row\\0" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "row\\0" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "ow" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "ow" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "ROW" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "ROW" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "col" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "xcol" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "xcol" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "col\\0" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "col\\0" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "ol" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "ol" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "COL" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "COL" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "rowgroup" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "xrowgroup" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "xrowgroup" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "rowgroup\\0" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "rowgroup\\0" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "owgroup" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "owgroup" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "ROWGROUP" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "ROWGROUP" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "colgroup" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "xcolgroup" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "xcolgroup" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "colgroup\\0" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "colgroup\\0" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "olgroup" followed by getAttribute()]
expected: FAIL
[td.scope: IDL set to "olgroup" followed by IDL get]
expected: FAIL
[td.scope: IDL set to "COLGROUP" followed by IDL get]
expected: FAIL