Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / modify-by-lineboundary-in-inline-editable-contexts-expected.txt
blob0ec83372fe289c2c62b6d60fafb27d3a207eae90
1 This test ensures that modifying the selection by line boundary granularity (like home/end do) functions properly in an inline editable context.
2 You can run this test manually by placing the caret in the middle of the both of the shaded editable spans below and ensuring home/end (command left/right on Mac) moves the caret to the boundaries of the shaded area.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS Modify moving forward in adjacent, editable spans
8 PASS Modify moving backward in adjacent, editable spans
9 PASS Modify moving forward in editable span in non-editable content
10 PASS Modify moving backward in editable span in non-editable content
11 PASS successfullyParsed is true
13 TEST COMPLETE