mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 722888: Add reftest for this bug (which became fixed by DLBI). [test-only change]
This commit is contained in:
parent
7d7e6ac79a
commit
f5fb0006e0
11
layout/reftests/bugs/722888-1-ref.html
Normal file
11
layout/reftests/bugs/722888-1-ref.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="-moz-column-count: 2;
|
||||
height: 50px;
|
||||
width: 100px;
|
||||
background: yellow">
|
||||
a
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
21
layout/reftests/bugs/722888-1.html
Normal file
21
layout/reftests/bugs/722888-1.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
function tweak() {
|
||||
var b = document.getElementsByTagName("span")[0];
|
||||
b.parentNode.removeChild(b);
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
window.addEventListener("MozReftestInvalidate", tweak, false);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div style="-moz-column-count: 2;
|
||||
height: 50px;
|
||||
width: 100px;
|
||||
background: yellow">
|
||||
<span>0 1 2 3 4 5 6 7 8 9 0</span>a
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1696,6 +1696,7 @@ needs-focus != 703186-1.html 703186-2.html
|
||||
== 714519-2-q.html 714519-2-ref.html
|
||||
skip-if(B2G) fuzzy-if(true,1,21) fuzzy-if(cocoaWidget,1,170) fuzzy-if(Android&&browserIsRemote,7,157) fails-if(Android&&!browserIsRemote) == 718521.html 718521-ref.html # bug 760270 # bug 773482
|
||||
== 720987.html 720987-ref.html
|
||||
== 722888-1.html 722888-1-ref.html
|
||||
== 722923-1.html 722923-1-ref.html
|
||||
== 723484-1.html 723484-1-ref.html
|
||||
== 728983-1.html 728983-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user