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 block_replaced_content_{a,b}.html to wpt reftests.

  • Loading branch information
Ms2ger committed Oct 16, 2015
commit cd9fc225f59badd0b134ad3fa520f5b0008147ca
@@ -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_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
!= border_black_groove.html border_black_solid.html
!= border_black_ridge.html border_black_groove.html
@@ -571,6 +571,30 @@
"url": "/_mozilla/css/block_image.html"
}
],
"css/block_replaced_content_a.html": [
{
"path": "css/block_replaced_content_a.html",
"references": [
[
"/_mozilla/css/block_replaced_content_ref.html",
"=="
]
],
"url": "/_mozilla/css/block_replaced_content_a.html"
}
],
"css/block_replaced_content_b.html": [
{
"path": "css/block_replaced_content_b.html",
"references": [
[
"/_mozilla/css/block_replaced_content_ref.html",
"=="
]
],
"url": "/_mozilla/css/block_replaced_content_b.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@@ -2668,6 +2692,30 @@
"url": "/_mozilla/css/block_image.html"
}
],
"css/block_replaced_content_a.html": [
{
"path": "css/block_replaced_content_a.html",
"references": [
[
"/_mozilla/css/block_replaced_content_ref.html",
"=="
]
],
"url": "/_mozilla/css/block_replaced_content_a.html"
}
],
"css/block_replaced_content_b.html": [
{
"path": "css/block_replaced_content_b.html",
"references": [
[
"/_mozilla/css/block_replaced_content_ref.html",
"=="
]
],
"url": "/_mozilla/css/block_replaced_content_b.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel=match href=block_replaced_content_ref.html>
<style>
body {
margin: 0;
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel=match href=block_replaced_content_ref.html>
<style>
body {
margin: 0;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.