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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-disable.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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/shadow-disable-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/shadow-disable.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-disable.html b/LayoutTests/fast/dom/shadow/shadow-disable.html
index b18b7af51fc346c6e64839f5f087a9cebe9d7db4..700c6d68f6ea26dc4e7f2e1ecb4ab56b058d98af 100644
--- a/LayoutTests/fast/dom/shadow/shadow-disable.html
+++ b/LayoutTests/fast/dom/shadow/shadow-disable.html
@@ -24,11 +24,11 @@ var elementsToSuccess = [
document.createElement('span'),
document.createElement('a'),
document.createElement('section'),
+ document.createElement('input'),
];
// See crbug.com/234020 .
var elementsToFail = [
- document.createElement('input'),
document.getElementById('tref'),
document.createElement('audio'),
document.createElement('video'),
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/shadow-disable-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698