Commit 8f824fca authored by Hikaru Nishida's avatar Hikaru Nishida Committed by Commit Bot

Rename editing/deleting/5099303.html to collapse_selection_after_table.html

This patch renames "5099303.html"
to "collapse_selection_after_table.html" to provide hint about
what this test file verifies.

See also: crrev.com/c/906087

Change-Id: I67163e4f9b8fe1c42b55be338dc13943dd1132d8
Reviewed-on: https://chromium-review.googlesource.com/940705Reviewed-by: default avatarYoichi Osato <yoichio@chromium.org>
Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Reviewed-by: default avatarYoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#540399}
parent 1df5d87d
<!doctype html> <!doctype html>
<script src="../../resources/testharness.js"></script> <script src="../../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script> <script src="../../../resources/testharnessreport.js"></script>
<script src="../assert_selection.js"></script> <script src="../../assert_selection.js"></script>
<script> <script>
// Test collapsing the selection of a paragraph after a table // Test collapsing the selection of a paragraph after a table
// leaves the caret in the right position. // leaves the caret in the right position.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment