Update web-platform-tests to revision dcdebb1b8e7d3f9a4650498c1efeae78060294e5

This commit is contained in:
WPT Sync Bot 2019-08-05 10:24:10 +00:00
parent 802e16b702
commit 217eb600af
77 changed files with 4531 additions and 274 deletions

View file

@ -22,7 +22,7 @@ function compareSpaceWithAndWithoutStyle(tag, style, parentStyle, direction) {
if (!direction)
direction = "ltr";
document.body.insertAdjacentHTML("beforeend", `<div>\
document.body.insertAdjacentHTML("beforeend", `<div style="position: absolute;">\
<math><mrow dir="${direction}">${MathMLFragments[tag]}</mrow></math>\
<math><mrow dir="${direction}">${MathMLFragments[tag]}</mrow></math>\
</div>`);
@ -64,7 +64,7 @@ function compareSizeWithAndWithoutStyle(tag, style) {
if (!FragmentHelper.isValidChildOfMrow(tag))
throw `Invalid argument: ${tag}`;
document.body.insertAdjacentHTML("beforeend", `<div>\
document.body.insertAdjacentHTML("beforeend", `<div style="position: absolute;">\
<math>${MathMLFragments[tag]}</math>\
<math>${MathMLFragments[tag]}</math>\
</div>`);