Changeset 107349 in webkit
- Timestamp:
- Feb 9, 2012, 8:14:57 PM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
editing/spelling/spelling-marker-description.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r107340 r107349 1 2012-02-09 MORITA Hajime <morrita@google.com> 2 3 Unreviewed attempt to fix a test flakiness. 4 5 * editing/spelling/spelling-marker-description.html: 6 1 7 2012-02-09 James Robinson <jamesr@chromium.org> 2 8 -
trunk/LayoutTests/editing/spelling/spelling-marker-description.html
r107176 r107349 26 26 27 27 var texts = destination.childNodes; 28 var markedText = null; 28 29 for (var i = 0; i < texts.length; ++i) { 29 30 if (internals.markerCountForNode(texts[i], "spelling")) {
Note:
See TracChangeset
for help on using the changeset viewer.