diff --git a/tests/html/styles/top.css b/tests/html/styles/top.css index a47d70e55..203011c57 100644 --- a/tests/html/styles/top.css +++ b/tests/html/styles/top.css @@ -71,6 +71,10 @@ th { font-size: 16px; text-align: left; } +/* Pause/Play Button */ +#pause_btn{ + float: right; +} /* Animation div on the right iframe */ .animation { image-rendering: optimizeSpeed; diff --git a/tests/runme.sh b/tests/runme.sh index fe689d8e3..a0eea1b73 100755 --- a/tests/runme.sh +++ b/tests/runme.sh @@ -22,14 +22,15 @@ touch ./html/top.html echo " + FreeType Test Framework
-

Base Version: $FT_TEST_BASE_DLL
- Test Version: $FT_TEST_TEST_DLL +

Base Version: $FT_TEST_BASE_DLL
+ Test Version: $FT_TEST_TEST_DLL

@@ -56,7 +57,7 @@ echo '
   - +
'>>./html/top.html #####################################################################