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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/disabled-controls-not-focusable.html

Issue 2560733002: SELECT element: Fix a bug that intrinsic width is too narrow in less-than-100% zoom level. (Closed)
Patch Set: PartScrollbarVerticalTrack -> PartScrollbarDownArrow to fix Android crash Created 4 years 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/disabled-controls-not-focusable.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/disabled-controls-not-focusable.html b/third_party/WebKit/LayoutTests/accessibility/disabled-controls-not-focusable.html
index 39d5e988b64d46a2c3aca565b3849c2e4145790f..e26526a0b3ce0f24847d977fb7613f51d4e445cd 100644
--- a/third_party/WebKit/LayoutTests/accessibility/disabled-controls-not-focusable.html
+++ b/third_party/WebKit/LayoutTests/accessibility/disabled-controls-not-focusable.html
@@ -3,7 +3,7 @@
<body>
<script src="../resources/js-test.js"></script>
-<div>
+<div id="container">
<button id="button"></button>
<input id="text" type="text">
<input id="checkbox" type="checkbox">
@@ -41,6 +41,8 @@ if (window.testRunner && window.accessibilityController) {
checkControl("combobox");
checkControl("listbox");
checkControl("textarea");
+
+ document.querySelector("#container").remove();
}
</script>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/LayoutTests/fast/canvas/fallback-content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698