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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/forms/form-radio-img-node-list-expected.txt

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/platform/linux/fast/forms/form-radio-img-node-list-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/forms/form-radio-img-node-list-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/forms/form-radio-img-node-list-expected.txt
deleted file mode 100644
index baf968c27ffc4809635610a0aca9c8720e5d68b3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/forms/form-radio-img-node-list-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/5716060992962560 for more details.
-Test RadioNodeLists returned by the HTMLFormElement named-getter.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Check that if no 'listed elements' match by name, img elements are picked instead.
-PASS radioNodeList.length is 2
-PASS radioNodeList[0] instanceof HTMLImageElement is true
-PASS radioNodeList[1] instanceof HTMLImageElement is true
-PASS radioNodeList.length is 2
-PASS radioNodeList[0] instanceof HTMLImageElement is true
-PASS radioNodeList[1] instanceof HTMLImageElement is true
-PASS radioNodeList.length is 3
-PASS radioNodeList[0] instanceof HTMLImageElement is true
-PASS radioNodeList[1] instanceof HTMLImageElement is true
-PASS radioNodeList[2] instanceof HTMLImageElement is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
-
-

Powered by Google App Engine
This is Rietveld 408576698