|
|
Created:
3 years, 5 months ago by Xiaocheng Modified:
3 years, 5 months ago Reviewers:
CC:
atotic+reviews_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, cbiesinger, chromium-reviews, dgrogan+ng_chromium.org, eae+blinkwatch, glebl+reviews_chromium.org, jchaffraix+rendering, lchoi+reviews_chromium.org, leviw+renderwatch, ojan+watch_chromium.org, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1 Target Ref:
refs/heads/master Project:
chromium Visibility:
Public. |
DescriptionEXPERIMENT TextIterator built on Layout NG offset mapping
Fixed incorrect white spaces in test expectation:
- accessibility/draw-focus-if-needed.html
- accessibility/image-map2.html
- compositing/draws-content/canvas-background-layer.html
- compositing/draws-content/webgl-background-layer.html
- compositing/overflow/iframe-scroll-children.html
- compositing/webgl/webgl-copy-image.html
- editing/selection/button-right-click.html
- editing/selection/selection-in-iframe-removed-crash.html
- fast/animation/request-animation-frame-detach-element.html
- fast/animation/request-animation-frame-detach-element2.html
- fast/css/containment/inline-contain-layout-crash.html
- fast/css/display-inline-block-scrollbar.html
- fast/css-intrinsic-dimensions/css-tables.html
- fast/css-intrinsic-dimensions/tables.html
- fast/dom/Document/xml-document-focus.xml
- fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html
- fast/dom/shadow/event-path-for-user-agent-shadow-tree.html
- fast/dom/window-load-crash.html
- fast/encoding/bracket-in-tag.html
- fast/forms/text/input-element-attach-crash.html
- fast/forms/text/textfield-inside-anchor.html
- fast/frames/reparented-iframe-cleared-contentWindow.html
- fast/frames/unique-name-set-same-name.html
- fast/inline/inline-offsetLeft-continuation.html
- fast/js/text-field-resize.html
- fast/replaced/image-map-alt-content-crash.html
- fast/replaced/render-inline-cast-to-render-box-crash.html
- fast/ruby/split-ruby-run-percentage-height-descendant.html
- fast/spatial-navigation/snav-div-in-anchor.html
- fast/spatial-navigation/snav-fully-aligned-horizontally.html
- fast/spatial-navigation/snav-imagemap-area-not-focusable.html
- fast/spatial-navigation/snav-imagemap-area-without-image.html
- fast/spatial-navigation/snav-imagemap-overlapped-areas.html
- fast/spatial-navigation/snav-imagemap-simple.html
- fast/spatial-navigation/snav-zero-margin-content.html
- fast/text/font-linux-normalize.html
- fast/xpath/preceding-axis.xhtml
- fast/xpath/union-context-node.xhtml
- http/tests/cache/cached-main-resource.html
- http/tests/cache/iframe-304-crash.html
- http/tests/loading/nested_bad_objects.php
- http/tests/loading/preload-picture-nested.html
- http/tests/loading/preload-picture-sizes-2x.html
- http/tests/loading/preload-picture-sizes.html
- http/tests/misc/recreate-location-after-detach.html
- images/color-profile-munsell-adobe-to-srgb.html
- images/color-profile-munsell-srgb-to-srgb.html
- images/crash-bad-cast.html
- images/imagemap-nested-area.html
- inspector/elements/styles-2/add-import-rule.html
- paint/invalidation/obscured-background-no-repaint.html
- paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html
- printing/webgl-repeated-printing-preservedrawingbuffer.html
- printing/webgl-repeated-printing.html
- traversal/tree-walker-001.html
- traversal/tree-walker-002.html
- traversal/tree-walker-005.html
- virtual/layout_ng/fast/block/float/assert-when-moving-float-2.html
- virtual/layout_ng/fast/block/float/float-at-start-of-clean-lines-that-are-subsequently-dirtied-vertical-rl.html
- virtual/layout_ng/fast/block/float/trailing-float-layout-2.html
- virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html
- virtual/without-smil/svg/animations/exposed/effect.html
New failure due to LayoutText writeback:
- virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html
1. Writing back the whitespace-collapsed string to LayoutText after inline collection
2. LayoutText reused in subsequent layout
- minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled
New Failures to text-transform:
- external/wpt/innerText/getter.html
- fast/css/case-transform.html
Other new failures that need investigation
- accessibility/selection-affinity.html
- editing/pasteboard/19644-1.html
- editing/pasteboard/19644-2.html
- editing/selection/extend-to-line-boundary.html
- editing/selection/move-left-right.html
- editing/text-iterator/findString-restarts-at-last-position.html
- external/wpt/css/CSS2/floats-clear/floats-147.xht
- external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht
- external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht
- external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht
- external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht
- external/wpt/css/css-writing-modes-3/float-vlr-005.xht
- external/wpt/css/css-writing-modes-3/float-vlr-011.xht
- external/wpt/css/css-writing-modes-3/float-vrl-002.xht
- external/wpt/css/css-writing-modes-3/float-vrl-004.xht
- external/wpt/css/css-writing-modes-3/float-vrl-006.xht
- external/wpt/css/css-writing-modes-3/float-vrl-010.xht
- external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht
- fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html
- fast/borders/extreme-outline-offset-crash.html
- fast/css/first-letter-associated-text-node-crash.html
- fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html
- fast/deprecated-flexbox/crash-flexbox-no-layout-child.html
- fast/deprecated-flexbox/layoutHorizontalBox-crash.html
- fast/dom/HTMLImageElement/*
- fast/gradients/unprefixed-repeating-gradient-color-hint.html
- fast/html/layout-runs-and-floats-crash.html
- fast/inline-block/float-both-whitespace.html
- fast/inline-block/float-leading-whitespace.html
- fast/inline-block/float-no-whitespace.html
- fast/inline-block/float-trailing-whitespace.html
- fast/inline-block/vertical-align-top-and-bottom.html
- fast/multicol/dynamic/change-spanner-parent-display.html
- fast/text/line-break-between-text-nodes-with-inline-blocks.html
- fullscreen/full-screen-line-boxes-crash.html
- images/color-profile-background-image-cross-fade-png.html
- images/color-profile-background-image-cross-fade.html
- inspector-protocol/css/css-get-background-colors.html
- svg/animations/multiple-begin-animation-events.html
- virtual/service-worker-script-streaming/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html
Some extra new lines between blocks are missing. Need to investigate...
BUG=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Patch Set 1 #Patch Set 2 : Fri Jun 30 16:33:38 PDT 2017 #Patch Set 3 : Mon Jul 17 15:55:29 PDT 2017 #
Depends on Patchset: Messages
Total messages: 25 (25 generated)
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping BUG= ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
The CQ bit was checked by xiaochengh@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
The CQ bit was checked by xiaochengh@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-...)
The CQ bit was checked by xiaochengh@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_layout_tests_layout_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_te...)
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html (extra garbage at end of line) Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html (extra garbage at end of line) Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html (extra garbage at end of line) Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html (extra garbage at end of line) Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html (extra garbage at end of line) Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html (extra garbage at end of line) Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html - extra garbage at end of line, due to 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html - extra garbage at end of line, due to 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html - extra garbage at end of line, due to 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html - extra garbage at end of line, due to 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html - extra garbage at end of line, due to 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Some extra new lines between blocks are missing. Need to investigate... Other failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html New failures: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html - extra garbage at end of line, due to 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Some extra new lines between blocks are missing. Need to investigate... Other failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - fast/animation/request-animation-frame-detach-element.html - fast/animation/request-animation-frame-detach-element2.html - fast/css/containment/inline-contain-layout-crash.html - fast/css/display-inline-block-scrollbar.html - fast/css-intrinsic-dimensions/css-tables.html - fast/css-intrinsic-dimensions/tables.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html - fast/dom/Document/xml-document-focus.xml New failure due to LayoutText writeback: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Some extra new lines between blocks are missing. Need to investigate... Other failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html - external/wpt/css/CSS2/floats-clear/floats-147.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vlr-005.xht - external/wpt/css/css-writing-modes-3/float-vlr-011.xht - external/wpt/css/css-writing-modes-3/float-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vrl-006.xht - external/wpt/css/css-writing-modes-3/float-vrl-010.xht - external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht - fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html - fast/borders/extreme-outline-offset-crash.html - fast/css/first-letter-associated-text-node-crash.html - fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html - fast/deprecated-flexbox/crash-flexbox-no-layout-child.html - fast/deprecated-flexbox/layoutHorizontalBox-crash.html Tests lexicographically after fast/dom/HTMLImageElement are not checked yet BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - fast/animation/request-animation-frame-detach-element.html - fast/animation/request-animation-frame-detach-element2.html - fast/css/containment/inline-contain-layout-crash.html - fast/css/display-inline-block-scrollbar.html - fast/css-intrinsic-dimensions/css-tables.html - fast/css-intrinsic-dimensions/tables.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html - fast/dom/Document/xml-document-focus.xml New failure due to LayoutText writeback: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled Failing due to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Some extra new lines between blocks are missing. Need to investigate... Other failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html - external/wpt/css/CSS2/floats-clear/floats-147.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vlr-005.xht - external/wpt/css/css-writing-modes-3/float-vlr-011.xht - external/wpt/css/css-writing-modes-3/float-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vrl-006.xht - external/wpt/css/css-writing-modes-3/float-vrl-010.xht - external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht - fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html - fast/borders/extreme-outline-offset-crash.html - fast/css/first-letter-associated-text-node-crash.html - fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html - fast/deprecated-flexbox/crash-flexbox-no-layout-child.html - fast/deprecated-flexbox/layoutHorizontalBox-crash.html Tests lexicographically after fast/dom/HTMLImageElement are not checked yet BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - fast/animation/request-animation-frame-detach-element.html - fast/animation/request-animation-frame-detach-element2.html - fast/css/containment/inline-contain-layout-crash.html - fast/css/display-inline-block-scrollbar.html - fast/css-intrinsic-dimensions/css-tables.html - fast/css-intrinsic-dimensions/tables.html - fast/dom/Document/xml-document-focus.xml - fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html - fast/dom/shadow/event-path-for-user-agent-shadow-tree.html - fast/dom/window-load-crash.html - fast/encoding/bracket-in-tag.html - fast/forms/text/input-element-attach-crash.html - fast/forms/text/textfield-inside-anchor.html - fast/frames/reparented-iframe-cleared-contentWindow.html - fast/frames/unique-name-set-same-name.html - fast/inline/inline-offsetLeft-continuation.html - fast/js/text-field-resize.html - fast/replaced/image-map-alt-content-crash.html - fast/replaced/render-inline-cast-to-render-box-crash.html - fast/ruby/split-ruby-run-percentage-height-descendant.html - fast/spatial-navigation/snav-div-in-anchor.html - fast/spatial-navigation/snav-fully-aligned-horizontally.html - fast/spatial-navigation/snav-imagemap-area-not-focusable.html - fast/spatial-navigation/snav-imagemap-area-without-image.html - fast/spatial-navigation/snav-imagemap-overlapped-areas.html - fast/spatial-navigation/snav-imagemap-simple.html - fast/spatial-navigation/snav-zero-margin-content.html - fast/text/font-linux-normalize.html - fast/xpath/preceding-axis.xhtml - fast/xpath/union-context-node.xhtml - http/tests/cache/cached-main-resource.html - http/tests/cache/iframe-304-crash.html - http/tests/loading/nested_bad_objects.php - http/tests/loading/preload-picture-nested.html - http/tests/loading/preload-picture-sizes-2x.html - http/tests/loading/preload-picture-sizes.html - http/tests/misc/recreate-location-after-detach.html - images/color-profile-munsell-adobe-to-srgb.html - images/color-profile-munsell-srgb-to-srgb.html - images/crash-bad-cast.html - images/imagemap-nested-area.html - inspector/elements/styles-2/add-import-rule.html - paint/invalidation/obscured-background-no-repaint.html - paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html - printing/webgl-repeated-printing-preservedrawingbuffer.html - printing/webgl-repeated-printing.html - traversal/tree-walker-001.html - traversal/tree-walker-002.html - traversal/tree-walker-005.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html - virtual/without-smil/svg/animations/exposed/effect.html New failure due to LayoutText writeback: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled New Failures to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Other new failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html - external/wpt/css/CSS2/floats-clear/floats-147.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vlr-005.xht - external/wpt/css/css-writing-modes-3/float-vlr-011.xht - external/wpt/css/css-writing-modes-3/float-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vrl-006.xht - external/wpt/css/css-writing-modes-3/float-vrl-010.xht - external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht - fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html - fast/borders/extreme-outline-offset-crash.html - fast/css/first-letter-associated-text-node-crash.html - fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html - fast/deprecated-flexbox/crash-flexbox-no-layout-child.html - fast/deprecated-flexbox/layoutHorizontalBox-crash.html - fast/dom/HTMLImageElement/* - fast/gradients/unprefixed-repeating-gradient-color-hint.html - fast/html/layout-runs-and-floats-crash.html - fast/inline-block/float-both-whitespace.html - fast/inline-block/float-leading-whitespace.html - fast/inline-block/float-no-whitespace.html - fast/inline-block/float-trailing-whitespace.html - fast/inline-block/vertical-align-top-and-bottom.html - fast/multicol/dynamic/change-spanner-parent-display.html - fast/text/line-break-between-text-nodes-with-inline-blocks.html - fullscreen/full-screen-line-boxes-crash.html - images/color-profile-background-image-cross-fade-png.html - images/color-profile-background-image-cross-fade.html - inspector-protocol/css/css-get-background-colors.html - svg/animations/multiple-begin-animation-events.html - virtual/service-worker-script-streaming/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - fast/animation/request-animation-frame-detach-element.html - fast/animation/request-animation-frame-detach-element2.html - fast/css/containment/inline-contain-layout-crash.html - fast/css/display-inline-block-scrollbar.html - fast/css-intrinsic-dimensions/css-tables.html - fast/css-intrinsic-dimensions/tables.html - fast/dom/Document/xml-document-focus.xml - fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html - fast/dom/shadow/event-path-for-user-agent-shadow-tree.html - fast/dom/window-load-crash.html - fast/encoding/bracket-in-tag.html - fast/forms/text/input-element-attach-crash.html - fast/forms/text/textfield-inside-anchor.html - fast/frames/reparented-iframe-cleared-contentWindow.html - fast/frames/unique-name-set-same-name.html - fast/inline/inline-offsetLeft-continuation.html - fast/js/text-field-resize.html - fast/replaced/image-map-alt-content-crash.html - fast/replaced/render-inline-cast-to-render-box-crash.html - fast/ruby/split-ruby-run-percentage-height-descendant.html - fast/spatial-navigation/snav-div-in-anchor.html - fast/spatial-navigation/snav-fully-aligned-horizontally.html - fast/spatial-navigation/snav-imagemap-area-not-focusable.html - fast/spatial-navigation/snav-imagemap-area-without-image.html - fast/spatial-navigation/snav-imagemap-overlapped-areas.html - fast/spatial-navigation/snav-imagemap-simple.html - fast/spatial-navigation/snav-zero-margin-content.html - fast/text/font-linux-normalize.html - fast/xpath/preceding-axis.xhtml - fast/xpath/union-context-node.xhtml - http/tests/cache/cached-main-resource.html - http/tests/cache/iframe-304-crash.html - http/tests/loading/nested_bad_objects.php - http/tests/loading/preload-picture-nested.html - http/tests/loading/preload-picture-sizes-2x.html - http/tests/loading/preload-picture-sizes.html - http/tests/misc/recreate-location-after-detach.html - images/color-profile-munsell-adobe-to-srgb.html - images/color-profile-munsell-srgb-to-srgb.html - images/crash-bad-cast.html - images/imagemap-nested-area.html - inspector/elements/styles-2/add-import-rule.html - paint/invalidation/obscured-background-no-repaint.html - paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html - printing/webgl-repeated-printing-preservedrawingbuffer.html - printing/webgl-repeated-printing.html - traversal/tree-walker-001.html - traversal/tree-walker-002.html - traversal/tree-walker-005.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html - virtual/without-smil/svg/animations/exposed/effect.html New failure due to LayoutText writeback: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled New Failures to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Other new failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html - external/wpt/css/CSS2/floats-clear/floats-147.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vlr-005.xht - external/wpt/css/css-writing-modes-3/float-vlr-011.xht - external/wpt/css/css-writing-modes-3/float-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vrl-006.xht - external/wpt/css/css-writing-modes-3/float-vrl-010.xht - external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht - fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html - fast/borders/extreme-outline-offset-crash.html - fast/css/first-letter-associated-text-node-crash.html - fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html - fast/deprecated-flexbox/crash-flexbox-no-layout-child.html - fast/deprecated-flexbox/layoutHorizontalBox-crash.html - fast/dom/HTMLImageElement/* - fast/gradients/unprefixed-repeating-gradient-color-hint.html - fast/html/layout-runs-and-floats-crash.html - fast/inline-block/float-both-whitespace.html - fast/inline-block/float-leading-whitespace.html - fast/inline-block/float-no-whitespace.html - fast/inline-block/float-trailing-whitespace.html - fast/inline-block/vertical-align-top-and-bottom.html - fast/multicol/dynamic/change-spanner-parent-display.html - fast/text/line-break-between-text-nodes-with-inline-blocks.html - fullscreen/full-screen-line-boxes-crash.html - images/color-profile-background-image-cross-fade-png.html - images/color-profile-background-image-cross-fade.html - inspector-protocol/css/css-get-background-colors.html - svg/animations/multiple-begin-animation-events.html - virtual/service-worker-script-streaming/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - fast/animation/request-animation-frame-detach-element.html - fast/animation/request-animation-frame-detach-element2.html - fast/css/containment/inline-contain-layout-crash.html - fast/css/display-inline-block-scrollbar.html - fast/css-intrinsic-dimensions/css-tables.html - fast/css-intrinsic-dimensions/tables.html - fast/dom/Document/xml-document-focus.xml - fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html - fast/dom/shadow/event-path-for-user-agent-shadow-tree.html - fast/dom/window-load-crash.html - fast/encoding/bracket-in-tag.html - fast/forms/text/input-element-attach-crash.html - fast/forms/text/textfield-inside-anchor.html - fast/frames/reparented-iframe-cleared-contentWindow.html - fast/frames/unique-name-set-same-name.html - fast/inline/inline-offsetLeft-continuation.html - fast/js/text-field-resize.html - fast/replaced/image-map-alt-content-crash.html - fast/replaced/render-inline-cast-to-render-box-crash.html - fast/ruby/split-ruby-run-percentage-height-descendant.html - fast/spatial-navigation/snav-div-in-anchor.html - fast/spatial-navigation/snav-fully-aligned-horizontally.html - fast/spatial-navigation/snav-imagemap-area-not-focusable.html - fast/spatial-navigation/snav-imagemap-area-without-image.html - fast/spatial-navigation/snav-imagemap-overlapped-areas.html - fast/spatial-navigation/snav-imagemap-simple.html - fast/spatial-navigation/snav-zero-margin-content.html - fast/text/font-linux-normalize.html - fast/xpath/preceding-axis.xhtml - fast/xpath/union-context-node.xhtml - http/tests/cache/cached-main-resource.html - http/tests/cache/iframe-304-crash.html - http/tests/loading/nested_bad_objects.php - http/tests/loading/preload-picture-nested.html - http/tests/loading/preload-picture-sizes-2x.html - http/tests/loading/preload-picture-sizes.html - http/tests/misc/recreate-location-after-detach.html - images/color-profile-munsell-adobe-to-srgb.html - images/color-profile-munsell-srgb-to-srgb.html - images/crash-bad-cast.html - images/imagemap-nested-area.html - inspector/elements/styles-2/add-import-rule.html - paint/invalidation/obscured-background-no-repaint.html - paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html - printing/webgl-repeated-printing-preservedrawingbuffer.html - printing/webgl-repeated-printing.html - traversal/tree-walker-001.html - traversal/tree-walker-002.html - traversal/tree-walker-005.html - virtual/layout_ng/fast/block/float/assert-when-moving-float-2.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html - virtual/without-smil/svg/animations/exposed/effect.html New failure due to LayoutText writeback: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled New Failures to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Other new failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html - external/wpt/css/CSS2/floats-clear/floats-147.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vlr-005.xht - external/wpt/css/css-writing-modes-3/float-vlr-011.xht - external/wpt/css/css-writing-modes-3/float-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vrl-006.xht - external/wpt/css/css-writing-modes-3/float-vrl-010.xht - external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht - fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html - fast/borders/extreme-outline-offset-crash.html - fast/css/first-letter-associated-text-node-crash.html - fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html - fast/deprecated-flexbox/crash-flexbox-no-layout-child.html - fast/deprecated-flexbox/layoutHorizontalBox-crash.html - fast/dom/HTMLImageElement/* - fast/gradients/unprefixed-repeating-gradient-color-hint.html - fast/html/layout-runs-and-floats-crash.html - fast/inline-block/float-both-whitespace.html - fast/inline-block/float-leading-whitespace.html - fast/inline-block/float-no-whitespace.html - fast/inline-block/float-trailing-whitespace.html - fast/inline-block/vertical-align-top-and-bottom.html - fast/multicol/dynamic/change-spanner-parent-display.html - fast/text/line-break-between-text-nodes-with-inline-blocks.html - fullscreen/full-screen-line-boxes-crash.html - images/color-profile-background-image-cross-fade-png.html - images/color-profile-background-image-cross-fade.html - inspector-protocol/css/css-get-background-colors.html - svg/animations/multiple-begin-animation-events.html - virtual/service-worker-script-streaming/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - fast/animation/request-animation-frame-detach-element.html - fast/animation/request-animation-frame-detach-element2.html - fast/css/containment/inline-contain-layout-crash.html - fast/css/display-inline-block-scrollbar.html - fast/css-intrinsic-dimensions/css-tables.html - fast/css-intrinsic-dimensions/tables.html - fast/dom/Document/xml-document-focus.xml - fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html - fast/dom/shadow/event-path-for-user-agent-shadow-tree.html - fast/dom/window-load-crash.html - fast/encoding/bracket-in-tag.html - fast/forms/text/input-element-attach-crash.html - fast/forms/text/textfield-inside-anchor.html - fast/frames/reparented-iframe-cleared-contentWindow.html - fast/frames/unique-name-set-same-name.html - fast/inline/inline-offsetLeft-continuation.html - fast/js/text-field-resize.html - fast/replaced/image-map-alt-content-crash.html - fast/replaced/render-inline-cast-to-render-box-crash.html - fast/ruby/split-ruby-run-percentage-height-descendant.html - fast/spatial-navigation/snav-div-in-anchor.html - fast/spatial-navigation/snav-fully-aligned-horizontally.html - fast/spatial-navigation/snav-imagemap-area-not-focusable.html - fast/spatial-navigation/snav-imagemap-area-without-image.html - fast/spatial-navigation/snav-imagemap-overlapped-areas.html - fast/spatial-navigation/snav-imagemap-simple.html - fast/spatial-navigation/snav-zero-margin-content.html - fast/text/font-linux-normalize.html - fast/xpath/preceding-axis.xhtml - fast/xpath/union-context-node.xhtml - http/tests/cache/cached-main-resource.html - http/tests/cache/iframe-304-crash.html - http/tests/loading/nested_bad_objects.php - http/tests/loading/preload-picture-nested.html - http/tests/loading/preload-picture-sizes-2x.html - http/tests/loading/preload-picture-sizes.html - http/tests/misc/recreate-location-after-detach.html - images/color-profile-munsell-adobe-to-srgb.html - images/color-profile-munsell-srgb-to-srgb.html - images/crash-bad-cast.html - images/imagemap-nested-area.html - inspector/elements/styles-2/add-import-rule.html - paint/invalidation/obscured-background-no-repaint.html - paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html - printing/webgl-repeated-printing-preservedrawingbuffer.html - printing/webgl-repeated-printing.html - traversal/tree-walker-001.html - traversal/tree-walker-002.html - traversal/tree-walker-005.html - virtual/layout_ng/fast/block/float/assert-when-moving-float-2.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html - virtual/without-smil/svg/animations/exposed/effect.html New failure due to LayoutText writeback: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled New Failures to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Other new failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html - external/wpt/css/CSS2/floats-clear/floats-147.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vlr-005.xht - external/wpt/css/css-writing-modes-3/float-vlr-011.xht - external/wpt/css/css-writing-modes-3/float-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vrl-006.xht - external/wpt/css/css-writing-modes-3/float-vrl-010.xht - external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht - fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html - fast/borders/extreme-outline-offset-crash.html - fast/css/first-letter-associated-text-node-crash.html - fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html - fast/deprecated-flexbox/crash-flexbox-no-layout-child.html - fast/deprecated-flexbox/layoutHorizontalBox-crash.html - fast/dom/HTMLImageElement/* - fast/gradients/unprefixed-repeating-gradient-color-hint.html - fast/html/layout-runs-and-floats-crash.html - fast/inline-block/float-both-whitespace.html - fast/inline-block/float-leading-whitespace.html - fast/inline-block/float-no-whitespace.html - fast/inline-block/float-trailing-whitespace.html - fast/inline-block/vertical-align-top-and-bottom.html - fast/multicol/dynamic/change-spanner-parent-display.html - fast/text/line-break-between-text-nodes-with-inline-blocks.html - fullscreen/full-screen-line-boxes-crash.html - images/color-profile-background-image-cross-fade-png.html - images/color-profile-background-image-cross-fade.html - inspector-protocol/css/css-get-background-colors.html - svg/animations/multiple-begin-animation-events.html - virtual/service-worker-script-streaming/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - fast/animation/request-animation-frame-detach-element.html - fast/animation/request-animation-frame-detach-element2.html - fast/css/containment/inline-contain-layout-crash.html - fast/css/display-inline-block-scrollbar.html - fast/css-intrinsic-dimensions/css-tables.html - fast/css-intrinsic-dimensions/tables.html - fast/dom/Document/xml-document-focus.xml - fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html - fast/dom/shadow/event-path-for-user-agent-shadow-tree.html - fast/dom/window-load-crash.html - fast/encoding/bracket-in-tag.html - fast/forms/text/input-element-attach-crash.html - fast/forms/text/textfield-inside-anchor.html - fast/frames/reparented-iframe-cleared-contentWindow.html - fast/frames/unique-name-set-same-name.html - fast/inline/inline-offsetLeft-continuation.html - fast/js/text-field-resize.html - fast/replaced/image-map-alt-content-crash.html - fast/replaced/render-inline-cast-to-render-box-crash.html - fast/ruby/split-ruby-run-percentage-height-descendant.html - fast/spatial-navigation/snav-div-in-anchor.html - fast/spatial-navigation/snav-fully-aligned-horizontally.html - fast/spatial-navigation/snav-imagemap-area-not-focusable.html - fast/spatial-navigation/snav-imagemap-area-without-image.html - fast/spatial-navigation/snav-imagemap-overlapped-areas.html - fast/spatial-navigation/snav-imagemap-simple.html - fast/spatial-navigation/snav-zero-margin-content.html - fast/text/font-linux-normalize.html - fast/xpath/preceding-axis.xhtml - fast/xpath/union-context-node.xhtml - http/tests/cache/cached-main-resource.html - http/tests/cache/iframe-304-crash.html - http/tests/loading/nested_bad_objects.php - http/tests/loading/preload-picture-nested.html - http/tests/loading/preload-picture-sizes-2x.html - http/tests/loading/preload-picture-sizes.html - http/tests/misc/recreate-location-after-detach.html - images/color-profile-munsell-adobe-to-srgb.html - images/color-profile-munsell-srgb-to-srgb.html - images/crash-bad-cast.html - images/imagemap-nested-area.html - inspector/elements/styles-2/add-import-rule.html - paint/invalidation/obscured-background-no-repaint.html - paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html - printing/webgl-repeated-printing-preservedrawingbuffer.html - printing/webgl-repeated-printing.html - traversal/tree-walker-001.html - traversal/tree-walker-002.html - traversal/tree-walker-005.html - virtual/layout_ng/fast/block/float/assert-when-moving-float.html - virtual/layout_ng/fast/block/float/assert-when-moving-float-2.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html - virtual/without-smil/svg/animations/exposed/effect.html New failure due to LayoutText writeback: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled New Failures to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Other new failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html - external/wpt/css/CSS2/floats-clear/floats-147.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vlr-005.xht - external/wpt/css/css-writing-modes-3/float-vlr-011.xht - external/wpt/css/css-writing-modes-3/float-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vrl-006.xht - external/wpt/css/css-writing-modes-3/float-vrl-010.xht - external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht - fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html - fast/borders/extreme-outline-offset-crash.html - fast/css/first-letter-associated-text-node-crash.html - fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html - fast/deprecated-flexbox/crash-flexbox-no-layout-child.html - fast/deprecated-flexbox/layoutHorizontalBox-crash.html - fast/dom/HTMLImageElement/* - fast/gradients/unprefixed-repeating-gradient-color-hint.html - fast/html/layout-runs-and-floats-crash.html - fast/inline-block/float-both-whitespace.html - fast/inline-block/float-leading-whitespace.html - fast/inline-block/float-no-whitespace.html - fast/inline-block/float-trailing-whitespace.html - fast/inline-block/vertical-align-top-and-bottom.html - fast/multicol/dynamic/change-spanner-parent-display.html - fast/text/line-break-between-text-nodes-with-inline-blocks.html - fullscreen/full-screen-line-boxes-crash.html - images/color-profile-background-image-cross-fade-png.html - images/color-profile-background-image-cross-fade.html - inspector-protocol/css/css-get-background-colors.html - svg/animations/multiple-begin-animation-events.html - virtual/service-worker-script-streaming/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - fast/animation/request-animation-frame-detach-element.html - fast/animation/request-animation-frame-detach-element2.html - fast/css/containment/inline-contain-layout-crash.html - fast/css/display-inline-block-scrollbar.html - fast/css-intrinsic-dimensions/css-tables.html - fast/css-intrinsic-dimensions/tables.html - fast/dom/Document/xml-document-focus.xml - fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html - fast/dom/shadow/event-path-for-user-agent-shadow-tree.html - fast/dom/window-load-crash.html - fast/encoding/bracket-in-tag.html - fast/forms/text/input-element-attach-crash.html - fast/forms/text/textfield-inside-anchor.html - fast/frames/reparented-iframe-cleared-contentWindow.html - fast/frames/unique-name-set-same-name.html - fast/inline/inline-offsetLeft-continuation.html - fast/js/text-field-resize.html - fast/replaced/image-map-alt-content-crash.html - fast/replaced/render-inline-cast-to-render-box-crash.html - fast/ruby/split-ruby-run-percentage-height-descendant.html - fast/spatial-navigation/snav-div-in-anchor.html - fast/spatial-navigation/snav-fully-aligned-horizontally.html - fast/spatial-navigation/snav-imagemap-area-not-focusable.html - fast/spatial-navigation/snav-imagemap-area-without-image.html - fast/spatial-navigation/snav-imagemap-overlapped-areas.html - fast/spatial-navigation/snav-imagemap-simple.html - fast/spatial-navigation/snav-zero-margin-content.html - fast/text/font-linux-normalize.html - fast/xpath/preceding-axis.xhtml - fast/xpath/union-context-node.xhtml - http/tests/cache/cached-main-resource.html - http/tests/cache/iframe-304-crash.html - http/tests/loading/nested_bad_objects.php - http/tests/loading/preload-picture-nested.html - http/tests/loading/preload-picture-sizes-2x.html - http/tests/loading/preload-picture-sizes.html - http/tests/misc/recreate-location-after-detach.html - images/color-profile-munsell-adobe-to-srgb.html - images/color-profile-munsell-srgb-to-srgb.html - images/crash-bad-cast.html - images/imagemap-nested-area.html - inspector/elements/styles-2/add-import-rule.html - paint/invalidation/obscured-background-no-repaint.html - paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html - printing/webgl-repeated-printing-preservedrawingbuffer.html - printing/webgl-repeated-printing.html - traversal/tree-walker-001.html - traversal/tree-walker-002.html - traversal/tree-walker-005.html - virtual/layout_ng/fast/block/float/assert-when-moving-float.html - virtual/layout_ng/fast/block/float/assert-when-moving-float-2.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html - virtual/without-smil/svg/animations/exposed/effect.html New failure due to LayoutText writeback: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled New Failures to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Other new failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html - external/wpt/css/CSS2/floats-clear/floats-147.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vlr-005.xht - external/wpt/css/css-writing-modes-3/float-vlr-011.xht - external/wpt/css/css-writing-modes-3/float-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vrl-006.xht - external/wpt/css/css-writing-modes-3/float-vrl-010.xht - external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht - fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html - fast/borders/extreme-outline-offset-crash.html - fast/css/first-letter-associated-text-node-crash.html - fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html - fast/deprecated-flexbox/crash-flexbox-no-layout-child.html - fast/deprecated-flexbox/layoutHorizontalBox-crash.html - fast/dom/HTMLImageElement/* - fast/gradients/unprefixed-repeating-gradient-color-hint.html - fast/html/layout-runs-and-floats-crash.html - fast/inline-block/float-both-whitespace.html - fast/inline-block/float-leading-whitespace.html - fast/inline-block/float-no-whitespace.html - fast/inline-block/float-trailing-whitespace.html - fast/inline-block/vertical-align-top-and-bottom.html - fast/multicol/dynamic/change-spanner-parent-display.html - fast/text/line-break-between-text-nodes-with-inline-blocks.html - fullscreen/full-screen-line-boxes-crash.html - images/color-profile-background-image-cross-fade-png.html - images/color-profile-background-image-cross-fade.html - inspector-protocol/css/css-get-background-colors.html - svg/animations/multiple-begin-animation-events.html - virtual/service-worker-script-streaming/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - fast/animation/request-animation-frame-detach-element.html - fast/animation/request-animation-frame-detach-element2.html - fast/css/containment/inline-contain-layout-crash.html - fast/css/display-inline-block-scrollbar.html - fast/css-intrinsic-dimensions/css-tables.html - fast/css-intrinsic-dimensions/tables.html - fast/dom/Document/xml-document-focus.xml - fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html - fast/dom/shadow/event-path-for-user-agent-shadow-tree.html - fast/dom/window-load-crash.html - fast/encoding/bracket-in-tag.html - fast/forms/text/input-element-attach-crash.html - fast/forms/text/textfield-inside-anchor.html - fast/frames/reparented-iframe-cleared-contentWindow.html - fast/frames/unique-name-set-same-name.html - fast/inline/inline-offsetLeft-continuation.html - fast/js/text-field-resize.html - fast/replaced/image-map-alt-content-crash.html - fast/replaced/render-inline-cast-to-render-box-crash.html - fast/ruby/split-ruby-run-percentage-height-descendant.html - fast/spatial-navigation/snav-div-in-anchor.html - fast/spatial-navigation/snav-fully-aligned-horizontally.html - fast/spatial-navigation/snav-imagemap-area-not-focusable.html - fast/spatial-navigation/snav-imagemap-area-without-image.html - fast/spatial-navigation/snav-imagemap-overlapped-areas.html - fast/spatial-navigation/snav-imagemap-simple.html - fast/spatial-navigation/snav-zero-margin-content.html - fast/text/font-linux-normalize.html - fast/xpath/preceding-axis.xhtml - fast/xpath/union-context-node.xhtml - http/tests/cache/cached-main-resource.html - http/tests/cache/iframe-304-crash.html - http/tests/loading/nested_bad_objects.php - http/tests/loading/preload-picture-nested.html - http/tests/loading/preload-picture-sizes-2x.html - http/tests/loading/preload-picture-sizes.html - http/tests/misc/recreate-location-after-detach.html - images/color-profile-munsell-adobe-to-srgb.html - images/color-profile-munsell-srgb-to-srgb.html - images/crash-bad-cast.html - images/imagemap-nested-area.html - inspector/elements/styles-2/add-import-rule.html - paint/invalidation/obscured-background-no-repaint.html - paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html - printing/webgl-repeated-printing-preservedrawingbuffer.html - printing/webgl-repeated-printing.html - traversal/tree-walker-001.html - traversal/tree-walker-002.html - traversal/tree-walker-005.html - virtual/layout_ng/fast/block/float/assert-when-moving-float-2.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html - virtual/without-smil/svg/animations/exposed/effect.html New failure due to LayoutText writeback: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled New Failures to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Other new failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html - external/wpt/css/CSS2/floats-clear/floats-147.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vlr-005.xht - external/wpt/css/css-writing-modes-3/float-vlr-011.xht - external/wpt/css/css-writing-modes-3/float-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vrl-006.xht - external/wpt/css/css-writing-modes-3/float-vrl-010.xht - external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht - fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html - fast/borders/extreme-outline-offset-crash.html - fast/css/first-letter-associated-text-node-crash.html - fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html - fast/deprecated-flexbox/crash-flexbox-no-layout-child.html - fast/deprecated-flexbox/layoutHorizontalBox-crash.html - fast/dom/HTMLImageElement/* - fast/gradients/unprefixed-repeating-gradient-color-hint.html - fast/html/layout-runs-and-floats-crash.html - fast/inline-block/float-both-whitespace.html - fast/inline-block/float-leading-whitespace.html - fast/inline-block/float-no-whitespace.html - fast/inline-block/float-trailing-whitespace.html - fast/inline-block/vertical-align-top-and-bottom.html - fast/multicol/dynamic/change-spanner-parent-display.html - fast/text/line-break-between-text-nodes-with-inline-blocks.html - fullscreen/full-screen-line-boxes-crash.html - images/color-profile-background-image-cross-fade-png.html - images/color-profile-background-image-cross-fade.html - inspector-protocol/css/css-get-background-colors.html - svg/animations/multiple-begin-animation-events.html - virtual/service-worker-script-streaming/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ==========
Description was changed from ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - fast/animation/request-animation-frame-detach-element.html - fast/animation/request-animation-frame-detach-element2.html - fast/css/containment/inline-contain-layout-crash.html - fast/css/display-inline-block-scrollbar.html - fast/css-intrinsic-dimensions/css-tables.html - fast/css-intrinsic-dimensions/tables.html - fast/dom/Document/xml-document-focus.xml - fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html - fast/dom/shadow/event-path-for-user-agent-shadow-tree.html - fast/dom/window-load-crash.html - fast/encoding/bracket-in-tag.html - fast/forms/text/input-element-attach-crash.html - fast/forms/text/textfield-inside-anchor.html - fast/frames/reparented-iframe-cleared-contentWindow.html - fast/frames/unique-name-set-same-name.html - fast/inline/inline-offsetLeft-continuation.html - fast/js/text-field-resize.html - fast/replaced/image-map-alt-content-crash.html - fast/replaced/render-inline-cast-to-render-box-crash.html - fast/ruby/split-ruby-run-percentage-height-descendant.html - fast/spatial-navigation/snav-div-in-anchor.html - fast/spatial-navigation/snav-fully-aligned-horizontally.html - fast/spatial-navigation/snav-imagemap-area-not-focusable.html - fast/spatial-navigation/snav-imagemap-area-without-image.html - fast/spatial-navigation/snav-imagemap-overlapped-areas.html - fast/spatial-navigation/snav-imagemap-simple.html - fast/spatial-navigation/snav-zero-margin-content.html - fast/text/font-linux-normalize.html - fast/xpath/preceding-axis.xhtml - fast/xpath/union-context-node.xhtml - http/tests/cache/cached-main-resource.html - http/tests/cache/iframe-304-crash.html - http/tests/loading/nested_bad_objects.php - http/tests/loading/preload-picture-nested.html - http/tests/loading/preload-picture-sizes-2x.html - http/tests/loading/preload-picture-sizes.html - http/tests/misc/recreate-location-after-detach.html - images/color-profile-munsell-adobe-to-srgb.html - images/color-profile-munsell-srgb-to-srgb.html - images/crash-bad-cast.html - images/imagemap-nested-area.html - inspector/elements/styles-2/add-import-rule.html - paint/invalidation/obscured-background-no-repaint.html - paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html - printing/webgl-repeated-printing-preservedrawingbuffer.html - printing/webgl-repeated-printing.html - traversal/tree-walker-001.html - traversal/tree-walker-002.html - traversal/tree-walker-005.html - virtual/layout_ng/fast/block/float/assert-when-moving-float-2.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html - virtual/without-smil/svg/animations/exposed/effect.html New failure due to LayoutText writeback: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled New Failures to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Other new failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html - external/wpt/css/CSS2/floats-clear/floats-147.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vlr-005.xht - external/wpt/css/css-writing-modes-3/float-vlr-011.xht - external/wpt/css/css-writing-modes-3/float-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vrl-006.xht - external/wpt/css/css-writing-modes-3/float-vrl-010.xht - external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht - fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html - fast/borders/extreme-outline-offset-crash.html - fast/css/first-letter-associated-text-node-crash.html - fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html - fast/deprecated-flexbox/crash-flexbox-no-layout-child.html - fast/deprecated-flexbox/layoutHorizontalBox-crash.html - fast/dom/HTMLImageElement/* - fast/gradients/unprefixed-repeating-gradient-color-hint.html - fast/html/layout-runs-and-floats-crash.html - fast/inline-block/float-both-whitespace.html - fast/inline-block/float-leading-whitespace.html - fast/inline-block/float-no-whitespace.html - fast/inline-block/float-trailing-whitespace.html - fast/inline-block/vertical-align-top-and-bottom.html - fast/multicol/dynamic/change-spanner-parent-display.html - fast/text/line-break-between-text-nodes-with-inline-blocks.html - fullscreen/full-screen-line-boxes-crash.html - images/color-profile-background-image-cross-fade-png.html - images/color-profile-background-image-cross-fade.html - inspector-protocol/css/css-get-background-colors.html - svg/animations/multiple-begin-animation-events.html - virtual/service-worker-script-streaming/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== to ========== EXPERIMENT TextIterator built on Layout NG offset mapping Fixed incorrect white spaces in test expectation: - accessibility/draw-focus-if-needed.html - accessibility/image-map2.html - compositing/draws-content/canvas-background-layer.html - compositing/draws-content/webgl-background-layer.html - compositing/overflow/iframe-scroll-children.html - compositing/webgl/webgl-copy-image.html - editing/selection/button-right-click.html - editing/selection/selection-in-iframe-removed-crash.html - fast/animation/request-animation-frame-detach-element.html - fast/animation/request-animation-frame-detach-element2.html - fast/css/containment/inline-contain-layout-crash.html - fast/css/display-inline-block-scrollbar.html - fast/css-intrinsic-dimensions/css-tables.html - fast/css-intrinsic-dimensions/tables.html - fast/dom/Document/xml-document-focus.xml - fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html - fast/dom/shadow/event-path-for-user-agent-shadow-tree.html - fast/dom/window-load-crash.html - fast/encoding/bracket-in-tag.html - fast/forms/text/input-element-attach-crash.html - fast/forms/text/textfield-inside-anchor.html - fast/frames/reparented-iframe-cleared-contentWindow.html - fast/frames/unique-name-set-same-name.html - fast/inline/inline-offsetLeft-continuation.html - fast/js/text-field-resize.html - fast/replaced/image-map-alt-content-crash.html - fast/replaced/render-inline-cast-to-render-box-crash.html - fast/ruby/split-ruby-run-percentage-height-descendant.html - fast/spatial-navigation/snav-div-in-anchor.html - fast/spatial-navigation/snav-fully-aligned-horizontally.html - fast/spatial-navigation/snav-imagemap-area-not-focusable.html - fast/spatial-navigation/snav-imagemap-area-without-image.html - fast/spatial-navigation/snav-imagemap-overlapped-areas.html - fast/spatial-navigation/snav-imagemap-simple.html - fast/spatial-navigation/snav-zero-margin-content.html - fast/text/font-linux-normalize.html - fast/xpath/preceding-axis.xhtml - fast/xpath/union-context-node.xhtml - http/tests/cache/cached-main-resource.html - http/tests/cache/iframe-304-crash.html - http/tests/loading/nested_bad_objects.php - http/tests/loading/preload-picture-nested.html - http/tests/loading/preload-picture-sizes-2x.html - http/tests/loading/preload-picture-sizes.html - http/tests/misc/recreate-location-after-detach.html - images/color-profile-munsell-adobe-to-srgb.html - images/color-profile-munsell-srgb-to-srgb.html - images/crash-bad-cast.html - images/imagemap-nested-area.html - inspector/elements/styles-2/add-import-rule.html - paint/invalidation/obscured-background-no-repaint.html - paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html - printing/webgl-repeated-printing-preservedrawingbuffer.html - printing/webgl-repeated-printing.html - traversal/tree-walker-001.html - traversal/tree-walker-002.html - traversal/tree-walker-005.html - virtual/layout_ng/fast/block/float/assert-when-moving-float-2.html - virtual/layout_ng/fast/block/float/float-at-start-of-clean-lines-that-are-subsequently-dirtied-vertical-rl.html - virtual/layout_ng/fast/block/float/trailing-float-layout-2.html - virtual/layout_ng/fast/block/float/floats-do-not-overhang-from-block-formatting-context.html - virtual/without-smil/svg/animations/exposed/effect.html New failure due to LayoutText writeback: - virtual/layout_ng/fast/block/float/overhanging-float-crashes-when-sibling-becomes-formatting-context.html 1. Writing back the whitespace-collapsed string to LayoutText after inline collection 2. LayoutText reused in subsequent layout - minimal repro: https://jsfiddle.net/767q3cbc/. There should be a trailing space in |container.innerText|, which is missing when LayoutNG is enabled New Failures to text-transform: - external/wpt/innerText/getter.html - fast/css/case-transform.html Other new failures that need investigation - accessibility/selection-affinity.html - editing/pasteboard/19644-1.html - editing/pasteboard/19644-2.html - editing/selection/extend-to-line-boundary.html - editing/selection/move-left-right.html - editing/text-iterator/findString-restarts-at-last-position.html - external/wpt/css/CSS2/floats-clear/floats-147.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-002.xht - external/wpt/css/css-writing-modes-3/clearance-calculations-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-contiguous-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vlr-005.xht - external/wpt/css/css-writing-modes-3/float-vlr-011.xht - external/wpt/css/css-writing-modes-3/float-vrl-002.xht - external/wpt/css/css-writing-modes-3/float-vrl-004.xht - external/wpt/css/css-writing-modes-3/float-vrl-006.xht - external/wpt/css/css-writing-modes-3/float-vrl-010.xht - external/wpt/css/css-writing-modes-3/margin-collapse-vrl-010.xht - fast/block/skip-cleaning-up-anonymous-wrappers-when-subtree-being-destroyed.html - fast/borders/extreme-outline-offset-crash.html - fast/css/first-letter-associated-text-node-crash.html - fast/css-generated-content/normalize-with-first-letter-and-before-content-crash.html - fast/deprecated-flexbox/crash-flexbox-no-layout-child.html - fast/deprecated-flexbox/layoutHorizontalBox-crash.html - fast/dom/HTMLImageElement/* - fast/gradients/unprefixed-repeating-gradient-color-hint.html - fast/html/layout-runs-and-floats-crash.html - fast/inline-block/float-both-whitespace.html - fast/inline-block/float-leading-whitespace.html - fast/inline-block/float-no-whitespace.html - fast/inline-block/float-trailing-whitespace.html - fast/inline-block/vertical-align-top-and-bottom.html - fast/multicol/dynamic/change-spanner-parent-display.html - fast/text/line-break-between-text-nodes-with-inline-blocks.html - fullscreen/full-screen-line-boxes-crash.html - images/color-profile-background-image-cross-fade-png.html - images/color-profile-background-image-cross-fade.html - inspector-protocol/css/css-get-background-colors.html - svg/animations/multiple-begin-animation-events.html - virtual/service-worker-script-streaming/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html Some extra new lines between blocks are missing. Need to investigate... BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng ========== |