From f65864d04d88a857571aa6d359c6fd75985e3672 Mon Sep 17 00:00:00 2001 From: Sergey Alexandrov Date: Wed, 13 Jul 2016 14:40:34 +0300 Subject: [PATCH] Add css test: fixed positioned box shadow with blur is same as absolutely positioned --- tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../tests/css/box_shadow_blur_fixed.html | 24 +++++++++++++++++++ .../tests/css/box_shadow_blur_fixed_ref.html | 23 ++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 tests/wpt/mozilla/tests/css/box_shadow_blur_fixed.html create mode 100644 tests/wpt/mozilla/tests/css/box_shadow_blur_fixed_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 25e8c932b273..d38011330c96 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -1032,6 +1032,18 @@ "url": "/_mozilla/css/box_shadow_blur_a.html" } ], + "css/box_shadow_blur_fixed.html": [ + { + "path": "css/box_shadow_blur_fixed.html", + "references": [ + [ + "/_mozilla/css/box_shadow_blur_fixed_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/box_shadow_blur_fixed.html" + } + ], "css/box_shadow_border_box_a.html": [ { "path": "css/box_shadow_border_box_a.html", @@ -10102,6 +10114,18 @@ "url": "/_mozilla/css/box_shadow_blur_a.html" } ], + "css/box_shadow_blur_fixed.html": [ + { + "path": "css/box_shadow_blur_fixed.html", + "references": [ + [ + "/_mozilla/css/box_shadow_blur_fixed_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/box_shadow_blur_fixed.html" + } + ], "css/box_shadow_border_box_a.html": [ { "path": "css/box_shadow_border_box_a.html", diff --git a/tests/wpt/mozilla/tests/css/box_shadow_blur_fixed.html b/tests/wpt/mozilla/tests/css/box_shadow_blur_fixed.html new file mode 100644 index 000000000000..429a18dbc800 --- /dev/null +++ b/tests/wpt/mozilla/tests/css/box_shadow_blur_fixed.html @@ -0,0 +1,24 @@ + + + + + + +
+
+
+
+ \ No newline at end of file diff --git a/tests/wpt/mozilla/tests/css/box_shadow_blur_fixed_ref.html b/tests/wpt/mozilla/tests/css/box_shadow_blur_fixed_ref.html new file mode 100644 index 000000000000..03e797894705 --- /dev/null +++ b/tests/wpt/mozilla/tests/css/box_shadow_blur_fixed_ref.html @@ -0,0 +1,23 @@ + + + + + +
+
+
+
+ \ No newline at end of file