[Webkit-unassigned] [Bug 88908] [chromium] webkit-backface-visibility doesn't work with <video>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 15:51:28 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88908





--- Comment #19 from James Robinson <jamesr at chromium.org>  2012-06-14 15:51:27 PST ---
The next piece of the puzzle is tests - we require that all fixes have regression tests.  In this instance, I think there are a few tests that we could/should write:

1.) Write one or more unit tests that this property has the proper behavior in our backface testing code.  See Source/WebKit/chromium/tests/CCLayerTreeHostCommonTest.cpp's current backface tests to see how these work.

2.) Write some layout tests to verify that the CSS properties have the desired effect on rendering through the entire stack.  See LayoutTests/compositing/backface-visibility/ for an example of how these work.  I'd like to see at least one test for <video>, WebGL, canvas, and composited images to make sure we're doing the right thing for all of these cases and to make sure that our behavior is consistent with other ports (like Safari).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list