Skip to content

Commit

Permalink
Testcase #220
Browse files Browse the repository at this point in the history
  • Loading branch information
rototor committed May 12, 2018
1 parent a977f16 commit 83a4410
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ public static void main(String[] args) throws Exception {
*/
runTestCase("transform");

runTestCase("simplerotate");

runTestCase("quoting");

runTestCase("math-ml");
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<style>@page {size: 520px 820px;margin: 0px;padding: 0px;}body {margin: 0;}</style>
</head>
<body>
<div style="left:0px;top:0px;width:50px;transform: rotate(50deg);">
asdasdasd
</div>
</body>
</html>

0 comments on commit 83a4410

Please sign in to comment.