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

Unified Diff: LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property.html

Issue 15690020: [binding] Check own property on named property accessor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 7 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/collection-item-should-be-overridden-by-own-property.html
diff --git a/LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property.html b/LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property.html
new file mode 100644
index 0000000000000000000000000000000000000000..57d423fbd07000c917cdb6c3aaaba93a7a05a5e6
--- /dev/null
+++ b/LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property.html
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+<head>
+ <style id="link1">span { margin: 1px; }</style>
+ <style id="link2"></style>
+ <script src="../../fast/js/resources/js-test-pre.js"></script>
+</head>
+<body style="margin: 1px">
+ <div id="testElements">
+ <form>
+ <input type="text" id="element0" name="foo">
+ <input type="text" id="element1" name="bar">
+ </form>
+ <form>
+ <select>
+ <option name="length">
+ <option name="some">
+ </select>
+ </form>
+ <table>
+ <tbody>
+ <tr id="another"><td></td></tr>
+ <tr id="length"><td></td></tr>
haraken 2013/05/30 10:23:09 This test contains a bunch of unnecessary things.
+ </tbody>
+ </table>
+ </div>
+ <script src="script-tests/collection-item-should-be-overridden-by-own-property.js"></script>
haraken 2013/05/30 10:23:09 You can directly write JavaScript here.
+ <script src="../../fast/js/resources/js-test-post.js"></script>
+</body>
+</html>
+
+

Powered by Google App Engine
This is Rietveld 408576698