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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited.html

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase 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: third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited.html b/third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited.html
index 22420381fdaa9e03475e1d182b4f12bb1d982256..f3897eb464d266ce63e0fc877cdbc5ab401b2ae3 100644
--- a/third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited.html
+++ b/third_party/WebKit/LayoutTests/accessibility/listitem-presentation-inherited.html
@@ -15,7 +15,7 @@
<p id="description"></p>
<div id="console"></div>
<script>
-description("This tests that the presentation role is inherited.");
+description("This tests that the presentation role is not inherited.");
if (window.testRunner)
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698