Update web-platform-tests to revision bf42dca1ce568ce559d5a4cad507239035b91dcb

This commit is contained in:
WPT Sync Bot 2019-09-14 10:23:31 +00:00
parent 91d2bd3d64
commit 20e57b5c74
81 changed files with 3616 additions and 289 deletions

View file

@ -167,7 +167,7 @@ function test_specific(prefix) {
if (lineHeight === 'normal')
canonical.push(size);
else
canonical.push(size + '/' + lineHeight);
canonical.push(size + ' / ' + lineHeight);
} else {
parts.push(size);
canonical.push(size);