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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/custom-elements/spec/define-builtin-element.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..16ac5e9dd6723b0a5055a5c40338a7981dbe91b6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/custom-elements/spec/define-builtin-element-expected.txt
@@ -0,0 +1,20 @@
+This is a testharness.js-based test.
+FAIL Element interface for extends is not valid custom element name assert_throws: having valid custon element name element interface (a-a) for extends should throw a NotSupportedError function "() => {
+ try {
+ func.call(this);
+ } catch(e) {
+ exception = e;
+ throw e;
+ }
+ }" did not throw
+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.
+
« no previous file with comments | « third_party/WebKit/LayoutTests/custom-elements/spec/define-builtin-element.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698