https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1616edc376e8da07ccd4a6dcb838dede50a08bf3 authored by B2G Bumper Bot on 28 October 2015, 10:34:49 UTC
Bumping manifests a=b2g-bump
Tip revision: 1616edc
475193-1.html
<!DOCTYPE HTML>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">


<style type="text/css">

.p { marker: url('#c'); }

</style>
<script type="text/javascript">

function boom()
{
  document.getElementById("a").setAttribute("class", "p");
  document.documentElement.offsetHeight;
  document.getElementById("b").setAttribute("id", "c");
}

</script>
</head><body onload="boom();"><div class="p" id="a">C</div><div id="c"></div></body></html>
back to top