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

Unified Diff: LayoutTests/fast/dom/shadow/style-and-shadow-element.html

Issue 210713002: Implement ::shadow pseudo element and replace /shadow/ with ::shadow. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed patch conflict Created 6 years, 9 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/style-and-shadow-element.html
diff --git a/LayoutTests/fast/dom/shadow/style-and-shadow-element.html b/LayoutTests/fast/dom/shadow/style-and-shadow-element.html
index 80cf78e903ebc0ea24162cf39b3944ce81acaf36..1d139de171ff74cb9e042ce9f7d3e8437d12c20e 100644
--- a/LayoutTests/fast/dom/shadow/style-and-shadow-element.html
+++ b/LayoutTests/fast/dom/shadow/style-and-shadow-element.html
@@ -40,7 +40,7 @@ sandbox.appendChild(
createDOM('div', {'id': 'host'},
createShadowRoot(
createDOM('style', {},
- document.createTextNode(':host /shadow/ div { background: green; }')),
+ document.createTextNode(':host::shadow div { background: green; }')),
createDOM('div', {},
document.createTextNode('older div'))),
createShadowRoot(

Powered by Google App Engine
This is Rietveld 408576698