-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathbefore-content-display-004.xht
More file actions
33 lines (22 loc) · 1.11 KB
/
before-content-display-004.xht
File metadata and controls
33 lines (22 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://umn0mtkzgkj46tygt32g.julianrbryant.com/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://umn0mtkzgkj46tygt32g.julianrbryant.com/1999/xhtml">
<head>
<title>CSS Test: :before generated content - display run-in</title>
<link rel="author" title="Gérard Talbot" href="https://umn0mtkzgjf7agq47p8f6wr.julianrbryant.com/BrowserBugsSection/css21testsuite/" />
<link rel="reviewer" title="Microsoft" href="https://umn0mtkzgj43w9rdtvyj8.julianrbryant.com/" />
<link rel="help" href="https://umn0mtkzgkj46tygt32g.julianrbryant.com/TR/CSS21/generate.html#before-after-content" title="12.1 The :before and :after pseudo-elements" />
<link rel="help" href="https://umn0mtkzgkj46tygt32g.julianrbryant.com/TR/css3-box/#run-in-boxes" title="4.3. Run-in boxes" />
<meta content="Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element." name="assert" />
<style type="text/css"><![CDATA[
div:before
{
content: "Filler text ";
display: run-in;
}
]]></style>
</head>
<body>
<p>Test passes if the 2 "Filler text" are both <strong>on the same line</strong>.</p>
<div>Filler text</div>
</body>
</html>