RESOLVED FIXED 4572
layout test machinery can't handle tests with applets that have code attributes
https://bugs.webkit.org/show_bug.cgi?id=4572
Summary layout test machinery can't handle tests with applets that have code attributes
Darin Adler
Reported 2005-08-21 17:41:35 PDT
We don't want layout tests to load Java. To take care of that, we altered the applet-related tests to not specify a code attribute. That breaks this test: HTMLAppletElement04 We either have to fix this problem or disable this test.
Attachments
Disable java and update tests (17.56 KB, patch)
2005-08-22 13:56 PDT, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2005-08-22 04:05:25 PDT
Just disabling Java in the tests worked fine for me. I have a patch for this at home, but I'm in school now.
Darin Adler
Comment 2 2005-08-22 08:57:23 PDT
Excellent!
Anders Carlsson
Comment 3 2005-08-22 13:56:17 PDT
Created attachment 3520 [details] Disable java and update tests
Darin Adler
Comment 4 2005-08-22 16:04:09 PDT
Comment on attachment 3520 [details] Disable java and update tests r=me
Note You need to log in before you can comment on or make changes to this bug.