[Webkit-unassigned] [Bug 33617] [Qt] DRT missing setUserStyleSheetLocation and setUserStyleSheetEnabled in LayoutTestController
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 14 02:59:21 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33617
--- Comment #15 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org> 2010-01-14 02:59:20 PST ---
(In reply to comment #7)
> (From update of attachment 46507 [details])
> LGTM, r=me
>
> > + if (enabled)
> > + m_drt->webPage()->settings()->setUserStyleSheetUrl(m_userStyleSheetLocation);
> > + else
> > + m_drt->webPage()->settings()->setUserStyleSheetUrl(QUrl());
>
> Do you know what happens if I give an invalid url to setUserStyleSheetUrl? Is
> that handled?
in this case, it is like unsetting the userStyleSheet
--
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