[Webkit-unassigned] [Bug 45131] REGRESSION (r65539): One pixel white gaps when scrolling Trac changeset pages
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 13 14:32:57 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45131
--- Comment #6 from mitz at webkit.org 2010-09-13 14:32:57 PST ---
(From update of attachment 67474)
View in context: https://bugs.webkit.org/attachment.cgi?id=67474&action=prettypatch
> LayoutTests/fast/table/simple_paint_separate_borders.html:24
> + divbug.style.visibility = "hidden";
> + if (window.layoutTestController) {
> + window.layoutTestController.notifyDone();
> + }
> + }
> + </script>
> +</head>
> + <body onload="setTimeout('repaintCell()', 1000)">
> + <div id="bug" style="position: absolute; left: 121px; top: 121px; width: 61px; height: 61px; background-color: red;"></div>
I’m surprised that this technique works to test repainting behavior, since DumpRenderTree is supposed to invalidate everything by default. Anyway, even if it works, it appears to take a full second. You should use the standard mechanism for repaint tests instead (see LayoutTests/fast/repaint/resources/repaint.js).
--
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