Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 1375315-3.html
blob021f9336a6537517168d52c9a2ec43ff2edc6d34
1 <!DOCTYPE html>
2 <script>
3 onload = function() {
4 var height = document.body.offsetHeight; // Flush layout
5 document.querySelector("li").style.color = "green";
7 </script>
8 <ul>
9 <li style="column-count: 2; width: 50px; color: red">
10 Bullet should be green.
11 </li>
12 </ul>