Move link_style_dynamic_addition.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-28 18:00:33 +01:00
parent 27e3ca61ec
commit facee849c2
4 changed files with 27 additions and 3 deletions

View file

@ -13,8 +13,6 @@ fragment=top != ../html/acid2.html acid2_ref.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
# Fails intermittently (#3636)
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
# Should be == with expected failure. See #2797
!= overconstrained_block.html overconstrained_block_ref.html
# Should be ==?

View file

@ -2731,6 +2731,18 @@
"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": [
{
"path": "css/link_style_order.html",
@ -8430,6 +8442,18 @@
"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": [
{
"path": "css/link_style_order.html",

View file

@ -1,5 +1,7 @@
<html>
<head></head>
<head>
<link rel=match href=link_style_dynamic_addition_ref.html>
</head>
<body>
<script>
var link = document.createElement("link");