Bug 1701138 - Make 572598-ref.html set `readonly` attribute of the `<input>` element r=smaug

Now, `<input>` element and `<textarea>` element handle `contentReadOnly` command
as toggling `readonly` attribute.  Therefore, the result may be different if
and only if the theme changes the style with `readonly` attribute.

Therefore, the test result of 572598.html has been changed in logical, but
it's not been found because only GTK's native theme has different style for
`<input>` and `<input readonly>`.

This patch just changes the reference.

Differential Revision: https://phabricator.services.mozilla.com/D109852
This commit is contained in:
Masayuki Nakano 2021-03-27 00:47:11 +00:00
Родитель 97b93cd320
Коммит 76d4c67ad9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,6 +3,6 @@
<head>
</head>
<body><div><input></div></body>
<body><div><input readonly></div></body>
</html>