This commit is contained in:
Robert O'Callahan 2011-07-11 11:50:26 +12:00
Родитель 7dbf23a135
Коммит 40a8376d5a
3 изменённых файлов: 12 добавлений и 11 удалений

Просмотреть файл

@ -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