| Index: LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html
|
| diff --git a/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html b/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html
|
| index 43657994f9fb67dfc83ad6e0a8cd9c498b467e15..83c3b01533816a4afd44826ffc6afcaac0239b0b 100644
|
| --- a/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html
|
| +++ b/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.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 testDistributedNodes() {
|
| debug('Testing shadow host :focus and distributed nodes');
|
|
|
|
|