2 <body onload=
"runTest();">
3 <div id=
"table" style=
"display: table;">
5 <audio controls=
"arbitrary" style=
"display: table-caption;" />
8 <div id=
"result"></div>
9 <script type=
"text/javascript">
10 if (window
.testRunner
)
11 testRunner
.dumpAsText();
15 var img
= document
.getElementById('img');
16 var em
= document
.getElementById('em');
17 em
.parentNode
.replaceChild(img
, em
);
18 document
.body
.offsetTop
;
19 document
.body
.removeChild(document
.getElementById('table'));
21 document
.getElementById("result").innerHTML
= "PASS";