Bug 1097499 followup - Fix metadata of tests submitted to w3c. DONTBUILD

MozReview-Commit-ID: DyUFx8i499B

--HG--
extra : source : 8c937354212f892ebac2350f65d2c0d8c83a534b
extra : amend_source : 44a298d1cd5f97617de5a4e7fcdd652af6b36d2d
This commit is contained in:
Xidorn Quan 2016-05-03 11:16:56 +10:00
Родитель 001b559468
Коммит a5181b3238
16 изменённых файлов: 17 добавлений и 17 удалений

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Reference: text-combine-upright, no compression</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="stylesheet" href="support/width-test.css">
<link rel="stylesheet" href="support/tcy.css">
<style>

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: text-combine-upright, no compression</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-combine-compression">
<link rel="match" href="text-combine-upright-compression-001-ref.html">
<meta name="assert" href="text-combine-upright with character not wider than 1em should not trigger compression.">

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Reference: text-combine-upright, compression of two characters</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="stylesheet" href="support/width-test.css">
<link rel="stylesheet" href="support/tcy.css">
<style>

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: text-combine-upright, compression of two characters</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-combine-compression">
<link rel="match" href="text-combine-upright-compression-002-ref.html">
<meta name="assert" href="text-combine-upright should try applying 'hwid' feature if the width is wider than 1em">

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Reference: text-combine-upright, compression of three characters</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="stylesheet" href="support/width-test.css">
<link rel="stylesheet" href="support/tcy.css">
<style>

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: text-combine-upright, compression of three characters</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-combine-compression">
<link rel="match" href="text-combine-upright-compression-003-ref.html">
<meta name="assert" href="text-combine-upright should try applying 'twid' feature if the width is wider than 1em">

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Reference: text-combine-upright, compression of four characters</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="stylesheet" href="support/width-test.css">
<link rel="stylesheet" href="support/tcy.css">
<style>

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: text-combine-upright, compression of four characters</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-combine-compression">
<link rel="match" href="text-combine-upright-compression-004-ref.html">
<meta name="assert" href="text-combine-upright should try applying 'qwid' feature if the width is wider than 1em">

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Reference: text-combine-upright, no compression for single full-width character</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="stylesheet" href="support/width-test.css">
<link rel="stylesheet" href="support/tcy.css">
<style>

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: text-combine-upright, no compression for single full-width character</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-combine-fullwidth">
<link rel="match" href="text-combine-upright-compression-005-ref.html">
<meta name="assert" href="text-combine-upright should not change a single full-width character">

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: text-combine-upright, no compression for single character with full-width transform</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-combine-fullwidth">
<link rel="match" href="text-combine-upright-compression-005-ref.html">
<meta name="assert" href="text-combine-upright should not change a single full-width character">

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Reference: text-combine-upright, compression for two full-width characters</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="stylesheet" href="support/width-test.css">
<link rel="stylesheet" href="support/tcy.css">
<style>

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: text-combine-upright, compression for two full-width characters</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-combine-fullwidth">
<link rel="match" href="text-combine-upright-compression-006-ref.html">
<meta name="assert" href="text-combine-upright should run the reverse of full-width transform before applying compression">

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: text-combine-upright, compression for two characters with full-width transform</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-combine-fullwidth">
<link rel="match" href="text-combine-upright-compression-006-ref.html">
<meta name="assert" href="text-combine-upright should run the reverse of full-width transform before applying compression">

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

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CSS Reference: text-combine-upright: all, fit any number of characters</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="stylesheet" href="support/width-test.css">
<link rel="stylesheet" href="support/tcy.css">
<style>

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

@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<title>CSS Test: text-combine-upright: all, fit any number of characters</title>
<link rel="author" href="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-combine-compression">
<link rel="match" href="text-combine-upright-compression-001-ref.html">
<link rel="match" href="text-combine-upright-compression-007-ref.html">
<meta name="assert" href="text-combine-upright: all should allow any amount of text to be compressed in a 1em square">
<link rel="stylesheet" href="support/width-test.css">
<link rel="stylesheet" href="support/tcy.css">