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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/content-distributed-nodes.html

Issue 1803933002: Use correct cascading order for Shadow DOM v1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix enum Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/content-distributed-nodes-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/content-distributed-nodes.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/content-distributed-nodes.html b/third_party/WebKit/LayoutTests/fast/css/content-distributed-nodes.html
index 5f9f2395217866055ee7c74512cbf74aec3595e3..3c2b9ed9298647737ee8a33c544f6f3dc18707fd 100644
--- a/third_party/WebKit/LayoutTests/fast/css/content-distributed-nodes.html
+++ b/third_party/WebKit/LayoutTests/fast/css/content-distributed-nodes.html
@@ -6,7 +6,7 @@
</div>
</div>
<script>
-description('Checking if styles in the nested shadow roots apply properly to distributed elements.');
+description('Checking if styles in the nested shadow roots apply properly to distributed elements. (v0 bug compatible)');
var root = document.querySelector('#host').createShadowRoot();
root.innerHTML = '<div><content></content></div><style>::content .red { color: green; }</style>';
var root2 = root.firstChild.createShadowRoot();
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/content-distributed-nodes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698