Update web-platform-tests to revision 8805f23ef629338b6d28ae25cc13839e99acea1b

This commit is contained in:
WPT Sync Bot 2019-02-23 21:02:04 -05:00
parent e12c76982d
commit 8c91d13e13
2211 changed files with 4488 additions and 6801 deletions

View file

@ -71,7 +71,7 @@ https://chromium.googlesource.com/chromium/src/+/c825d655f6aaf73484f9d56e9012793
verifyComputedStyle("opacity", "initial", "calc(2 / 4)", "0.5", "testing opacity: calc(2 / 4)");
verifyComputedStyle("tab-size", "12345", "calc(2 / 4)", "0.5", "testing tab-size: calc(2 / 4)");
verifyComputedStyle("tab-size", "12345", "calc(2 / 4)", "1", "testing tab-size: calc(2 / 4)");
/*
'tab-size' accepts <number> values.
*/