| Index: LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host3.html
|
| diff --git a/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host3.html b/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host3.html
|
| index c25c124034a545e76d5e3cdcd8977a2742614edc..b20847b9e78294b10f464a558b280c6dac4ecb2f 100644
|
| --- a/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host3.html
|
| +++ b/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host3.html
|
| @@ -14,14 +14,6 @@ div#shadow-host:focus {
|
| <div id="sandbox"></div>
|
| </body>
|
| <script>
|
| -function backgroundColorOf(selector) {
|
| - return window.getComputedStyle(getNodeInTreeOfTrees(selector)).backgroundColor;
|
| -}
|
| -
|
| -function backgroundColorShouldBe(selector, expected) {
|
| - shouldBeEqualToString('backgroundColorOf(\'' + selector + '\')', expected);
|
| -}
|
| -
|
| function buildShadowTreeOfTrees(delegatesFocus1, delegatesFocus2) {
|
| var sandbox = document.querySelector('#sandbox');
|
| sandbox.innerHTML = '';
|
|
|