Bug 152132

Summary: [iOS Simulator] Add expected results for compositing/layers-inside-overflow-scroll.html
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 152130    

Description Ryan Haddad 2015-12-10 09:03:41 PST
[iOS Simulator] Add expected results for compositing/layers-inside-overflow-scroll.html

Currently, the results are missing for ios-simulator
<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r193902%20(1662)/results.html>

Actual results:
layer at (0,0) size 800x600
  RenderView at (0,0) size 800x600
layer at (0,0) size 800x431
  RenderBlock {HTML} at (0,0) size 800x431
    RenderBody {BODY} at (8,16) size 784x405
      RenderBlock {P} at (0,0) size 784x20
        RenderText {#text} at (0,0) size 444x19
          text run at (0,0) width 444: "The red box in the overflow:scroll div should be scrolled out of view."
      RenderBlock {DIV} at (10,36) size 302x207 [border: (1px solid #000000)]
        RenderText {#text} at (0,0) size 0x0
layer at (19,53) size 300x200
  RenderVideo {VIDEO} at (1,1) size 300x200
layer at (18,269) size 302x152 clip at (19,270) size 285x150 scrollY 100 scrollHeight 500
  RenderBlock {DIV} at (10,253) size 302x152 [border: (1px solid #000000)]
    RenderBlock {DIV} at (1,1) size 285x500
Comment 1 Ryan Haddad 2015-12-10 13:43:09 PST
Added in r193925
Comment 2 Ryan Haddad 2015-12-14 15:01:43 PST
(In reply to comment #1)
> Added in r193925

Apparently the results have two newlines at the end, so it is still failing. Added the second newline in r194063.