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

Unified Diff: content/test/data/accessibility/aria/aria-expanded.html

Issue 1552683002: Enable DumpAccessibilityTree tests to use cross-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Get rid of lambdas due to MSVC bug Created 4 years, 11 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/aria/aria-expanded.html
diff --git a/content/test/data/accessibility/aria/aria-expanded.html b/content/test/data/accessibility/aria/aria-expanded.html
index d49eaf42f03a517efe7d03b36cec6c91c367b79a..81dfb8c697fdb8105164375dbdcf7f545724bc8d 100644
--- a/content/test/data/accessibility/aria/aria-expanded.html
+++ b/content/test/data/accessibility/aria/aria-expanded.html
@@ -9,4 +9,4 @@
<li role="menuitem" aria-haspopup="true" aria-expanded="true">Open</li>
<li role="menuitem" aria-expanded="false">Save</li>
<li role="menuitem" aria-expanded="true">Quit</li>
-</ul>
+</ul>

Powered by Google App Engine
This is Rietveld 408576698