Changeset 172518 in webkit
- Timestamp:
- Aug 13, 2014, 4:20:44 AM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r172513 r172518 1 2014-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 1 13 2014-08-11 Myles C. Maxfield <mmaxfield@apple.com> 2 14 -
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.2 1 CONSOLE MESSAGE: Cross-origin image load denied by Cross-Origin Resource Sharing policy. 3 2 >>> -
trunk/LayoutTests/platform/mac/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt
r172505 r172518 5 5 RenderBody {BODY} at (8,8) size 784x584 6 6 RenderBlock {SUMMARY} at (0,0) size 784x184 7 RenderInline {I} at (0,0) size 304x187 RenderInline {I} at (0,0) size 604x18 8 8 RenderRuby (inline) {RUBY} at (0,0) size 300x18 9 9 RenderRubyRun (anonymous) at (0,171) size 0x0 … … 21 21 RenderText {#text} at (300,157) size 4x18 22 22 text run at (300,157) width 4: " " 23 RenderEmbeddedObject {OBJECT} at (304,21) size 300x15023 RenderEmbeddedObject {OBJECT} at (304,21) size 300x150 24 24 RenderText {#text} at (0,0) size 0x0 25 25 RenderBlock {DIV} at (0,184) size 784x18 … … 30 30 text run at (138,0) width 455: ". This test must be run under Guard Malloc. It passes if it does not crash." 31 31 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 32 selection end: position 0 of child 3 {#text} of child 0 {SUMMARY} of body32 selection 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.