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

Unified Diff: LayoutTests/fast/forms/listbox-clear-restore-expected.html

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 years, 8 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: LayoutTests/fast/forms/listbox-clear-restore-expected.html
diff --git a/LayoutTests/fast/forms/listbox-clear-restore-expected.html b/LayoutTests/fast/forms/listbox-clear-restore-expected.html
index 56ca816ac4ac9d68f5c782e78ed5d435830e4766..d96d96b9f0f06d44dd200b98774534e36567771b 100644
--- a/LayoutTests/fast/forms/listbox-clear-restore-expected.html
+++ b/LayoutTests/fast/forms/listbox-clear-restore-expected.html
@@ -14,6 +14,8 @@ function populateList()
item.appendChild(document.createTextNode("Item #" + ii));
myList.appendChild(item);
}
+ item.selected = true;
+ item.selected = false;
}
function test()

Powered by Google App Engine
This is Rietveld 408576698