mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Move link_style_dynamic_addition.html to wpt reftests.
This commit is contained in:
parent
27e3ca61ec
commit
facee849c2
4 changed files with 27 additions and 3 deletions
|
@ -13,8 +13,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
flaky_cpu == append_style_a.html append_style_b.html
|
flaky_cpu == append_style_a.html append_style_b.html
|
||||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||||
|
|
||||||
# Fails intermittently (#3636)
|
|
||||||
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
|
||||||
# Should be == with expected failure. See #2797
|
# Should be == with expected failure. See #2797
|
||||||
!= overconstrained_block.html overconstrained_block_ref.html
|
!= overconstrained_block.html overconstrained_block_ref.html
|
||||||
# Should be ==?
|
# Should be ==?
|
||||||
|
|
|
@ -2731,6 +2731,18 @@
|
||||||
"url": "/_mozilla/css/linebreak_simple_a.html"
|
"url": "/_mozilla/css/linebreak_simple_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/link_style_dynamic_addition.html": [
|
||||||
|
{
|
||||||
|
"path": "css/link_style_dynamic_addition.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/link_style_dynamic_addition_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/link_style_dynamic_addition.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/link_style_order.html": [
|
"css/link_style_order.html": [
|
||||||
{
|
{
|
||||||
"path": "css/link_style_order.html",
|
"path": "css/link_style_order.html",
|
||||||
|
@ -8430,6 +8442,18 @@
|
||||||
"url": "/_mozilla/css/linebreak_simple_a.html"
|
"url": "/_mozilla/css/linebreak_simple_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/link_style_dynamic_addition.html": [
|
||||||
|
{
|
||||||
|
"path": "css/link_style_dynamic_addition.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/link_style_dynamic_addition_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/link_style_dynamic_addition.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/link_style_order.html": [
|
"css/link_style_order.html": [
|
||||||
{
|
{
|
||||||
"path": "css/link_style_order.html",
|
"path": "css/link_style_order.html",
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head></head>
|
<head>
|
||||||
|
<link rel=match href=link_style_dynamic_addition_ref.html>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
var link = document.createElement("link");
|
var link = document.createElement("link");
|
Loading…
Add table
Add a link
Reference in a new issue