Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Unified Diff: LayoutTests/transforms/3d/hit-testing/overlapping-layers-hit-test-expected.txt

Issue 79943002: Only not take zOffset into account during hit-testing when child layers are in the same 3d renderin… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Sorry for the late delay. Here is an updated patch. I've put the description under the tested eleme… Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/transforms/3d/hit-testing/overlapping-layers-hit-test-expected.txt
diff --git a/LayoutTests/transforms/3d/hit-testing/overlapping-layers-hit-test-expected.txt b/LayoutTests/transforms/3d/hit-testing/overlapping-layers-hit-test-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8ac7aa5da07e5c86e4fd4e6015cbb473723b528a
--- /dev/null
+++ b/LayoutTests/transforms/3d/hit-testing/overlapping-layers-hit-test-expected.txt
@@ -0,0 +1,17 @@
+Checks that hit testing is correct when two layers with negative z-offset overlap
+
+Element at 10, 100 has id "container-nopreserve": PASS
+Element at 20, 100 has id "target2": PASS
+Element at 80, 100 has id "target1": PASS
+Element at 100, 100 has id "target1": PASS
+Element at 120, 100 has id "target1": PASS
+Element at 180, 100 has id "target1": PASS
+Element at 190, 100 has id "container-nopreserve": PASS
+Element at 10, 250 has id "container-preserve": PASS
+Element at 20, 250 has id "target4": PASS
+Element at 80, 250 has id "target4": PASS
+Element at 100, 250 has id "target4": PASS
+Element at 120, 250 has id "target3": PASS
+Element at 180, 250 has id "target3": PASS
+Element at 190, 250 has id "container-preserve": PASS
+

Powered by Google App Engine
This is Rietveld 408576698