Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: content/test/data/accessibility/css/text-style.html

Issue 1768753003: Implemented the reporting of text style and language information on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unit and dmp tree tests. Addressed all reviewer's comments. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698