Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
text
/
whitespace
/
inline-whitespace-wrapping-12-expected.html
blob: f36ba614e60145dd9a1776be5ae2c1b1ac5cb0c3 [
file
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
width
:
60px
;
border
:
1px
solid green
;
}
</style>
</head>
<body>
<div>
Text should wrap at the green border.
</div>
<div>
Text shouldwrap at the green border.
</div>
</body>
</html>