mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Move inline_element_border_a.html to wpt reftests.
This commit is contained in:
parent
9673d81618
commit
ca6c655497
4 changed files with 25 additions and 1 deletions
|
@ -141,7 +141,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== inline_block_with_margin_a.html inline_block_with_margin_ref.html
|
||||
# inline_border_a.html inline_border_b.html
|
||||
== inline_border_baseline_a.html inline_border_baseline_ref.html
|
||||
== inline_element_border_a.html inline_element_border_ref.html
|
||||
== inline_hypothetical_box_a.html inline_hypothetical_box_ref.html
|
||||
== inline_margin_multiple_fragments_a.html inline_margin_multiple_fragments_ref.html
|
||||
== inline_margins_intrinsic_size_a.html inline_margins_intrinsic_size_ref.html
|
||||
|
|
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/inline_element_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_element_border_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_element_border_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_element_border_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_margins_a.html": [
|
||||
{
|
||||
"path": "css/inline_margins_a.html",
|
||||
|
@ -3696,6 +3708,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/inline_element_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_element_border_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_element_border_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_element_border_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_margins_a.html": [
|
||||
{
|
||||
"path": "css/inline_margins_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='match' href='inline_element_border_ref.html'>
|
||||
<style type="text/css">
|
||||
.large-border {
|
||||
border-left: 100px solid red;
|
Loading…
Add table
Add a link
Reference in a new issue