Changeset 172518 in webkit


Ignore:
Timestamp:
Aug 13, 2014 4:20:44 AM (10 years ago)
Author:
Antti Koivisto
Message:

Don't recurse into non-rendered subtrees when computing style
https://bugs.webkit.org/show_bug.cgi?id=135844

Reviewed by Andreas Kling.

Rebase.

  • http/tests/security/video-poster-cross-origin-crash-expected.txt:
  • platform/mac/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r172513 r172518  
     12014-08-13  Antti Koivisto  <antti@apple.com>
     2
     3        Don't recurse into non-rendered subtrees when computing style
     4        https://bugs.webkit.org/show_bug.cgi?id=135844
     5
     6        Reviewed by Andreas Kling.
     7       
     8        Rebase.
     9
     10        * http/tests/security/video-poster-cross-origin-crash-expected.txt:
     11        * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt:
     12
    1132014-08-11  Myles C. Maxfield  <mmaxfield@apple.com>
    214
  • trunk/LayoutTests/http/tests/security/video-poster-cross-origin-crash-expected.txt

    r172505 r172518  
    1 CONSOLE MESSAGE: Cross-origin image load denied by Cross-Origin Resource Sharing policy.
    21CONSOLE MESSAGE: Cross-origin image load denied by Cross-Origin Resource Sharing policy.
    32>>>
  • trunk/LayoutTests/platform/mac/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt

    r172505 r172518  
    55    RenderBody {BODY} at (8,8) size 784x584
    66      RenderBlock {SUMMARY} at (0,0) size 784x184
    7         RenderInline {I} at (0,0) size 304x18
     7        RenderInline {I} at (0,0) size 604x18
    88          RenderRuby (inline) {RUBY} at (0,0) size 300x18
    99            RenderRubyRun (anonymous) at (0,171) size 0x0
     
    2121          RenderText {#text} at (300,157) size 4x18
    2222            text run at (300,157) width 4: " "
    23         RenderEmbeddedObject {OBJECT} at (304,21) size 300x150
     23          RenderEmbeddedObject {OBJECT} at (304,21) size 300x150
    2424        RenderText {#text} at (0,0) size 0x0
    2525      RenderBlock {DIV} at (0,184) size 784x18
     
    3030          text run at (138,0) width 455: ". This test must be run under Guard Malloc. It passes if it does not crash."
    3131selection start: position 0 of child 1 {OBJECT} of child 3 {H1} of child 0 {RUBY} of child 1 {I} of child 0 {SUMMARY} of body
    32 selection end:   position 0 of child 3 {#text} of child 0 {SUMMARY} of body
     32selection end:   position 1 of child 2 {OBJECT} of child 1 {I} of child 0 {SUMMARY} of body
Note: See TracChangeset for help on using the changeset viewer.