- Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathoverflow-wrap-004.html
22 lines (22 loc) · 853 Bytes
/
overflow-wrap-004.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<metacharset="utf-8">
<title>CSS Text Test: overflow-wrap - normal (basic)</title>
<linkrel="author" title="Intel" href="http://www.intel.com">
<linkrel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
<linkrel="help" href="http://www.w3.org/TR/css-text-3/#overflow-wrap-property">
<linkrel="match" href="overflow-wrap-004-ref.html">
<metaname="flags" content="ahem">
<metaname="assert" content="The 'overflow-wrap' property set 'normal' overflows container">
<linkrel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#test {
border:5px solid orange;
font:20px/1 Ahem;
overflow-wrap: normal;
width:200px;
}
</style>
<body>
<pclass="instructions">Test passes if the black box overflows the orange box.</p>
<pid="test">FillerTextFillerTextFillerTextFillerText</p>
</body>