GithubHelp home page GithubHelp logo

coremob-tests's People

Contributors

darobin avatar mattwkelly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

coremob-tests's Issues

Issues in CSS3 fonts tests in Ring1

Hi.
Concerning to CSS3 fonts tests in ring1, it seems there is a downloading time issue. It's frequently happen esp. mobile browser. "Custom font" and "Custom font distinguished from non-custom" tests probably expect 100ms as a font downloading time. but it seems it's quite short time for mobile devices. 4000ms is appropriate duration for this according to our lab test.

What do you think?

best regards,
wonsuk.

'CSS3 Images, standard' problem

It seems it doesn't match with this latest CR specification.
http://www.w3.org/TR/2012/CR-css3-images-20120417/

linear-gradient:
background-image:linear-gradient(left top,#9f9, white);
It should be
background-image:linear-gradient(to right bottom, #9f9, white);

repeating-linear-gradient:
it lacks 'background-image:' so it should be added.

radial-gradient:
background-image:radial-gradient(75% 50%, ellipse closest-side, #99ff99, #ffffff 50%);
It should be
background-image:radial-gradient(ellipse closest-side at 75% 50%, #99ff99, #ffffff 50%);

repeating-radial-gradient:
background-image:repeating-radial-gradient(75% 50%, ellipse closest-side, #99ff99, #ffffff 50%);
It should be
background-image:repeating-radial-gradient(ellipse closest-side at 75% 50%, #99ff99, #ffffff 50%);

TouchList test isn't functional

Checking for window.TouchList is pretty meaningless. In Chrome for Android, for example, implements multi-touch but doesn't expose TouchList and Touch in the global window object.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.