Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / caret-in-empty-inline-2-expected.txt
blobfdcdc68b8427026e6c3cea5d46fc585abf4bc031
1 Bug 85793: Caret is not rendered in empty inline contenteditable elements
3 This test verifies that an empty inline contenteditable element, placed after another inline element, gets a valid caret rect.
5 Previous span
6 PASS caretRect.left is 268
7 PASS caretRect.top is 180
8 PASS caretRect.width is 1
9 PASS caretRect.height is 20
10 PASS successfullyParsed is true
12 TEST COMPLETE