Index: LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html |
diff --git a/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html b/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html |
index 6e47cfd4ac5cd150e8f927439bb5d38c7f53cb2d..e9c2f98898f8e42c9fa897ea83392cc68cd98a3d 100644 |
--- a/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html |
+++ b/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html |
@@ -1,23 +1,23 @@ |
<!DOCTYPE html> |
<html> |
<body> |
- <h1>A shadow element with a content element</h1> |
- <div><div>before</div><div>host-child</div><div>after</div></div> |
+ <div>A shadow element with a content element</div> |
+ <div>before host-child after</div> |
- <h1>A shadow element without a content element</h1> |
- <div><div>before</div><div>host-child</div><div>after</div></div> |
+ <div>A shadow element without a content element</div> |
+ <div>before host-child after</div> |
- <h1>A shadow element with a parameter</h1> |
- <div><div>before</div><div>shadow-child</div><div>after</div></div> |
+ <div>A shadow element with a parameter</div> |
+ <div> before host-child after</div> |
- <h1>An inactive shadow element</h1> |
- <div><div>before</div><div>host-child</div><div>middle</div><div>shadow-child</div><div>after</div></div> |
+ <div>An inactive shadow element</div> |
+ <div>before host-child middle<shadow> shadow-child</shadow> after</div> |
- <h1>A shadow element comes before a content element</h1> |
- <div><div>before</div><div>host-child</div><div>middle</div><div>after</div></div> |
+ <div>A shadow element comes before a content element</div> |
+ <div> before middle host-child after</div> |
- <h1>A shadow element comes after a content element</h1> |
- <div><div>before</div><div>host-child</div><div>middle</div><div>after</div></div> |
+ <div>A shadow element comes after a content element</div> |
+ <div>before host-child middle after</div> |
</body> |
</html> |