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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <style id="link1">span { margin: 1px; }</style>
5 <style id="link2"></style>
6 <script src="../../fast/js/resources/js-test-pre.js"></script>
7 </head>
8 <body style="margin: 1px">
9 <div id="testElements">
10 <form>
11 <input type="text" id="element0" name="foo">
12 <input type="text" id="element1" name="bar">
13 </form>
14 <form>
15 <select>
16 <option name="length">
17 <option name="some">
18 </select>
19 </form>
20 <table>
21 <tbody>
22 <tr id="another"><td></td></tr>
23 <tr id="length"><td></td></tr>
haraken 2013/05/30 10:23:09 This test contains a bunch of unnecessary things.
24 </tbody>
25 </table>
26 </div>
27 <script src="script-tests/collection-item-should-be-overridden-by-own-proper ty.js"></script>
haraken 2013/05/30 10:23:09 You can directly write JavaScript here.
28 <script src="../../fast/js/resources/js-test-post.js"></script>
29 </body>
30 </html>
31
32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698