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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-button-only-shadow.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
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadowdom-for-button-complex-shadow.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/shadowdom-for-button-only-shadow.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-button-only-shadow.html b/LayoutTests/fast/dom/shadow/shadowdom-for-button-only-shadow.html
index 51b7bbd328037edef7e8906dd1f160fe1609e0ae..c0076e3868a824ebf3d53d62e48d2095ec4f49fa 100644
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-button-only-shadow.html
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-button-only-shadow.html
@@ -10,7 +10,7 @@
<script>
var host = document.getElementById('host');
var shadowRoot = host.createShadowRoot();
-shadowRoot.innerHTML = "<shadow><content></content></shadow>"
+shadowRoot.innerHTML = "<shadow></shadow>"
</script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadowdom-for-button-complex-shadow.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698