Skip to content

Commit

Permalink
Bug 1784200 - Try to make xulscroll.html more reliable.
Browse files Browse the repository at this point in the history
MANUAL PUSH: Trivial test tweak CLOSED TREE
  • Loading branch information
emilio committed Aug 13, 2022
1 parent 41404e9 commit 19634f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layout/reftests/text-overflow/xulscroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
// perhaps by running it inline (not as an onload handler) or something.

// workaround bug 936936
document.body.style.display="block";
document.body.style.display = "block";
document.body.getBoundingClientRect();

document.getElementById('rtl_auto').scrollLeft=999999;

Expand Down

0 comments on commit 19634f0

Please sign in to comment.