[Webkit-unassigned] [Bug 69096] [Qt] QDesktopWebView load negative size view test missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 13:13:14 PDT 2011


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





--- Comment #4 from Benjamin Poulain <benjamin at webkit.org>  2011-09-29 13:13:14 PST ---
(From update of attachment 109179)
View in context: https://bugs.webkit.org/attachment.cgi?id=109179&action=review

> Source/WebKit2/UIProcess/API/qt/tests/qmltests/DesktopWebView/tst_loadNegativeSizeView.qml:25
> +            compare(webView.width, -400)
> +            compare(webView.height, -600)

Is that generally correct with QML?
If you use negative width and height on a QML image element, do you get the element inverted?

Having a defined behavior for negative size is a good idea. But supporting negative size is another problem altogether.

-- 
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