Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / undo / undo-indent-noneditable-expected.txt
blob2680f02b9001f8e7348db9574f1f6c8ce9cb7d63
1 This tests indenting "three" then executes the undo command after changing the editability to false. You should see one, two numbered 1 through 2 then three and four as a sublist starting with number 1. The undo should have no effect.
2 Bugzilla bug 
3 Radar bug
5 one
6 two
7 three
8 four
9 Before indent: <li>one</li> <li>two</li> <li id="test">three</li> <ol><li>four</li></ol>
10 After indent: <li>one</li> <li>two</li> <ol><li id="test">three</li><li>four</li></ol>
11 After undoing: <li>one</li> <li>two</li> <ol><li id="test">three</li><li>four</li></ol>
12 The test passed