blob: 2c476cbae11d893ba76c87303309c1f830d640e4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
This test ensures WebKit does not crash when encountering an empty bdi element.
<bdi></bdi>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>