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

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

Issue 2576753002: Remove some more private script related things (Closed)
Patch Set: 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
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698