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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-disabled-expected.txt

Issue 1422573006: Disabled FIELDSET elements should not be focusable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for fast/events/tabindex-focus-blur-all.html Created 5 years, 2 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/fast/forms/fieldset/fieldset-disabled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-disabled-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-disabled-expected.txt
index 93182550a6af080b52fafd9c0451f5c794a179d8..987a38c2197ae4baa30d1eaee7b1419333436b85 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-disabled-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-disabled-expected.txt
@@ -88,6 +88,7 @@ PASS legendFieldSet.disabled is false
PASS insertedLegendTextInput.value is "JJJK"
PASS firstLegendTextInput.value is "IIK"
PASS secondLegendTextInput.value is "K"
+PASS disabledFieldsetWithTabindex.focus(); document.activeElement is document.body
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698