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

View File

@ -37,7 +37,7 @@ fi
setEnvVar NODE_VERSION 6.9.5
setEnvVar NPM_VERSION 3.10.7 # do not upgrade to >3.10.8 unless https://github.com/npm/npm/issues/14042 is resolved
setEnvVar YARN_VERSION 0.21.3
setEnvVar CHROMIUM_VERSION 433059 # Chrome 53 linux stable, see https://www.chromium.org/developers/calendar
setEnvVar CHROMIUM_VERSION 464641 # Chrome 59 linux stable, see https://www.chromium.org/developers/calendar
setEnvVar SAUCE_CONNECT_VERSION 4.3.11
setEnvVar PROJECT_ROOT $(cd ${thisDir}/../..; pwd)