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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/attach-shadow-with-parameter-expected.txt

Issue 2333623003: Convert remaining focus tests in shadow-dom to use testharness.js (Closed)
Patch Set: 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
Index: third_party/WebKit/LayoutTests/shadow-dom/attach-shadow-with-parameter-expected.txt
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/attach-shadow-with-parameter-expected.txt b/third_party/WebKit/LayoutTests/shadow-dom/attach-shadow-with-parameter-expected.txt
deleted file mode 100644
index 65be0d23779239c987cc5ab70cf0b5982777d813..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/shadow-dom/attach-shadow-with-parameter-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Attach open shadow root.
-PASS host1.attachShadow({mode: 'open'}) is non-null.
-Attach closed shadow root.
-PASS host2.attachShadow({mode: 'closed'}) is non-null.
-Attach shadow root whose mode is neither open nor closed.
-PASS host4.attachShadow({mode: 'illegal'}) threw exception TypeError: Failed to execute 'attachShadow' on 'Element': The provided value 'illegal' is not a valid enum value of type ShadowRootMode..
-Attach open shadow root with shadow-dom.js utility.
-PASS [object ShadowRoot] is non-null.
-Attach shadow root on already shadowed host will raise InvalidStateError exception.
-PASS host1.attachShadow({mode: 'open'}) threw exception InvalidStateError: Failed to execute 'attachShadow' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree..
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698