mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move block_replaced_content_{a,b}.html to wpt reftests.
This commit is contained in:
parent
6d5da817e8
commit
cd9fc225f5
5 changed files with 50 additions and 2 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue