mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Move jumpiness_a.html to wpt reftests.
This commit is contained in:
parent
39efcf7bae
commit
8bb3445565
4 changed files with 25 additions and 1 deletions
|
@ -158,7 +158,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== issue-1324.html issue-1324-ref.html
|
||||
== jpeg_normal.html jpeg_ref.html
|
||||
== jpeg_progressive.html jpeg_ref.html
|
||||
== jumpiness_a.html jumpiness_ref.html
|
||||
== last_child_pseudo_a.html last_child_pseudo_b.html
|
||||
== last_of_type_pseudo_a.html last_of_type_pseudo_b.html
|
||||
== legacy_cellspacing_attribute_a.html border_spacing_ref.html
|
||||
|
|
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/jumpiness_a.html": [
|
||||
{
|
||||
"path": "css/jumpiness_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/jumpiness_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/jumpiness_a.html"
|
||||
}
|
||||
],
|
||||
"css/layerization_z_order_a.html": [
|
||||
{
|
||||
"path": "css/layerization_z_order_a.html",
|
||||
|
@ -3648,6 +3660,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/jumpiness_a.html": [
|
||||
{
|
||||
"path": "css/jumpiness_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/jumpiness_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/jumpiness_a.html"
|
||||
}
|
||||
],
|
||||
"css/layerization_z_order_a.html": [
|
||||
{
|
||||
"path": "css/layerization_z_order_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='jumpiness_ref.html'>
|
||||
<style>
|
||||
body.hello {
|
||||
text-decoration: underline;
|
Loading…
Add table
Add a link
Reference in a new issue