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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/marquee-named-property-crash.html

Issue 2529163002: Don't touch the prototype chain to get the private script controller. (Closed)
Patch Set: Added test. Created 4 years 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>
2 <html>
3 <body>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 </script>
8 <img name="privateScriptController">
9 <marquee></marquee>
10 <div>
11 Test that a named property doesn't interfere with a private script (https://crbu g.com/668552).
12 If the test is successful, it should not crash.
13 </div>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698