[Webkit-unassigned] [Bug 104139] [EFL] [WK2] fast/dom/vertical-scrollbar-in-rtl.html makes fast/regions tests flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 06:27:41 PST 2012


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





--- Comment #11 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-12-06 06:30:09 PST ---
(From update of attachment 178003)
View in context: https://bugs.webkit.org/attachment.cgi?id=178003&action=review

> Tools/WebKitTestRunner/TestController.cpp:573
>  
> +#if PLATFORM(EFL)
> +    // Resize the window to original size. This is needed after calls to window.resizeTo.
> +    WKRect rect = m_mainWebView->windowFrame();
> +    m_mainWebView->setWindowFrame(WKRectMake(rect.origin.x, rect.origin.y, 800, 600));
> +#endif
> +
>      // Reset notification permissions

Could you explain why that is not needed for other platforms?

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