mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix test to not depend on hover state. No bug. r=roc.
This commit is contained in:
parent
6b8258d114
commit
0867046dc6
@ -2,6 +2,13 @@
|
|||||||
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||||
<hbox flex="1">
|
<hbox flex="1">
|
||||||
|
<html:style>
|
||||||
|
/* Make sure our splitter's background doesn't depend on its hover styles */
|
||||||
|
splitter {
|
||||||
|
background-color: yellow;
|
||||||
|
-moz-appearance: none;
|
||||||
|
}
|
||||||
|
</html:style>
|
||||||
<splitter collapse="before" resizeafter="farthest" width="200" id="s">
|
<splitter collapse="before" resizeafter="farthest" width="200" id="s">
|
||||||
</splitter>
|
</splitter>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
@ -3,6 +3,13 @@
|
|||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
onload="loaded()">
|
onload="loaded()">
|
||||||
<hbox flex="1">
|
<hbox flex="1">
|
||||||
|
<html:style>
|
||||||
|
/* Make sure our splitter's background doesn't depend on its hover styles */
|
||||||
|
splitter {
|
||||||
|
background-color: yellow;
|
||||||
|
-moz-appearance: none;
|
||||||
|
}
|
||||||
|
</html:style>
|
||||||
<script>
|
<script>
|
||||||
function loaded() {
|
function loaded() {
|
||||||
document.documentElement.getBoundingClientRect();
|
document.documentElement.getBoundingClientRect();
|
||||||
|
Loading…
Reference in New Issue
Block a user