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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-type.html

Issue 1407183002: Rename ShadowRootType::OpenByDefault to ShadowRootType::V0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1-attach-shadow
Patch Set: Created 5 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/fast/dom/shadow/shadowroot-type.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-type.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-type.html
index 06652fd115ee1519024c3f73d682b1da6235cf1c..0e402ed5799c9fb8c00d2315b2c1811162c0aaff 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-type.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-type.html
@@ -15,7 +15,7 @@ description("This test ensures ShadowRootType is correctly reflected");
var shadowRootForDiv = host.createShadowRoot();
var shadowRootForInput = internals.shadowRoot(input);
-shouldBe('"OpenByDefaultShadowRoot"', 'internals.shadowRootType(shadowRootForDiv)');
+shouldBe('"V0ShadowRoot"', 'internals.shadowRootType(shadowRootForDiv)');
shouldBe('"UserAgentShadowRoot"', 'internals.shadowRootType(shadowRootForInput)');
container.innerHTML = "";

Powered by Google App Engine
This is Rietveld 408576698