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

Side by Side Diff: third_party/WebKit/LayoutTests/custom-elements/spec/define-builtin-element-expected.txt

Issue 2321363002: Custom Elements: layout tests for custom built-in elements definition (Closed)
Patch Set: New file for custom built-in element definition Created 4 years, 3 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
(Empty)
1 This is a testharness.js-based test.
2 FAIL Element interface for extends is not valid custom element name assert_throw s: having valid custon element name element interface (a-a) for extends should t hrow a NotSupportedError function "() => {
3 try {
4 func.call(this);
5 } catch(e) {
6 exception = e;
7 throw e;
8 }
9 }" did not throw
10 FAIL Element interface for extends defined in specification assert_throws: havin g element interface for extends (bgsound) undefined in specs should throw a NotS upportedError function "() => {
11 try {
12 func.call(this);
13 } catch(e) {
14 exception = e;
15 throw e;
16 }
17 }" did not throw
18 FAIL localName set to element interface for extends promise_test: Unhandled reje ction with value: object "TypeError: Illegal constructor"
19 Harness: the test ran to completion.
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698