Bug 1561446 [wpt PR 17513] - Added a link to spec in 13 CSS2/values tests, a=testonly

Automatic update from web-platform-tests
Added a link to spec in 13 CSS2/values tests (#17513)

--

wpt-commits: 4c26654f77551d686bbc255cee95089b12aa6907
wpt-pr: 17513
This commit is contained in:
Gérard Talbot 2019-07-19 18:17:35 +00:00 коммит произвёл James Graham
Родитель 98ee3764b0
Коммит 793da5c1e5
13 изменённых файлов: 21 добавлений и 8 удалений

Просмотреть файл

@ -4,6 +4,7 @@
<title>CSS Test: Em sizes</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="numbers-units-007-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'em' unit is equal to the computed value of the 'font-size' property (default) of the element on which it is used." />
@ -29,4 +30,4 @@
<div>X</div>
</div>
</body>
</html>
</html>

Просмотреть файл

@ -4,6 +4,7 @@
<title>CSS Test: Em size with the font-size set to px size</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="numbers-units-009-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'em' unit is equal to the computed value of the 'font-size' property (pixels) of the element on which it is used." />
@ -33,4 +34,4 @@
<div>X</div>
</div>
</body>
</html>
</html>

Просмотреть файл

@ -4,6 +4,7 @@
<title>CSS Test: Em size with font-size set to inch</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="numbers-units-010-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'em' unit is equal to the computed value of the 'font-size' property (inches) of the element on which it is used." />
@ -33,4 +34,4 @@
<div>X</div>
</div>
</body>
</html>
</html>

Просмотреть файл

@ -4,6 +4,7 @@
<title>CSS Test: Em size with font-size set to em</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="numbers-units-011-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="When 'em' is assigned in the value of the 'font-size' property itself, it uses the font size of the parent element." />
@ -34,4 +35,4 @@
<div>X</div>
</div>
</body>
</html>
</html>

Просмотреть файл

@ -4,6 +4,7 @@
<title>CSS Test: Em size with font-size set to ex</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="numbers-units-012-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'em' unit is equal to the computed value of the 'font-size' property (ex) of the element on which it is used." />
@ -45,4 +46,4 @@
</div>
</div>
</body>
</html>
</html>

Просмотреть файл

@ -4,6 +4,7 @@
<title>CSS Test: Em size with font-size set to percentage</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="numbers-units-013-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'em' unit is equal to the computed value of the 'font-size' property of the element on which it is used." />
@ -45,4 +46,4 @@
</div>
</div>
</body>
</html>
</html>

Просмотреть файл

@ -4,6 +4,7 @@
<title>CSS Test: Height of EX</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="numbers-units-015-ref-a.xht"/>
<link rel="match" href="numbers-units-015-ref-b.xht"/>
<meta name="flags" content="ahem should" />
@ -39,4 +40,4 @@
<div id="div1"></div>
<div id="div2"></div>
</body>
</html>
</html>

Просмотреть файл

@ -4,6 +4,7 @@
<title>CSS Test: First available font defines the 'ex' unit size</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="numbers-units-019-ref.xht"/>
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'ex' unit size is defined by the element's first available font." />
@ -40,4 +41,4 @@
<div id="test"></div>
<div id="compare"></div>
</body>
</html>
</html>

Просмотреть файл

@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-29 -->
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/002.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="units-002-ref.xht" />
<meta name="flags" content="ahem" />

Просмотреть файл

@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-29 -->
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/003.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="units-003-ref.xht" />
<meta name="flags" content="ahem" />

Просмотреть файл

@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-29 -->
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/004.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="units-004-ref.xht" />
<meta name="flags" content="ahem" />

Просмотреть файл

@ -5,6 +5,7 @@
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/005.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="units-005-ref.xht"/>
<style type="text/css">

Просмотреть файл

@ -6,6 +6,7 @@
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-30 -->
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/units/009.html" type="text/html"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" />
<link rel="help" href="https://www.w3.org/TR/css-values-3/#font-relative-lengths" />
<link rel="match" href="units-006-ref.xht" />