diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-10-30 12:16:16 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-10-30 12:16:16 -0400 |
commit | d9a1c06fb45dacc11c1d794feb39f967d28f849d (patch) | |
tree | ed193acfb7dead1becbca2121a3666797dde8d27 | |
parent | 4b5f8e997038f355e16b8926e3aad90be634f571 (diff) | |
download | servo-d9a1c06fb45dacc11c1d794feb39f967d28f849d.tar.gz servo-d9a1c06fb45dacc11c1d794feb39f967d28f849d.zip |
Add missing WPT to reftest_nodes
-rw-r--r-- | tests/wpt/mozilla/meta/MANIFEST.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 9db826ec669..2c07bd173f4 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -6552,6 +6552,18 @@ "url": "/_mozilla/css/last_of_type_pseudo_a.html" } ], + "css/layerization_layer_size.html": [ + { + "path": "css/layerization_layer_size.html", + "references": [ + [ + "/_mozilla/css/layerization_layer_size_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/layerization_layer_size.html" + } + ], "css/layerization_z_order_a.html": [ { "path": "css/layerization_z_order_a.html", |