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

Unified Diff: LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-content.html

Issue 21151005: Implement ::content (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 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/no-style-sharing-with-uncommon-attribute-and-pseudo-content.html
diff --git a/LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-distributed.html b/LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-content.html
similarity index 84%
copy from LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-distributed.html
copy to LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-content.html
index 51e8bed13d846013c66ebb8e02ad3048c74cbb7e..3613347f881543c2bfc1699e0918b5a38d8a75ec 100644
--- a/LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-distributed.html
+++ b/LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-content.html
@@ -12,7 +12,7 @@ function runTest() {
var innerShadow = shadow.getElementById('hostInShadow').createShadowRoot();
innerShadow.applyAuthorStyles = false;
- innerShadow.innerHTML = "<style>content::-webkit-distributed(.parent [ishidden=true]) { display: none; }</style><content>";
+ innerShadow.innerHTML = "<style>content::content .parent [ishidden=true] { display: none; }</style><content>";
window.setTimeout(function() {
if (window.testRunner)

Powered by Google App Engine
This is Rietveld 408576698