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

Unified Diff: LayoutTests/fast/dom/element-attribute-js-null.html

Issue 123833005: Limit HTMLKeygenElement.keytype to only known values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + updated reflect attribute syntax to current 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/element-attribute-js-null.html
diff --git a/LayoutTests/fast/dom/element-attribute-js-null.html b/LayoutTests/fast/dom/element-attribute-js-null.html
index b9259fa3f2bf753ec692adff03e0b161e18d534c..1faec9eb9123e702a6952782b2d5809a20c796f6 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -392,7 +392,7 @@
elementToUse: document.createElement('keygen'),
attributes: [
{name: 'challenge', expectedNull: 'null'},
- {name: 'keytype', expectedNull: 'null'},
+ {name: 'keytype', expectedNull: ''},
{name: 'name', expectedNull: 'null'}
]
},

Powered by Google App Engine
This is Rietveld 408576698