[Webkit-unassigned] [Bug 71792] Internals.markerRangeForNode should be able to take markers by specifying a marker type.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 3 21:14:56 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71792





--- Comment #25 from Vincent Scheib <scheib at chromium.org>  2011-12-03 21:14:55 PST ---
Chromium bots are failing to produce the expected results for editing/spelling/markers.html. I have added FAIL to the test_expectations.txt.

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&showLargeExpectations=true&tests=editing%2Fspelling%2Fmarkers.html

"""
Grammar Error Only
PASS internals.markerCountForNode(e.firstChild, "spelling") is 0
FAIL internals.markerCountForNode(e.firstChild, "grammar") should be 1. Was 0.
FAIL range.toString() should be a. Threw exception TypeError: Cannot call method 'toString' of null
Spelling Error Only
PASS internals.markerCountForNode(e.firstChild, "spelling") is 1
PASS range.toString() is "zz"
PASS internals.markerCountForNode(e.firstChild, "grammar") is 0
Grammar and Spelling Error
PASS internals.markerCountForNode(e.firstChild, "spelling") is 1
PASS range.toString() is "zz"
FAIL internals.markerCountForNode(e.firstChild, "grammar") should be 1. Was 0.
FAIL range.toString() should be orange,zz,apple.. Threw exception TypeError: Cannot call method 'toString' of null
PASS successfullyParsed is true

TEST COMPLETE
I have a issue.
zz.
orange,zz,apple.
"""

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list