Bug 1776275 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This test is broken, we aren't getting scaled X/Y/Width/Height values after zooming. 
I'm not sure why we're comparing `getBounds(textNode)` to `getRangeExtents(0, -1)` for the same text node, so that might be part of the problem.

In any case, either the text bounds/bounds code needs to be fixed, or this test (and its friends) need to be adjusted.
`bounds/browser_test_zoom_text.js` is broken, we aren't getting scaled X/Y/Width/Height values after zooming. 
I'm not sure why we're comparing `getBounds(textNode)` to `getRangeExtents(0, -1)` for the same text node, so that might be part of the problem.

In any case, either the text bounds/bounds code needs to be fixed, or this test (and its friends) need to be adjusted.

Back to Bug 1776275 Comment 0