Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
white-space-trimming-with-nbsp-mode-assert.html
blob: 4af0c3581cf565315cf6410c7964aa25da6fc9ce [
file
]
<style>
div
{
display
:
inline-block
;
-webkit-nbsp-mode
:
space
;
}
</style><div>
should not assert
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>