mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 1582964 [wpt PR 19203] - Fix 9f836f09781bb4c3868e644c1c0d759a362a4b8f, a=testonly
Automatic update from web-platform-tests Fix 9f836f09781bb4c3868e644c1c0d759a362a4b8f (#19203) 9f836f09781bb4c3868e644c1c0d759a362a4b8f was just a copy and paste that did not work, this fixes it. -- wpt-commits: 42b4a3fa60fdc4cbb622e3196ed89c4bfae32737 wpt-pr: 19203
This commit is contained in:
parent
598af0db62
commit
93faea42af
@ -30,8 +30,8 @@
|
||||
"math"
|
||||
);
|
||||
async_test(test => {
|
||||
t.step(function() {
|
||||
assert_true(MathMLElement.prototype.hasOwnProperty(name));
|
||||
test.step(function() {
|
||||
assert_true(MathMLElement.prototype.hasOwnProperty(`on${name}`));
|
||||
});
|
||||
mathEl[`on${name}`] = test.step_func_done(e => {
|
||||
assert_equals(e.currentTarget, mathEl,
|
||||
|
Loading…
Reference in New Issue
Block a user