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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/selection/insert-list-over-uneditable-in-contenteditable.html

Issue 2250133004: No hang when inserting a list over uneditable element in contenteditable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingUtilities.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype HTML>
2 <script src="../../resources/testharness.js"></script>
3 <script src="../../resources/testharnessreport.js"></script>
4 <script src="../assert_selection.js"></script>
5 <script>
6
yosin_UTC9 2016/08/18 08:45:26 nit: we don't need to have an extra blank line.
joone 2016/08/18 18:22:04 Done.
7 test(() => assert_selection('<div contenteditable><p>^line1<button contenteditab le="false">hello</button></p><p>line2|</p></div>',
8 'insertUnorderedList',
9 '<div contenteditable><p><ul><li>^line1</li></ul><button contenteditable="fals e">hello</button></p><p><ul><li>line|2</li></ul></p></div>'),
10 'No time out when inserting a list over selected paragraphs that has a non-edi table child element');
11
yosin_UTC9 2016/08/18 08:45:26 nit: we don't need to have an extra blank line.
joone 2016/08/18 18:22:04 Done.
12 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698