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

Side by Side Diff: third_party/WebKit/LayoutTests/plugins/simple-expando.html

Issue 2625643002: Don't try to correctly notify V8 from the plugin interceptor (Closed)
Patch Set: updates Created 3 years, 11 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>
2 <html>
3 <script src="../resources/testharness.js"></script>
4 <script src="../resources/testharnessreport.js"></script>
5 <script>
6 test(function() {
7 var obj = document.createElement("object");
8 obj.foo = 1;
9 assert_equals(obj.foo, 1, "Setting an expando on an <object> works");
10 }, "setting an expando");
11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698