| Index: LayoutTests/fast/forms/selection-start-end-readonly-expected.txt
|
| diff --git a/LayoutTests/fast/forms/selection-start-end-readonly-expected.txt b/LayoutTests/fast/forms/selection-start-end-readonly-expected.txt
|
| index 3f20e6975f32ddc0a5c4e1ac31f9bb074f0e0238..70cc2be9f3cb88f0aa89d183fc62501b81446548 100644
|
| --- a/LayoutTests/fast/forms/selection-start-end-readonly-expected.txt
|
| +++ b/LayoutTests/fast/forms/selection-start-end-readonly-expected.txt
|
| @@ -18,7 +18,7 @@ PASS element.selectionStart is 5
|
| PASS element.selectionEnd is 5
|
| PASS element.selectionStart is 0
|
| PASS element.selectionEnd is 0
|
| -PASS element.selectionStart is 0
|
| +PASS element.selectionStart is 10
|
| PASS element.selectionEnd is 10
|
| PASS element.selectionStart is 0
|
| PASS element.selectionEnd is 10
|
| @@ -32,7 +32,7 @@ PASS element.selectionStart is 5
|
| PASS element.selectionEnd is 5
|
| PASS element.selectionStart is 0
|
| PASS element.selectionEnd is 0
|
| -PASS element.selectionStart is 0
|
| +PASS element.selectionStart is 10
|
| PASS element.selectionEnd is 10
|
| PASS successfullyParsed is true
|
|
|
|
|