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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes-expected.txt

Issue 2058323002: Add ARIA panel to accessibility sidebar pane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix test Created 4 years, 5 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: third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5bdc56715ddbe59db979f037eb08843de41442a5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/elements/accessibility/edit-aria-attributes-expected.txt
@@ -0,0 +1,10 @@
+Tests that writing an ARIA attribute causes the accessibility node to be updated.
+
+ARIA checkbox
+=== Before attribute modification ===
+checkbox "ARIA checkbox" invalid="false" checked="true"
+=== After attribute modification ===
+checkbox "ARIA checkbox" invalid="false" checked="false"
+=== After role modification ===
+radio "ARIA checkbox" invalid="false" checked="false" selected="false"
+

Powered by Google App Engine
This is Rietveld 408576698