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
Next

Move block_image.html to wpt reftests.

  • Loading branch information
Ms2ger committed Oct 16, 2015
commit 6d5da817e8bd7ccc2d4b8a0c328a51a93f3e0c2e
@@ -12,8 +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
== block_image.html 500x300_green.html
!= block_image.html noteq_500x300_white.html
== block_replaced_content_a.html block_replaced_content_ref.html
== block_replaced_content_b.html block_replaced_content_ref.html
!= blur_a.html blur_ref.html
@@ -555,6 +555,22 @@
"url": "/_mozilla/css/block_formatting_context_with_margin_a.html"
}
],
"css/block_image.html": [
{
"path": "css/block_image.html",
"references": [
[
"/_mozilla/css/500x300_green.html",
"=="
],
[
"/_mozilla/css/noteq_500x300_white.html",
"!="
]
],
"url": "/_mozilla/css/block_image.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@@ -2636,6 +2652,22 @@
"url": "/_mozilla/css/block_formatting_context_with_margin_a.html"
}
],
"css/block_image.html": [
{
"path": "css/block_image.html",
"references": [
[
"/_mozilla/css/500x300_green.html",
"=="
],
[
"/_mozilla/css/noteq_500x300_white.html",
"!="
]
],
"url": "/_mozilla/css/block_image.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
Binary file not shown.
@@ -1,4 +1,6 @@
<html>
<link rel=match href=500x300_green.html>
<link rel=mismatch href=noteq_500x300_white.html>
<body>
<img style="display: block; width: 500px; height: 300px; background-color: red;"
src="400x400_green.png">
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.