Title: [172518] trunk/LayoutTests
Revision
172518
Author
an...@apple.com
Date
2014-08-13 04:20:44 -0700 (Wed, 13 Aug 2014)

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (172517 => 172518)


--- trunk/LayoutTests/ChangeLog	2014-08-13 10:13:43 UTC (rev 172517)
+++ trunk/LayoutTests/ChangeLog	2014-08-13 11:20:44 UTC (rev 172518)
@@ -1,3 +1,15 @@
+2014-08-13  Antti Koivisto  <an...@apple.com>
+
+        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:
+
 2014-08-11  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         Elements whose contents start with an astral Unicode symbol disappear when CSS `::first-letter` is applied to them

Modified: trunk/LayoutTests/http/tests/security/video-poster-cross-origin-crash-expected.txt (172517 => 172518)


--- trunk/LayoutTests/http/tests/security/video-poster-cross-origin-crash-expected.txt	2014-08-13 10:13:43 UTC (rev 172517)
+++ trunk/LayoutTests/http/tests/security/video-poster-cross-origin-crash-expected.txt	2014-08-13 11:20:44 UTC (rev 172518)
@@ -1,3 +1,2 @@
 CONSOLE MESSAGE: Cross-origin image load denied by Cross-Origin Resource Sharing policy.
-CONSOLE MESSAGE: Cross-origin image load denied by Cross-Origin Resource Sharing policy.
 >>>

Modified: trunk/LayoutTests/platform/mac/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt (172517 => 172518)


--- trunk/LayoutTests/platform/mac/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt	2014-08-13 10:13:43 UTC (rev 172517)
+++ trunk/LayoutTests/platform/mac/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt	2014-08-13 11:20:44 UTC (rev 172518)
@@ -4,7 +4,7 @@
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderBlock {SUMMARY} at (0,0) size 784x184
-        RenderInline {I} at (0,0) size 304x18
+        RenderInline {I} at (0,0) size 604x18
           RenderRuby (inline) {RUBY} at (0,0) size 300x18
             RenderRubyRun (anonymous) at (0,171) size 0x0
               RenderRubyText {RT} at (0,0) size 0x0
@@ -20,7 +20,7 @@
                   RenderBlock {DIV} at (0,150) size 300x-8
           RenderText {#text} at (300,157) size 4x18
             text run at (300,157) width 4: " "
-        RenderEmbeddedObject {OBJECT} at (304,21) size 300x150
+          RenderEmbeddedObject {OBJECT} at (304,21) size 300x150
         RenderText {#text} at (0,0) size 0x0
       RenderBlock {DIV} at (0,184) size 784x18
         RenderInline {A} at (0,0) size 138x18 [color=#0000EE]
@@ -29,4 +29,4 @@
         RenderText {#text} at (138,0) size 455x18
           text run at (138,0) width 455: ". This test must be run under Guard Malloc. It passes if it does not crash."
 selection 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
-selection end:   position 0 of child 3 {#text} of child 0 {SUMMARY} of body
+selection end:   position 1 of child 2 {OBJECT} of child 1 {I} of child 0 {SUMMARY} of body
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to