зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1445509 - Correctly compare height in open-features-non-integer-height.html test. r=bz
MozReview-Commit-ID: A99KG22to7w --HG-- extra : rebase_source : 701a5a8c268e1e63c28415fcb3832298c78cc241
This commit is contained in:
Родитель
fcb248a698
Коммит
c697776aec
|
@ -1,4 +0,0 @@
|
|||
[open-features-non-integer-height.html]
|
||||
[top=0,left=0: absence of feature "height" should be treated same as "height=0"]
|
||||
expected: FAIL
|
||||
|
|
@ -40,7 +40,7 @@ function runWindowTests (baselineDimensions) {
|
|||
var prefixedMessage = new PrefixedMessageTest();
|
||||
prefixedMessage.onMessage(t.step_func_done((data, e) => {
|
||||
e.source.close();
|
||||
assert_equals(data.width, baselineDimensions.width);
|
||||
assert_equals(data.height, baselineDimensions.height);
|
||||
}));
|
||||
var win = window.open(prefixedMessage.url(windowURL), '', feature);
|
||||
}, `${feature}: absence of feature "height" should be treated same as "height=0"`);
|
||||
|
|
Загрузка…
Ссылка в новой задаче