aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/ref/basic.list2
-rw-r--r--tests/wpt/mozilla/meta/MANIFEST.json24
-rw-r--r--tests/wpt/mozilla/tests/css/link_style_dynamic_addition.html (renamed from tests/ref/link_style_dynamic_addition.html)4
-rw-r--r--tests/wpt/mozilla/tests/css/link_style_dynamic_addition_ref.html (renamed from tests/ref/link_style_dynamic_addition_ref.html)0
4 files changed, 27 insertions, 3 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list
index 11b94c33a1f..838dd1e670e 100644
--- a/tests/ref/basic.list
+++ b/tests/ref/basic.list
@@ -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 ==?
diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json
index 0a8f3ff3391..e8e11e66207 100644
--- a/tests/wpt/mozilla/meta/MANIFEST.json
+++ b/tests/wpt/mozilla/meta/MANIFEST.json
@@ -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",
diff --git a/tests/ref/link_style_dynamic_addition.html b/tests/wpt/mozilla/tests/css/link_style_dynamic_addition.html
index 791ceb07861..dbef3ea9e93 100644
--- a/tests/ref/link_style_dynamic_addition.html
+++ b/tests/wpt/mozilla/tests/css/link_style_dynamic_addition.html
@@ -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");
diff --git a/tests/ref/link_style_dynamic_addition_ref.html b/tests/wpt/mozilla/tests/css/link_style_dynamic_addition_ref.html
index a95bd75770c..a95bd75770c 100644
--- a/tests/ref/link_style_dynamic_addition_ref.html
+++ b/tests/wpt/mozilla/tests/css/link_style_dynamic_addition_ref.html