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

Unified Diff: LayoutTests/fast/dom/HTMLKeygenElement/keygen.html

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/dom/HTMLKeygenElement/keygen.html
diff --git a/LayoutTests/fast/dom/HTMLKeygenElement/keygen.html b/LayoutTests/fast/dom/HTMLKeygenElement/keygen.html
index 139a969ea9681a08d4e668909b5853611663f7d8..e00efdf8c12b139b8da7e4d30c98543995b81026 100644
--- a/LayoutTests/fast/dom/HTMLKeygenElement/keygen.html
+++ b/LayoutTests/fast/dom/HTMLKeygenElement/keygen.html
@@ -17,6 +17,5 @@ shouldBeEqualToString('keygen.getAttribute("KeyType")', 'bar');
if (window.internals) {
var shadow = internals.shadowRoot(keygen);
shouldBe('shadow.firstChild.tagName', '"SELECT"');
- shouldBe('internals.shadowRoot(shadow.firstChild)', 'null');
}
</script>
« no previous file with comments | « LayoutTests/fast/css/recalc-optgroup-inherit.html ('k') | LayoutTests/fast/dom/HTMLKeygenElement/keygen-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698