Auto merge of #8185 - Ms2ger:white-space, r=frewsxcv

Correct the match urls for the white-space tests.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8185)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-10-25 10:12:20 -05:00
commit 662ff9b8c2
5 changed files with 5 additions and 3 deletions

View file

@ -8490,4 +8490,4 @@
"rev": null,
"url_base": "/_mozilla/",
"version": 2
}
}

View file

@ -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">

View file

@ -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">

View file

@ -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>

View file

@ -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>