mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move inset.html to wpt reftests.
This commit is contained in:
parent
e35846eb36
commit
c10eecf671
5 changed files with 25 additions and 1 deletions
|
@ -149,7 +149,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== input_button_margins_a.html input_button_margins_ref.html
|
||||
== input_button_size_a.html input_button_size_ref.html
|
||||
!= input_height_a.html input_height_ref.html
|
||||
== inset.html inset_ref.html
|
||||
!= inset_blackborder.html blackborder_ref.html
|
||||
== jpeg_normal.html jpeg_ref.html
|
||||
== jpeg_progressive.html jpeg_ref.html
|
||||
|
|
|
@ -731,6 +731,18 @@
|
|||
"url": "/_mozilla/css/inline_padding_a.html"
|
||||
}
|
||||
],
|
||||
"css/inset.html": [
|
||||
{
|
||||
"path": "css/inset.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inset_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inset.html"
|
||||
}
|
||||
],
|
||||
"css/issue-1324.html": [
|
||||
{
|
||||
"path": "css/issue-1324.html",
|
||||
|
@ -3780,6 +3792,18 @@
|
|||
"url": "/_mozilla/css/inline_padding_a.html"
|
||||
}
|
||||
],
|
||||
"css/inset.html": [
|
||||
{
|
||||
"path": "css/inset.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inset_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inset.html"
|
||||
}
|
||||
],
|
||||
"css/issue-1324.html": [
|
||||
{
|
||||
"path": "css/issue-1324.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='inset_ref.html'>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 315 B |
Loading…
Add table
Add a link
Reference in a new issue