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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-multiple-shadow-roots-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-multiple-shadow-roots-expected.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-multiple-shadow-roots-expected.html b/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-multiple-shadow-roots-expected.html
index 3fb25bc29b3528878fc384c034c0720866b53962..2786f9f881f0db4a56a1e0f4ac47caa99d32404b 100644
--- a/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-multiple-shadow-roots-expected.html
+++ b/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-multiple-shadow-roots-expected.html
@@ -1,25 +1,22 @@
<!DOCTYPE html>
<html>
<body>
- <div>A shadow element with a content element</div>
+ <div>A shadow element without an element</div>
<div>before1 before0 host-child after0 after1</div>
- <div>A shadow element without a content element</div>
+ <div>A shadow element with an element</div>
<div>before1 before0 host-child after0 after1</div>
- <div>A shadow element with a parameter</div>
- <div>before1 before0 shadow-child after0 after1</div>
-
- <div>A shadow element with a content element and a parameter</div>
- <div>before1 before0 host-child shadow-child after0 after1</div>
+ <div>A shadow element with a content element and an element</div>
+ <div>before1 before0 host-child after0 after1</div>
<div>A shadow element as a descendant of a content element</div>
<div>before1 host-child after1</div>
<div>A shadow element as a descendant of a shadow element</div>
- <div>before1 before0 <shadow>inactive-shadow-child</shadow> after0 after1</div>
+ <div>before1 before0 host-child after0 after1</div>
<div>A complex case</div>
- <div>before2 before1 before0 shadow-1-child-1 shadow-2-child-1 host-child shadow-2-child-2 shadow-1-child-2 after0 after1 after2</div>
+ <div>before2 before1 before0 host-child after0 after1 after2</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698