Valentin Sarychev

Results 8 issues of Valentin Sarychev

The test is failed when `elem.RemoveData("Q")` but succeed with `elem.RemoveData("q")`: ``` var elem = CQ.Create(""); elem.Data("Q", "data"); Debug.Assert(elem.DataRaw("Q") == "data"); Debug.Assert(elem.DataRaw("Q") == elem.DataRaw("q")); elem.RemoveData("Q"); //elem.RemoveData("q"); Debug.Assert(elem.DataRaw("Q") == null); //failed! ```...

Ошибка в gemini 5.7.2 такая же, как в hermione https://github.com/gemini-testing/hermione/issues/246

Add `--check` option to check outputs are outdated.

Doesn't work well: 1. inside an iframe that isn't visible in top window viewport. 2. inside an element with overflow, e.g. inside `div { width: 0; height: 0; overflow: hidden;...

bug

![image](https://cloud.githubusercontent.com/assets/593571/13925059/f140bc3e-ef97-11e5-9ae5-7372fd676d75.png)

I have 4 shimed libraries: ``` "browserify-shim": { "a": { "exports": "a" }, "b": { "exports": "b" }, "c": { "depends": ["a", "b"], "exports": "c" }, "d": { "depends": ["a",...

It's CI online service on Windows OS. It's free for open source projects. You need to run tests on Windows, because you have OS-specific issues, e.g. #5, #32.