Index: LayoutTests/fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html |
diff --git a/LayoutTests/fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html b/LayoutTests/fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html |
index 53dd4251f493179010813bc8bbec67e95707b0c7..a82d1e59f1ecf9b8eacd8be27ea3be33adf65c5d 100644 |
--- a/LayoutTests/fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html |
+++ b/LayoutTests/fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html |
@@ -2,13 +2,12 @@ |
<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 id="host2"> |
<div id="host3"> |
<div>content fallback element</div> |
- <div>shadow fallback element</div> |
<div>This should be selected.</div> |
<div>content fallback element</div> |
<div>This also should be selected.</div> |
@@ -17,5 +16,3 @@ |
</div> |
</html> |
- |
- |