Move pre_with_tab.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 08:43:41 -04:00
parent 2ba76519e1
commit 6522edae51
5 changed files with 25 additions and 2 deletions

View file

@ -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_vertical_percentage_overflow_a.html position_relative_vertical_percentage_overflow_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_without_style_a.html root_display_ref.html
# text_decoration_propagation_a.html text_decoration_propagation_b.html

View file

@ -1 +0,0 @@
<html><body><pre> tab</pre></body></html>

View file

@ -683,6 +683,18 @@
"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": [
{
"path": "css/pseudo_content_with_layers.html",
@ -3024,6 +3036,18 @@
"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": [
{
"path": "css/pseudo_content_with_layers.html",

View file

@ -0,0 +1 @@
<html><link rel='match' href='pre_with_tab_ref.html'><body><pre> tab</pre></body></html>