Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use wptrunner for some old-style reftests. #8050

Merged
merged 6 commits into from Oct 16, 2015

Move blur_a.html to wpt reftests.

  • Loading branch information
Ms2ger committed Oct 16, 2015
commit 1f921c367a63692aee4dab9ae0335963ab74523b
@@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
== acid1_a.html acid1_b.html
== acid2_noscroll.html acid2_ref_broken.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_ridge.html border_black_groove.html
!= border_black_ridge.html border_black_solid.html
@@ -595,6 +595,18 @@
"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": [
{
"path": "css/class-namespaces.html",
@@ -2716,6 +2728,18 @@
"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": [
{
"path": "css/class-namespaces.html",
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel=mismatch href=blur_ref.html>
<style type="text/css">
div {
width: 200px;
File renamed without changes.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.