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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/global-event-handlers.html

Issue 2667393002: Stop using script-tests in fast/dom/. (Closed)
Patch Set: . Created 3 years, 10 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <title>GlobalEventHandlers test</title> 2 <title>GlobalEventHandlers test</title>
3 <script src="../../resources/testharness.js"></script> 3 <script src="../../resources/testharness.js"></script>
4 <script src="../../resources/testharnessreport.js"></script> 4 <script src="../../resources/testharnessreport.js"></script>
5 <script src="script-tests/event-handlers.js"></script> 5 <script src="resources/event-handlers.js"></script>
6 <script> 6 <script>
7 // attribute list from WHATWG HTML Living Standard r8389 7 // attribute list from WHATWG HTML Living Standard r8389
8 [ 8 [
9 "onabort", 9 "onabort",
10 "onblur", 10 "onblur",
11 "oncancel", 11 "oncancel",
12 "oncanplay", 12 "oncanplay",
13 "oncanplaythrough", 13 "oncanplaythrough",
14 "onchange", 14 "onchange",
15 "onclick", 15 "onclick",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 testSet("SVGElement", attribute); 81 testSet("SVGElement", attribute);
82 testEnumerate("SVGElement", attribute); 82 testEnumerate("SVGElement", attribute);
83 testReflect("SVGElement", attribute); 83 testReflect("SVGElement", attribute);
84 testSet("Document", attribute); 84 testSet("Document", attribute);
85 testEnumerate("Document", attribute); 85 testEnumerate("Document", attribute);
86 testSet("Window", attribute); 86 testSet("Window", attribute);
87 testEnumerate("Window", attribute); 87 testEnumerate("Window", attribute);
88 }); 88 });
89 </script> 89 </script>
90 <div id="log"></div> 90 <div id="log"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698