Move pre_ignorable_whitespace_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 08:47:27 -04:00
parent 6522edae51
commit 70746fc7e6
4 changed files with 25 additions and 1 deletions

View file

@ -269,7 +269,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
== position_relative_stacking_context_contents_a.html position_relative_stacking_context_contents_ref.html == position_relative_stacking_context_contents_a.html position_relative_stacking_context_contents_ref.html
== 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
== 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

View file

@ -683,6 +683,18 @@
"url": "/_mozilla/css/flex_nochild.html" "url": "/_mozilla/css/flex_nochild.html"
} }
], ],
"css/pre_ignorable_whitespace_a.html": [
{
"path": "css/pre_ignorable_whitespace_a.html",
"references": [
[
"/_mozilla/css/pre_ignorable_whitespace_ref.html",
"=="
]
],
"url": "/_mozilla/css/pre_ignorable_whitespace_a.html"
}
],
"css/pre_with_tab.html": [ "css/pre_with_tab.html": [
{ {
"path": "css/pre_with_tab.html", "path": "css/pre_with_tab.html",
@ -3036,6 +3048,18 @@
"url": "/_mozilla/css/flex_nochild.html" "url": "/_mozilla/css/flex_nochild.html"
} }
], ],
"css/pre_ignorable_whitespace_a.html": [
{
"path": "css/pre_ignorable_whitespace_a.html",
"references": [
[
"/_mozilla/css/pre_ignorable_whitespace_ref.html",
"=="
]
],
"url": "/_mozilla/css/pre_ignorable_whitespace_a.html"
}
],
"css/pre_with_tab.html": [ "css/pre_with_tab.html": [
{ {
"path": "css/pre_with_tab.html", "path": "css/pre_with_tab.html",

View file

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<link rel='match' href='pre_ignorable_whitespace_ref.html'>
<body> <body>
<span style="background: yellow; white-space: pre">yaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<span> </span></span> <span style="background: yellow; white-space: pre">yaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<span> </span></span>
</body> </body>