Sign in
webkit
/
WebKit
/
897c8e252a4a2dd858017139be422cb6359cd9d7
/
.
/
LayoutTests
/
fast
/
text
/
whitespace
/
inline-whitespace-wrapping-12-expected.html
blob: f36ba614e60145dd9a1776be5ae2c1b1ac5cb0c3 [
file
] [
log
] [
blame
]
<!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>