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

Issue 151051: Add Acid3-based page cycler.... (Closed)

Created:
11 years, 5 months ago by chase
Modified:
9 years, 7 months ago
Reviewers:
Nicolas Sylvain
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add Acid3-based page cycler. This page cycler test completes when all of Acid3's tests have run. This differs from previous page cyclers which complete within 15ms of the page's load event firing. Therefore, this page cycler typically takes much longer per iteration. Slight modifications to run better in a file:/non-http: environment: - add doctypes to xml documents - rename svg.xml -> svg.svg - append '.xhtml' to xhtml.[123] With these changes, we score between 99 and 100 out of 100 for Acid3 along with the linktest error. (As of ~2009/06/19.) Test completion on a release build on my Windows XP desktop takes ~1250ms (version 2.0.172.31). Test completion on a debug build on the same Windows desktop takes ~4741ms. I have not figured out why this Acid3's cat image doesn't disappear. This is the single remaining discrepancy between my file:-based version and running Acid3 directly from: http://acid3.acidtests.org/ I doubt the failure to hide the cat image impacts this test in a way that introduces noticeable variance. BUG=12357 TEST=Start 'chrome.exe --enable-file-cookies', browse to acid3/start.html, run 5 iterations, verify tests complete. Run 10 iterations. Manually extend page cycler test and verify acid3 test is correctly invoked, results are correctly sent back to test harness. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19546

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3840 lines, --1 lines) Patch
A page_cycler/acid3/README.chromium View 1 chunk +11 lines, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/empty.css View 1 chunk +8 lines, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/empty.html View 1 chunk +1 line, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/empty.png View Binary file 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/empty.txt View 1 chunk +1 line, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/empty.xml View 1 chunk +6 lines, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/favicon.ico View 0 chunks +-1 lines, --1 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/font.svg View 1 chunk +1 line, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/font.ttf View Binary file 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/head.js View 1 chunk +139 lines, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/index.html View 1 chunk +3493 lines, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/reference.html View 1 chunk +21 lines, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/support-b.png View 1 chunk +1 line, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/support-c.png View Binary file 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/svg.svg View 1 chunk +3 lines, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/xhtml.1.xhtml View 1 chunk +11 lines, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/xhtml.2.xhtml View 1 chunk +11 lines, -0 lines 0 comments Download
A page_cycler/acid3/acid3.acidtests.org/xhtml.3.xhtml View 1 chunk +11 lines, -0 lines 0 comments Download
A page_cycler/acid3/pages.js View 1 chunk +31 lines, -0 lines 0 comments Download
A page_cycler/acid3/start.html View 1 chunk +7 lines, -0 lines 0 comments Download
A page_cycler/acid3/start.js View 1 chunk +85 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
chase
11 years, 5 months ago (2009-06-29 22:40:02 UTC) #1
Nicolas Sylvain
11 years, 5 months ago (2009-06-29 22:54:22 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698