Skip to content

Commit

Permalink
Testcase danfickle#220
Browse files Browse the repository at this point in the history
  • Loading branch information
rototor committed May 22, 2018
1 parent b9641b2 commit ce60188
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 ce60188

Please sign in to comment.