blob: 7e2f8bcc2acf49073e924e69163d0161885e8d7e [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/text-based-repaint.js"></script>
<script>
window.testIsAsync = true;
window.onload = runRepaintAndPixelTest;
function repaintTest() {
setTimeout(function() {
requestAnimationFrame(function() {
document.querySelector('svg').style.removeProperty('border');
if (window.testRunner)
finishRepaintTest();
});
}, 0);
};
</script>
<svg style="border: 10px solid red; position: absolute" width="100" height="100">
</svg>