commit | 371c57e4e190d4dd7c6aa610d0de2e6e210e7bd7 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | Tue Mar 08 00:57:25 2011 |
committer | [email protected] <[email protected]@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | Tue Mar 08 00:57:25 2011 |
tree | 2f1735a0c75f8eb2bff13918c92f765db9f7c0a0 | |
parent | c3fac74d402879504cb1a22c3b9f99ddb2fc7daa [diff] [blame] |
2011-03-07 Adam Barth <[email protected]> Reviewed by Dimitri Glazkov. Import jquery test suite https://bugs.webkit.org/show_bug.cgi?id=55911 This test suite is imported from https://github.com/jquery/jquery. I tried to make as few changes as possible in case we want to merge with upstream in the future. The test suite was original licensed under the MIT license, which is compatible with WebKit's license. * jquery: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@80511 bbb929c8-8fbe-4397-9dbb-9b2b20218538
diff --git a/third_party/WebKit/LayoutTests/jquery/effects.html b/third_party/WebKit/LayoutTests/jquery/effects.html new file mode 100644 index 0000000..83e167d --- /dev/null +++ b/third_party/WebKit/LayoutTests/jquery/effects.html
@@ -0,0 +1,2 @@ +<script src="resources/helper.js"></script> +<iframe src="resources/test/index.html?effects"></iframe>