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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-element-inactive.html

Issue 21165005: Support author Shadow DOM for INPUT elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test should work on Windows and Linux. Created 7 years, 3 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-element-inactive.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-element-inactive.html b/LayoutTests/fast/dom/shadow/shadow-element-inactive.html
index 018da9ffab5c5deaf6d099ed391b161695557e2e..086076cde5ab48583a8ad8e0d5d9ce76252bce4f 100644
--- a/LayoutTests/fast/dom/shadow/shadow-element-inactive.html
+++ b/LayoutTests/fast/dom/shadow/shadow-element-inactive.html
@@ -4,7 +4,7 @@
<script>
description('We should not expose UA shadow nodes.');
-var elementNames = ['details', 'summary'];
+var elementNames = ['details', 'input', 'summary'];
var root2;
elementNames.forEach(function(elementName) {
debug(elementName);

Powered by Google App Engine
This is Rietveld 408576698