Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / shadow / breaking-editing-boundary-with-table-expected.txt
blob9fb67e97c516e451ff440955bae0545431eac2f8
1 On the second time selecting <span>, it should not become non-contenteditable. If it becomes non-contenteditable, the selection from <span> to <table> will break editing boundaries and contain "a". This test checks the <span> does not changed to non-contenteditable element.
3 PASS contains(selectedString, "a") is false
4 PASS successfullyParsed is true
6 TEST COMPLETE