| Index: LayoutTests/fast/forms/input-pattern.html
|
| diff --git a/LayoutTests/fast/forms/input-pattern.html b/LayoutTests/fast/forms/input-pattern.html
|
| index d0287d6d18c45f0fa445d7dcead3544cd67e6f93..a41bc4ad1cdd936b46d8d803aacf09d2c463a29f 100644
|
| --- a/LayoutTests/fast/forms/input-pattern.html
|
| +++ b/LayoutTests/fast/forms/input-pattern.html
|
| @@ -23,8 +23,8 @@ shouldBe('input.pattern', '"bar"');
|
|
|
| // Null.
|
| input.pattern = null;
|
| -shouldBe('input.pattern', '""');
|
| -shouldBe('input.getAttribute("pattern")', 'null');
|
| +shouldBe('input.pattern', '"null"');
|
| +shouldBe('input.getAttribute("pattern")', '"null"');
|
| input.setAttribute('pattern', null);
|
| shouldBe('input.pattern', '"null"');
|
|
|
|
|