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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html

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/shadowdom-for-form-associated-element-useragent.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html b/LayoutTests/fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html
index ef5c77059f4c736794acb74e01d33db5cc015e4c..b8f9d487c7910b06b955e590a1d4cd66ab281f1b 100644
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html
@@ -3,7 +3,7 @@
<body>
<script src="../../../resources/js-test.js"></script>
-<p>When a AuthorShadowRoot is added, UserAgentShadowRoot should exists as the oldest Shadow Root.</p>
+<p>When a OpenShadowRoot is added, ClosedShadowRoot should exists as the oldest Shadow Root.</p>
<div id='container'>
<form>
<select id='select'><option>hoge</option></select>

Powered by Google App Engine
This is Rietveld 408576698