зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 5cfdfff9c5c8 (bug 943918)
This commit is contained in:
Родитель
5eac149d87
Коммит
d88586f1c1
|
@ -9,4 +9,3 @@
|
|||
== tab-size-negative.html tab-size-initial.html
|
||||
== tab-size-change-1a.html tab-size-change-1-ref.html
|
||||
== tab-size-change-1b.html tab-size-change-1-ref.html
|
||||
== tab-size-length.html tab-size-length-ref.html
|
||||
|
|
|
@ -1,63 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
-->
|
||||
<html><head>
|
||||
<title>CSS Test: Testing the layout of TAB characters with various 'tab-size' length values</title>
|
||||
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<style type="text/css">
|
||||
|
||||
html,body {
|
||||
color:black; background-color:white; font-size:16px;
|
||||
}
|
||||
|
||||
tab { display:inline-block; }
|
||||
#t1 tab { width:20px; }
|
||||
#t2 tab { width:30px; }
|
||||
#t3 tab { width:2ch; }
|
||||
#t4 tab { width:3em; }
|
||||
#t5 tab { width:calc(10px + 2em); }
|
||||
#t6 tab { width:2em; }
|
||||
#t7 tab { width:2.5ch; }
|
||||
#t8 tab { width:1.6ch; }
|
||||
#t9 tab { width:1ch; }
|
||||
#t10 tab { width:1ch; }
|
||||
#t11 tab { width:1ch; }
|
||||
#t12 tab { width:1ch; }
|
||||
#t13 tab { width:1ch; }
|
||||
#t14 tab { width:1ch; }
|
||||
#t15 tab { width:2ch; }
|
||||
#t16 tab { width:3ch; }
|
||||
#t17 tab { width:3.5ch; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<pre id="t1"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t2"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t3"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t4"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t5"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t6"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t7"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t8"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t9"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t10"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t11"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t12"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre>A	B	C</pre>
|
||||
<pre>A	B	C</pre>
|
||||
<pre>A	B	C</pre>
|
||||
<pre id="t13"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t14"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t15"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t16"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre id="t17"><tab>A</tab><tab>B</tab>C</pre>
|
||||
<pre>A	B	C</pre>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,46 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
-->
|
||||
<html><head>
|
||||
<title>CSS Test: Testing the layout of TAB characters with various 'tab-size' length values</title>
|
||||
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-text/#tab-size">
|
||||
<link rel="match" href="tab-size-length-ref.html">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<style type="text/css">
|
||||
|
||||
html,body {
|
||||
color:black; background-color:white; font-size:16px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<pre style="-moz-tab-size: 20px">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: 30px">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: 2ch">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: 3em">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: calc(10px + 2em)">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: calc(2em)">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: calc(3.5 - 1)">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: 0.8ch">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: 0px">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: calc(-2em)">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: calc(1px - 2px)">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: calc(-2.5)">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: -2em">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: 100%">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: calc(10% + 2em)">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: 0">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: 0.0">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: 1">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: 3">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: 3.5">A	B	C</pre>
|
||||
<pre style="-moz-tab-size: -1.5">A	B	C</pre>
|
||||
|
||||
</body>
|
||||
</html>
|
Загрузка…
Ссылка в новой задаче