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

Unified Diff: content/test/data/accessibility/html/input-radio-expected-blink.txt

Issue 2927033004: Expand test defaults to include more states, include more blink test results (Closed)
Patch Set: Update Windows test results Created 3 years, 6 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/html/input-radio-expected-blink.txt
diff --git a/content/test/data/accessibility/html/input-radio-expected-blink.txt b/content/test/data/accessibility/html/input-radio-expected-blink.txt
index 2df1d555347faf5694185d072dfeb292f3f9615b..da8eeddda6868be1052f8af3953e0753bff1c437 100644
--- a/content/test/data/accessibility/html/input-radio-expected-blink.txt
+++ b/content/test/data/accessibility/html/input-radio-expected-blink.txt
@@ -1,16 +1,16 @@
rootWebArea
++form
-++++radioButton radioGroupIds=radioButton
+++++radioButton checkedState=3 radioGroupIds=radioButton
++++staticText name='Radio1'
++++++inlineTextBox name='Radio1'
++++lineBreak name='<newline>'
++++++inlineTextBox name='<newline>'
-++++radioButton radioGroupIds=radioButton
+++++radioButton checkedState=3 radioGroupIds=radioButton
++++staticText name='Radio2'
++++++inlineTextBox name='Radio2'
++form
-++++radioButton name='Radio3' radioGroupIds=radioButton,radioButton
-++++radioButton name='Radio4' radioGroupIds=radioButton,radioButton
+++++radioButton name='Radio3' checkedState=1 radioGroupIds=radioButton,radioButton
+++++radioButton name='Radio4' checkedState=2 radioGroupIds=radioButton,radioButton
++form
-++++radioButton name='Radio5' radioGroupIds=radioButton
-++++radioButton name='Radio6' radioGroupIds=radioButton
+++++radioButton name='Radio5' checkedState=3 radioGroupIds=radioButton
+++++radioButton name='Radio6' checkedState=2 radioGroupIds=radioButton

Powered by Google App Engine
This is Rietveld 408576698