Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / undo / undo-indent-expected.txt
blobe7b8d8d97b9bff76a0bdcd83bbe2b78509160d65
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
6 This tests indenting "three" then undoing the indent. You should see one, two and three numbered 1 through 3 then four as a sublist with number 1.
7 Bugzilla bug 
8 Radar bug
10 one
11 two
12 three
13 four
14 Before indent: <li>one</li> <li>two</li> <li id="test">three</li> <ol><li>four</li></ol>
15 After indent: <li>one</li> <li>two</li> <ol><li id="test">three</li><li>four</li></ol>
16 After undoing: <li>one</li> <li>two</li> <li id="test">three</li> <ol><li>four</li></ol>
17 The test passed