Sign in
webkit
/
WebKit
/
ecdffc333b23493533925a6a80de25d9c41c5413
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
html
/
empty-q-crash.html
blob: fe98c579e2d70e6dffc898ed3ae0facf42db0e58 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<q
lang
=
"lt-US"
style
=
"
text-transform
:
uppercase
;
"
></q>
<p>
This test passes if it doesn't crash
</p>
<script>
if
(
window
.
testRunner
)
window
.
testRunner
.
dumpAsText
();
</script>
</html>