| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/15080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7302 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/14842
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7219 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/14814
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7210 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7204 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7203 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7200 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/14816
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7197 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7191 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7180 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7176 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/15007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7174 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/14811
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7173 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7167 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/14807
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7164 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7157 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
These have been manually reviewed.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7124 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7113 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Looks like Skia fallout.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7108 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7105 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/14485
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7098 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/14163
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7078 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|