|
|
Created:
4 years, 3 months ago by yosin_UTC9 Modified:
4 years, 3 months ago CC:
blink-reviews, chromium-reviews Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionConvert editing/execCommand/format-block-multiple-paragraphs-in-pre.html to use w3c test harness
This patch converts "editing/execCommand/format-block-multiple-paragraphs-in-pre.html"
to use w3c test harness to simplify test script for improving readability.
BUG=n/a
TEST=n/a; no behavior changes
Committed: https://crrev.com/2c1178c2b9f661399c61234b88375ec72320dadf
Cr-Commit-Position: refs/heads/master@{#414339}
Patch Set 1 : 2016-08-24T17:34:54 #
Total comments: 4
Patch Set 2 : 2016-08-25T13:22:15 #
Total comments: 1
Messages
Total messages: 22 (15 generated)
Description was changed from ========== 2016-08-24T17:34:54 BUG= ========== to ========== Convert editing/execCommand/crash-indenting-list-item to use w3c test harness This patch converts "editing/execCommand/crash-indenting-list-item.html" to use w3c test harness to simplify test script for improving readability. Get rid of FrameSelection::moveTo() taking two VisiblePosition objects This patch gets rid of |FrameSelection::moveTo()| taking two |VisiblePosition| objects since its call site is only one for improving code health. BUG=n/a TEST=n/a; no behavior changes Convert editing/execCommand/format-block-multiple-paragraphs-in-pre.html to use w3c test harness This patch converts "editing/execCommand/format-block-multiple-paragraphs-in-pre.html" to use w3c test harness to simplify test script for improving readability. BUG=n/a TEST=n/a; no behavior changes ==========
The CQ bit was checked by yosin@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...
Description was changed from ========== Convert editing/execCommand/crash-indenting-list-item to use w3c test harness This patch converts "editing/execCommand/crash-indenting-list-item.html" to use w3c test harness to simplify test script for improving readability. Get rid of FrameSelection::moveTo() taking two VisiblePosition objects This patch gets rid of |FrameSelection::moveTo()| taking two |VisiblePosition| objects since its call site is only one for improving code health. BUG=n/a TEST=n/a; no behavior changes Convert editing/execCommand/format-block-multiple-paragraphs-in-pre.html to use w3c test harness This patch converts "editing/execCommand/format-block-multiple-paragraphs-in-pre.html" to use w3c test harness to simplify test script for improving readability. BUG=n/a TEST=n/a; no behavior changes ========== to ========== Convert editing/execCommand/crash-indenting-list-item to use w3c test harness This patch converts "editing/execCommand/crash-indenting-list-item.html" to use w3c test harness to simplify test script for improving readability. BUG=n/a TEST=n/a; no behavior changes ==========
Description was changed from ========== Convert editing/execCommand/crash-indenting-list-item to use w3c test harness This patch converts "editing/execCommand/crash-indenting-list-item.html" to use w3c test harness to simplify test script for improving readability. BUG=n/a TEST=n/a; no behavior changes ========== to ========== Convert editing/execCommand/crash-indenting-list-item.html to use w3c test harness This patch converts "editing/execCommand/crash-indenting-list-item.html" to use w3c test harness to simplify test script for improving readability. BUG=n/a TEST=n/a; no behavior changes ==========
yosin@chromium.org changed reviewers: + xiaochengh@chromium.org, yoichio@chromium.org
PTAL
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The second and third tests do not match the original ones. https://codereview.chromium.org/2277673002/diff/1/third_party/WebKit/LayoutTe... File third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html (right): https://codereview.chromium.org/2277673002/diff/1/third_party/WebKit/LayoutTe... third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html:28: 'hello\n\nworld\n\n^webkit\n|', The original test formats all but the last paragraph. The initial selection should be '^hello\n\nworld\n\n|webkit\n' https://codereview.chromium.org/2277673002/diff/1/third_party/WebKit/LayoutTe... third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html:46: 'hello\n\n^world\n\nwebkit\n|', Should be 'hello\n^\nworld\n\nwebkit\n|'
Description was changed from ========== Convert editing/execCommand/crash-indenting-list-item.html to use w3c test harness This patch converts "editing/execCommand/crash-indenting-list-item.html" to use w3c test harness to simplify test script for improving readability. BUG=n/a TEST=n/a; no behavior changes ========== to ========== Convert editing/execCommand/format-block-multiple-paragraphs-in-pre.html to use w3c test harness This patch converts "editing/execCommand/format-block-multiple-paragraphs-in-pre.html" to use w3c test harness to simplify test script for improving readability. BUG=n/a TEST=n/a; no behavior changes ==========
The CQ bit was checked by yosin@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...
PTAL Updated sample and expected texts. https://codereview.chromium.org/2277673002/diff/1/third_party/WebKit/LayoutTe... File third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html (right): https://codereview.chromium.org/2277673002/diff/1/third_party/WebKit/LayoutTe... third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html:28: 'hello\n\nworld\n\n^webkit\n|', On 2016/08/25 at 01:48:39, Xiaocheng wrote: > The original test formats all but the last paragraph. The initial selection should be '^hello\n\nworld\n\n|webkit\n' Done. https://codereview.chromium.org/2277673002/diff/1/third_party/WebKit/LayoutTe... third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html:46: 'hello\n\n^world\n\nwebkit\n|', On 2016/08/25 at 01:48:39, Xiaocheng wrote: > Should be 'hello\n^\nworld\n\nwebkit\n|' Done.
lgtm with a nit https://codereview.chromium.org/2277673002/diff/20001/third_party/WebKit/Layo... File third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html (right): https://codereview.chromium.org/2277673002/diff/20001/third_party/WebKit/Layo... third_party/WebKit/LayoutTests/editing/execCommand/format-block-multiple-paragraphs-in-pre.html:40: 'formatBlock on last paragraph with H3'); nit: all but the last paragraph
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by yosin@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Convert editing/execCommand/format-block-multiple-paragraphs-in-pre.html to use w3c test harness This patch converts "editing/execCommand/format-block-multiple-paragraphs-in-pre.html" to use w3c test harness to simplify test script for improving readability. BUG=n/a TEST=n/a; no behavior changes ========== to ========== Convert editing/execCommand/format-block-multiple-paragraphs-in-pre.html to use w3c test harness This patch converts "editing/execCommand/format-block-multiple-paragraphs-in-pre.html" to use w3c test harness to simplify test script for improving readability. BUG=n/a TEST=n/a; no behavior changes Committed: https://crrev.com/2c1178c2b9f661399c61234b88375ec72320dadf Cr-Commit-Position: refs/heads/master@{#414339} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/2c1178c2b9f661399c61234b88375ec72320dadf Cr-Commit-Position: refs/heads/master@{#414339} |