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

Unified Diff: content/test/data/accessibility/event/live-region-change.html

Issue 2897943003: Fix DumpAccessibilityEvents tests on Mac and improve test coverage (Closed)
Patch Set: Rebaseline one more windows test Created 3 years, 7 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/event/live-region-change.html
diff --git a/content/test/data/accessibility/event/live-region-change.html b/content/test/data/accessibility/event/live-region-change.html
new file mode 100644
index 0000000000000000000000000000000000000000..9898d95bd1462ebf541df1ba148390f2a18788cf
--- /dev/null
+++ b/content/test/data/accessibility/event/live-region-change.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<body>
+<div id="live" aria-live="polite">Before</div>
+<script>
+ function go() {
+ document.getElementById('live').innerText = 'After';
+ }
+</script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698