Move borders_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-10-27 13:32:29 +01:00
parent 8838133abe
commit 5b08ac9ca9
5 changed files with 25 additions and 1 deletions

View file

@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
== acid2_noscroll.html acid2_ref_broken.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_default_color_a.html box_shadow_default_color_ref.html
== box_shadow_inset_a.html box_shadow_inset_ref.html

View file

@ -839,6 +839,18 @@
"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": [
{
"path": "css/box_shadow_bg.html",
@ -5400,6 +5412,18 @@
"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": [
{
"path": "css/box_shadow_bg.html",

View file

Before

Width:  |  Height:  |  Size: 8 KiB

After

Width:  |  Height:  |  Size: 8 KiB

Before After
Before After

View file

@ -1,6 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<link rel=match href=borders_b.html>
<style>
#none{
border-style: none;