Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html

Issue 137993003: Revert the feature of the <shadow> element as 'a function call' to the previous behavior. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update LayoutTests/TestExpectations Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698