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(); |