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