UNPKG

foam-framework

Version:
18 lines (17 loc) 582 B
<html> <head> <link rel="stylesheet" type="text/css" href="../core/foam.css" /> <script language="javascript" src="../core/bootFOAM.js"></script> <title>XML Unit Tests</title> <style> h3 {color: #444;} .code {width:900px; white-space: pre; border: 1px solid; padding: 5px; font-family: monospace;} .output {width:900px; white-space: pre; border: 1px solid; padding: 5px; color: blue;} .error {border: 2px solid red;} .description { margin-left: 20px; font-size: 115%; } </style> </head> <body> <script src="XMLTests.js"></script> </body> </html>