| 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>
|
|
|