Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
text
/
empty-bdi-crash.html
blob: 2c476cbae11d893ba76c87303309c1f830d640e4 [
file
]
<!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>