ci: update Chromium to 464641 (Chrome v59)

This commit is contained in:
Georgios Kalpakas
2017-06-08 12:43:37 +03:00
committed by Alex Rickabaugh
parent 8be2e4c325
commit 022835bab2
2 changed files with 3 additions and 2 deletions

View File

@ -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': '%',
};
};