Bug 18176 - Add Acid3 as a http layout test
Summary: Add Acid3 as a http layout test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-28 01:09 PDT by Eric Seidel (no email)
Modified: 2008-03-28 02:24 PDT (History)
0 users

See Also:


Attachments
First pass at adding Acid3 (188.00 KB, patch)
2008-03-28 02:16 PDT, Eric Seidel (no email)
mjs: review+
Details | Formatted Diff | Diff
Customize Acid3 for running in DRT, add results (24.48 KB, patch)
2008-03-28 02:16 PDT, Eric Seidel (no email)
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-03-28 01:09:08 PDT
Add Acid3 as a http layout test

It should be possible.  Might need a bit of direction from hixie.
Comment 1 Eric Seidel (no email) 2008-03-28 02:16:39 PDT
Created attachment 20150 [details]
First pass at adding Acid3

 LayoutTests/http/tests/misc/acid3.html             | 3472 ++++++++++++++++++++
 .../http/tests/misc/resources/acid3/.htaccess      |   42 +
 .../http/tests/misc/resources/acid3/empty.css      |    8 +
 .../http/tests/misc/resources/acid3/empty.html     |    1 +
 .../http/tests/misc/resources/acid3/empty.png      |  Bin 0 -> 260 bytes
 .../http/tests/misc/resources/acid3/empty.txt      |    1 +
 .../http/tests/misc/resources/acid3/empty.xml      |    4 +
 .../http/tests/misc/resources/acid3/font.svg       |    1 +
 .../http/tests/misc/resources/acid3/font.ttf       |  Bin 0 -> 12480 bytes
 .../tests/misc/resources/acid3/instructions.inc    |    1 +
 .../http/tests/misc/resources/acid3/reference.html |   20 +
 .../http/tests/misc/resources/acid3/reference.png  |  Bin 0 -> 1771 bytes
 .../tests/misc/resources/acid3/support-a.png.404   |  Bin 0 -> 2312 bytes
 .../http/tests/misc/resources/acid3/support-b.png  |    1 +
 .../http/tests/misc/resources/acid3/support-c.png  |  Bin 0 -> 2312 bytes
 .../http/tests/misc/resources/acid3/svg.xml        |    1 +
 .../http/tests/misc/resources/acid3/xhtml.1        |   11 +
 .../http/tests/misc/resources/acid3/xhtml.2        |   11 +
 .../http/tests/misc/resources/acid3/xhtml.3        |   11 +
 19 files changed, 3585 insertions(+), 0 deletions(-)
Comment 2 Eric Seidel (no email) 2008-03-28 02:16:41 PDT
Created attachment 20151 [details]
Customize Acid3 for running in DRT, add results

 .../http/tests/misc/acid3-expected.checksum        |    1 +
 LayoutTests/http/tests/misc/acid3-expected.png     |  Bin 0 -> 34552 bytes
 LayoutTests/http/tests/misc/acid3-expected.txt     |  244 ++++++++++++++++++++
 LayoutTests/http/tests/misc/acid3.html             |   42 ++--
 .../http/tests/misc/resources/acid3/.htaccess      |   10 +-
 .../http/tests/misc/resources/acid3/empty.txt      |    2 +-
 .../tests/misc/resources/acid3/instructions.inc    |    2 +-
 7 files changed, 276 insertions(+), 25 deletions(-)
Comment 3 Maciej Stachowiak 2008-03-28 02:18:37 PDT
Comment on attachment 20151 [details]
Customize Acid3 for running in DRT, add results

r=me
Comment 4 Maciej Stachowiak 2008-03-28 02:18:43 PDT
Comment on attachment 20150 [details]
First pass at adding Acid3

r=me
Comment 5 Eric Seidel (no email) 2008-03-28 02:24:41 PDT
r31391