I have created a script and style sheet that will modify the epub-testsuite-<date>.xhtml file that Ric posted. I basically collapse all of the tables of individual test listings so you can see just the epub test file name and the basic description. You can use the keyboard or mouse to expand the section and see all of the details if you want.
Download epub-testsuite-<date>.xhtml and add the following two lines in blue:
<title>EPUB Reading System Test Suite version 20140415</title>
<script type="text/javascript" src="./makeCollapsible.js"/>
<link rel="stylesheet" type="text/css" href="./makeCollapsible.css"/>
<script type="text/javascript">$(document).ready(function() {...........
I have attached the two makeCollapsible.* files. This does rely on the jQuery $(window).load() to run after the $(document).ready in the main .xhml file. I tested on Safari and Chrome on the Mac. You mileage may vary.
Unless the structure of the epub-testsuite-<date>.xhtml file changes, this script should continue to work. However, I couldn't find the location of epub-testsuite-<date>.xhtml on
epubtest.org. I assume you have to create a login and start the evaluate process to access this file?
-becky