gecko-dev/layout/base/tests/bug1516963-5-ref.html
Ting-Yu Lin a331856c45 Bug 1516963 - Make grid, flex, etc. be a selection target themselves if they contain no selectable children. r=emilio
Exclude replaced frame likes image frames otherwise
editor/libeditor/tests/test_abs_positioner_positioning_elements.html
will break.

Differential Revision: https://phabricator.services.mozilla.com/D26049

--HG--
extra : moz-landing-system : lando
2019-04-05 00:04:32 +00:00

17 lines
353 B
HTML

<!DOCTYPE HTML>
<html>
<title>Bug 1516963 Reference: Test AccessibleCaret doesn't show when clicking on an empty table container.</title>
<style>
#container {
display: table;
border: 1px solid blue;
width: 100px;
height: 100px;
background-color: yellow;
}
</style>
<body>
<div id="container"></div>
</body>
</html>