Sign in
webkit
/
WebKit
/
7d3211ba059cdc024be8e61e398d51b237f75dd9
/
.
/
LayoutTests
/
fast
/
text
/
empty-bdi-crash.html
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>