mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move abs_rel_explicit_height.html to wpt reftests.
This commit is contained in:
parent
bd27740ebf
commit
4b9ffeca03
4 changed files with 26 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
||||||
# Should be == with expected failure:
|
# Should be == with expected failure:
|
||||||
fragment=top != ../html/acid2.html acid2_ref.html
|
fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
|
|
||||||
== abs_rel_explicit_height.html abs_rel_explicit_height_ref.html
|
|
||||||
== absolute_hypothetical_with_intervening_inline_block_a.html absolute_hypothetical_with_intervening_inline_block_ref.html
|
== absolute_hypothetical_with_intervening_inline_block_a.html absolute_hypothetical_with_intervening_inline_block_ref.html
|
||||||
== absolute_inline_containing_block_a.html absolute_inline_containing_block_ref.html
|
== absolute_inline_containing_block_a.html absolute_inline_containing_block_ref.html
|
||||||
== absolute_table.html absolute_table_ref.html
|
== absolute_table.html absolute_table_ref.html
|
||||||
|
|
|
@ -27,6 +27,18 @@
|
||||||
"url": "/_mozilla/css/abs_float_pref_width.html"
|
"url": "/_mozilla/css/abs_float_pref_width.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/abs_rel_explicit_height.html": [
|
||||||
|
{
|
||||||
|
"path": "css/abs_rel_explicit_height.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/abs_rel_explicit_height_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/abs_rel_explicit_height.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/absolute_clipping_of_own_contents.html": [
|
"css/absolute_clipping_of_own_contents.html": [
|
||||||
{
|
{
|
||||||
"path": "css/absolute_clipping_of_own_contents.html",
|
"path": "css/absolute_clipping_of_own_contents.html",
|
||||||
|
@ -884,6 +896,18 @@
|
||||||
"url": "/_mozilla/css/abs_float_pref_width.html"
|
"url": "/_mozilla/css/abs_float_pref_width.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/abs_rel_explicit_height.html": [
|
||||||
|
{
|
||||||
|
"path": "css/abs_rel_explicit_height.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/abs_rel_explicit_height_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/abs_rel_explicit_height.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/absolute_clipping_of_own_contents.html": [
|
"css/absolute_clipping_of_own_contents.html": [
|
||||||
{
|
{
|
||||||
"path": "css/absolute_clipping_of_own_contents.html",
|
"path": "css/absolute_clipping_of_own_contents.html",
|
||||||
|
@ -1154,4 +1178,4 @@
|
||||||
"rev": null,
|
"rev": null,
|
||||||
"url_base": "/_mozilla/",
|
"url_base": "/_mozilla/",
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=match href=abs_rel_explicit_height_ref.html>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue