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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3-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 "two". You should see 1 before "one", "two", and "three" b ut 2 before "four".
5 one
6 two
7 three
8 four
9 Before: <ol><li>one</li> <li id="test">two</li> <li>three</li></ol> <li>four</li >
10 After: <ol><li>one</li> </ol><li>two</li><ol> <li>three</li></ol> <li>four</li>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698