Bug 1541685 [wpt PR 16169] - Corrected 1 error in calc-numbers.html, a=testonly

Automatic update from web-platform-tests
Corrected 1 error in calc-numbers.html

--

wpt-commits: 3419750ac87c9f227bd1aafc8433ed4a9183728f
wpt-pr: 16169
This commit is contained in:
Gérard Talbot 2019-04-29 12:04:31 +00:00 committed by James Graham
parent 885b6e16a8
commit 938ceee311

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("opacity", "initial", "calc(2 / 4)", "0.5", "testing opacity: calc(2 / 4)");
verifyComputedStyle("tab-size", "12345", "calc(2 / 4)", "1", "testing tab-size: calc(2 / 4)"); verifyComputedStyle("tab-size", "12345", "calc(2 / 4)", "0.5", "testing tab-size: calc(2 / 4)");
/* /*
'tab-size' accepts <number> values. 'tab-size' accepts <number> values.
*/ */