mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move blur_a.html to wpt reftests.
This commit is contained in:
parent
cd9fc225f5
commit
1f921c367a
4 changed files with 25 additions and 1 deletions
|
@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
== acid1_a.html acid1_b.html
|
== acid1_a.html acid1_b.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
|
||||||
!= blur_a.html blur_ref.html
|
|
||||||
!= border_black_groove.html border_black_solid.html
|
!= border_black_groove.html border_black_solid.html
|
||||||
!= border_black_ridge.html border_black_groove.html
|
!= border_black_ridge.html border_black_groove.html
|
||||||
!= border_black_ridge.html border_black_solid.html
|
!= border_black_ridge.html border_black_solid.html
|
||||||
|
|
|
@ -595,6 +595,18 @@
|
||||||
"url": "/_mozilla/css/block_replaced_content_b.html"
|
"url": "/_mozilla/css/block_replaced_content_b.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/blur_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/blur_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/blur_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/blur_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/class-namespaces.html": [
|
"css/class-namespaces.html": [
|
||||||
{
|
{
|
||||||
"path": "css/class-namespaces.html",
|
"path": "css/class-namespaces.html",
|
||||||
|
@ -2716,6 +2728,18 @@
|
||||||
"url": "/_mozilla/css/block_replaced_content_b.html"
|
"url": "/_mozilla/css/block_replaced_content_b.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/blur_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/blur_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/blur_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/blur_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/class-namespaces.html": [
|
"css/class-namespaces.html": [
|
||||||
{
|
{
|
||||||
"path": "css/class-namespaces.html",
|
"path": "css/class-namespaces.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=mismatch href=blur_ref.html>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
div {
|
div {
|
||||||
width: 200px;
|
width: 200px;
|
Loading…
Add table
Add a link
Reference in a new issue