mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Correct the match urls for the white-space tests.
This commit is contained in:
parent
47a8256c2c
commit
f59ef17921
5 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,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/text/white-space/mixed/002.html" type="text/html">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model">
|
||||
<link rel="match" href="reference/white-space-mixed-002-ref.htm">
|
||||
<link rel="match" href="white-space-mixed-002-ref.htm">
|
||||
|
||||
<meta name="flags" content="ahem">
|
||||
|
||||
|
|
|
@ -9,7 +9,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/text/white-space/normal/001.html" type="text/html">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model">
|
||||
<link rel="match" href="reference/white-space-normal-001-ref.htm">
|
||||
<link rel="match" href="white-space-normal-001-ref.htm">
|
||||
|
||||
<meta name="flags" content="ahem">
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>whitespace pre-line basic functionality test</title>
|
||||
<link rel=match href=white-space-pre-line-ref.htm>
|
||||
<style>
|
||||
div { white-space: pre-line; font: 1.25em/1 Ahem; width: 6em }
|
||||
</style>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>whitespace pre-wrap basic functionality test</title>
|
||||
<link rel=match href=white-space-pre-wrap-ref.htm>
|
||||
<style>
|
||||
div { white-space: pre-wrap; font: 1.25em/1 Ahem; width: 6em }
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue