tor-browser

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

text-transform-capitalize-032-ref.xht (713B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 	<head>
      5 		<title>CSS Test: text-transform - capitalize - basic cases Reftest Reference</title>
      6 		<link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" />
      7 		<style type="text/css">
      8 			<![CDATA[
      9 				span {
     10 					color: Blue;
     11 				}
     12 			]]>
     13 		</style>
     14 	</head>
     15 	<body>
     16 		<p>
     17 			Test passes if the first sentence matches the second one.
     18 		</p>
     19 		<div>
     20 			<span>All Words Should Be Put In Titlecase.</span>
     21 		</div>
     22 		<div>
     23 			<span>All Words Should Be Put In Titlecase.</span>
     24 		</div>
     25 	</body>
     26 </html>