mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move inline_background_a.html to wpt reftests.
This commit is contained in:
parent
32a91bc656
commit
7d376bfe81
4 changed files with 25 additions and 1 deletions
|
@ -34,7 +34,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== iframe/stacking_context.html iframe/stacking_context_ref.html
|
||||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||
|
||||
!= inline_background_a.html inline_background_ref.html
|
||||
== inline_block_margin_auto_a.html inline_block_margin_auto_ref.html
|
||||
== inline_block_parent_width.html inline_block_parent_width_ref.html
|
||||
== inline_block_parent_width_percentage.html inline_block_parent_width_ref.html
|
||||
|
|
|
@ -1763,6 +1763,18 @@
|
|||
"url": "/_mozilla/css/inline_absolute_out_of_flow_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_background_a.html": [
|
||||
{
|
||||
"path": "css/inline_background_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_background_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_background_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_baseline_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_baseline_a.html",
|
||||
|
@ -6696,6 +6708,18 @@
|
|||
"url": "/_mozilla/css/inline_absolute_out_of_flow_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_background_a.html": [
|
||||
{
|
||||
"path": "css/inline_background_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_background_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_background_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_baseline_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_baseline_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<link rel=mismatch href=inline_background_ref.html>
|
||||
<style type="text/css">
|
||||
.white {
|
||||
color: white;
|
Loading…
Add table
Add a link
Reference in a new issue