You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="flags" content="ahem interact dom should">
9
+
<metaname="assert" content="Pointer events on the ellipsis should be dispatched to the elided inline element if there's one, rather than directly to the block.">
10
+
<style>
11
+
#test {
12
+
overflow: hidden;
13
+
text-overflow: ellipsis;
14
+
margin-left:-100px;
15
+
width:2.5em;
16
+
height:1em;
17
+
white-space: pre;
18
+
font:100px/1 ahem;
19
+
color: blue;
20
+
}
21
+
#discard {
22
+
float: left;
23
+
}
24
+
</style>
25
+
26
+
<divid=discard>First, click the blue box. </div>
27
+
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
0 commit comments