gecko-dev/layout/reftests/bugs/1488155.html

15 строки
290 B
HTML

<!doctype html>
<html class="reftest-wait">
<style>
:link {
color: green;
}
</style>
<a id="target">Should be green</a>
<script>
window.addEventListener("MozReftestInvalidate", function() {
target.setAttribute("href", "");
document.documentElement.className = "";
});
</script>