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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item.html

Issue 2680943004: Make FrameSelection to hold non-canonicalized positions (Closed)
Patch Set: 2014-02-14T23:34:22 Update TestExpectation to include extend-{0,2,4}0.html and selectAllChildren.html Created 3 years, 10 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <script src="../../resources/testharness.js"></script> 2 <script src="../../resources/testharness.js"></script>
3 <script src="../../resources/testharnessreport.js"></script> 3 <script src="../../resources/testharnessreport.js"></script>
4 <script src="../assert_selection.js"></script> 4 <script src="../assert_selection.js"></script>
5 <script> 5 <script>
6 test(() => assert_selection( 6 test(() => assert_selection(
7 '<div contentEditable><ul><li>|</li></ul></div>', 7 '<div contentEditable><ul><li>|</li></ul></div>',
8 'indent', 8 'indent',
9 '<div contenteditable><ul><ul><li></li></ul>|</ul></div>'), 9 '<div contenteditable><ul><ul><li>|</li></ul></ul></div>'),
10 'This is crash test'); 10 'This is crash test');
11 </script> 11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698