Index: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html |
diff --git a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html b/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html |
index 0c9cf3992845e4f1b9d6bc1eb98f99761654fbe9..b502f9fe65d997dbcfba7fe4f34ca0cdc873da13 100644 |
--- a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html |
+++ b/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html |
@@ -32,7 +32,7 @@ |
/* Rect based test over the word2 only. */ |
checkRect(20, 45, 10, 10, "'word2'"); |
/* Rect based test not contained by culledinline, but contained by its bounding box. */ |
- checkRect(20, 35, 10, 20, "'word2', SPAN#wordinline2, SPAN#culledinline, P, 'Word '"); |
+ checkRect(20, 35, 10, 20, "'word2', SPAN#wordinline2, P, SPAN#culledinline, 'Word '"); |
/* Note the order of P and 'Word ' is slightly unusual, but this is due to lines being tested one by one. */ |
document.getElementById('sandbox').style.display = 'none'; |