mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move borders_a.html to wpt reftests.
This commit is contained in:
parent
8838133abe
commit
5b08ac9ca9
5 changed files with 25 additions and 1 deletions
|
@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
|
|
||||||
== acid2_noscroll.html acid2_ref_broken.html
|
== acid2_noscroll.html acid2_ref_broken.html
|
||||||
flaky_cpu == append_style_a.html append_style_b.html
|
flaky_cpu == append_style_a.html append_style_b.html
|
||||||
== borders_a.html borders_b.html
|
|
||||||
!= box_shadow_blur_a.html box_shadow_blur_ref.html
|
!= box_shadow_blur_a.html box_shadow_blur_ref.html
|
||||||
== box_shadow_default_color_a.html box_shadow_default_color_ref.html
|
== box_shadow_default_color_a.html box_shadow_default_color_ref.html
|
||||||
== box_shadow_inset_a.html box_shadow_inset_ref.html
|
== box_shadow_inset_a.html box_shadow_inset_ref.html
|
||||||
|
|
|
@ -839,6 +839,18 @@
|
||||||
"url": "/_mozilla/css/border_style_none_a.html"
|
"url": "/_mozilla/css/border_style_none_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/borders_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/borders_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/borders_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/borders_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/box_shadow_bg.html": [
|
"css/box_shadow_bg.html": [
|
||||||
{
|
{
|
||||||
"path": "css/box_shadow_bg.html",
|
"path": "css/box_shadow_bg.html",
|
||||||
|
@ -5400,6 +5412,18 @@
|
||||||
"url": "/_mozilla/css/border_style_none_a.html"
|
"url": "/_mozilla/css/border_style_none_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/borders_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/borders_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/borders_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/borders_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/box_shadow_bg.html": [
|
"css/box_shadow_bg.html": [
|
||||||
{
|
{
|
||||||
"path": "css/box_shadow_bg.html",
|
"path": "css/box_shadow_bg.html",
|
||||||
|
|
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 8 KiB |
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=match href=borders_b.html>
|
||||||
<style>
|
<style>
|
||||||
#none{
|
#none{
|
||||||
border-style: none;
|
border-style: none;
|
Loading…
Add table
Add a link
Reference in a new issue