Update web-platform-tests to revision 670f3ef16f9b38e22e3b863dcdc2ea860348929a

This commit is contained in:
WPT Sync Bot 2019-10-21 10:25:08 +00:00
parent 5011e9c21c
commit e3a9df4e78
33 changed files with 274 additions and 116 deletions

View file

@ -284,7 +284,7 @@
comparisonFunction(
getComputedStyle(target).getPropertyValue(property),
expectedValue);
}, `${testText} at (${expectation.at}) should be [${sanitizeUrls(expectedValue)}]`);
}, `${testText} at (${expectation.at}) should be [${sanitizeUrls(expectation.expect)}]`);
};
return target;
});