From d6c7b342088e30f5652ef26bcd93523b9d717834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 12 Aug 2016 23:51:14 -0700 Subject: [PATCH] gfx: Add a test to account the transform in nested stacking contexts. --- tests/wpt/mozilla/meta/MANIFEST.json | 6 ++ .../tests/mozilla/hit_test_nested_sc.html | 72 +++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 tests/wpt/mozilla/tests/mozilla/hit_test_nested_sc.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 4f9e37cfa05..5dca9c4c09d 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -6756,6 +6756,12 @@ "url": "/_mozilla/mozilla/global.html" } ], + "mozilla/hit_test_nested_sc.html": [ + { + "path": "mozilla/hit_test_nested_sc.html", + "url": "/_mozilla/mozilla/hit_test_nested_sc.html" + } + ], "mozilla/hit_test_pos_fixed.html": [ { "path": "mozilla/hit_test_pos_fixed.html", diff --git a/tests/wpt/mozilla/tests/mozilla/hit_test_nested_sc.html b/tests/wpt/mozilla/tests/mozilla/hit_test_nested_sc.html new file mode 100644 index 00000000000..e5c1565ff19 --- /dev/null +++ b/tests/wpt/mozilla/tests/mozilla/hit_test_nested_sc.html @@ -0,0 +1,72 @@ + + +Test: Hit testing works well with nested stacking contexts + + + +
+
+
+
+