Move inline_whitespace_a.html and inline_whitespace_b.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-10 12:15:38 +01:00
parent 3ed4e62057
commit 17376dd96b
5 changed files with 50 additions and 2 deletions

View file

@ -35,8 +35,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html == iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
# inline_border_a.html inline_border_b.html # inline_border_a.html inline_border_b.html
== inline_whitespace_a.html inline_whitespace_ref.html
== inline_whitespace_b.html inline_whitespace_ref.html
!= input_height_a.html input_height_ref.html != input_height_a.html input_height_ref.html
!= inset_blackborder.html blackborder_ref.html != inset_blackborder.html blackborder_ref.html
== jpeg_normal.html jpeg_ref.html == jpeg_normal.html jpeg_ref.html

View file

@ -2075,6 +2075,30 @@
"url": "/_mozilla/css/inline_text_align_a.html" "url": "/_mozilla/css/inline_text_align_a.html"
} }
], ],
"css/inline_whitespace_a.html": [
{
"path": "css/inline_whitespace_a.html",
"references": [
[
"/_mozilla/css/inline_whitespace_ref.html",
"=="
]
],
"url": "/_mozilla/css/inline_whitespace_a.html"
}
],
"css/inline_whitespace_b.html": [
{
"path": "css/inline_whitespace_b.html",
"references": [
[
"/_mozilla/css/inline_whitespace_ref.html",
"=="
]
],
"url": "/_mozilla/css/inline_whitespace_b.html"
}
],
"css/input_button_margins_a.html": [ "css/input_button_margins_a.html": [
{ {
"path": "css/input_button_margins_a.html", "path": "css/input_button_margins_a.html",
@ -7056,6 +7080,30 @@
"url": "/_mozilla/css/inline_text_align_a.html" "url": "/_mozilla/css/inline_text_align_a.html"
} }
], ],
"css/inline_whitespace_a.html": [
{
"path": "css/inline_whitespace_a.html",
"references": [
[
"/_mozilla/css/inline_whitespace_ref.html",
"=="
]
],
"url": "/_mozilla/css/inline_whitespace_a.html"
}
],
"css/inline_whitespace_b.html": [
{
"path": "css/inline_whitespace_b.html",
"references": [
[
"/_mozilla/css/inline_whitespace_ref.html",
"=="
]
],
"url": "/_mozilla/css/inline_whitespace_b.html"
}
],
"css/input_button_margins_a.html": [ "css/input_button_margins_a.html": [
{ {
"path": "css/input_button_margins_a.html", "path": "css/input_button_margins_a.html",

View file

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<link rel="stylesheet" type="text/css" href="css/ahem.css"> <link rel="stylesheet" type="text/css" href="css/ahem.css">
<link rel=match href=inline_whitespace_ref.html>
<style type="text/css"> <style type="text/css">
body { body {
background-color: #f6f6f6; background-color: #f6f6f6;

View file

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<link rel="stylesheet" type="text/css" href="css/ahem.css"> <link rel="stylesheet" type="text/css" href="css/ahem.css">
<link rel=match href=inline_whitespace_ref.html>
<style type="text/css"> <style type="text/css">
body { body {
background-color: #f6f6f6; background-color: #f6f6f6;