mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
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:
commit
662ff9b8c2
5 changed files with 5 additions and 3 deletions
|
@ -8490,4 +8490,4 @@
|
||||||
"rev": null,
|
"rev": null,
|
||||||
"url_base": "/_mozilla/",
|
"url_base": "/_mozilla/",
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
|
@ -9,7 +9,7 @@
|
||||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-06-29 -->
|
<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="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="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">
|
<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="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="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="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">
|
<meta name="flags" content="ahem">
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>whitespace pre-line basic functionality test</title>
|
<title>whitespace pre-line basic functionality test</title>
|
||||||
|
<link rel=match href=white-space-pre-line-ref.htm>
|
||||||
<style>
|
<style>
|
||||||
div { white-space: pre-line; font: 1.25em/1 Ahem; width: 6em }
|
div { white-space: pre-line; font: 1.25em/1 Ahem; width: 6em }
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>whitespace pre-wrap basic functionality test</title>
|
<title>whitespace pre-wrap basic functionality test</title>
|
||||||
|
<link rel=match href=white-space-pre-wrap-ref.htm>
|
||||||
<style>
|
<style>
|
||||||
div { white-space: pre-wrap; font: 1.25em/1 Ahem; width: 6em }
|
div { white-space: pre-wrap; font: 1.25em/1 Ahem; width: 6em }
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue