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

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

Issue 2881323002: Support Document constructor. (Closed)
Patch Set: add svg/xml tests 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/custom-elements/adopted-callback-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 187 tests; 156 PASS, 31 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 187 tests; 159 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 PASS CSSStyleDeclaration interface: attribute parentRule 184 PASS CSSStyleDeclaration interface: attribute parentRule
185 PASS CSSStyleDeclaration interface: attribute cssFloat 185 PASS CSSStyleDeclaration interface: attribute cssFloat
186 PASS CSS interface: existence and properties of interface object 186 PASS CSS interface: existence and properties of interface object
187 PASS CSS interface object length 187 PASS CSS interface object length
188 PASS CSS interface object name 188 PASS CSS interface object name
189 PASS CSS interface: existence and properties of interface prototype object 189 PASS CSS interface: existence and properties of interface prototype object
190 PASS CSS interface: existence and properties of interface prototype object's "co nstructor" property 190 PASS CSS interface: existence and properties of interface prototype object's "co nstructor" property
191 PASS CSS interface: operation escape(DOMString) 191 PASS CSS interface: operation escape(DOMString)
192 Harness: the test ran to completion. 192 Harness: the test ran to completion.
193 193
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/custom-elements/adopted-callback-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698