| Index: LayoutTests/fast/forms/resources/live-pseudo-selectors.css
|
| diff --git a/LayoutTests/fast/forms/resources/live-pseudo-selectors.css b/LayoutTests/fast/forms/resources/live-pseudo-selectors.css
|
| index 0b5736ff38097b2bf24be12a0e773666a5449101..8c759257ccc4168239e0894aca014b2c485bf9ee 100644
|
| --- a/LayoutTests/fast/forms/resources/live-pseudo-selectors.css
|
| +++ b/LayoutTests/fast/forms/resources/live-pseudo-selectors.css
|
| @@ -1,6 +1,6 @@
|
| :invalid { background: rgb(255, 0, 0); }
|
| :valid { background: rgb(0, 0, 255); }
|
| :disabled { background: black; }
|
| -:read-only { background: rgb(0, 255, 0); }
|
| +input:read-only, textarea:read-only { background: rgb(0, 255, 0); }
|
| input { background: white; }
|
| textarea { background: white; }
|
|
|