| Index: LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host5.html
|
| diff --git a/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host5.html b/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host5.html
|
| index 5964fa2bff3988016868a6ac587a143066b8c5b9..23194e384617d75cd3f8334ee35b16f05dc4b897 100644
|
| --- a/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host5.html
|
| +++ b/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host5.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 buildNestedDistributionTree(delegatesFocus1, delegatesFocus2) {
|
| var sandbox = document.querySelector('#sandbox');
|
| sandbox.innerHTML = '';
|
|
|