blob: bbae8182430cbfd51d9f228383a98f82b9b031c0 [file] [log] [blame]
<!DOCTYPE html>
<head>
<script>
var style = document.createElement('style');
style.textContent = "@import url('css-import-crash.css');";
document.head.appendChild(style);
document.head.removeChild(style);
window.onload = function(){ parent.done('Pass'); };
</script>
<head>