mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move inline_whitespace_a.html and inline_whitespace_b.html to wpt reftests.
This commit is contained in:
parent
3ed4e62057
commit
17376dd96b
5 changed files with 50 additions and 2 deletions
|
@ -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
|
||||
|
||||
# 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
|
||||
!= inset_blackborder.html blackborder_ref.html
|
||||
== jpeg_normal.html jpeg_ref.html
|
||||
|
|
|
@ -2075,6 +2075,30 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/input_button_margins_a.html",
|
||||
|
@ -7056,6 +7080,30 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/input_button_margins_a.html",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<link rel=match href=inline_whitespace_ref.html>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #f6f6f6;
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<link rel=match href=inline_whitespace_ref.html>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #f6f6f6;
|
Loading…
Add table
Add a link
Reference in a new issue