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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-and-list-elements.html

Issue 441223002: Update LayoutTests by removing child elements of <shadow> element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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-and-list-elements.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-and-list-elements.html b/LayoutTests/fast/dom/shadow/shadow-and-list-elements.html
index 9ef5c58b58490846ae28a89cc0999ecc410a17d4..2b6bd7460041559db597f6036da30fec3df67684 100644
--- a/LayoutTests/fast/dom/shadow/shadow-and-list-elements.html
+++ b/LayoutTests/fast/dom/shadow/shadow-and-list-elements.html
@@ -29,14 +29,14 @@
// <li>B
// #document-fragment
// <li>X</li>
-// <ul><shadow><content></content></shadow></ul>
+// <ul><shadow></shadow></ul>
// <li>Y</li>
// </li>
// <li>C</li>
// </ol>
var host = document.getElementById("host");
var shadow = host.createShadowRoot();
-shadow.innerHTML = "<li>X</li><ul><shadow><content></content></shadow></ul><li>Y</li>";
+shadow.innerHTML = "<li>X</li><ul><shadow></shadow></ul><li>Y</li>";
</script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/dom/shadow/reprojection-id-modified.html ('k') | LayoutTests/fast/dom/shadow/shadow-div-reflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698