Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Issue 43523002: Make tests related to undo word deletion platform independent (Closed)

Created:
7 years, 1 month ago by vanihegde
Modified:
7 years, 1 month ago
CC:
blink-reviews, vanivhegde
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Make tests related to undo word deletion platform independent This patch makes the following tests platform independent. editing/undo/undo-combined-delete-boundary.html editing/undo/undo-combined-delete.html editing/undo/undo-delete-boundary.html editing/undo/undo-delete.html editing/undo/undo-forward-delete-boundary.html editing/undo/undo-forward-delete.html R=ojan, yosin, leviw Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160755

Patch Set 1 #

Total comments: 5

Patch Set 2 : Review comments incorporated #

Patch Set 3 : All tests modified #

Unified diffs Side-by-side diffs Delta from patch set Stats (+423 lines, -582 lines) Patch
M LayoutTests/editing/undo/undo-combined-delete.html View 1 2 1 chunk +40 lines, -34 lines 0 comments Download
M LayoutTests/editing/undo/undo-combined-delete-boundary.html View 1 2 1 chunk +45 lines, -34 lines 0 comments Download
M LayoutTests/editing/undo/undo-combined-delete-boundary-expected.txt View 1 2 1 chunk +32 lines, -36 lines 0 comments Download
M LayoutTests/editing/undo/undo-combined-delete-expected.txt View 1 2 1 chunk +28 lines, -31 lines 0 comments Download
M LayoutTests/editing/undo/undo-delete.html View 1 2 1 chunk +37 lines, -32 lines 0 comments Download
M LayoutTests/editing/undo/undo-delete-boundary.html View 1 2 1 chunk +42 lines, -32 lines 0 comments Download
M LayoutTests/editing/undo/undo-delete-boundary-expected.txt View 1 2 1 chunk +32 lines, -36 lines 0 comments Download
M LayoutTests/editing/undo/undo-delete-expected.txt View 1 2 1 chunk +28 lines, -31 lines 0 comments Download
M LayoutTests/editing/undo/undo-forward-delete.html View 1 2 1 chunk +37 lines, -32 lines 0 comments Download
M LayoutTests/editing/undo/undo-forward-delete-boundary.html View 1 2 1 chunk +42 lines, -32 lines 0 comments Download
M LayoutTests/editing/undo/undo-forward-delete-boundary-expected.txt View 1 2 1 chunk +32 lines, -32 lines 0 comments Download
M LayoutTests/editing/undo/undo-forward-delete-expected.txt View 1 2 1 chunk +28 lines, -27 lines 0 comments Download
D LayoutTests/platform/linux/editing/undo/undo-combined-delete-boundary-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/linux/editing/undo/undo-combined-delete-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/linux/editing/undo/undo-delete-boundary-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/linux/editing/undo/undo-delete-expected.png View Binary file 0 comments Download
D LayoutTests/platform/linux/editing/undo/undo-forward-delete-boundary-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/linux/editing/undo/undo-forward-delete-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/mac/editing/undo/undo-combined-delete-boundary-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/mac/editing/undo/undo-combined-delete-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/mac/editing/undo/undo-delete-boundary-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/mac/editing/undo/undo-delete-expected.png View Binary file 0 comments Download
D LayoutTests/platform/mac/editing/undo/undo-forward-delete-boundary-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/mac/editing/undo/undo-forward-delete-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-combined-delete-boundary-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-combined-delete-boundary-expected.txt View 1 2 1 chunk +0 lines, -36 lines 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-combined-delete-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-combined-delete-expected.txt View 1 2 1 chunk +0 lines, -31 lines 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-delete-boundary-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-delete-boundary-expected.txt View 1 2 1 chunk +0 lines, -36 lines 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-delete-expected.png View Binary file 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-delete-expected.txt View 1 chunk +0 lines, -31 lines 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-forward-delete-boundary-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-forward-delete-boundary-expected.txt View 1 2 1 chunk +0 lines, -32 lines 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-forward-delete-expected.png View 1 2 Binary file 0 comments Download
D LayoutTests/platform/win/editing/undo/undo-forward-delete-expected.txt View 1 2 1 chunk +0 lines, -27 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
vanihegde
As of now I have modified only editing/undo/undo-delete.html. If this change is fine, I will ...
7 years, 1 month ago (2013-10-25 07:52:03 UTC) #1
yosin_UTC9
Thanks for quick work! https://codereview.chromium.org/43523002/diff/1/LayoutTests/editing/undo/undo-delete.html File LayoutTests/editing/undo/undo-delete.html (right): https://codereview.chromium.org/43523002/diff/1/LayoutTests/editing/undo/undo-delete.html#newcode14 LayoutTests/editing/undo/undo-delete.html:14: function undoTest(platform, selectionType, expectedStartOffset, expectedEndOffset) ...
7 years, 1 month ago (2013-10-25 08:03:04 UTC) #2
ojan
LGTM with yosin's feedback.
7 years, 1 month ago (2013-10-26 01:34:24 UTC) #3
vanihegde
On 2013/10/25 08:03:04, Yoshifumi Inoue wrote: > Thanks for quick work! > > https://codereview.chromium.org/43523002/diff/1/LayoutTests/editing/undo/undo-delete.html > ...
7 years, 1 month ago (2013-10-28 04:27:25 UTC) #4
vanihegde
I have modified all the tests. Please have a look. Thanks.
7 years, 1 month ago (2013-10-28 10:07:20 UTC) #5
ojan
lgtm
7 years, 1 month ago (2013-10-28 21:08:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vani.hegde@samsung.com/43523002/120001
7 years, 1 month ago (2013-10-28 21:09:01 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-10-28 21:59:33 UTC) #8
Message was sent while issue was closed.
Change committed as 160755

Powered by Google App Engine
This is Rietveld 408576698