mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove erroneous <link rel="match"> tags in some Mozilla tests
This commit is contained in:
parent
1c28f5fa7f
commit
25e8bf69e6
3 changed files with 14 additions and 30 deletions
|
@ -6714,30 +6714,6 @@
|
|||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/deferred-paint-ref.html": [
|
||||
[
|
||||
"/_mozilla/css/deferred-paint-ref.html",
|
||||
[
|
||||
[
|
||||
"/_mozilla/css/deferred-paint-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/table_valign_presentational_hint_ref.html": [
|
||||
[
|
||||
"/_mozilla/css/table_valign_presentational_hint_ref.html",
|
||||
[
|
||||
[
|
||||
"/_mozilla/css/table_valign_presentational_hint_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
]
|
||||
},
|
||||
"support": {
|
||||
|
@ -7381,6 +7357,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/deferred-paint-ref.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/direction_style_caching_ref.html": [
|
||||
[
|
||||
{}
|
||||
|
@ -9116,6 +9097,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/table_valign_presentational_hint_ref.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/table_vertical_align_absolute_ref.html": [
|
||||
[
|
||||
{}
|
||||
|
@ -20992,8 +20978,8 @@
|
|||
"support"
|
||||
],
|
||||
"css/deferred-paint-ref.html": [
|
||||
"93956251a11323321fe8b64d5a5de8d218994670",
|
||||
"reftest_node"
|
||||
"f1e7c5f4d65637df18ba3d9a363f5de2205364bb",
|
||||
"support"
|
||||
],
|
||||
"css/deferred-paint.html": [
|
||||
"f13aa73f06873575763ea926fbfac3d3f79dacff",
|
||||
|
@ -23792,8 +23778,8 @@
|
|||
"reftest"
|
||||
],
|
||||
"css/table_valign_presentational_hint_ref.html": [
|
||||
"c635e02c974e9d678aa79a0760e993ae8c92abf1",
|
||||
"reftest_node"
|
||||
"47a0c88951354f44853418e101d1f6e56a3843ec",
|
||||
"support"
|
||||
],
|
||||
"css/table_vertical_align_absolute_a.html": [
|
||||
"f749a3381382d06cd94a095a97feb6a971c6ce46",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS test reference</title>
|
||||
<link rel="match" href="deferred-paint-ref.html">
|
||||
<style>
|
||||
.container div {
|
||||
width: 50px;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<link rel="match" href="table_valign_presentational_hint_ref.html">
|
||||
<table>
|
||||
<tr style="vertical-align: top">
|
||||
<td>Hello<br>world</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue