Sign in
webkit
/
WebKit
/
897c8e252a4a2dd858017139be422cb6359cd9d7
/
.
/
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>