mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move position_abs_width_percentage_a.html to wpt reftests.
This commit is contained in:
parent
076473f537
commit
00310c1216
4 changed files with 25 additions and 1 deletions
|
@ -252,7 +252,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
== position_abs_pseudo_a.html position_abs_pseudo_b.html
|
||||
== position_abs_replaced_simple_a.html position_abs_replaced_simple_b.html
|
||||
== position_abs_static_y_a.html position_abs_static_y_b.html
|
||||
== position_abs_width_percentage_a.html position_abs_width_percentage_b.html
|
||||
# commented out because multiple layers don't work with reftests --pcwalton
|
||||
# == position_fixed_a.html position_fixed_b.html
|
||||
# == position_fixed_simple_a.html position_fixed_simple_b.html
|
||||
|
|
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/position_abs_width_percentage_a.html": [
|
||||
{
|
||||
"path": "css/position_abs_width_percentage_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/position_abs_width_percentage_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/position_abs_width_percentage_a.html"
|
||||
}
|
||||
],
|
||||
"css/position_fixed_background_color_a.html": [
|
||||
{
|
||||
"path": "css/position_fixed_background_color_a.html",
|
||||
|
@ -3156,6 +3168,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/position_abs_width_percentage_a.html": [
|
||||
{
|
||||
"path": "css/position_abs_width_percentage_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/position_abs_width_percentage_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/position_abs_width_percentage_a.html"
|
||||
}
|
||||
],
|
||||
"css/position_fixed_background_color_a.html": [
|
||||
{
|
||||
"path": "css/position_fixed_background_color_a.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel='match' href='position_abs_width_percentage_b.html'>
|
||||
<style>
|
||||
#first {
|
||||
position: relative;
|
Loading…
Add table
Add a link
Reference in a new issue