<!DOCTYPEhtml>
<html lang="en" class="reftest-wait">
<meta charset="utf-8">
<title>Scrollboxes with non-uniform backgrounds should prevent their contents from pulling background colors, even if those contents start out above uniform backgrounds</title> <!-- Thisisthesametestaspull-background-3.html,butwithanadditional wrappingopacitycontainerlayer.
-->
var scrollable = document.querySelector(".scrollable");
function doTest() {
scrollable.scrollLeft = 100;
document.documentElement.removeAttribute("class");
}
// Make .scrollable start out with active scrolling.
scrollable.scrollLeft = 0;
scrollable.scrollLeft = 10;
document.addEventListener("MozReftestInvalidate", doTest);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.