зеркало из https://github.com/mozilla/gecko-dev.git
Bug 755025 - wallpaper reftest framework bug that runs test / reference with different :hover state. r=roc
This commit is contained in:
Родитель
c3fee3748b
Коммит
8333b1b6a7
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<hbox style="-moz-appearance: textfield-multiline; width: 200px; height: 200px;"/>
|
||||
<html:div style="position:fixed;top:0;left:0;width:100%;height:100%;"></html:div>
|
||||
|
||||
</window>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<html:textarea xmlns:html="http://www.w3.org/1999/xhtml" style="width: 200px; height: 200px; margin: 0; resize: none;"/>
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<html:textarea style="width: 200px; height: 200px; margin: 0; resize: none;"/>
|
||||
<html:div style="position:fixed;top:0;left:0;width:100%;height:100%;"></html:div>
|
||||
</window>
|
||||
|
|
|
@ -48,6 +48,11 @@ html,body {
|
|||
}
|
||||
span { background-color:white; position: relative; }
|
||||
ml3 {position: absolute; left:29ch; }
|
||||
|
||||
#block-hover {
|
||||
position:fixed;
|
||||
top:0;left:0;width:100%;height:100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -70,5 +75,6 @@ ml3 {position: absolute; left:29ch; }
|
|||
<div class="bacon scroll4"><span>6Beef hamburger bacon tri-ti JOWLBILTONG tail ribeye ham</span></div><br>
|
||||
</div>
|
||||
|
||||
<div id="block-hover"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -53,6 +53,10 @@ html,body {
|
|||
}
|
||||
span { background-color:white; }
|
||||
|
||||
#block-hover {
|
||||
position:fixed;
|
||||
top:0;left:0;width:100%;height:100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="document.getElementById('rtl_auto').scrollLeft=999999; document.documentElement.removeAttribute('class')">
|
||||
|
@ -75,5 +79,6 @@ span { background-color:white; }
|
|||
<div class="bacon scroll4"><span>6Beef hamburger bacon tri-tipJOWLBILTONG tail ribeye ham</span></div><br>
|
||||
</div>
|
||||
|
||||
<div id="block-hover"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче