blob: 8b26b26a11084da07eee7e8af9fdfe52a0255295 [file] [log] [blame]
<html>
<div style="content:url(//%);"></div>
<div style="content:url(http://%server%/);"></div>
An invalid URL in the "content" style property should not cause a crash when the browser navigates away from the page.
FAIL - The browser should have navigated to resources/pass.html.
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
window.location.href = 'resources/pass.html';
</script>
</html>