mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Oops, used the wrong todo function.
This commit is contained in:
parent
1b8a316bcf
commit
10550d9783
@ -88,7 +88,7 @@ extracted from the test framework there and put into Mochitest.
|
||||
var check = function (c, e, knownfail) {
|
||||
count += 1;
|
||||
var p = doc.getElementById(c);
|
||||
(knownfail ? todo : is)(doc.defaultView.getComputedStyle(p, '').textTransform, e ? 'uppercase' : 'none', "case " + c + " failed (index " + count + ")");
|
||||
(knownfail ? todo_is : is)(doc.defaultView.getComputedStyle(p, '').textTransform, e ? 'uppercase' : 'none', "case " + c + " failed (index " + count + ")");
|
||||
}
|
||||
check('a', true); // 1
|
||||
check('b', false);
|
||||
|
Loading…
Reference in New Issue
Block a user