mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Move pre_with_tab.html to wpt reftests.
This commit is contained in:
parent
2ba76519e1
commit
6522edae51
5 changed files with 25 additions and 2 deletions
|
@ -270,7 +270,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== position_relative_top_percentage_a.html position_relative_top_percentage_b.html
|
== position_relative_top_percentage_a.html position_relative_top_percentage_b.html
|
||||||
== position_relative_vertical_percentage_overflow_a.html position_relative_vertical_percentage_overflow_ref.html
|
== position_relative_vertical_percentage_overflow_a.html position_relative_vertical_percentage_overflow_ref.html
|
||||||
== pre_ignorable_whitespace_a.html pre_ignorable_whitespace_ref.html
|
== pre_ignorable_whitespace_a.html pre_ignorable_whitespace_ref.html
|
||||||
== pre_with_tab.html pre_with_tab_ref.html
|
|
||||||
== root_display_inline_a.html root_display_ref.html
|
== root_display_inline_a.html root_display_ref.html
|
||||||
== root_display_without_style_a.html root_display_ref.html
|
== root_display_without_style_a.html root_display_ref.html
|
||||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
<html><body><pre> tab</pre></body></html>
|
|
|
@ -683,6 +683,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/pre_with_tab.html": [
|
||||||
|
{
|
||||||
|
"path": "css/pre_with_tab.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/pre_with_tab_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/pre_with_tab.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/pseudo_content_with_layers.html": [
|
"css/pseudo_content_with_layers.html": [
|
||||||
{
|
{
|
||||||
"path": "css/pseudo_content_with_layers.html",
|
"path": "css/pseudo_content_with_layers.html",
|
||||||
|
@ -3024,6 +3036,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/pre_with_tab.html": [
|
||||||
|
{
|
||||||
|
"path": "css/pre_with_tab.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/pre_with_tab_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/pre_with_tab.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/pseudo_content_with_layers.html": [
|
"css/pseudo_content_with_layers.html": [
|
||||||
{
|
{
|
||||||
"path": "css/pseudo_content_with_layers.html",
|
"path": "css/pseudo_content_with_layers.html",
|
||||||
|
|
1
tests/wpt/mozilla/tests/css/pre_with_tab.html
Normal file
1
tests/wpt/mozilla/tests/css/pre_with_tab.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<html><link rel='match' href='pre_with_tab_ref.html'><body><pre> tab</pre></body></html>
|
Loading…
Add table
Add a link
Reference in a new issue