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

Unified Diff: LayoutTests/fast/dom/shadow/hostcontext-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
« no previous file with comments | « LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html
diff --git a/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html b/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html
index e36161fd7e9f2f6337a11cc806651bdf2586ddcb..e1a0f5fd035c8d39871052ba9a7a9db6763da27a 100644
--- a/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html
+++ b/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html
@@ -201,8 +201,7 @@ sandbox.appendChild(
createDOM('content', {}))),
createShadowRoot(
createDOM('span', {'id': 'spanC'},
- createDOM('shadow', {},
- createDOM('content')))),
+ createDOM('shadow', {}))),
createDOM('div', {'id': 'host'},
createShadowRoot(
createDOM('style', {},
« no previous file with comments | « LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698