| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/style-and-shadow-element.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/style-and-shadow-element.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/style-and-shadow-element.html
|
| index ca3d4dab9315a35471936f59f4e6036c988f566f..34586c32ae6158fb440dc2349f68bac7842c0b68 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/style-and-shadow-element.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/style-and-shadow-element.html
|
| @@ -22,36 +22,6 @@ sandbox.appendChild(
|
| createDOM('div', {'id': 'host'},
|
| createShadowRoot(
|
| createDOM('style', {},
|
| - document.createTextNode(':host::shadow div { background: green; }')),
|
| - createDOM('div', {},
|
| - document.createTextNode('older div'))),
|
| - createShadowRoot(
|
| - createDOM('div', {'id': 'target'},
|
| - document.createTextNode('younger div should be green')))));
|
| -
|
| -backgroundColorShouldBe('host//target', 'rgb(0, 128, 0)');
|
| -
|
| -cleanUp();
|
| -
|
| -sandbox.appendChild(
|
| - createDOM('div', {'id': 'host'},
|
| - createShadowRoot(
|
| - createDOM('style', {},
|
| - document.createTextNode(':host /deep/ div { background: green; }')),
|
| - createDOM('div', {},
|
| - document.createTextNode('older div'))),
|
| - createShadowRoot(
|
| - createDOM('div', {'id': 'target'},
|
| - document.createTextNode('younger div should be green')))));
|
| -
|
| -backgroundColorShouldBe('host//target', 'rgb(0, 128, 0)');
|
| -
|
| -cleanUp();
|
| -
|
| -sandbox.appendChild(
|
| - createDOM('div', {'id': 'host'},
|
| - createShadowRoot(
|
| - createDOM('style', {},
|
| document.createTextNode(':host div { background: green; }')),
|
| createDOM('div', {},
|
| document.createTextNode('older div'))),
|
|
|