Add DOMQuad element

This commit is contained in:
Guillaume Gomez 2015-12-08 00:40:31 +01:00 committed by ggomez
parent 338f66003e
commit 823e1b96c3
8 changed files with 178 additions and 119 deletions

View file

@ -1,161 +1,62 @@
[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
[testConstructor0: points]
expected: FAIL
[testConstructor0: bounds]
expected: FAIL
[testConstructor5: points]
expected: FAIL
[testConstructor5: bounds]
expected: FAIL
[testConstructor6: points]
expected: FAIL
[testConstructor6: bounds]
expected: FAIL
[testConstructor7: points]
expected: FAIL
[testConstructor7: bounds]
expected: FAIL
[testConstructor8: points]
expected: FAIL
[testConstructor8: bounds]
expected: FAIL
[testConstructor9: points]
expected: FAIL
[testConstructor9: bounds]
expected: FAIL
[testConstructor10: points]
expected: FAIL
[testConstructor10: bounds]
expected: FAIL
[testConstructor11: points]
expected: FAIL
[testConstructor11: bounds]
expected: FAIL
[testConstructor12: points]
expected: FAIL
[testConstructor12: bounds]
expected: FAIL
[testConstructor13: points]
expected: FAIL
[testConstructor13: bounds]
expected: FAIL
[testConstructor14: points]
expected: FAIL
[testConstructor14: bounds]
expected: FAIL
[testConstructor16: points]
expected: FAIL
[testConstructor16: bounds]
expected: FAIL
[p1Top4Attributes0: points]
expected: FAIL
[p1Top4Attributes0: bounds]
expected: FAIL
[p1Top4Attributes1: points]
expected: FAIL
[p1Top4Attributes1: bounds]
expected: FAIL
[boundsAttribute0: points]
expected: FAIL
[boundsAttribute0: bounds]
expected: FAIL
[boundsAttribute1: points]
expected: FAIL
[boundsAttribute1: bounds]
expected: FAIL
[testConstructor5: points]
expected: FAIL
[testConstructor6: points]
expected: FAIL
[testConstructor7: points]
expected: FAIL
[boundsAttribute1: points]
expected: FAIL

View file

@ -81,6 +81,7 @@ var interfaceNamesInGlobalScope = [
"CSSStyleDeclaration",
"DOMPoint",
"DOMPointReadOnly",
"DOMQuad",
"DOMRect",
"DOMRectReadOnly",
"Comment",