blob: 5adf37b4dddb3af30d5494782cc7992e96667d8f [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.layoutTestController)
layoutTestController.dumpAsText();
</script>
</body>
</html>