Index: LayoutTests/fast/dom/shadow/content-reprojection-fallback-reprojection.html |
diff --git a/LayoutTests/fast/dom/shadow/content-reprojection-fallback-reprojection.html b/LayoutTests/fast/dom/shadow/content-reprojection-fallback-reprojection.html |
index 0314f6668d6f4e2f9b9b1b8bbddc189a10ff234f..eff8d96d08f949969a2d4bcdbeabef4212bdbf78 100644 |
--- a/LayoutTests/fast/dom/shadow/content-reprojection-fallback-reprojection.html |
+++ b/LayoutTests/fast/dom/shadow/content-reprojection-fallback-reprojection.html |
@@ -2,7 +2,7 @@ |
<html> |
-<p>Fallback elements should be rendered if it's distributed</p> |
+<p>Fallback elements for content insertion points should be rendered</p> |
<div id="host1"></div> |
@@ -19,8 +19,8 @@ var host2 = shadowRoot1.getElementById('host2'); |
var shadowRoot2 = host2.createShadowRoot(); |
shadowRoot2.innerHTML = |
'<div id="host3">' + |
- '<content select="div"></content>' + |
- '<content select="span"><div>content fallback element</div></content>' + |
+ '<content select="div"></content>' + |
+ '<content select="span"><div>content fallback element</div></content>' + |
'<div>This also should be selected.</div>' |
'</div>'; |
@@ -32,5 +32,3 @@ shadowRoot3.innerHTML = |
</script> |
</html> |
- |
- |