haikuwebkit/LayoutTests/fast/ruby/ruby-runs.html

9 lines
236 B
HTML
Raw Permalink Normal View History

Bug 28420 - Implement HTML5 <ruby> rendering (https://bugs.webkit.org/show_bug.cgi?id=28420) Reviewed by Dave Hyatt. First rudimentary implementation of HTML5 ruby rendering support - layout tests. New layout tests: basic rendering: * fast/ruby/ruby-empty-rt.html: Added. * fast/ruby/ruby-length.html: Added. * fast/ruby/ruby-run-break.html: Added. * fast/ruby/ruby-runs-spans.html: Added. * fast/ruby/ruby-runs.html: Added. * fast/ruby/ruby-simple-rp.html: Added. * fast/ruby/ruby-simple.html: Added. * fast/ruby/ruby-trailing.html: Added. New layout tests: DOM manipulation within <ruby> * fast/ruby/rubyDOM-insert-rt.html: Added. * fast/ruby/rubyDOM-insert-text1.html: Added. * fast/ruby/rubyDOM-insert-text2.html: Added. * fast/ruby/rubyDOM-insert-text3.html: Added. * fast/ruby/rubyDOM-remove-rt1.html: Added. * fast/ruby/rubyDOM-remove-rt2.html: Added. * fast/ruby/rubyDOM-remove-text1.html: Added. * fast/ruby/rubyDOM-remove-text2.html: Added. New layout tests results: * platform/mac/fast/ruby: Added. * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum: Added. * platform/mac/fast/ruby/ruby-empty-rt-expected.png: Added. * platform/mac/fast/ruby/ruby-empty-rt-expected.txt: Added. * platform/mac/fast/ruby/ruby-length-expected.checksum: Added. * platform/mac/fast/ruby/ruby-length-expected.png: Added. * platform/mac/fast/ruby/ruby-length-expected.txt: Added. * platform/mac/fast/ruby/ruby-run-break-expected.checksum: Added. * platform/mac/fast/ruby/ruby-run-break-expected.png: Added. * platform/mac/fast/ruby/ruby-run-break-expected.txt: Added. * platform/mac/fast/ruby/ruby-runs-expected.checksum: Added. * platform/mac/fast/ruby/ruby-runs-expected.png: Added. * platform/mac/fast/ruby/ruby-runs-expected.txt: Added. * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum: Added. * platform/mac/fast/ruby/ruby-runs-spans-expected.png: Added. * platform/mac/fast/ruby/ruby-runs-spans-expected.txt: Added. * platform/mac/fast/ruby/ruby-simple-expected.checksum: Added. * platform/mac/fast/ruby/ruby-simple-expected.png: Added. * platform/mac/fast/ruby/ruby-simple-expected.txt: Added. * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum: Added. * platform/mac/fast/ruby/ruby-simple-rp-expected.png: Added. * platform/mac/fast/ruby/ruby-simple-rp-expected.txt: Added. * platform/mac/fast/ruby/ruby-trailing-expected.checksum: Added. * platform/mac/fast/ruby/ruby-trailing-expected.png: Added. * platform/mac/fast/ruby/ruby-trailing-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt: Added. Canonical link: https://commits.webkit.org/41925@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@50495 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2009-11-04 03:26:29 +00:00
<head>
<style>
</style>
</head>
<body>
Remove unneeded whitespace between content and <br> https://bugs.webkit.org/show_bug.cgi?id=218151 This is in preparation for fixing webkit.org/b/216902 (Remove collapsible trailing whitespace when it is followed by a hard line break) These tests don't really need to have trailing whitespace in front of <br>. Reviewed by Antti Koivisto. * compositing/iframes/composited-iframe-alignment.html: * compositing/overflow/ancestor-overflow.html: * compositing/overflow/overflow-scroll.html: * fast/block/float/float-in-float-hit-testing.html: * fast/block/float/float-in-float-painting.html: * fast/block/positioning/differing-writing-modes-replaced.html: * fast/block/positioning/differing-writing-modes.html: * fast/borders/border-image-01.html: * fast/borders/border-image-border-radius.html: * fast/borders/border-image-longhand.html: * fast/borders/border-image-massive-scale.html: * fast/borders/border-image-outset-in-shorthand.html: * fast/borders/border-image-outset.html: * fast/borders/border-image-repeat.html: * fast/borders/border-image-rotate-transform.html: * fast/borders/border-image-scale-transform.html: * fast/borders/border-image-scaled.html: * fast/borders/border-image-scrambled.html: * fast/borders/border-image-side-reduction.html: * fast/borders/border-image-slices.html: * fast/borders/border-image-source.html: * fast/borders/mixed-border-styles-radius.html: * fast/borders/mixed-border-styles.html: * fast/box-shadow/box-shadow-radius.html: * fast/box-shadow/inset-box-shadow-radius.html: * fast/box-shadow/inset-box-shadows.html: * fast/box-shadow/scaled-box-shadow.html: * fast/clip/overflow-border-radius-combinations.html: * fast/clip/overflow-border-radius-composited.html: * fast/clip/overflow-border-radius-transformed.html: * fast/css/first-line-text-decoration-inherited-from-parent.html: * fast/css/first-line-text-decoration.html: * fast/css/focus-ring-detached.html: * fast/css/layerZOrderCrash.html: * fast/css/text-overflow-ellipsis.html: * fast/dom/HTMLTextAreaElement/reset-textarea.html: * fast/dom/Range/getBoundingClientRect-expected.txt: * fast/dom/Range/getBoundingClientRect.html: * fast/dom/focus-contenteditable.html: * fast/forms/basic-inputs.html: * fast/forms/basic-selects.html: * fast/forms/button-align.html: * fast/forms/button-generated-content.html: * fast/forms/button-table-styles.html: * fast/forms/caret-rtl.html: * fast/forms/control-restrict-line-height.html: * fast/forms/hidden-listbox.html: * fast/forms/input-align.html: * fast/forms/input-appearance-bkcolor.html: * fast/forms/input-appearance-default-bkcolor.html: * fast/forms/input-appearance-disabled.html: * fast/forms/input-appearance-readonly.html: * fast/forms/input-baseline.html: * fast/forms/input-readonly-dimmed.html: * fast/forms/input-spaces.html: * fast/forms/listbox-width-change.html: * fast/forms/option-script.html: * fast/forms/option-text-clip.html: * fast/forms/range/slider-padding.html: * fast/forms/search-rtl.html: * fast/forms/search/search-size-with-decorations.html: * fast/forms/select-align.html: * fast/forms/select-change-popup-to-listbox.html: * fast/forms/select-initial-position.html: * fast/forms/select-style.html: * fast/forms/textarea-align.html: * fast/forms/textarea-scrollbar.html: * fast/frames/iframe-with-frameborder.html: * fast/frames/onlyCommentInIFrame.html: * fast/images/image-map-anchor-children.html: * fast/inline-block/006.html: * fast/inline-block/contenteditable-baseline.html: * fast/inline/drawStyledEmptyInlines.html: * fast/layers/layer-visibility-sublayer.html: * fast/repaint/rel-positioned-inline-with-overflow.html: * fast/ruby/bopomofo-letter-spacing.html: * fast/ruby/ruby-inline-table.html: * fast/ruby/ruby-length.html: * fast/ruby/ruby-run-break.html: * fast/ruby/ruby-runs.html: * fast/ruby/ruby-simple-rp.html: * fast/ruby/ruby-simple.html: * fast/text-autosizing/ios/contenteditable.html: * fast/text/basic/012.html: * fast/text/capitalize-boundaries.html: * fast/text/emphasis-overlap-expected.txt: * fast/text/emphasis-overlap.html: * fast/text/indic.html: * fast/text/international/rtl-white-space-pre-wrap.html: * fast/text/justify-nbsp.html: * fast/text/svg-font-face-with-kerning.html: * fast/transforms/identity-matrix.html: * fast/writing-mode/fieldsets.html: * fast/writing-mode/vertical-baseline-alignment-mixed.html: * fast/writing-mode/vertical-baseline-alignment.html: * fonts/monospace.html: * fonts/sans-serif.html: * fonts/serif.html: * platform/mac-catalina/fast/forms/basic-inputs-expected.txt: * platform/mac-catalina/fast/forms/input-readonly-dimmed-expected.txt: * platform/mac-catalina/fast/forms/option-text-clip-expected.txt: * platform/mac-catalina/fast/forms/select-change-popup-to-listbox-expected.txt: * platform/mac-catalina/fast/text/indic-expected.txt: * platform/mac-catalina/tables/mozilla/other/wa_table_tr_align-expected.txt: * platform/mac-wk2/fast/layers/layer-visibility-sublayer-expected.txt: * platform/mac/compositing/iframes/composited-iframe-alignment-expected.txt: * platform/mac/compositing/overflow/ancestor-overflow-expected.txt: * platform/mac/compositing/overflow/overflow-scroll-expected.txt: * platform/mac/fast/block/float/float-in-float-hit-testing-expected.txt: * platform/mac/fast/block/float/float-in-float-painting-expected.txt: * platform/mac/fast/block/positioning/differing-writing-modes-expected.txt: * platform/mac/fast/block/positioning/differing-writing-modes-replaced-expected.txt: * platform/mac/fast/borders/border-image-01-expected.txt: * platform/mac/fast/borders/border-image-border-radius-expected.txt: * platform/mac/fast/borders/border-image-longhand-expected.txt: * platform/mac/fast/borders/border-image-massive-scale-expected.txt: * platform/mac/fast/borders/border-image-outset-expected.txt: * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.txt: * platform/mac/fast/borders/border-image-repeat-expected.txt: * platform/mac/fast/borders/border-image-rotate-transform-expected.txt: * platform/mac/fast/borders/border-image-scale-transform-expected.txt: * platform/mac/fast/borders/border-image-scaled-expected.txt: * platform/mac/fast/borders/border-image-scrambled-expected.txt: * platform/mac/fast/borders/border-image-side-reduction-expected.txt: * platform/mac/fast/borders/border-image-slices-expected.txt: * platform/mac/fast/borders/border-image-source-expected.txt: * platform/mac/fast/borders/mixed-border-styles-expected.txt: * platform/mac/fast/borders/mixed-border-styles-radius-expected.txt: * platform/mac/fast/box-shadow/box-shadow-radius-expected.txt: * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.txt: * platform/mac/fast/box-shadow/inset-box-shadows-expected.txt: * platform/mac/fast/box-shadow/scaled-box-shadow-expected.txt: * platform/mac/fast/clip/overflow-border-radius-combinations-expected.txt: * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt: * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt: * platform/mac/fast/css/first-line-text-decoration-expected.txt: * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: * platform/mac/fast/css/focus-ring-detached-expected.txt: * platform/mac/fast/css/layerZOrderCrash-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-expected.txt: * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: * platform/mac/fast/dom/focus-contenteditable-expected.txt: * platform/mac/fast/forms/basic-selects-expected.txt: * platform/mac/fast/forms/button-align-expected.txt: * platform/mac/fast/forms/button-generated-content-expected.txt: * platform/mac/fast/forms/button-table-styles-expected.txt: * platform/mac/fast/forms/caret-rtl-expected.txt: * platform/mac/fast/forms/control-restrict-line-height-expected.txt: * platform/mac/fast/forms/hidden-listbox-expected.txt: * platform/mac/fast/forms/input-align-expected.txt: * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt: * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt: * platform/mac/fast/forms/input-appearance-disabled-expected.txt: * platform/mac/fast/forms/input-appearance-readonly-expected.txt: * platform/mac/fast/forms/input-baseline-expected.txt: * platform/mac/fast/forms/input-spaces-expected.txt: * platform/mac/fast/forms/listbox-width-change-expected.txt: * platform/mac/fast/forms/option-script-expected.txt: * platform/mac/fast/forms/range/slider-padding-expected.txt: * platform/mac/fast/forms/search-rtl-expected.txt: * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt: * platform/mac/fast/forms/select-align-expected.txt: * platform/mac/fast/forms/select-initial-position-expected.txt: * platform/mac/fast/forms/select-style-expected.txt: * platform/mac/fast/forms/textarea-align-expected.txt: * platform/mac/fast/forms/textarea-scrollbar-expected.txt: * platform/mac/fast/frames/iframe-with-frameborder-expected.txt: * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt: * platform/mac/fast/images/image-map-anchor-children-expected.txt: * platform/mac/fast/inline-block/006-expected.txt: * platform/mac/fast/inline-block/contenteditable-baseline-expected.txt: * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt: * platform/mac/fast/repaint/rel-positioned-inline-with-overflow-expected.txt: * platform/mac/fast/ruby/bopomofo-letter-spacing-expected.txt: * platform/mac/fast/ruby/ruby-inline-table-expected.txt: * platform/mac/fast/ruby/ruby-length-expected.txt: * platform/mac/fast/ruby/ruby-run-break-expected.txt: * platform/mac/fast/ruby/ruby-runs-expected.txt: * platform/mac/fast/ruby/ruby-simple-expected.txt: * platform/mac/fast/ruby/ruby-simple-rp-expected.txt: * platform/mac/fast/text-autosizing/ios/contenteditable-expected.txt: * platform/mac/fast/text/basic/012-expected.txt: * platform/mac/fast/text/capitalize-boundaries-expected.txt: * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.txt: * platform/mac/fast/text/justify-nbsp-expected.txt: * platform/mac/fast/text/svg-font-face-with-kerning-expected.txt: * platform/mac/fast/transforms/identity-matrix-expected.txt: * platform/mac/fast/writing-mode/fieldsets-expected.txt: * platform/mac/fast/writing-mode/vertical-baseline-alignment-expected.txt: * platform/mac/fast/writing-mode/vertical-baseline-alignment-mixed-expected.txt: * platform/mac/fonts/monospace-expected.txt: * platform/mac/fonts/sans-serif-expected.txt: * platform/mac/fonts/serif-expected.txt: * platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt: * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt: * platform/mac/svg/as-border-image/svg-as-border-image-expected.txt: * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt: * platform/mac/tables/mozilla/bugs/bug11026-expected.txt: * platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.txt: * platform/mac/tables/mozilla/bugs/bug1318-expected.txt: * platform/mac/tables/mozilla/bugs/bug1430-expected.txt: * platform/mac/tables/mozilla/bugs/bug19599-expected.txt: * platform/mac/tables/mozilla/bugs/bug28341-expected.txt: * platform/mac/tables/mozilla/bugs/bug30559-expected.txt: * platform/mac/tables/mozilla/bugs/bug32205-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug4284-expected.txt: * platform/mac/tables/mozilla/bugs/bug4382-expected.txt: * platform/mac/tables/mozilla/bugs/bug4427-expected.txt: * platform/mac/tables/mozilla/bugs/bug46623-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug55694-expected.txt: * platform/mac/tables/mozilla/bugs/bug60992-expected.txt: * platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug92143-expected.txt: * platform/mac/tables/mozilla/bugs/bug92868-expected.txt: * platform/mac/tables/mozilla/bugs/bug963-expected.txt: * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt: * platform/mac/tables/mozilla/core/bloomberg-expected.txt: * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: * platform/mac/tables/mozilla/core/col_widths_fix_auto-expected.txt: * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt: * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt: * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.txt: * platform/mac/tables/mozilla/other/nestedTables-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt: * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt: * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt: * scrollbars/overflow-scrollbar-combinations.html: * svg/as-border-image/svg-as-border-image-2.html: * svg/as-border-image/svg-as-border-image.html: * svg/custom/getscreenctm-in-mixed-content.xhtml: * tables/mozilla/bugs/bug11026.html: * tables/mozilla/bugs/bug131020_iframe.html: * tables/mozilla/bugs/bug1318.html: * tables/mozilla/bugs/bug1430.html: * tables/mozilla/bugs/bug16012.html: * tables/mozilla/bugs/bug19599.html: * tables/mozilla/bugs/bug28341.html: * tables/mozilla/bugs/bug30559.html: * tables/mozilla/bugs/bug32205-2.html: * tables/mozilla/bugs/bug4284.html: * tables/mozilla/bugs/bug4382.html: * tables/mozilla/bugs/bug4427.html: * tables/mozilla/bugs/bug46623-1.html: * tables/mozilla/bugs/bug4849-2.html: * tables/mozilla/bugs/bug55694.html: * tables/mozilla/bugs/bug60992.html: * tables/mozilla/bugs/bug9123-1.html: * tables/mozilla/bugs/bug92143.html: * tables/mozilla/bugs/bug92868.html: * tables/mozilla/bugs/bug963.html: * tables/mozilla/collapsing_borders/bug41262-3.html: * tables/mozilla/core/bloomberg.html: * tables/mozilla/core/col_widths_auto_autoFix.html: * tables/mozilla/core/col_widths_fix_auto.html: * tables/mozilla/dom/deleteTbodyRebuild1.html: * tables/mozilla/marvin/tables_cellpadding.html: * tables/mozilla/marvin/tables_cellspacing.html: * tables/mozilla/other/nestedTables.html: * tables/mozilla/other/wa_table_tr_align.html: * tables/mozilla_expected_failures/bugs/bug1262.html: * tables/mozilla_expected_failures/bugs/bug56024.html: * tables/mozilla_expected_failures/bugs/bug8499.html: * tables/mozilla_expected_failures/core/col_span2.html: * tables/mozilla_expected_failures/other/test4.html: Canonical link: https://commits.webkit.org/230862@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@268958 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2020-10-25 19:52:34 +00:00
This is a test for multiple ruby runs.<br><br>
Bug 31865 - Re-do ruby layout tests to use only Latin characters (https://bugs.webkit.org/show_bug.cgi?id=31865, first patch) Reviewed by Eric Seidel. Re-did pixel layout tests for ruby since non-Latin scripts apparently cause issues on other platforms. * fast/ruby/ruby-empty-rt.html: * fast/ruby/ruby-length.html: * fast/ruby/ruby-run-break.html: * fast/ruby/ruby-runs-spans.html: * fast/ruby/ruby-runs.html: * fast/ruby/ruby-simple-rp.html: * fast/ruby/ruby-simple.html: * fast/ruby/ruby-trailing.html: * fast/ruby/rubyDOM-insert-rt.html: * fast/ruby/rubyDOM-insert-text1.html: * fast/ruby/rubyDOM-insert-text2.html: * fast/ruby/rubyDOM-insert-text3.html: * fast/ruby/rubyDOM-remove-rt1.html: * fast/ruby/rubyDOM-remove-rt2.html: * fast/ruby/rubyDOM-remove-text1.html: * fast/ruby/rubyDOM-remove-text2.html: * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum: * platform/mac/fast/ruby/ruby-empty-rt-expected.png: * platform/mac/fast/ruby/ruby-empty-rt-expected.txt: * platform/mac/fast/ruby/ruby-length-expected.checksum: * platform/mac/fast/ruby/ruby-length-expected.png: * platform/mac/fast/ruby/ruby-length-expected.txt: * platform/mac/fast/ruby/ruby-run-break-expected.checksum: * platform/mac/fast/ruby/ruby-run-break-expected.png: * platform/mac/fast/ruby/ruby-run-break-expected.txt: * platform/mac/fast/ruby/ruby-runs-expected.checksum: * platform/mac/fast/ruby/ruby-runs-expected.png: * platform/mac/fast/ruby/ruby-runs-expected.txt: * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum: * platform/mac/fast/ruby/ruby-runs-spans-expected.png: * platform/mac/fast/ruby/ruby-runs-spans-expected.txt: * platform/mac/fast/ruby/ruby-simple-expected.checksum: * platform/mac/fast/ruby/ruby-simple-expected.png: * platform/mac/fast/ruby/ruby-simple-expected.txt: * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum: * platform/mac/fast/ruby/ruby-simple-rp-expected.png: * platform/mac/fast/ruby/ruby-simple-rp-expected.txt: * platform/mac/fast/ruby/ruby-trailing-expected.checksum: * platform/mac/fast/ruby/ruby-trailing-expected.png: * platform/mac/fast/ruby/ruby-trailing-expected.txt: * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum: * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png: * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt: * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum: * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png: * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt: * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum: * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png: * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt: * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum: * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png: * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt: * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum: * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png: * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt: * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum: * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png: * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt: * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum: * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png: * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt: * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum: * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png: * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt: Canonical link: https://commits.webkit.org/45004@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@53605 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2010-01-21 07:06:12 +00:00
<p>&lt;ruby&gt; is defined in the <ruby>H<rt>Hyper</rt>T<rt>Text</rt>M<rt>Markup</rt>L<rt>Language</rt>5<rt>Level 5</rt></ruby> specs.</p>
Bug 28420 - Implement HTML5 <ruby> rendering (https://bugs.webkit.org/show_bug.cgi?id=28420) Reviewed by Dave Hyatt. First rudimentary implementation of HTML5 ruby rendering support - layout tests. New layout tests: basic rendering: * fast/ruby/ruby-empty-rt.html: Added. * fast/ruby/ruby-length.html: Added. * fast/ruby/ruby-run-break.html: Added. * fast/ruby/ruby-runs-spans.html: Added. * fast/ruby/ruby-runs.html: Added. * fast/ruby/ruby-simple-rp.html: Added. * fast/ruby/ruby-simple.html: Added. * fast/ruby/ruby-trailing.html: Added. New layout tests: DOM manipulation within <ruby> * fast/ruby/rubyDOM-insert-rt.html: Added. * fast/ruby/rubyDOM-insert-text1.html: Added. * fast/ruby/rubyDOM-insert-text2.html: Added. * fast/ruby/rubyDOM-insert-text3.html: Added. * fast/ruby/rubyDOM-remove-rt1.html: Added. * fast/ruby/rubyDOM-remove-rt2.html: Added. * fast/ruby/rubyDOM-remove-text1.html: Added. * fast/ruby/rubyDOM-remove-text2.html: Added. New layout tests results: * platform/mac/fast/ruby: Added. * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum: Added. * platform/mac/fast/ruby/ruby-empty-rt-expected.png: Added. * platform/mac/fast/ruby/ruby-empty-rt-expected.txt: Added. * platform/mac/fast/ruby/ruby-length-expected.checksum: Added. * platform/mac/fast/ruby/ruby-length-expected.png: Added. * platform/mac/fast/ruby/ruby-length-expected.txt: Added. * platform/mac/fast/ruby/ruby-run-break-expected.checksum: Added. * platform/mac/fast/ruby/ruby-run-break-expected.png: Added. * platform/mac/fast/ruby/ruby-run-break-expected.txt: Added. * platform/mac/fast/ruby/ruby-runs-expected.checksum: Added. * platform/mac/fast/ruby/ruby-runs-expected.png: Added. * platform/mac/fast/ruby/ruby-runs-expected.txt: Added. * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum: Added. * platform/mac/fast/ruby/ruby-runs-spans-expected.png: Added. * platform/mac/fast/ruby/ruby-runs-spans-expected.txt: Added. * platform/mac/fast/ruby/ruby-simple-expected.checksum: Added. * platform/mac/fast/ruby/ruby-simple-expected.png: Added. * platform/mac/fast/ruby/ruby-simple-expected.txt: Added. * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum: Added. * platform/mac/fast/ruby/ruby-simple-rp-expected.png: Added. * platform/mac/fast/ruby/ruby-simple-rp-expected.txt: Added. * platform/mac/fast/ruby/ruby-trailing-expected.checksum: Added. * platform/mac/fast/ruby/ruby-trailing-expected.png: Added. * platform/mac/fast/ruby/ruby-trailing-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt: Added. * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added. * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png: Added. * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt: Added. Canonical link: https://commits.webkit.org/41925@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@50495 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2009-11-04 03:26:29 +00:00
</body>