Adding an early version of js dom library. Fancy lines example passing (others failing)

This commit is contained in:
pTalanov
2012-05-31 17:17:57 +04:00
parent 959233acd1
commit cd0bc43624
7 changed files with 862 additions and 64 deletions
@@ -48,7 +48,7 @@ public final class WebDemoCanvasExamplesTest extends SingleFileTranslationTest {
}
public void testFancyLines() throws Exception {
doTest("Fancy lines.kt", "$");
doTest("Fancy lines.kt", "window");
}
public void testTrafficLight() throws Exception {