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

Unified Diff: LayoutTests/fast/forms/label/selection-disabled-label-expected.txt

Issue 722143002: Labels with user-select: none should pass events to control element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed Layout tests Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/fast/forms/label/selection-disabled-label.html ('k') | Source/core/html/HTMLLabelElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/label/selection-disabled-label-expected.txt
diff --git a/LayoutTests/fast/forms/label/selection-disabled-label-expected.txt b/LayoutTests/fast/forms/label/selection-disabled-label-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..520be8dd8f3d82674693b20612adfd5d2969f10c
--- /dev/null
+++ b/LayoutTests/fast/forms/label/selection-disabled-label-expected.txt
@@ -0,0 +1,15 @@
+
+Tests that the click event is passed when selection is disabaled on label
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS window.getSelection().toString() is ""
+PASS window.getSelection().toString() is "Select"
+PASS document.querySelector('input').checked is false
+PASS document.querySelector('input').checked is true
+PASS document.querySelector('input').checked is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/forms/label/selection-disabled-label.html ('k') | Source/core/html/HTMLLabelElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698