Sign in
webkit
/
WebKit
/
4bcb3438baef1cfe12aea6aa10c3a06a0ad5b00d
/
.
/
LayoutTests
/
fast
/
inline
/
inline-with-img-dynamic.html
blob: 5d2c59d6f3343036b8e74b9bad2d64c272dc98c2 [
file
] [
log
] [
blame
]
<div
id
=
test
><img
onload
=
"
runTest
()
"
src
=
"../images/resources/green-24x24.jpg"
></div>
<script>
async
function
runTest
()
{
await
new
Promise
(
requestAnimationFrame
);
test
.
appendChild
(
document
.
createTextNode
(
"text"
));
}
</script>