Hey there,

I was debugging a test which was passing in the testrunner, but failing in
the testbrowser. It was because the reftests compare only in a 800*600px
frame, although we have many tests which are taller than this frame. If
there was a mismatch to the expected result outside that frame and the
difference doesn't affect the scrollbar then the test just passes silently.

Do we have any guidelines for these cases?

We could either:

1. Split up the tests concerned.
2. Increase the test frame size to a bigger fixed value. (I'm thinking only
in reftests.)
3. Generate the images for the actual view. (?)
4. ?

Any thoughts?

Thanks,
<Zoltan>
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to