Auto merge of #8882 - GuillaumeGomez:dom_quad, r=nox

Add DOMQuad element

cc  @nox

Part of #8821

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8882)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-18 23:37:12 +05:30
commit 6ba4ef22fa
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",