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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/custom-elements/spec/define-builtin-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/custom-elements/spec/define-builtin-element-expected.txt b/third_party/WebKit/LayoutTests/custom-elements/spec/define-builtin-element-expected.txt
deleted file mode 100644
index 12db266241b0ba2fd32fc86f73787f165eb379e7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/custom-elements/spec/define-builtin-element-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-This is a testharness.js-based test.
-PASS Element interface for extends is not valid custom element name
-FAIL Element interface for extends defined in specification assert_throws: having element interface for extends (bgsound) undefined in specs should throw a NotSupportedError function "() => {
- try {
- func.call(this);
- } catch(e) {
- exception = e;
- throw e;
- }
- }" did not throw
-FAIL localName set to element interface for extends promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor"
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698