blob: aa7ff1bf960f239439f7a4cfd20434bb3f4f5e5c [file] [log] [blame]
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script>
onload = function() {
thirdProgress.appendChild(firstProgress);
document.normalize();
}
</script>
<details>
<summary>
<progress id="firstProgress">
<progress></progress>
</progress>
</summary>
<progress id="thirdProgress"></progress>
</details>
<script>
description("crbug.com/413207: test if distribution is solved when normalize. This test passes if run the test with debug binary and no assertion error occurs.");
</script>