ci: update Chromium to 464641 (Chrome v59)
This commit is contained in:

committed by
Alex Rickabaugh

parent
8be2e4c325
commit
022835bab2
@ -28,6 +28,7 @@ const ALL_HTML_TAGS =
|
||||
// Elements missing from Chrome (HtmlUnknownElement), to be manually added
|
||||
const MISSING_FROM_CHROME: {[el: string]: string[]} = {
|
||||
'data^[HTMLElement]': ['value'],
|
||||
'keygen^[HTMLElement]': ['!autofocus', 'challenge', '!disabled', 'form', 'keytype', 'name'],
|
||||
// TODO(vicb): Figure out why Chrome and WhatWG do not agree on the props
|
||||
// 'menu^[HTMLElement]': ['type', 'label'],
|
||||
'menuitem^[HTMLElement]':
|
||||
@ -268,4 +269,4 @@ const _TYPE_MNEMONICS: {[type: string]: string} = {
|
||||
'number': '#',
|
||||
'boolean': '!',
|
||||
'object': '%',
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user