Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
LayoutTests
/
fast
/
text
/
whitespace
/
trailing-space-before-empty-span-1.html
blob: e5c0c9fcbf009e210b65ee5daed781c0baa1adf0 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style
type
=
"text/css"
>
.
colored
{
background-color
:
yellow
;
padding
:
16px
;
}
</style>
</head>
<div><span>
AB
</span><span
class
=
"colored"
></span></div>
</body>
</html>