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

Unified Diff: LayoutTests/fast/dom/shadow/shadowroot-type-expected.txt

Issue 935283002: Rename {Author,UserAgent}ShadowRoot to {Open,Closed}ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix inspector tests Created 5 years, 10 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: LayoutTests/fast/dom/shadow/shadowroot-type-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/shadowroot-type-expected.txt b/LayoutTests/fast/dom/shadow/shadowroot-type-expected.txt
index d0a27b8c21cecbb58c7f73fb7bb4560baecc9c16..b7061f0a7e6e6e996d7483274f0fe5da6641f2f1 100644
--- a/LayoutTests/fast/dom/shadow/shadowroot-type-expected.txt
+++ b/LayoutTests/fast/dom/shadow/shadowroot-type-expected.txt
@@ -3,8 +3,8 @@ This test ensures ShadowRootType is correctly reflected
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS "AuthorShadowRoot" is internals.shadowRootType(shadowRootForDiv)
-PASS "UserAgentShadowRoot" is internals.shadowRootType(shadowRootForInput)
+PASS "OpenShadowRoot" is internals.shadowRootType(shadowRootForDiv)
+PASS "ClosedShadowRoot" is internals.shadowRootType(shadowRootForInput)
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadowroot-type.html ('k') | LayoutTests/inspector/elements/breadcrumb-shadow-roots.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698