The original testcase didn't directly show the issue, since it had a workaround with unprefixed 'transform' & with pixel units. Here's an adjusted version without that workaround, which does show the rendering difference. EXPECTED RESULTS: Blank page (with the -webkit-transform having been honored) ACTUAL RESULTS: Visible text (with the -webkit-transform having been rejected)
Bug 1522967 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The original testcase didn't directly show the issue, since it had a workaround with unprefixed 'transform' & with pixel units. Here's an adjusted version without that workaround, which does show the rendering difference. EXPECTED RESULTS: No text should be visible. (And the -webkit-transform expression should be accepted & honored.) ACTUAL RESULTS: Text is visible (And the -webkit-transform expression is rejected.)