tc 656, 657, 658
authorJames Craig <jcraig@apple.com>
Wed, 01 May 2013 11:29:04 -0700
changeset 222 2f7f11a5d493
parent 221 73cf4776fe30
child 223 739cfcfff872
tc 656, 657, 658
ARIA/1.0/tests/test-files/_/656.htm
ARIA/1.0/tests/test-files/_/657.htm
ARIA/1.0/tests/test-files/_/658.htm
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/_/656.htm	Wed May 01 11:29:04 2013 -0700
@@ -0,0 +1,4 @@
+<p>Expect to see the text 'Test Content' (not the default unlabeled input) in between the next two paragraphs. If it does render, the name computation should expose 'Test Content' to th accessibility APIs. This does not render in most browsers (shows the field, not the replacement text) so it's probably not CR-required.</p>
+<p>The content-replaced input immediately follows this paragraph.</p>
+<form><input type="checkbox" id="test" style="content: 'Test Content';"></form>
+<p>The content-replaced input immediately precedes this paragraph.</p>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/_/657.htm	Wed May 01 11:29:04 2013 -0700
@@ -0,0 +1,4 @@
+<p>Expect to see the text 'Test Content' (not the default unlabeled input) in between the next two paragraphs. If it does render, the name computation should expose 'Test Content' to th accessibility APIs. This does not render in most browsers (shows the field, not the replacement text) so it's probably not CR-required.</p>
+<p>The content-replaced input immediately follows this paragraph.</p>
+<form><input type="radio" id="test" style="content: 'Test Content';"></form>
+<p>The content-replaced input immediately precedes this paragraph.</p>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/_/658.htm	Wed May 01 11:29:04 2013 -0700
@@ -0,0 +1,4 @@
+<p>Expect to see the text 'Test Content' (not the default unlabeled input) in between the next two paragraphs. If it does render, the name computation should expose 'Test Content' to th accessibility APIs. This does not render in most browsers (shows the field, not the replacement text) so it's probably not CR-required.</p>
+<p>The content-replaced input immediately follows this paragraph.</p>
+<form><input type="file" id="test" style="content: 'Test Content';"></form>
+<p>The content-replaced input immediately precedes this paragraph.</p>