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

Unified Diff: LayoutTests/fast/forms/form-radio-img-node-list.html

Issue 354813004: Add missing owner check to form's "named property retrieval" over images. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Shorten out single-use local binding; no change in functionality. Created 6 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/form-radio-img-node-list-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/form-radio-img-node-list.html
diff --git a/LayoutTests/fast/forms/form-radio-img-node-list.html b/LayoutTests/fast/forms/form-radio-img-node-list.html
index 6f8f9e2fcd2eb211eca6a8f20832f227b60fdc4d..957a12a9d46d3034c8ca3f41fdc713cb68a3dbdf 100644
--- a/LayoutTests/fast/forms/form-radio-img-node-list.html
+++ b/LayoutTests/fast/forms/form-radio-img-node-list.html
@@ -1,5 +1,6 @@
<!doctype html>
<script src="../../resources/js-test.js"></script>
+<img name=outside1></img>
<form id="f1">
<button id=n1></button>
<keygen id=n1></keygen>
@@ -13,6 +14,8 @@
<img name=n2></img>
<img id=n2></img>
</form>
+<!-- The img element isn't 'reassociatable'; add @form to verify it is so. -->
+<img name=n2 form=f1></img>
<script>
description("Test RadioNodeLists returned by the HTMLFormElement named-getter.");
« no previous file with comments | « no previous file | LayoutTests/fast/forms/form-radio-img-node-list-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698