Skip to content

Commit

Permalink
Add test for issue mathjax/MathJax#615.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Apr 21, 2014
1 parent 16b3359 commit 82bb277
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions testsuite/Crashtests/issue615.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
<!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80: -->
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>issue 615</title>
<!-- Copyright (c) 2013 The MathJax Consortium
License: Apache License 2.0 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script type="text/javascript" src="../header.js"></script>
<script type="text/javascript">
function preMathJax() {
gConfigObject["HTML-CSS"].preferredFont = null;
gConfigObject["HTML-CSS"].availableFonts = ["undefined_font"];
gConfigObject["HTML-CSS"].webFont = "undefined_font";

gConfigObject.SVG.font = "undefined_font";
}
</script>
</head>

<body>
<!-- See issue 615
https://github.com/mathjax/MathJax/issues/615 -->

\( x \)

</body>
</html>
1 change: 1 addition & 0 deletions testsuite/Crashtests/reftest.list
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ load issue392.html
load issue410.html
load issue454.html
load issue486.html
load issue615.html

0 comments on commit 82bb277

Please sign in to comment.