mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move clip_a.html to wpt reftests.
This commit is contained in:
parent
468df737d2
commit
cee4879dd1
4 changed files with 25 additions and 1 deletions
|
@ -34,7 +34,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
|
||||
== case-insensitive-font-family.html case-insensitive-font-family-ref.html
|
||||
== clear_generated_content_table_a.html clear_generated_content_table_ref.html
|
||||
== clip_a.html clip_ref.html
|
||||
== counters_simple_a.html counters_simple_ref.html
|
||||
== empty_cells_a.html empty_cells_ref.html
|
||||
== filter_opacity_a.html filter_opacity_ref.html
|
||||
|
|
|
@ -803,6 +803,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/clip_a.html": [
|
||||
{
|
||||
"path": "css/clip_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/clip_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/clip_a.html"
|
||||
}
|
||||
],
|
||||
"css/counters_nested_a.html": [
|
||||
{
|
||||
"path": "css/counters_nested_a.html",
|
||||
|
@ -5076,6 +5088,18 @@
|
|||
"url": "/_mozilla/css/class-namespaces.html"
|
||||
}
|
||||
],
|
||||
"css/clip_a.html": [
|
||||
{
|
||||
"path": "css/clip_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/clip_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/clip_a.html"
|
||||
}
|
||||
],
|
||||
"css/counters_nested_a.html": [
|
||||
{
|
||||
"path": "css/counters_nested_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='clip_ref.html'>
|
||||
<!-- Tests that various `clip` values per CSS 2.1 work. -->
|
||||
<style>
|
||||
section {
|
Loading…
Add table
Add a link
Reference in a new issue