Files
servo/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMPoint-001.xht.ini
Till Schneidereit b692187ca2 Implement DOMPoint and DOMPointReadOnly
Passes some but not all WPT tests. One failure is caused by an issue in codegen for the `DOMPointInit` dictionary, the others by outdated tests: Gecko implements an old version of the spec that overloaded the `DOMPoint` constructor to optionally take an object as the first argument, and made `DOMPointReadOnly` non-constructible.
2015-07-23 19:09:36 +02:00

42 lines
700 B
INI

[DOMPoint-001.xht]
type: testharness
[testConstructorDictionary2undefined]
expected: FAIL
[testConstructor1]
expected: FAIL
[testConstructorDictionary0]
expected: FAIL
[testConstructorDictionary1]
expected: FAIL
[testConstructorDictionary2]
expected: FAIL
[testConstructorDictionary3]
expected: FAIL
[testConstructorDictionary4]
expected: FAIL
[testConstructorDictionary5]
expected: FAIL
[testConstructorDictionary2irregular]
expected: FAIL
[testConstructorDOMPoint]
expected: FAIL
[testConstructorUndefined2]
expected: FAIL
[testConstructorIllegal1]
expected: FAIL
[testConstructorIllegal2]
expected: FAIL