mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move position_relative_top_percentage_a.html to wpt reftests.
This commit is contained in:
parent
d2a27ee9bf
commit
98387ffc7c
4 changed files with 25 additions and 1 deletions
|
@ -267,7 +267,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== position_relative_painting_order_a.html position_relative_painting_order_ref.html
|
== position_relative_painting_order_a.html position_relative_painting_order_ref.html
|
||||||
== position_relative_stacking_context_a.html position_relative_stacking_context_ref.html
|
== position_relative_stacking_context_a.html position_relative_stacking_context_ref.html
|
||||||
== position_relative_stacking_context_contents_a.html position_relative_stacking_context_contents_ref.html
|
== position_relative_stacking_context_contents_a.html position_relative_stacking_context_contents_ref.html
|
||||||
== position_relative_top_percentage_a.html position_relative_top_percentage_b.html
|
|
||||||
== root_display_inline_a.html root_display_ref.html
|
== root_display_inline_a.html root_display_ref.html
|
||||||
== root_display_without_style_a.html root_display_ref.html
|
== root_display_without_style_a.html root_display_ref.html
|
||||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||||
|
|
|
@ -683,6 +683,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/position_relative_top_percentage_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/position_relative_top_percentage_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/position_relative_top_percentage_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/position_relative_top_percentage_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/position_relative_vertical_percentage_overflow_a.html": [
|
"css/position_relative_vertical_percentage_overflow_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/position_relative_vertical_percentage_overflow_a.html",
|
"path": "css/position_relative_vertical_percentage_overflow_a.html",
|
||||||
|
@ -3060,6 +3072,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/position_relative_top_percentage_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/position_relative_top_percentage_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/position_relative_top_percentage_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/position_relative_top_percentage_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/position_relative_vertical_percentage_overflow_a.html": [
|
"css/position_relative_vertical_percentage_overflow_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/position_relative_vertical_percentage_overflow_a.html",
|
"path": "css/position_relative_vertical_percentage_overflow_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='position_relative_top_percentage_b.html'>
|
||||||
<style>
|
<style>
|
||||||
#first {
|
#first {
|
||||||
width: 100px;
|
width: 100px;
|
Loading…
Add table
Add a link
Reference in a new issue