diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 1386dc24326..7e7da6e5544 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -536,18 +536,6 @@ } }, "reftest_nodes": { - "css/class-namespaces.html": [ - { - "path": "css/class-namespaces.html", - "references": [ - [ - "/_mozilla/css/class-namespaces-ref.html", - "==" - ] - ], - "url": "/_mozilla/css/class-namespaces.html" - } - ], "css/abs_float_pref_width.html": [ { "path": "css/abs_float_pref_width.html", @@ -559,6 +547,18 @@ ], "url": "/_mozilla/css/abs_float_pref_width.html" } + ], + "css/class-namespaces.html": [ + { + "path": "css/class-namespaces.html", + "references": [ + [ + "/_mozilla/css/class-namespaces-ref.html", + "==" + ] + ], + "url": "/_mozilla/css/class-namespaces.html" + } ] } },