From c55b52b69d14984b9d626abd740e0fa89aa945e6 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 30 Apr 2015 17:43:34 +0200 Subject: [PATCH] Sort the css tests in our wptrunner manifest. --- tests/wpt/mozilla/meta/MANIFEST.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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" + } ] } },