mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move whitespace_pre.html to wpt reftests.
This commit is contained in:
parent
7446c95c35
commit
58fd304169
4 changed files with 25 additions and 1 deletions
|
@ -2135,6 +2135,18 @@
|
|||
"url": "/_mozilla/css/whitespace_nowrap_line_breaking_a.html"
|
||||
}
|
||||
],
|
||||
"css/whitespace_pre.html": [
|
||||
{
|
||||
"path": "css/whitespace_pre.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/whitespace_pre_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/whitespace_pre.html"
|
||||
}
|
||||
],
|
||||
"css/word-spacing.html": [
|
||||
{
|
||||
"path": "css/word-spacing.html",
|
||||
|
@ -5004,6 +5016,18 @@
|
|||
"url": "/_mozilla/css/whitespace_nowrap_line_breaking_a.html"
|
||||
}
|
||||
],
|
||||
"css/whitespace_pre.html": [
|
||||
{
|
||||
"path": "css/whitespace_pre.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/whitespace_pre_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/whitespace_pre.html"
|
||||
}
|
||||
],
|
||||
"css/word-spacing.html": [
|
||||
{
|
||||
"path": "css/word-spacing.html",
|
||||
|
|
17
tests/wpt/mozilla/tests/css/whitespace_pre.html
Normal file
17
tests/wpt/mozilla/tests/css/whitespace_pre.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='whitespace_pre_ref.html'>
|
||||
<title>whitespace pre test</title>
|
||||
<style>
|
||||
div { white-space: pre; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div>a
|
||||
b
|
||||
c</div>
|
||||
|
||||
</body>
|
||||
</html>
|
13
tests/wpt/mozilla/tests/css/whitespace_pre_ref.html
Normal file
13
tests/wpt/mozilla/tests/css/whitespace_pre_ref.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>whitespace pre test</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div>a</div>
|
||||
<div> b</div>
|
||||
<div>c</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue