Commit 27031b65 authored by darin@apple.com's avatar darin@apple.com

2009-04-13 Darin Adler <darin@apple.com>

        * Scripts/make-js-test-wrappers: Added another exception.



git-svn-id: svn://svn.chromium.org/blink/trunk@42443 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 4623ee51
2009-04-13 Darin Adler <darin@apple.com>
* Scripts/make-js-test-wrappers: Added another exception.
2009-04-10 Adam Roben <aroben@apple.com> 2009-04-10 Adam Roben <aroben@apple.com>
Add our new test font to the list that DRT knows about Add our new test font to the list that DRT knows about
......
...@@ -116,6 +116,7 @@ for my $tfile (@templates) { ...@@ -116,6 +116,7 @@ for my $tfile (@templates) {
next if $file =~ m:resources/tabindex-focus-blur-all\.js$:; next if $file =~ m:resources/tabindex-focus-blur-all\.js$:;
next if $file =~ m:resources/use-instanceRoot-event-bubbling\.js$:; next if $file =~ m:resources/use-instanceRoot-event-bubbling\.js$:;
next if $file =~ m:resources/use-instanceRoot-event-listeners\.js$:; next if $file =~ m:resources/use-instanceRoot-event-listeners\.js$:;
next if $file =~ m:resources/window-properties\.js$:;
next if $file =~ m:resources/wrapper-identity-base\.js$:; next if $file =~ m:resources/wrapper-identity-base\.js$:;
next if $file =~ m:resources/xhtml-scripts\.js$:; next if $file =~ m:resources/xhtml-scripts\.js$:;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment