Move inline_hypothetical_box_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent 21d6bccf62
commit d1b3e098cd
4 changed files with 25 additions and 1 deletions

View file

@ -137,7 +137,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
== inline_block_parent_width_percentage.html inline_block_parent_width_ref.html
== inline_block_stacking_context_a.html inline_block_stacking_context_ref.html
# inline_border_a.html inline_border_b.html
== inline_hypothetical_box_a.html inline_hypothetical_box_ref.html
== inline_margin_multiple_fragments_a.html inline_margin_multiple_fragments_ref.html
== inline_whitespace_a.html inline_whitespace_ref.html
== inline_whitespace_b.html inline_whitespace_ref.html

View file

@ -743,6 +743,18 @@
"url": "/_mozilla/css/inline_element_border_a.html"
}
],
"css/inline_hypothetical_box_a.html": [
{
"path": "css/inline_hypothetical_box_a.html",
"references": [
[
"/_mozilla/css/inline_hypothetical_box_ref.html",
"=="
]
],
"url": "/_mozilla/css/inline_hypothetical_box_a.html"
}
],
"css/inline_margins_a.html": [
{
"path": "css/inline_margins_a.html",
@ -4236,6 +4248,18 @@
"url": "/_mozilla/css/inline_element_border_a.html"
}
],
"css/inline_hypothetical_box_a.html": [
{
"path": "css/inline_hypothetical_box_a.html",
"references": [
[
"/_mozilla/css/inline_hypothetical_box_ref.html",
"=="
]
],
"url": "/_mozilla/css/inline_hypothetical_box_a.html"
}
],
"css/inline_margins_a.html": [
{
"path": "css/inline_margins_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='inline_hypothetical_box_ref.html'>
<style>
.a {
position: relative;