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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/idlharness-expected.txt

Issue 1977313003: testharnessreport: Clear BODY content regardless of existence of <div id=log> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unregister_service_worker() Created 4 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 idlharness test
2
3 This test validates the WebIDL included in the Encoding Living Standard.
4
5 This is a testharness.js-based test. 1 This is a testharness.js-based test.
6 PASS TextDecoder interface: existence and properties of interface object 2 PASS TextDecoder interface: existence and properties of interface object
7 PASS TextDecoder interface object length 3 PASS TextDecoder interface object length
8 PASS TextDecoder interface object name 4 PASS TextDecoder interface object name
9 FAIL TextDecoder interface: existence and properties of interface prototype obje ct assert_equals: class string of TextDecoder.prototype expected "[object TextDe coderPrototype]" but got "[object TextDecoder]" 5 FAIL TextDecoder interface: existence and properties of interface prototype obje ct assert_equals: class string of TextDecoder.prototype expected "[object TextDe coderPrototype]" but got "[object TextDecoder]"
10 PASS TextDecoder interface: existence and properties of interface prototype obje ct's "constructor" property 6 PASS TextDecoder interface: existence and properties of interface prototype obje ct's "constructor" property
11 PASS TextDecoder interface: attribute encoding 7 PASS TextDecoder interface: attribute encoding
12 PASS TextDecoder interface: attribute fatal 8 PASS TextDecoder interface: attribute fatal
13 PASS TextDecoder interface: attribute ignoreBOM 9 PASS TextDecoder interface: attribute ignoreBOM
14 PASS TextDecoder interface: operation decode(BufferSource,TextDecodeOptions) 10 PASS TextDecoder interface: operation decode(BufferSource,TextDecodeOptions)
(...skipping 11 matching lines...) Expand all
26 PASS TextEncoder interface: existence and properties of interface prototype obje ct's "constructor" property 22 PASS TextEncoder interface: existence and properties of interface prototype obje ct's "constructor" property
27 PASS TextEncoder interface: attribute encoding 23 PASS TextEncoder interface: attribute encoding
28 PASS TextEncoder interface: operation encode(USVString) 24 PASS TextEncoder interface: operation encode(USVString)
29 PASS TextEncoder must be primary interface of new TextEncoder() 25 PASS TextEncoder must be primary interface of new TextEncoder()
30 PASS Stringification of new TextEncoder() 26 PASS Stringification of new TextEncoder()
31 PASS TextEncoder interface: new TextEncoder() must inherit property "encoding" w ith the proper type (0) 27 PASS TextEncoder interface: new TextEncoder() must inherit property "encoding" w ith the proper type (0)
32 PASS TextEncoder interface: new TextEncoder() must inherit property "encode" wit h the proper type (1) 28 PASS TextEncoder interface: new TextEncoder() must inherit property "encode" wit h the proper type (1)
33 PASS TextEncoder interface: calling encode(USVString) on new TextEncoder() with too few arguments must throw TypeError 29 PASS TextEncoder interface: calling encode(USVString) on new TextEncoder() with too few arguments must throw TypeError
34 Harness: the test ran to completion. 30 Harness: the test ran to completion.
35 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698