Bug 1514952 [wpt PR 14574] - [css-text] Improve metadata, a=testonly

Automatic update from web-platform-tests
[css-text] Improve metadata

Fix rel=help link, and rephrase assert.

--

wpt-commits: 209cda5499c72e49d4ad1a52816e9aaf1d9085e4
wpt-pr: 14574
This commit is contained in:
Florian Rivoal 2018-12-19 12:10:16 +00:00 committed by James Graham
parent ad1f3d5be9
commit e49d91c915

View File

@ -2,10 +2,10 @@
<meta charset="utf-8">
<title>CSS Text Test: overflow-wrap: break-word with fit-content</title>
<link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
<link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
<link rel="help" href="http://www.w3.org/TR/css-text-3/#overflow-wrap-property">
<meta name="flags" content="">
<link rel="match" href="reference/overflow-wrap-break-word-fit-content-001.html">
<meta name="assert" content="The 'overflow-wrap: break-word' must not break surrogate pairs">
<meta name="assert" content="The 'overflow-wrap: break-word' must not break non-BMP characters (which might be represented as surrogate pairs internally)">
<style>
.test {
display: inline-block;