Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/cssom/interfaces-expected.txt

Issue 2881323002: Support Document constructor. (Closed)
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 195 tests; 164 PASS, 31 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 195 tests; 167 PASS, 28 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Document interface: attribute styleSheets 3 PASS Document interface: attribute styleSheets
4 FAIL Document must be primary interface of document assert_equals: document's pr ototype is not Document.prototype expected object "[object Document]" but got ob ject "[object HTMLDocument]" 4 FAIL Document must be primary interface of document assert_equals: document's pr ototype is not Document.prototype expected object "[object Document]" but got ob ject "[object HTMLDocument]"
5 FAIL Stringification of document assert_equals: class string of document expecte d "[object Document]" but got "[object HTMLDocument]" 5 FAIL Stringification of document assert_equals: class string of document expecte d "[object Document]" but got "[object HTMLDocument]"
6 PASS Document interface: document must inherit property "styleSheets" with the p roper type (0) 6 PASS Document interface: document must inherit property "styleSheets" with the p roper type (0)
7 FAIL Document must be primary interface of new Document() assert_equals: Unexpec ted exception when evaluating object expected null but got object "TypeError: Il legal constructor" 7 PASS Document must be primary interface of new Document()
8 FAIL Stringification of new Document() assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 8 PASS Stringification of new Document()
9 FAIL Document interface: new Document() must inherit property "styleSheets" with the proper type (0) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 9 PASS Document interface: new Document() must inherit property "styleSheets" with the proper type (0)
10 PASS ProcessingInstruction interface: attribute sheet 10 PASS ProcessingInstruction interface: attribute sheet
11 PASS HTMLElement interface: attribute style 11 PASS HTMLElement interface: attribute style
12 PASS SVGElement interface: attribute style 12 PASS SVGElement interface: attribute style
13 PASS Window interface: operation getComputedStyle(Element,DOMString) 13 PASS Window interface: operation getComputedStyle(Element,DOMString)
14 PASS MediaList interface: existence and properties of interface object 14 PASS MediaList interface: existence and properties of interface object
15 PASS MediaList interface object length 15 PASS MediaList interface object length
16 PASS MediaList interface object name 16 PASS MediaList interface object name
17 FAIL MediaList interface: existence and properties of interface prototype object assert_equals: prototype of MediaList.prototype is not Array.prototype expected [] but got object "[object Object]" 17 FAIL MediaList interface: existence and properties of interface prototype object assert_equals: prototype of MediaList.prototype is not Array.prototype expected [] but got object "[object Object]"
18 PASS MediaList interface: existence and properties of interface prototype object 's "constructor" property 18 PASS MediaList interface: existence and properties of interface prototype object 's "constructor" property
19 PASS MediaList interface: attribute mediaText 19 PASS MediaList interface: attribute mediaText
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 PASS CSSStyleDeclaration interface: attribute parentRule 192 PASS CSSStyleDeclaration interface: attribute parentRule
193 PASS CSSStyleDeclaration interface: attribute cssFloat 193 PASS CSSStyleDeclaration interface: attribute cssFloat
194 PASS CSS interface: existence and properties of interface object 194 PASS CSS interface: existence and properties of interface object
195 PASS CSS interface object length 195 PASS CSS interface object length
196 PASS CSS interface object name 196 PASS CSS interface object name
197 PASS CSS interface: existence and properties of interface prototype object 197 PASS CSS interface: existence and properties of interface prototype object
198 PASS CSS interface: existence and properties of interface prototype object's "co nstructor" property 198 PASS CSS interface: existence and properties of interface prototype object's "co nstructor" property
199 PASS CSS interface: operation escape(DOMString) 199 PASS CSS interface: operation escape(DOMString)
200 Harness: the test ran to completion. 200 Harness: the test ran to completion.
201 201
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698