[Webkit-unassigned] [Bug 146953] Negative scroll snap repeat values cause web process to hang indefinitely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 19:09:07 PDT 2015


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

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #256818|review?, commit-queue?      |review+, commit-queue-
              Flags|                            |

--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 256818
  --> https://bugs.webkit.org/attachment.cgi?id=256818
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256818&action=review

> LayoutTests/css3/scroll-snap/scroll-snap-negative-repeat.html:20
> +            #item0 { background-color: red; }
> +            #item1 { background-color: green; }
> +            #item2 { background-color: blue; }
> +            #item3 { background-color: aqua; }
> +            #item4 { background-color: yellow; }
> +            #item5 { background-color: fuchsia; }

Not needed.

> LayoutTests/css3/scroll-snap/scroll-snap-negative-repeat.html:30
> +        <div id="item0" class="colorBox"></div>
> +        <div id="item1" class="colorBox"></div>
> +        <div id="item2" class="colorBox"></div>
> +        <div id="item3" class="colorBox"></div>
> +        <div id="item4" class="colorBox"></div>
> +        <div id="item5" class="colorBox"></div>

You still don't need these.

> LayoutTests/css3/scroll-snap/scroll-snap-subpixel-repeat.html:56
> +                finishJSTest();
> +                testRunner.notifyDone();

finishJSTest calls notifyDone for you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150715/130bb4e1/attachment.html>


More information about the webkit-unassigned mailing list