Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / caret-alignment-for-vertical-text-expected.txt
blobc7021a9074f91b1eb9576a627b7ecbf39a80d800
2 this is some vertical text
3 Testcase for bug 102359: Caret is painted horizontally in vertical writing mode when there are no visible text.
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS successfullyParsed is true
9 TEST COMPLETE
10 The carets on the empty editable boxes should have the same orientation as that on the editable box containing some text. We thus compare the width and the height of the caret rects for verification. Width and height for all the three caret rects should be the same for the test to pass.
11 PASS emptyDivCaretRect.width is textDivCaretRect.width
12 PASS emptyDivCaretRect.height is textDivCaretRect.height
13 PASS emptyLineCaretRect.width is textDivCaretRect.width
14 PASS emptyLineCaretRect.height is textDivCaretRect.height
15 To verify the test manually on the browser, compare the orientation of the carets in all the boxes; it should be the same for all three.
16 PASS successfullyParsed is true
18 TEST COMPLETE