tor-browser

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

line-break-strict-012-ref.xht (2115B)


      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 Reftest Reference</title>
      6 		<!-- reftest for line-break-strict-012.xht -->
      7 		<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
      8 		<link rel="author" title="Shinyu Murakami" href="mailto:murakami@vivliostyle.org" />
      9 		<meta http-equiv="content-language" content="en, ja" />
     10 		<style type="text/css">
     11 			@font-face
     12 			{
     13 				font-family: "mplus-1p-regular";
     14 				src: url("/fonts/mplus-1p-regular.woff") format("woff");
     15 				/* filesize: 803300 bytes (784.5 KBytes) */
     16 				/*
     17 				mplus-1p-regular.ttf can be downloaded at/from [TBD later]
     18 				*/
     19 			}
     20 			p.control {
     21 				border: 1px solid gray;
     22 				color: blue;
     23 				font-family: "mplus-1p-regular";
     24 				width: 10.2em;		/* added extra .2em for some symbols wider than 1em */
     25 			}
     26 			span.target {
     27 				background-color: aqua;
     28 			}
     29 			div.wrapper {
     30 				display: inline-block;
     31 				border: 1px solid;
     32 				margin: 10px;
     33 				padding: 10px;
     34         text-autospace: no-autospace;
     35 			}
     36 		</style>
     37 	</head>
     38 	<body  lang="en">
     39 		<p>
     40 			Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position.
     41 		</p>
     42 		<div class="wrapper">
     43 			<!-- Katakana-Hiragana prolonged sound mark - fullwidth -->
     44 			<p class="control" lang="ja">
     45 				<span>サンプル文サンプル<br />文<span class="target">&#x30FC;</span>サンプル文</span>
     46 			</p>
     47 			<p class="control" lang="ja">
     48 				<span>サンプル文サンプル<br />文<span class="target">&#x30FC;</span>サンプル文</span>
     49 			</p>
     50 		</div>
     51 		<div class="wrapper">
     52 			<!-- Katakana-Hiragana prolonged sound mark - halfwidth -->
     53 			<p class="control" lang="ja">
     54 				<span>サンプル文サンプル<br />文<span class="target">&#xff70;</span>サンプル文</span>
     55 			</p>
     56 			<p class="control" lang="ja">
     57 				<span>サンプル文サンプル<br />文<span class="target">&#xff70;</span>サンプル文</span>
     58 			</p>
     59 		</div>
     60 	</body>
     61 </html>