| Index: LayoutTests/fast/css/counters/counter-before-content-not-incremented.html
|
| diff --git a/LayoutTests/fast/css/counters/counter-before-content-not-incremented.html b/LayoutTests/fast/css/counters/counter-before-content-not-incremented.html
|
| index b2e5be7c54b493ac243a523fba8d861908f5c68f..a100c3403c13f8ed086adaf7fd1c67effa8fbd62 100644
|
| --- a/LayoutTests/fast/css/counters/counter-before-content-not-incremented.html
|
| +++ b/LayoutTests/fast/css/counters/counter-before-content-not-incremented.html
|
| @@ -26,7 +26,7 @@
|
| // We need to use the selection or we cannot reproduce this bug!
|
| var selection = window.getSelection();
|
| var container = document.getElementById("container");
|
| - selection.collapse(container, 0);
|
| + selection.collapse(container.firstChild, 0);
|
| if (selection.rangeCount > 0) {
|
| var newElement = document.createElement('div');
|
| newElement.id = 'div' + i;
|
|
|