Skip to content

Commit 93e1df0

Browse files
fred-wangmoz-wptsync-bot
authored andcommitted
Make href-click-004.tentative.html work with MathML's mtr.
This uses testdriver to check clicking an mtr element with a href attribute has no effect. Because of bug 1413493, Marionette cannot properly ensure the mtr element is in the view, so we implement similar workaround as for HTML tr. Also ensure the mtd element used in the test has non-empty box. Differential Revision: https://phabricator.services.mozilla.com/D298478 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2036778 gecko-commit: 4f1082487fa093327ed58457ca533cf0c4ee18c1 gecko-reviewers: emilio, Sasha
1 parent 3f8841c commit 93e1df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mathml/relations/html5-tree/href-click-004.tentative.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<style>
1414
annotation, annotation-xml { display: initial; }
1515
mphantom { visibility: visible; }
16-
.element { background: lightblue; padding: 50px; }
16+
.element, mtr.element > mtd { background: lightblue; padding: 50px; }
1717
</style>
1818
</head>
1919
<body>

0 commit comments

Comments
 (0)