about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/layout/nested-hover-selector.expected2
-rw-r--r--test/layout/nested-hover-selector.html8
2 files changed, 10 insertions, 0 deletions
diff --git a/test/layout/nested-hover-selector.expected b/test/layout/nested-hover-selector.expected
new file mode 100644
index 00000000..078ed88b
--- /dev/null
+++ b/test/layout/nested-hover-selector.expected
@@ -0,0 +1,2 @@
+
+  • li
diff --git a/test/layout/nested-hover-selector.html b/test/layout/nested-hover-selector.html
new file mode 100644
index 00000000..4f61edeb
--- /dev/null
+++ b/test/layout/nested-hover-selector.html
@@ -0,0 +1,8 @@
+<style>
+ul ul { display: none }
+ul li:hover ul { display: block }
+</style>
+<ul>
+<li>li
+<ul id=x>
+test