Skip to content

Commit

Permalink
Turn Acid3 into a reftest
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Oct 23, 2017
1 parent 3289b60 commit b9d2b6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acid/acid3/test.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<html class="reftest-wait">
<title>The Acid3 Test</title>
<link rel="match" href="reference.sub.html">
<script type="text/javascript">
var startTime = new Date();
</script>
Expand Down Expand Up @@ -3474,6 +3475,7 @@
log += "Total elapsed time: " + elapsedTime.toFixed(2) + "s";
if (errors == 0)
log += "\nNo JS errors and no timing issues.\nWas the rendering pixel-for-pixel perfect too?";
document.documentElement.classList.remove("reftest-wait");
}
}
function report(event) {
Expand Down

0 comments on commit b9d2b6e

Please sign in to comment.