summaryrefslogtreecommitdiffstats
path: root/webkit/data
Commit message (Collapse)AuthorAgeFilesLines
* windows baseline for fast/css/word-space-extra.htmltc@google.com2008-12-232-0/+1
| | | | | | | | | | matches linux except for scrollbar differences. TBR=sky Review URL: http://codereview.chromium.org/16439 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7402 0039d316-1c4b-4281-b951-d872f2087c98
* rebaseline LayoutTests/fast/css/word-space-extra: only font differencestc@google.com2008-12-233-0/+1334
| | | | | | | | | | I think this will just pass in windows as well, but leaving the test as failing until the buildbot runs the test. Review URL: http://codereview.chromium.org/16438 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7401 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines animations/keyframes-rule-expected.txt . The upstream testsky@google.com2008-12-221-62/+64
| | | | | | | | | | | changed slightly. BUG=none TEST=none Review URL: http://codereview.chromium.org/16427 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7387 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for pauseAnimationAtTimeOnElementWithId andsky@google.com2008-12-224-0/+16
| | | | | | | | | | | | pauseTransitionAtTimeOnElementWithId to layout test controller so that we can pass a couple of additional tests. BUG=5801 TEST=none Review URL: http://codereview.chromium.org/16216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7379 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline 2 form tests and reorg input type=search tests.tc@google.com2008-12-226-124/+124
| | | | | | | | | | | | Rebaseline button-default-title and control-clip. These are form control differences. Also move all the <input type=search> tests into a single block with a bug. Review URL: http://codereview.chromium.org/14878 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7368 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the testsky@google.com2008-12-226-1/+79
| | | | | | | | | | | | | LayoutTests/fast/dom/Window/window-custom-prototype. This needs to be rebaselined as the test checks for a specific exception string. V8 returns 'Cyclic' where as KJS returns 'cyclic.' BUG=5725 TEST=none; this is a layout test change only. Review URL: http://codereview.chromium.org/15096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7360 0039d316-1c4b-4281-b951-d872f2087c98
* cChrome side of WebKit merge 39369:39410.pamg@google.com2008-12-223-0/+31
| | | | | | | | | | | | * Move files from platform/graphics into platform/animation and platform/graphics/transforms and update include path * Add stubs for two new methods in FrameLoaderClient * Re-baseline one new layout test for Windows and add two to tests_fixable. Review URL: http://codereview.chromium.org/14917 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7352 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed two layout tests.estade@chromium.org2008-12-201-1/+0
| | | | | | | | | * get-set-properties: updated baseline that had been outdated by webkit change r39097 * document-open-return-value: changed document.open() to return this rather than null as per https://bugs.webkit.org/show_bug.cgi?id=14968 Review URL: http://codereview.chromium.org/14877 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7333 0039d316-1c4b-4281-b951-d872f2087c98
* remove wrong baselinestc@google.com2008-12-1921-102/+0
| | | | | | | | | | | | We used to output the path data incorrectly (missing spaces between numbers) and checked in baselines with the wrong output. Remove the wrong output and either mark the test as passing or add a comment to the tests_fixable list. Review URL: http://codereview.chromium.org/14910 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7326 0039d316-1c4b-4281-b951-d872f2087c98
* fix some more mac tests by rebasing v8 vs. JSC differencespinkerton@google.com2008-12-192-0/+55
| | | | | | Review URL: http://codereview.chromium.org/15080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7302 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 3 erroneous layout test baselines on linux.estade@chromium.org2008-12-196-3/+3
| | | | | | | | Guess these slipped through. The new baselines not only pass but also look a lot closer to the windows baselines (i.e., only some font glyph differences). Review URL: http://codereview.chromium.org/14880 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7287 0039d316-1c4b-4281-b951-d872f2087c98
* green linux buildertc@google.com2008-12-182-1/+1
| | | | | | | | | | | | | | Add a new baseline for basic-shadows.html, it passes the fuzzer. Update beforeSelectorOnCodeElement.html which crashes on the buildbot. TBR=evan Review URL: http://codereview.chromium.org/14872 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7274 0039d316-1c4b-4281-b951-d872f2087c98
* Some layout test rebaselines.estade@chromium.org2008-12-185-27/+27
| | | | | | | | | | | * svg rebaselines: add the "Z" path close symbol to the baselines. These get the text diffs working, image diffs are still off. * pasteboard rebaseline: update the baseline after webkit changed the way they parse css styles * mark 1 test that's failing on linux * update 2 regexp baselines to reflect upstream changes to js-test-pre.js (these tests now pass. From what I understand we don't necessarily want the errors to match webkit's expectations exactly.) Review URL: http://codereview.chromium.org/14815 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7237 0039d316-1c4b-4281-b951-d872f2087c98
* tweak a few tests that pass on mac. Remove a baseline that differs enough ↵pinkerton@google.com2008-12-185-275/+0
| | | | | | | | from webkit's we should probably go back and look at it again, moving the failure to all platforms. Review URL: http://codereview.chromium.org/14846 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7232 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for transformed, stoked, shadowed, filled text. We do this by ↵brettw@google.com2008-12-1846-300/+300
| | | | | | | | drawing the text using Skia after getting the outlines from Windows. A cache of these outlines is maintained because the outlines are very slow to retrieve. This new functionality is in SkiaFontWin.*, and is called when the context detects text attributes that are not supported by Windows. Review URL: http://codereview.chromium.org/8615 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7223 0039d316-1c4b-4281-b951-d872f2087c98
* bucketing mac tests, rebasing.pinkerton@google.com2008-12-1848-0/+9404
| | | | | | Review URL: http://codereview.chromium.org/14842 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7219 0039d316-1c4b-4281-b951-d872f2087c98
* bucketize and rebase more mac tests. re-base one linux test as well.pinkerton@google.com2008-12-1830-0/+1273
| | | | | | Review URL: http://codereview.chromium.org/14814 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7210 0039d316-1c4b-4281-b951-d872f2087c98
* Yet more attempts at Linux green.evanm@google.com2008-12-182-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7204 0039d316-1c4b-4281-b951-d872f2087c98
* Try to get buildbot green.evanm@google.com2008-12-186-3/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7203 0039d316-1c4b-4281-b951-d872f2087c98
* Final Linux build greening.evanm@google.com2008-12-1828-4/+14
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7200 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some Linux pixel tests which fuzzy match the Win output.mmoss@google.com2008-12-182-0/+1
| | | | | | | Review URL: http://codereview.chromium.org/14816 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7197 0039d316-1c4b-4281-b951-d872f2087c98
* More layout test rebaselining.evanm@google.com2008-12-1816-6/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7191 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline all the svg/W3C-SVG-1.1/fonts* test. Thesetc@google.com2008-12-1827-705/+705
| | | | | | | | | | | are all the same except for fonts and anti-aliasing differences added by skia. TBR=evan Review URL: http://codereview.chromium.org/14821 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7189 0039d316-1c4b-4281-b951-d872f2087c98
* Linux pixel tests expected update.evanm@google.com2008-12-174-2/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7180 0039d316-1c4b-4281-b951-d872f2087c98
* Yet more Linux layout test work.evanm@google.com2008-12-176-3/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7176 0039d316-1c4b-4281-b951-d872f2087c98
* bucketing and baselines for macpinkerton@google.com2008-12-1742-0/+3608
| | | | | | Review URL: http://codereview.chromium.org/15007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7174 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseling differences in error messages.erg@google.com2008-12-174-8/+36
| | | | | | | Review URL: http://codereview.chromium.org/14811 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7173 0039d316-1c4b-4281-b951-d872f2087c98
* rebaseline LayoutTests/fast/replaced/replaced-breaking.html,tc@google.com2008-12-1718-432/+187
| | | | | | | | | | | | | | | LayoutTests/fast/table/text-field-baseline.html and LayoutTests/fast/css/background-shorthand-invalid-url.html due to form control and text differences. Delete some svg baselines for tests we're failing and annotate them. TBR=evan Review URL: http://codereview.chromium.org/15006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7172 0039d316-1c4b-4281-b951-d872f2087c98
* Yet more layout test wreckage.evanm@google.com2008-12-1712-1364/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7167 0039d316-1c4b-4281-b951-d872f2087c98
* bucketing and re-basing more mac testspinkerton@google.com2008-12-1717-0/+950
| | | | | | Review URL: http://codereview.chromium.org/14807 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7164 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline numeric-conversions per ager's advice.erg@google.com2008-12-172-0/+50
| | | | | | | | | The expected files expect a FAIL line because I can't change the upstream test. Copying the test to the platform/directories doesn't help because the test is actually in a resources/xxx.js file and there seem to be problems with paths in that case. Review URL: http://codereview.chromium.org/15201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7163 0039d316-1c4b-4281-b951-d872f2087c98
* More Linux pixeltest work. Going through the expected-fail list.evanm@google.com2008-12-173-2/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7157 0039d316-1c4b-4281-b951-d872f2087c98
* Add some debug output to the test shell that webkit now expects.estade@chromium.org2008-12-172-8/+0
| | | | | | | | The two deleted baselines were previously the exact same as the webkit baselines, and are now out of date. Review URL: http://codereview.chromium.org/14185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7148 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline with borders.tc@google.com2008-12-173-77/+77
| | | | | | | | | | | I accidentally checked in baselines without borders on our form controls. TBR=ojan Review URL: http://codereview.chromium.org/14198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7144 0039d316-1c4b-4281-b951-d872f2087c98
* Update and inspect V8 failures.erg@google.com2008-12-172-0/+61
| | | | | | | | | number-toString just needed a line added which was in the upstream expected. Review URL: http://codereview.chromium.org/14495 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7140 0039d316-1c4b-4281-b951-d872f2087c98
* A few more things in buckets.thomasvl@chromium.org2008-12-171-0/+6
| | | | | | | | | Remove a few that seem to be passing now. Copy on win result over since we'll match that instead of webkit. Lint passes. Review URL: http://codereview.chromium.org/14179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7130 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: rebaseline images and checksums.agl@chromium.org2008-12-172342-1007/+1171
| | | | | | | These have been manually reviewed. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7124 0039d316-1c4b-4281-b951-d872f2087c98
* add new ignored errors to global purify filter:erikkay@google.com2008-12-175-883/+0
| | | | | | | | | | BUG=5108 BUG=5464 removed temporary versions of this filter from webkit stack filters git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7118 0039d316-1c4b-4281-b951-d872f2087c98
* Triage some more tests.tc@google.com2008-12-176-365/+365
| | | | | | | | | | | | | | | | 1) move canvas-remote-read-svg-image.html closer to other .getImageData() failures 2) describe failure for autocomplete-cleared-on-back.html and set-form-autocomplete-attribute.html 3) rebaseline float-avoidance.html which passes except for font sizes and form control borders 4) rebaseline fill-stroke-clip-reset-path.html which matches except for font sizes. this test also uses dashboardcompatibilitymode which we don't support in testshell. Review URL: http://codereview.chromium.org/14496 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7117 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: rebaseline imagesagl@chromium.org2008-12-171135-394/+568
| | | | | | | | | These images are those for which the render tree matches and the fuzzy matcher accepts the pixel diffs. Many of these are because of scrollbar changes. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7114 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some Linux pixel tests.evanm@google.com2008-12-1682-41/+41
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7113 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some Linux pixel tests.evanm@google.com2008-12-1622-0/+11
| | | | | | | Looks like Skia fallout. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7108 0039d316-1c4b-4281-b951-d872f2087c98
* Fix incorrect pattern offsets, and rebaseline associated test results.mmoss@google.com2008-12-1622-5/+24
| | | | | | | | | This now performs a similar origin translation as ImageCG.cpp, which seems to work, though it also seems to imply a relationship between the src and dest rects which I haven't found explicitly documented or enforced anywhere. Review URL: http://codereview.chromium.org/13375 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7107 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some Linux pixel tests.evanm@google.com2008-12-1624-12/+12
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7105 0039d316-1c4b-4281-b951-d872f2087c98
* Classify V8 failures. One just needed rebaseling, the others are serious.erg@google.com2008-12-162-0/+48
| | | | | | | | | (V8's error message is different than JSCs.) Review URL: http://codereview.chromium.org/14169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7101 0039d316-1c4b-4281-b951-d872f2087c98
* bucketizing more tests, fixing v8/jscore differences by re-baseliningpinkerton@google.com2008-12-1613-0/+595
| | | | | | Review URL: http://codereview.chromium.org/14485 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7098 0039d316-1c4b-4281-b951-d872f2087c98
* Move some tests into the buckets.thomasvl@chromium.org2008-12-164-0/+30
| | | | | | | | | | | Created cr-mac entries for some tests we were failing. The tree is a copy of the webkit data (we match it), but the console output is different, so that matches the cr-win version. but it's a new file since it combo that doesn't exist elsewhere. Lint passes. Review URL: http://codereview.chromium.org/14479 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7092 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some windows layout test baselines.estade@chromium.org2008-12-162-3/+3
| | | | | | | | The tests are currently marked as failing only WIN, when really they fail on LINUX as well. This rebaseline fixes them on linux. See issue 14434 for reasoning behind the rebaseline. Review URL: http://codereview.chromium.org/14145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7085 0039d316-1c4b-4281-b951-d872f2087c98
* bucketing more changes, fixing one with cr-win expectationpinkerton@google.com2008-12-161-0/+32
| | | | | | Review URL: http://codereview.chromium.org/14163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7078 0039d316-1c4b-4281-b951-d872f2087c98
* copy some js expect files from windows into the mac tree so we pass in the ↵thomasvl@chromium.org2008-12-162-0/+7
| | | | | | | | same way. Review URL: http://codereview.chromium.org/14470 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7075 0039d316-1c4b-4281-b951-d872f2087c98