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

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

Issue 2424693002: Custom Elements: Complete HTMLConstructor Algorithm (Closed)
Patch Set: Redefinition guard Created 4 years, 1 month 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 PASS Element interface for extends is not valid custom element name
3 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 "() => {
4 try {
5 func.call(this);
6 } catch(e) {
7 exception = e;
8 throw e;
9 }
10 }" did not throw
11 FAIL localName set to element interface for extends promise_test: Unhandled reje ction with value: object "TypeError: Illegal constructor"
12 Harness: the test ran to completion.
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698