зеркало из https://github.com/mozilla/gecko-dev.git
20 строки
493 B
HTML
20 строки
493 B
HTML
<!-- Test for bug 600574 -->
|
|
<html class="reftest-wait">
|
|
<head>
|
|
<script>
|
|
function doTest() {
|
|
document.getElementById("myDiv").style.width = "100px";
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
window.addEventListener("MozReftestInvalidate", doTest, false);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="myDiv"
|
|
style="width: 10px;
|
|
height: 100px;
|
|
background-image: url('limeInRed-noSVGDimensions-viewBox.svg')">
|
|
</div>
|
|
</body>
|
|
</html>
|