diff options
Diffstat (limited to 'testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-pass.htm')
-rw-r--r-- | testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-pass.htm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-pass.htm b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-pass.htm new file mode 100644 index 000000000..0ca822f8d --- /dev/null +++ b/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/standalone-pass.htm @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title>Page with PASS message</title> +</head> +<body> + <div style="color: Green">PASS!!!</div> +</body> +</html>
\ No newline at end of file |