mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move text_decoration_cached.html to wpt reftests.
This commit is contained in:
parent
5bf38ab538
commit
731c1a491c
4 changed files with 25 additions and 1 deletions
|
@ -319,7 +319,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
== table_percentage_capping_a.html table_percentage_capping_ref.html
|
||||
== table_percentage_width_a.html table_percentage_width_ref.html
|
||||
== table_preferred_width_a.html table_preferred_width_ref.html
|
||||
== text_decoration_cached.html text_decoration_cached_ref.html
|
||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
||||
|
|
|
@ -699,6 +699,18 @@
|
|||
"url": "/_mozilla/css/text_align_start_end.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_cached.html": [
|
||||
{
|
||||
"path": "css/text_decoration_cached.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_decoration_cached_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_decoration_cached.html"
|
||||
}
|
||||
],
|
||||
"css/text_indent_a.html": [
|
||||
{
|
||||
"path": "css/text_indent_a.html",
|
||||
|
@ -2456,6 +2468,18 @@
|
|||
"url": "/_mozilla/css/text_align_start_end.html"
|
||||
}
|
||||
],
|
||||
"css/text_decoration_cached.html": [
|
||||
{
|
||||
"path": "css/text_decoration_cached.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/text_decoration_cached_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/text_decoration_cached.html"
|
||||
}
|
||||
],
|
||||
"css/text_indent_a.html": [
|
||||
{
|
||||
"path": "css/text_indent_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='text_decoration_cached_ref.html'>
|
||||
<meta charset="UTF-8">
|
||||
<title>text-decoration cache test</title>
|
||||
<style>
|
Loading…
Add table
Add a link
Reference in a new issue