Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: LayoutTests/fast/dom/shadow/content-pseudo-element-with-deep-combinator-and-host-pseudo-class.html

Issue 450533007: Remove children of <shadow> element added by JS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/shadow/content-pseudo-element-with-deep-combinator-and-host-pseudo-class.html
diff --git a/LayoutTests/fast/dom/shadow/content-pseudo-element-with-deep-combinator-and-host-pseudo-class.html b/LayoutTests/fast/dom/shadow/content-pseudo-element-with-deep-combinator-and-host-pseudo-class.html
index ea5d740337466fa248d0fa92e37b92d444399626..849cba1d0124453fe28d0fa3074e09e782a153fe 100644
--- a/LayoutTests/fast/dom/shadow/content-pseudo-element-with-deep-combinator-and-host-pseudo-class.html
+++ b/LayoutTests/fast/dom/shadow/content-pseudo-element-with-deep-combinator-and-host-pseudo-class.html
@@ -70,8 +70,7 @@ sandbox.appendChild(
createShadowRoot(
createDOM('content', {'id': 'content2'})),
createDOM('div', {'id': 'parentOfShadow1'},
- createDOM('shadow', {'id': 'shadow1'},
- createDOM('content', {})))))),
+ createDOM('shadow', {'id': 'shadow1'}))))),
createDOM('div', {'class': 'content'},
document.createTextNode('content'))));
@@ -92,8 +91,7 @@ sandbox.appendChild(
createShadowRoot(
createDOM('content', {'id': 'content2'})),
createDOM('div', {'id': 'parentOfShadow1'},
- createDOM('shadow', {'id': 'shadow1'},
- createDOM('content', {})))))),
+ createDOM('shadow', {'id': 'shadow1'}))))),
createDOM('div', {'class': 'content'},
document.createTextNode('content'))));

Powered by Google App Engine
This is Rietveld 408576698