mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move position_abs_margin_top_percentage_a.html to wpt reftests.
This commit is contained in:
parent
4ae8c37a96
commit
25772fc304
4 changed files with 25 additions and 1 deletions
|
@ -246,7 +246,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== png_rgba_colorspace_a.html png_rgba_colorspace_b.html
|
== png_rgba_colorspace_a.html png_rgba_colorspace_b.html
|
||||||
== position_abs_cb_with_non_cb_kid_a.html position_abs_cb_with_non_cb_kid_b.html
|
== position_abs_cb_with_non_cb_kid_a.html position_abs_cb_with_non_cb_kid_b.html
|
||||||
== position_abs_height_width_a.html position_abs_height_width_b.html
|
== position_abs_height_width_a.html position_abs_height_width_b.html
|
||||||
== position_abs_margin_top_percentage_a.html position_abs_margin_top_percentage_b.html
|
|
||||||
# commented out because multiple layers don't work with reftests --pcwalton
|
# commented out because multiple layers don't work with reftests --pcwalton
|
||||||
# == position_fixed_a.html position_fixed_b.html
|
# == position_fixed_a.html position_fixed_b.html
|
||||||
# == position_fixed_simple_a.html position_fixed_simple_b.html
|
# == position_fixed_simple_a.html position_fixed_simple_b.html
|
||||||
|
|
|
@ -695,6 +695,18 @@
|
||||||
"url": "/_mozilla/css/position_abs_left_a.html"
|
"url": "/_mozilla/css/position_abs_left_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/position_abs_margin_top_percentage_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/position_abs_margin_top_percentage_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/position_abs_margin_top_percentage_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/position_abs_margin_top_percentage_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/position_abs_nested_a.html": [
|
"css/position_abs_nested_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/position_abs_nested_a.html",
|
"path": "css/position_abs_nested_a.html",
|
||||||
|
@ -3240,6 +3252,18 @@
|
||||||
"url": "/_mozilla/css/position_abs_left_a.html"
|
"url": "/_mozilla/css/position_abs_left_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/position_abs_margin_top_percentage_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/position_abs_margin_top_percentage_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/position_abs_margin_top_percentage_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/position_abs_margin_top_percentage_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/position_abs_nested_a.html": [
|
"css/position_abs_nested_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/position_abs_nested_a.html",
|
"path": "css/position_abs_nested_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='position_abs_margin_top_percentage_b.html'>
|
||||||
<style>
|
<style>
|
||||||
#first {
|
#first {
|
||||||
position: relative;
|
position: relative;
|
Loading…
Add table
Add a link
Reference in a new issue