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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestEventTarget-interface-is-visible.html

Issue 848173003: Dropping [NoInterfaceObject] from XMLHttpRequestEventTarget (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestEventTarget-interface-is-visible-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body>
3 <script src="/js-test-resources/js-test.js"></script>
4
5 <script>
6 description("The XMLHttpRequestEventTarget is visible to the script");
7
8 objXmlHttpEventTarget = new XMLHttpRequest;
9 shouldBeTrue("objXmlHttpEventTarget instanceof XMLHttpRequestEventTarget", true) ;
sof 2015/01/30 19:02:10 Could you add a line to fast/js/script-tests/insta
10 </script>
11 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestEventTarget-interface-is-visible-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698