[Webkit-unassigned] [Bug 93673] NRWT: Make it possible to run layout tests on Retina MBP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 04:31:39 PDT 2013


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





--- Comment #15 from Tim Horton <timothy_horton at apple.com>  2013-03-22 04:34:06 PST ---
(From update of attachment 194513)
View in context: https://bugs.webkit.org/attachment.cgi?id=194513&action=review

> Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm:131
> -    NSRect windowRect = NSOffsetRect(rect, -10000, [(NSScreen *)[[NSScreen screens] objectAtIndex:0] frame].size.height - rect.size.height + 10000);
> +    NSRect windowRect = NSOffsetRect(rect, 0, [(NSScreen *)[[NSScreen screens] objectAtIndex:0] frame].size.height - rect.size.height);

Pretend this part isn't here, it was just for testing.

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