KaTeX/test
Emily Eisenberg c22d8644cc Fix a weird bug with rlap
For some reason, when you have a nested elements that look like
  `display: inline-block; > position: relative; > position: absolute;`
then the `position: absolute;` element is shifted down a bunch. If there is
anything* else inside either of the other two elements, then this behavior
disappears. (This can be seen at [this fiddle](http://jsfiddle.net/qZXRr/). We
have this structure when we create `\llap` and `\rlap`s, and this weird behavior
So, to fix this I added an empty `display: inline-block;` span inside the llap
to fix this.

Test plan:
 - See that the new huxley image looks good
 - Test this in a bunch of browsers and see they also look good

Auditors: alpert
2014-03-29 23:33:05 -04:00
..
huxley Fix a weird bug with rlap 2014-03-29 23:33:05 -04:00
jasmine Add some basic testing using jasmine 2013-07-11 18:32:44 -07:00
katex-tests.js Add tie symbol (~) 2014-03-27 19:23:15 -04:00
pdiff.html Compile .less on demand for test page 2014-03-20 20:22:07 -07:00
pdiff.js Basic perceptual diffing support for KaTeX 2014-01-29 16:29:21 -08:00
pdiff.png Basic perceptual diffing support for KaTeX 2014-01-29 16:29:21 -08:00
test.html Add some basic testing using jasmine 2013-07-11 18:32:44 -07:00