mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Move text_overflow_basic_a.html to wpt reftests.
This commit is contained in:
parent
7c4b2aa754
commit
1fc2989fa6
4 changed files with 25 additions and 1 deletions
|
@ -615,6 +615,18 @@
|
|||
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_overflow_basic_a.html": [
|
||||
{
|
||||
"path": "css/text_overflow_basic_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_overflow_basic_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_overflow_basic_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_shadow_blur_a.html": [
|
||||
{
|
||||
"path": "css/text_shadow_blur_a.html",
|
||||
|
@ -2204,6 +2216,18 @@
|
|||
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_overflow_basic_a.html": [
|
||||
{
|
||||
"path": "css/text_overflow_basic_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_overflow_basic_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_overflow_basic_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_shadow_blur_a.html": [
|
||||
{
|
||||
"path": "css/text_shadow_blur_a.html",
|
||||
|
|
16
tests/wpt/mozilla/tests/css/text_overflow_basic_a.html
Normal file
16
tests/wpt/mozilla/tests/css/text_overflow_basic_a.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='text_overflow_basic_ref.html'>
|
||||
<style>
|
||||
section {
|
||||
border: solid black 1px;
|
||||
width: 10em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<section>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>asdf asdf asdf</section>
|
||||
</body>
|
||||
</html>
|
||||
|
15
tests/wpt/mozilla/tests/css/text_overflow_basic_ref.html
Normal file
15
tests/wpt/mozilla/tests/css/text_overflow_basic_ref.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
section {
|
||||
border: solid black 1px;
|
||||
width: 10em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<section>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx asdf asdf asdf</section>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue