зеркало из https://github.com/mozilla/pjs.git
Fix test 579323-1.html
This commit is contained in:
Родитель
c5eb2140dc
Коммит
ea574b1992
|
@ -2,12 +2,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
width: 500px;
|
||||
}
|
||||
div {
|
||||
width: 500px;
|
||||
height: 100px;
|
||||
opacity: 0.5;
|
||||
opacity: 0.999;
|
||||
background: lime;
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -9,20 +9,22 @@ body {
|
|||
}
|
||||
canvas {
|
||||
-moz-box-flex: 1;
|
||||
height: 100px;
|
||||
opacity: 0.5;
|
||||
opacity: 0.999;
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="c" width="100" height="100"></canvas>
|
||||
<script>
|
||||
var ctx = document.getElementById("c").getContext('2d');
|
||||
ctx.fillStyle = "lime";
|
||||
ctx.fillRect(0, 0, 100, 100);
|
||||
function doTest() {
|
||||
document.body.style.width = "500px";
|
||||
document.body.style.width = "502px";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
window.addEventListener("MozReftestInvalidate", doTest, false);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<canvas></canvas>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1545,7 +1545,7 @@ random-if(!winWidget) == 574907-2.html 574907-2-ref.html
|
|||
random-if(!winWidget) fails-if(winWidget&&!d2d) random-if(winWidget&&d2d) != 574907-3.html 574907-3-notref.html
|
||||
== 577838-1.html 577838-1-ref.html
|
||||
== 577838-2.html 577838-2-ref.html
|
||||
fails-if(Android) random-if(layersGPUAccelerated) == 579323-1.html 579323-1-ref.html
|
||||
== 579323-1.html 579323-1-ref.html
|
||||
== 579349-1.html 579349-1-ref.html
|
||||
== 579655-1.html 579655-1-ref.html
|
||||
fails-if(Android) == 579808-1.html 579808-1-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче