Index: LayoutTests/fast/dom/shadow/content-reprojection-fallback-expected.html |
diff --git a/LayoutTests/fast/dom/shadow/content-reprojection-fallback-expected.html b/LayoutTests/fast/dom/shadow/content-reprojection-fallback-expected.html |
index 8ab2306d9938e76328928a4ee91adc96a9f5b3d2..71d705dc9b0843b1b088e2ac619231258e9806db 100644 |
--- a/LayoutTests/fast/dom/shadow/content-reprojection-fallback-expected.html |
+++ b/LayoutTests/fast/dom/shadow/content-reprojection-fallback-expected.html |
@@ -2,16 +2,13 @@ |
<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>content fallback element</div> |
- <div>shadow fallback element</div> |
<div>This should be selected.</div> |
</div> |
</div> |
</html> |
- |
- |