haikuwebkit/LayoutTests/fast/ruby/generated-before-and-after-...

4 lines
122 B
Plaintext
Raw Permalink Normal View History

2011-06-28 Roland Steiner <rolandsteiner@chromium.org> Unreviewed: change URLs in ruby layout tests to lower case in order to avoid having to have separate Chromium expectations. * fast/ruby/after-block-doesnt-crash-expected.txt: * fast/ruby/after-block-doesnt-crash.html: * fast/ruby/after-table-doesnt-crash-expected.txt: * fast/ruby/after-table-doesnt-crash.html: * fast/ruby/before-block-doesnt-crash-expected.txt: * fast/ruby/before-block-doesnt-crash.html: * fast/ruby/before-table-doesnt-crash-expected.txt: * fast/ruby/before-table-doesnt-crash.html: * fast/ruby/generated-after-counter-doesnt-crash-expected.txt: * fast/ruby/generated-after-counter-doesnt-crash.html: * fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt: * fast/ruby/generated-before-and-after-counter-doesnt-crash.html: * fast/ruby/generated-before-counter-doesnt-crash-expected.txt: * fast/ruby/generated-before-counter-doesnt-crash.html: * platform/chromium-mac/fast/ruby/after-block-doesnt-crash-expected.txt: Removed. * platform/chromium-mac/fast/ruby/after-table-doesnt-crash-expected.txt: Removed. * platform/chromium-mac/fast/ruby/before-block-doesnt-crash-expected.txt: Removed. * platform/chromium-mac/fast/ruby/before-table-doesnt-crash-expected.txt: Removed. * platform/chromium-win/fast/ruby/after-block-doesnt-crash-expected.txt: Removed. * platform/chromium-win/fast/ruby/after-table-doesnt-crash-expected.txt: Removed. * platform/chromium-win/fast/ruby/before-block-doesnt-crash-expected.txt: Removed. * platform/chromium-win/fast/ruby/before-table-doesnt-crash-expected.txt: Removed. Canonical link: https://commits.webkit.org/79275@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@89990 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2011-06-29 06:06:14 +00:00
Blocked access to external URL http://xx/
Blocked access to external URL http://yy/
2011-06-28 Roland Steiner <rolandsteiner@chromium.org> Reviewed by Eric Seidel. Bug 55930 - (CVE-2011-1440) Incorrect handling of 'display:' property within nested <ruby> tags https://bugs.webkit.org/show_bug.cgi?id=55930 Test that a generated block child + counter within a <ruby> doesn't crash. (Test as provided by original reporter). * fast/ruby/generated-after-counter-doesnt-crash-expected.txt: Added. * fast/ruby/generated-after-counter-doesnt-crash.html: Added. * fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt: Added. * fast/ruby/generated-before-and-after-counter-doesnt-crash.html: Added. * fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Added. * fast/ruby/generated-before-counter-doesnt-crash.html: Added. 2011-06-28 Roland Steiner <rolandsteiner@chromium.org> Reviewed by Eric Seidel. Bug 55930 - (CVE-2011-1440) Incorrect handling of 'display:' property within nested <ruby> tags https://bugs.webkit.org/show_bug.cgi?id=55930 Don't set style type BEFORE/AFTER on anonymous wrapper block. Rather, check style type on generated wrapped child. Tests: fast/ruby/generated-after-counter-doesnt-crash.html fast/ruby/generated-before-and-after-counter-doesnt-crash.html fast/ruby/generated-before-counter-doesnt-crash.html * rendering/RenderRuby.cpp: (WebCore::isAnonymousRubyInlineBlock): (WebCore::isRubyBeforeBlock): (WebCore::isRubyAfterBlock): (WebCore::rubyBeforeBlock): (WebCore::rubyAfterBlock): (WebCore::createAnonymousRubyInlineBlock): (WebCore::RenderRubyAsInline::addChild): (WebCore::RenderRubyAsBlock::addChild): Canonical link: https://commits.webkit.org/79272@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@89987 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2011-06-29 04:34:38 +00:00
This test passes if it doesn't crash.