Files
servo/tests/wpt/css-tests/css-text-3_dev/html/reference/overflow-wrap-break-word-001-ref.htm

17 lines
412 B
HTML

<!DOCTYPE html>
<html><head><meta charset="utf-8">
<title>CSS Text Reference File</title>
<link href="http://florian.rivoal.net/" rel="author" title="Florian Rivoal">
<style>
div {
position: relative;
width: 100px;
height: 100px;
background: green;
}
</style>
</head><body>
<p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p>
<div></div>
</body></html>