Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
ruby
/
incorrect-wrapping-with-trailing-whitespace.html
blob: 50aedf2518701fddc34c989d88220cbd598faf47 [
file
]
<!DOCTYPE html>
<style>
div
{
width
:
max-content
;
background-color
:
green
;
font-familiy
:
Monospace
;
color
:
transparent
;
}
</style>
PASS if no extra line after ruby.
<div><ruby>
X
<rt></rt>
<rt></rt>
</ruby></div>