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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-2-expected.txt

Issue 2010323002: Convert execCommand/outdent-nested-lists-*.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-05-31T10:35:27 Created 4 years, 6 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
(Empty)
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
4 This tests outdenting "one". You see 1 before "one" but 1 and 2 before "two" and "three" respectively.
5 one
6 two
7 three
8 four
9 Before: <ol><li id="test">one</li> <li>two</li> <li>three</li></ol> <li>four</li >
10 After: <li>one</li><ol> <li>two</li> <li>three</li></ol> <li>four</li>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698