| Index: LayoutTests/fast/dom/shadow/style-of-distributed-node.html
|
| diff --git a/LayoutTests/fast/dom/shadow/style-of-distributed-node.html b/LayoutTests/fast/dom/shadow/style-of-distributed-node.html
|
| index 8ab6a9f442d306427156081c1ef579c85b30182d..3727019641a4f39ada6b91474345e9cc50fa54a6 100644
|
| --- a/LayoutTests/fast/dom/shadow/style-of-distributed-node.html
|
| +++ b/LayoutTests/fast/dom/shadow/style-of-distributed-node.html
|
| @@ -24,9 +24,6 @@ function log(message) {
|
| <script>
|
| description("Tests to ensure that styles of distributed nodes are different if their parent styles are different.");
|
|
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| var sr = document.getElementById("host").createShadowRoot();
|
| sr.innerHTML = '<content select="#child-a"></content><div style="color: blue"><content select="#child-b"></content></div>';
|
|
|
|
|