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

Unified Diff: content/test/data/accessibility/css/font-style-expected-blink.txt

Issue 2716183003: When text decoration is underline or lie-through, some related IA2 attributes need to deviate from … (Closed)
Patch Set: Fixed unit test. Created 3 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/font-style-expected-blink.txt
diff --git a/content/test/data/accessibility/css/font-style-expected-blink.txt b/content/test/data/accessibility/css/font-style-expected-blink.txt
index 0be2e0a032dd822416420a8888ee052aaaa61e52..e23203fb46eb5a49f3dfc4795d6b859b38aba23a 100644
--- a/content/test/data/accessibility/css/font-style-expected-blink.txt
+++ b/content/test/data/accessibility/css/font-style-expected-blink.txt
@@ -1,11 +1,19 @@
rootWebArea
++paragraph
-++++staticText name='Normal '
-++++++inlineTextBox name='Normal '
-++++staticText name='bold' textStyle=1
-++++++inlineTextBox name='bold'
-++++staticText name='italic' textStyle=2
-++++++inlineTextBox name='italic'
+++++staticText name='The '
+++++++inlineTextBox name='The '
+++++staticText name='quick' textStyle=1
+++++++inlineTextBox name='quick'
+++++staticText name='brown' textStyle=2
+++++++inlineTextBox name='brown'
+++++staticText name='fox' textStyle=4
+++++++inlineTextBox name='fox'
+++++staticText name='jumped' textStyle=3
+++++++inlineTextBox name='jumped'
+++++staticText name='over' textStyle=6
+++++++inlineTextBox name='over'
+++++staticText name='dog' textStyle=7
+++++++inlineTextBox name='dog'
++div
++++staticText name='Normal'
++++++inlineTextBox name='Normal'
@@ -13,3 +21,7 @@ rootWebArea
++++++inlineTextBox name='bold'
++++staticText name='italic' textStyle=2
++++++inlineTextBox name='italic'
+++++staticText name='underline' textStyle=4
+++++++inlineTextBox name='underline'
+++++staticText name='line-through' textStyle=8
+++++++inlineTextBox name='line-through'
« no previous file with comments | « content/test/data/accessibility/css/font-style.html ('k') | content/test/data/accessibility/css/font-style-expected-win.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698