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:
Rob Buis 2019-09-23 12:26:36 +00:00 committed by moz-wptsync-bot
parent 598af0db62
commit 93faea42af

View File

@ -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,