haikuwebkit/LayoutTests/fast/table/crash-section-logical-heigh...

54 lines
1.7 KiB
HTML
Raw Permalink Normal View History

<style>
.c3 { position: fixed; }
.c12:first-letter { visibility: inherit; }
.c12 { -webkit-appearance: button; }
.c13 { display: table-row; }
.c13:nth-last-child(odd) { height: 80%; }
</style>
<script>
Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests https://bugs.webkit.org/show_bug.cgi?id=92947 Reviewed by Kent Tamura. * fast/scrolling/resources/scrollable-area.js: * fast/selectors/empty-element-made-non-empty.html: * fast/selectors/querySelector-in-range-crash.html: * fast/selectors/selection-window-inactive.html: * fast/selectors/style-sharing-adjacent-selector.html: * fast/selectors/style-sharing-last-child.html: * fast/spatial-navigation/: * fast/storage/storage-detached-iframe.html: * fast/sub-pixel/client-width-height-snapping.html: * fast/sub-pixel/float-containing-block-with-margin.html: * fast/sub-pixel/table-rows-have-stable-height.html: * fast/table/: * fast/text/: * fast/tokenizer/: * fast/transforms/container-transform-crash.html: * fast/transforms/matrix-with-zoom.html: * fast/transforms/scrollIntoView-transformed.html: * fast/transforms/selection-bounds-in-transformed-view.html: * fast/transforms/topmost-becomes-bottomost-for-scrolling.html: * fast/transforms/transform-hit-test-flipped.html: * fast/transforms/transform-inside-overflow-scroll.html: * fast/url/degenerate-file-base.html: * fast/viewport/: * fast/workers/: * fast/writing-mode/auto-margins-across-boundaries.html: * fast/writing-mode/block-formatting-context.html: * fast/writing-mode/broken-ideographic-font.html: * fast/writing-mode/display-mutation.html: * fast/writing-mode/flipped-blocks-hit-test-overflow.html: * fast/writing-mode/flipped-blocks-text-map-local-to-container.html: * fast/writing-mode/japanese-rl-text-with-broken-font.html: * fast/writing-mode/overhanging-float-legend-crash.html: * fast/writing-mode/percentage-padding.html: * fast/writing-mode/positionForPoint.html: * fast/writing-mode/relative-positioning-percentages.html: * fast/writing-mode/table-hit-test.html: * fast/xmlhttprequest/null-document-xmlhttprequest-open.html: * fast/xmlhttprequest/resources/xmlhttprequest-no-file-access-real.html: * fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html: * fast/xmlhttprequest/xmlhttprequest-bad-mimetype.html: * fast/xmlhttprequest/xmlhttprequest-gc.html: * fast/xmlhttprequest/xmlhttprequest-get.xhtml: * fast/xmlhttprequest/xmlhttprequest-html-response-encoding.html: * fast/xmlhttprequest/xmlhttprequest-invalid-values.html: * fast/xmlhttprequest/xmlhttprequest-missing-file-exception.html: * fast/xmlhttprequest/xmlhttprequest-no-file-access.html: * fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html: * fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self.html: * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html: * fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html: * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html: * fast/xmlhttprequest/xmlhttprequest-responsetype-document.html: * fast/xmlhttprequest/xmlhttprequest-responsetype-text.html: * fast/xpath/4XPath/Borrowed/namespace-nodes.html: * fast/xpath/ancestor-axis.html: * fast/xpath/complex-id.html: * fast/xpath/empty-string-substring.html: * fast/xpath/ensure-null-namespace.xhtml: * fast/xpath/id-path.html: * fast/xpath/id-simple.html: * fast/xpath/implicit-node-args.html: * fast/xpath/name-null-namespace.html: * fast/xpath/namespace-vs-predicate.xhtml: * fast/xpath/nan-to-boolean.html: * fast/xpath/nodeset-duplicates.html: * fast/xpath/nsresolver-bad-object.xhtml: * fast/xpath/nsresolver-exception.xhtml: * fast/xpath/nsresolver-function.xhtml: * fast/xpath/nsresolver-object.xhtml: * fast/xpath/preceding-axis.xhtml: * fast/xpath/text-nodes.html: * fast/xpath/union-context-node.xhtml: * fast/xpath/xpath-detached-iframe-resolver-crash.html: * fast/xpath/xpath-empty-string.html: * fast/xpath/xpath-functional-test.html: * fast/xpath/xpath-iterator-result-should-mark-its-nodeset.html: * fast/xpath/xpath-other-nodeset-result-should-mark-its-nodeset.html: * fast/xpath/xpath-result-eventlistener-crash.html: * fast/xpath/xpath-snapshot-result-should-mark-its-nodeset.html: * fast/xsl/default-html.html: * fast/xsl/exslt-node-set.xsl: * fast/xsl/extra-lf-at-end.html: * fast/xsl/import-non-document-node.xhtml: * fast/xsl/mozilla-tests.xsl: * fast/xsl/nbsp-in-stylesheet.html: * fast/xsl/resources/dtd-in-source-document.xsl: * fast/xsl/resources/import-after-comment-transform.xsl: * fast/xsl/resources/to-html.xsl: * fast/xsl/resources/xslt-entity-enc.xsl: * fast/xsl/resources/xslt-nested-stylesheets1.xsl: * fast/xsl/resources/xslt-recursion-chain1.xsl: * fast/xsl/resources/xslt-second-level-import.xsl: * fast/xsl/sort-locale.xsl: * fast/xsl/sort-unicode.xsl: * fast/xsl/subframe-location.html: * fast/xsl/transform-xhr-doc.xhtml: * fast/xsl/transformToFragment-XML-declaration.html: * fast/xsl/utf8-chunks.xsl: * fast/xsl/xslt-bad-import-uri.html: * fast/xsl/xslt-doc-enc.xsl: * fast/xsl/xslt-doc-noenc.xsl: * fast/xsl/xslt-fragment-in-empty-doc.html: * fast/xsl/xslt-processor.html: * fast/xsl/xslt-string-parameters.html: * fast/xsl/xslt-text.html: * fast/xsl/xslt-transform-to-fragment-crash.html: * fast/xsl/xslt-url.xsl: * platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning.html: * platform/chromium-linux/fast/text/international/arabic-vertical-offset.html: * platform/chromium-linux/fast/text/international/draw-complex-text-from-to.html: * platform/chromium/fast/text/chromium-mac-duplicate-ime-composition.html: * platform/chromium/fast/text/font-linux-normalize.html: * platform/chromium/fast/text/international/complex-text-rectangle.html: * platform/mac/fast/text/attributed-substring-from-range-001.html: * platform/mac/fast/text/attributed-substring-from-range-002.html: * platform/mac/fast/text/attributed-substring-from-range-in-textfield.html: * platform/mac/fast/text/attributed-substring-from-range.html: * platform/mac/fast/text/core-text-fallback-to-unknown-font.html: * platform/mac/fast/text/justified-text-rect.html: * platform/mac/fast/text/myanmar-shaping.html: * platform/mac/fast/text/thai-combining-mark-positioning.html: * platform/mac/fast/text/webfont-after-tiny-monospace-text.html: * platform/qt/fast/spatial-navigation/resources/ensure-scrolls-with-scrollbars-disabled-by-webkit.html: * platform/qt/fast/spatial-navigation/snav-ensure-scrolls-with-scrollbars-disabled-by-webkit.html: * platform/win/fast/text/uniscribe-item-boundary-crash.html: Canonical link: https://commits.webkit.org/111019@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@124680 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2012-08-04 01:13:22 +00:00
if (window.testRunner)
testRunner.dumpAsText();
function boom() {
var quote = document.createElement('q');
document.documentElement.appendChild(quote);
base = document.createElement('base');
base2 = document.createElement('base');
base2.setAttribute('class', 'c3');
quote.appendChild(base2);
var ins = document.createElement('ins');
base2.appendChild(ins);
var sub = document.createElement('sub');
var quote3 = document.createElement('q');
quote3.setAttribute('class', 'c12');
sub.appendChild(quote3);
figureRow = document.createElement('figure');
figureRow.setAttribute('class', 'c13');
document.documentElement.appendChild(figureRow);
var col = document.createElement('col');
col.setAttribute('class', 'c13');
document.documentElement.appendChild(col);
var select = document.createElement('select');
document.documentElement.appendChild(select);
code = document.createElement('code');
document.documentElement.appendChild(code);
quote2 = document.createElement('q');
setTimeout('quote2.appendChild(code);', 321);
ins.appendChild(sub);
setTimeout('base.appendChild(figureRow);', 251);
text = document.createTextNode('-1435037881');
setTimeout('figureRow.appendChild(text);', 206);
}
window.onload = boom;
</script>
<p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=76842">76842</a>: Crash in WebCore::RenderTableSection::rowLogicalHeightChanged</p>
<p>This test passes if it does not crash nor ASSERT.</p>