Sign in
webkit
/
WebKit
/
82a13f1781ea5e79563e8403cb24ef9fd1c857db
/
.
/
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>