Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / editor / text-editor-char-to-coordinates-expected.txt
blobc6ff11373f9d4583244609586f3637007603fbc8
1 Test editor cursorPositionToCoordinates and coordinatesToCursorPosition API
4 Running: testCoordinatesToCursorPositionOuter
5 Request char at (-1000, -1000)
6 Result:null
8 Running: testTextToCoordinatesCornerCases
9 Request (-1, 0):null
10 Request (100, 0):null
11 Request (0, -1):null
12 Request (0, 100):null
13 Request (-100, -1100):null
15 Running: testInverseRelationTextToCoordinates
16 Testing line 'function foo(a, b) {'
17 Testing line '    var f = /*.[a]/.test(a);'
18 Testing line '    return f;'