mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1589385 [wpt PR 19759] - Make interpolation-testcommon.js produce consistent subtest names, a=testonly
Automatic update from web-platform-tests Make interpolation-testcommon.js produce consistent subtest names (#19759) Passing expectations.expect through computed style may mutate it in an implementation-dependent way. Those are interop bugs when that happens, but we shouldn't surface it in the subtest name as that causes it to fluctuate between browsers and releases. -- wpt-commits: 4e9c00e23f9b786eb7f2927cd501714c98196e4d wpt-pr: 19759
This commit is contained in:
parent
428440d8e8
commit
422526da8d
@ -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;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user