tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

text-emphasis-style-none-001-ref.xht (752B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 	<head>
      5 		<title>CSS Test: text-emphasis-style - none - basic cases Reftest Reference</title>
      6 		<link rel="author" title="Makoto Kikuchi" href="mailto:kikuchi@est.co.jp" />
      7 		<style type="text/css"><![CDATA[
      8 				.parent
      9 				{
     10 					border: solid 1px gray;
     11 					font-size: 2em;
     12 					width: 10em;
     13 				}
     14 		]]></style>
     15 	</head>
     16 	<body>
     17 		<p>Test passes if a pair of upper and lower "Filler Text" in the square box is identical.</p>
     18 		<div>
     19 			none
     20 			<div class="parent">
     21 				<div>Filler Text</div>
     22 				<br />
     23 				<div>Filler Text</div>
     24 			</div>
     25 		</div>
     26 	</body>
     27 </html>