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

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

Issue 2731973002: Assert when loading websites in windows build (debug mode) (Closed)
Patch Set: Assert when loading websites in windows build (debug mode) Created 3 years, 9 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-heading.html
diff --git a/content/test/data/accessibility/aria/aria-heading.html b/content/test/data/accessibility/aria/aria-heading.html
index 3b3e6bf83c2cb339c3339024b236c6d6e349d277..59178a853e992fd302f4da86d20d4a1b1bf77153 100644
--- a/content/test/data/accessibility/aria/aria-heading.html
+++ b/content/test/data/accessibility/aria/aria-heading.html
@@ -11,5 +11,6 @@
<div role="heading" aria-level="4">ARIA Heading 4</div>
<div role="heading" aria-level="5">ARIA Heading 5</div>
<div role="heading" aria-level="6">ARIA Heading 6</div>
+ <div><span role="heading">Heading</span></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698