Sign in
webkit
/
WebKit
/
e97723121d6efd8e6db57a4d2e40ddf289e5704a
/
.
/
LayoutTests
/
fast
/
text
/
whitespace
/
trailing-space-before-empty-span-2.html
blob: 3761e5da20b78bc923f89f1123398e779976c557 [
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>