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