blob: d74c57d3d43d73a9a9f428b5942ff2b444353671 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
onload = () => {
var object = document.querySelector("object");
object.setAttribute("data", "data:text/plain,second");
requestAnimationFrame(() => { testRunner.notifyDone(); });
};
} else {
document.write("Needs to be run as a layout test.");
}
</script>
<object data="data:text/plain,first" type="application/x-blink-test-plugin" logargs="true"></object>