diff options
author | Till Schneidereit <till@tillschneidereit.net> | 2015-07-21 17:03:45 +0200 |
---|---|---|
committer | Till Schneidereit <till@tillschneidereit.net> | 2015-07-23 19:09:36 +0200 |
commit | b692187ca242fbbac7a49ab97c93b8b0f83165d7 (patch) | |
tree | 248cdc3b43f6929bf5a326f0cde22947eedd7f48 /tests | |
parent | 3a5e4335d7ff993a859bc5876243423fe4936441 (diff) | |
download | servo-b692187ca242fbbac7a49ab97c93b8b0f83165d7.tar.gz servo-b692187ca242fbbac7a49ab97c93b8b0f83165d7.zip |
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.
Diffstat (limited to 'tests')
42 files changed, 645 insertions, 28 deletions
diff --git a/tests/wpt/include_css.ini b/tests/wpt/include_css.ini index 58e9fe941a1..0eedb0092d5 100644 --- a/tests/wpt/include_css.ini +++ b/tests/wpt/include_css.ini @@ -4,4 +4,10 @@ skip: true [xhtml1] skip: true [xhtml1print] + skip: true +[geometry-1_dev] + skip: false + [xhtml1] + skip: true + [xhtml1print] skip: true
\ No newline at end of file diff --git a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-001.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-001.htm.ini index ba414f439d7..39acb131c91 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-001.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-001.htm.ini @@ -1,4 +1,4 @@ [color-applies-to-001.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-002.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-002.htm.ini index 344a81e5d9d..8e3097445bc 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-002.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-002.htm.ini @@ -1,4 +1,4 @@ [color-applies-to-002.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-003.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-003.htm.ini index b8b1b0ca390..4ac8490bee7 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-003.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-003.htm.ini @@ -1,4 +1,4 @@ [color-applies-to-003.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-004.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-004.htm.ini index 0398928458f..860c8bc05cb 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-004.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-004.htm.ini @@ -1,4 +1,4 @@ [color-applies-to-004.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-005.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-005.htm.ini index 54b95f28a88..6a936002e9f 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-005.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-005.htm.ini @@ -1,4 +1,4 @@ [color-applies-to-005.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-006.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-006.htm.ini index 662545c687b..9bf0fb3a6b9 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-006.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-006.htm.ini @@ -1,4 +1,4 @@ [color-applies-to-006.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-013.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-013.htm.ini index 6bdca5570df..c6eb97baee3 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-013.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-013.htm.ini @@ -1,4 +1,4 @@ [color-applies-to-013.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-015.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-015.htm.ini index d8f2b123aa4..52da8bc0c32 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-015.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/color-applies-to-015.htm.ini @@ -1,4 +1,4 @@ [color-applies-to-015.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/content-177.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/content-177.htm.ini index d12254cd75b..2718774ccd2 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/content-177.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/content-177.htm.ini @@ -1,5 +1,5 @@ [content-177.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/display-008.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/display-008.htm.ini index 85b6be4b7bd..c55b7b7697c 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/display-008.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/display-008.htm.ini @@ -1,4 +1,4 @@ [display-008.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/display-009.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/display-009.htm.ini index d5367595bfd..71e73f15eda 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/display-009.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/display-009.htm.ini @@ -1,4 +1,4 @@ [display-009.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/float-applies-to-008.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/float-applies-to-008.htm.ini index 6bfc3a2f34f..4920c5f1f6f 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/float-applies-to-008.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/float-applies-to-008.htm.ini @@ -1,4 +1,4 @@ [float-applies-to-008.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/font-size-001.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/font-size-001.htm.ini index 9e64e8f7e3c..deef4416853 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/font-size-001.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/font-size-001.htm.ini @@ -1,5 +1,5 @@ [font-size-001.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/font-size-002.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/font-size-002.htm.ini index 5731311dbe0..fc9230118ee 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/font-size-002.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/font-size-002.htm.ini @@ -1,5 +1,5 @@ [font-size-002.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/font-size-004.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/font-size-004.htm.ini index 94d29b0f40a..e7375013226 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/font-size-004.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/font-size-004.htm.ini @@ -1,5 +1,5 @@ [font-size-004.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/font-size-005.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/font-size-005.htm.ini index 5340c65b0a9..c795ff4514a 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/font-size-005.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/font-size-005.htm.ini @@ -1,5 +1,5 @@ [font-size-005.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/font-size-089.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/font-size-089.htm.ini index d9bfede5725..778e5040570 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/font-size-089.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/font-size-089.htm.ini @@ -1,5 +1,5 @@ [font-size-089.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/font-size-090.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/font-size-090.htm.ini index 741d5d9ba11..cee1000c0ff 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/font-size-090.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/font-size-090.htm.ini @@ -1,5 +1,5 @@ [font-size-090.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/font-size-092.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/font-size-092.htm.ini index 5ea584fad66..556fee70a0a 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/font-size-092.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/font-size-092.htm.ini @@ -1,5 +1,5 @@ [font-size-092.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/font-size-093.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/font-size-093.htm.ini index 386cbbc9860..796ac0041af 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/font-size-093.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/font-size-093.htm.ini @@ -1,5 +1,5 @@ [font-size-093.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/font-size-100.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/font-size-100.htm.ini index db17fbfe083..7b6e4078b05 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/font-size-100.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/font-size-100.htm.ini @@ -1,5 +1,5 @@ [font-size-100.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/font-size-101.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/font-size-101.htm.ini index fa36de044ee..b9f8127516f 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/font-size-101.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/font-size-101.htm.ini @@ -1,5 +1,5 @@ [font-size-101.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/font-size-102.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/font-size-102.htm.ini index b832dd2c35e..1c0291c692b 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/font-size-102.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/font-size-102.htm.ini @@ -1,5 +1,5 @@ [font-size-102.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/inline-block-zorder-003.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/inline-block-zorder-003.htm.ini index 4b008a8af9b..93496ef1249 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/inline-block-zorder-003.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/inline-block-zorder-003.htm.ini @@ -1,4 +1,4 @@ [inline-block-zorder-003.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/inline-formatting-context-004.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/inline-formatting-context-004.htm.ini index 42db7e86e86..ad30c030413 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/inline-formatting-context-004.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/inline-formatting-context-004.htm.ini @@ -1,4 +1,4 @@ [inline-formatting-context-004.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/inline-formatting-context-005.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/inline-formatting-context-005.htm.ini index 11735f272d8..3627db12bd6 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/inline-formatting-context-005.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/inline-formatting-context-005.htm.ini @@ -1,4 +1,4 @@ [inline-formatting-context-005.htm] type: reftest expected: - if (os == "mac"): FAIL + if os == "mac": FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/line-height-121.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/line-height-121.htm.ini index b849e528bdd..261ae003d41 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/line-height-121.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/line-height-121.htm.ini @@ -1,5 +1,5 @@ [line-height-121.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/line-height-127.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/line-height-127.htm.ini index f3c5085851b..62c9781a239 100644 --- a/tests/wpt/metadata-css/css21_dev/html4/line-height-127.htm.ini +++ b/tests/wpt/metadata-css/css21_dev/html4/line-height-127.htm.ini @@ -1,5 +1,5 @@ [line-height-127.htm] type: reftest expected: - if (os == "mac"): PASS + if os == "mac": PASS FAIL diff --git a/tests/wpt/metadata-css/geometry-1_dev/html/DOMMatrix-001.htm.ini b/tests/wpt/metadata-css/geometry-1_dev/html/DOMMatrix-001.htm.ini new file mode 100644 index 00000000000..d95299476fe --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/html/DOMMatrix-001.htm.ini @@ -0,0 +1,53 @@ +[DOMMatrix-001.htm] + type: testharness + [testConstructor0] + expected: FAIL + + [testConstructor1] + expected: FAIL + + [testConstructor2] + expected: FAIL + + [testConstructor3] + expected: FAIL + + [testConstructor4] + expected: FAIL + + [testConstructor5] + expected: FAIL + + [testConstructor6] + expected: FAIL + + [testConstructor7] + expected: FAIL + + [testConstructor8] + expected: FAIL + + [testConstructor9] + expected: FAIL + + [testConstructor10] + expected: FAIL + + [testConstructor11] + expected: FAIL + + [testConstructor12] + expected: FAIL + + [testConstructor13] + expected: FAIL + + [testConstructorIllegal0] + expected: FAIL + + [testConstructorIllegal1] + expected: FAIL + + [testConstructorIllegal2] + expected: FAIL + diff --git a/tests/wpt/metadata-css/geometry-1_dev/html/DOMPoint-001.htm.ini b/tests/wpt/metadata-css/geometry-1_dev/html/DOMPoint-001.htm.ini new file mode 100644 index 00000000000..1561861922b --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/html/DOMPoint-001.htm.ini @@ -0,0 +1,41 @@ +[DOMPoint-001.htm] + 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 + diff --git a/tests/wpt/metadata-css/geometry-1_dev/html/DOMQuad-001.htm.ini b/tests/wpt/metadata-css/geometry-1_dev/html/DOMQuad-001.htm.ini new file mode 100644 index 00000000000..5b5251cba31 --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/html/DOMQuad-001.htm.ini @@ -0,0 +1,65 @@ +[DOMQuad-001.htm] + type: testharness + [testConstructor0] + expected: FAIL + + [testConstructor1] + expected: FAIL + + [testConstructor2] + expected: FAIL + + [testConstructor3] + expected: FAIL + + [testConstructor4] + expected: FAIL + + [testConstructor5] + expected: FAIL + + [testConstructor6] + expected: FAIL + + [testConstructor7] + expected: FAIL + + [testConstructor8] + expected: FAIL + + [testConstructor9] + expected: FAIL + + [testConstructor10] + expected: FAIL + + [testConstructor11] + expected: FAIL + + [testConstructor12] + expected: FAIL + + [testConstructor13] + expected: FAIL + + [testConstructor14] + expected: FAIL + + [testConstructor15] + expected: FAIL + + [testConstructor16] + expected: FAIL + + [p1Top4Attributes0] + expected: FAIL + + [p1Top4Attributes1] + expected: FAIL + + [boundsAttribute0] + expected: FAIL + + [boundsAttribute1] + expected: FAIL + diff --git a/tests/wpt/metadata-css/geometry-1_dev/html/DOMRect-001.htm.ini b/tests/wpt/metadata-css/geometry-1_dev/html/DOMRect-001.htm.ini new file mode 100644 index 00000000000..f4b30308f6c --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/html/DOMRect-001.htm.ini @@ -0,0 +1,44 @@ +[DOMRect-001.htm] + type: testharness + [testConstructor0] + expected: FAIL + + [testConstructor4] + expected: FAIL + + [testConstructor5] + expected: FAIL + + [testConstructorNegativeWidth] + expected: FAIL + + [testConstructorNegativeHeight] + expected: FAIL + + [testConstructorNegativeWidthHeight] + expected: FAIL + + [testConstructorUndefined1] + expected: FAIL + + [testConstructorUndefined2] + expected: FAIL + + [testConstructorString1] + expected: FAIL + + [testConstructorString2] + expected: FAIL + + [testConstructorIllegal1] + expected: FAIL + + [testConstructorIllegal2] + expected: FAIL + + [testSetReadOnlyAttributes] + expected: FAIL + + [testSetAttributes] + expected: FAIL + diff --git a/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMMatrix-001.xht.ini b/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMMatrix-001.xht.ini new file mode 100644 index 00000000000..cfca795465b --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMMatrix-001.xht.ini @@ -0,0 +1,53 @@ +[DOMMatrix-001.xht] + type: testharness + [testConstructor0] + expected: FAIL + + [testConstructor1] + expected: FAIL + + [testConstructor2] + expected: FAIL + + [testConstructor3] + expected: FAIL + + [testConstructor4] + expected: FAIL + + [testConstructor5] + expected: FAIL + + [testConstructor6] + expected: FAIL + + [testConstructor7] + expected: FAIL + + [testConstructor8] + expected: FAIL + + [testConstructor9] + expected: FAIL + + [testConstructor10] + expected: FAIL + + [testConstructor11] + expected: FAIL + + [testConstructor12] + expected: FAIL + + [testConstructor13] + expected: FAIL + + [testConstructorIllegal0] + expected: FAIL + + [testConstructorIllegal1] + expected: FAIL + + [testConstructorIllegal2] + expected: FAIL + diff --git a/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMPoint-001.xht.ini b/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMPoint-001.xht.ini new file mode 100644 index 00000000000..8293d683b6d --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMPoint-001.xht.ini @@ -0,0 +1,41 @@ +[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 + diff --git a/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMQuad-001.xht.ini b/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMQuad-001.xht.ini new file mode 100644 index 00000000000..ee2c2c723c7 --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMQuad-001.xht.ini @@ -0,0 +1,65 @@ +[DOMQuad-001.xht] + type: testharness + [testConstructor0] + expected: FAIL + + [testConstructor1] + expected: FAIL + + [testConstructor2] + expected: FAIL + + [testConstructor3] + expected: FAIL + + [testConstructor4] + expected: FAIL + + [testConstructor5] + expected: FAIL + + [testConstructor6] + expected: FAIL + + [testConstructor7] + expected: FAIL + + [testConstructor8] + expected: FAIL + + [testConstructor9] + expected: FAIL + + [testConstructor10] + expected: FAIL + + [testConstructor11] + expected: FAIL + + [testConstructor12] + expected: FAIL + + [testConstructor13] + expected: FAIL + + [testConstructor14] + expected: FAIL + + [testConstructor15] + expected: FAIL + + [testConstructor16] + expected: FAIL + + [p1Top4Attributes0] + expected: FAIL + + [p1Top4Attributes1] + expected: FAIL + + [boundsAttribute0] + expected: FAIL + + [boundsAttribute1] + expected: FAIL + diff --git a/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMRect-001.xht.ini b/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMRect-001.xht.ini new file mode 100644 index 00000000000..2ed11f56b57 --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMRect-001.xht.ini @@ -0,0 +1,44 @@ +[DOMRect-001.xht] + type: testharness + [testConstructor0] + expected: FAIL + + [testConstructor4] + expected: FAIL + + [testConstructor5] + expected: FAIL + + [testConstructorNegativeWidth] + expected: FAIL + + [testConstructorNegativeHeight] + expected: FAIL + + [testConstructorNegativeWidthHeight] + expected: FAIL + + [testConstructorUndefined1] + expected: FAIL + + [testConstructorUndefined2] + expected: FAIL + + [testConstructorString1] + expected: FAIL + + [testConstructorString2] + expected: FAIL + + [testConstructorIllegal1] + expected: FAIL + + [testConstructorIllegal2] + expected: FAIL + + [testSetReadOnlyAttributes] + expected: FAIL + + [testSetAttributes] + expected: FAIL + diff --git a/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMMatrix-001.xht.ini b/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMMatrix-001.xht.ini new file mode 100644 index 00000000000..cfca795465b --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMMatrix-001.xht.ini @@ -0,0 +1,53 @@ +[DOMMatrix-001.xht] + type: testharness + [testConstructor0] + expected: FAIL + + [testConstructor1] + expected: FAIL + + [testConstructor2] + expected: FAIL + + [testConstructor3] + expected: FAIL + + [testConstructor4] + expected: FAIL + + [testConstructor5] + expected: FAIL + + [testConstructor6] + expected: FAIL + + [testConstructor7] + expected: FAIL + + [testConstructor8] + expected: FAIL + + [testConstructor9] + expected: FAIL + + [testConstructor10] + expected: FAIL + + [testConstructor11] + expected: FAIL + + [testConstructor12] + expected: FAIL + + [testConstructor13] + expected: FAIL + + [testConstructorIllegal0] + expected: FAIL + + [testConstructorIllegal1] + expected: FAIL + + [testConstructorIllegal2] + expected: FAIL + diff --git a/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMPoint-001.xht.ini b/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMPoint-001.xht.ini new file mode 100644 index 00000000000..8293d683b6d --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMPoint-001.xht.ini @@ -0,0 +1,41 @@ +[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 + diff --git a/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMQuad-001.xht.ini b/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMQuad-001.xht.ini new file mode 100644 index 00000000000..ee2c2c723c7 --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMQuad-001.xht.ini @@ -0,0 +1,65 @@ +[DOMQuad-001.xht] + type: testharness + [testConstructor0] + expected: FAIL + + [testConstructor1] + expected: FAIL + + [testConstructor2] + expected: FAIL + + [testConstructor3] + expected: FAIL + + [testConstructor4] + expected: FAIL + + [testConstructor5] + expected: FAIL + + [testConstructor6] + expected: FAIL + + [testConstructor7] + expected: FAIL + + [testConstructor8] + expected: FAIL + + [testConstructor9] + expected: FAIL + + [testConstructor10] + expected: FAIL + + [testConstructor11] + expected: FAIL + + [testConstructor12] + expected: FAIL + + [testConstructor13] + expected: FAIL + + [testConstructor14] + expected: FAIL + + [testConstructor15] + expected: FAIL + + [testConstructor16] + expected: FAIL + + [p1Top4Attributes0] + expected: FAIL + + [p1Top4Attributes1] + expected: FAIL + + [boundsAttribute0] + expected: FAIL + + [boundsAttribute1] + expected: FAIL + diff --git a/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMRect-001.xht.ini b/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMRect-001.xht.ini new file mode 100644 index 00000000000..2ed11f56b57 --- /dev/null +++ b/tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMRect-001.xht.ini @@ -0,0 +1,44 @@ +[DOMRect-001.xht] + type: testharness + [testConstructor0] + expected: FAIL + + [testConstructor4] + expected: FAIL + + [testConstructor5] + expected: FAIL + + [testConstructorNegativeWidth] + expected: FAIL + + [testConstructorNegativeHeight] + expected: FAIL + + [testConstructorNegativeWidthHeight] + expected: FAIL + + [testConstructorUndefined1] + expected: FAIL + + [testConstructorUndefined2] + expected: FAIL + + [testConstructorString1] + expected: FAIL + + [testConstructorString2] + expected: FAIL + + [testConstructorIllegal1] + expected: FAIL + + [testConstructorIllegal2] + expected: FAIL + + [testSetReadOnlyAttributes] + expected: FAIL + + [testSetAttributes] + expected: FAIL + diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.html b/tests/wpt/mozilla/tests/mozilla/interfaces.html index 9d33f8ae54e..f011f51668c 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.html +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.html @@ -79,6 +79,8 @@ var interfaceNamesInGlobalScope = [ "CloseEvent", "CSS", "CSSStyleDeclaration", + "DOMPoint", + "DOMPointReadOnly", "DOMRect", "Comment", "Console", |