| Index: content/test/data/accessibility/css/text-style.html
|
| diff --git a/content/test/data/accessibility/html/input-file.html b/content/test/data/accessibility/css/text-style.html
|
| similarity index 54%
|
| copy from content/test/data/accessibility/html/input-file.html
|
| copy to content/test/data/accessibility/css/text-style.html
|
| index c14a3e978f2061ee762f7ae1fd4a30d62f5fbb63..ed8c17455784ff856475aedf8e47477b3e6961e7 100644
|
| --- a/content/test/data/accessibility/html/input-file.html
|
| +++ b/content/test/data/accessibility/css/text-style.html
|
| @@ -1,9 +1,10 @@
|
| -<!DOCTYPE html>
|
| <!--
|
| +@WIN-ALLOW:text_attributes=*
|
| @WIN-ALLOW:ia2_hypertext=*
|
| -->
|
| +<!DOCTYPE html>
|
| <html>
|
| <body>
|
| - <input type="file">
|
| + <p>Normal <b>bold</b> <i>italic</i></p>
|
| </body>
|
| </html>
|
|
|