summaryrefslogtreecommitdiffstats
path: root/LayoutTests
Commit message (Collapse)AuthorAgeFilesLines
* Fix document.createTouchList crash.Ben Murdoch2012-06-013-0/+57
| | | | | | | | | | | | | Cherry pick of WebKit r119158. Note the layout test is tweaked slighly from upstream to make it happy in our older webkit snapshot. See: http://trac.webkit.org/changeset/119158 Bug: 6578213 Change-Id: Id6cc23938b5139cf0416e3d4c6e7ba227b1b6a0c
* Cherry-pick WebKit change r96779 to fix window.locationSteve Block2012-03-289-9/+33
| | | | | | | | | | See http://trac.webkit.org/changeset/96779 Note that a conflict occurred in Source/WebCore/platform/qt/KURLQt.cpp but the change is not required. Bug: 2159848 Change-Id: I56e645b2f187302c6f1858c8c6c291209f130cad
* Cherry-pick WebKit change r94132 to fix default port in URLsSteve Block2012-03-286-276/+276
| | | | | | | | | | | | | This is to make sure URL parsing behaviour is up-to-date prior to fixing window.location. See bug for details. Note that a manual edit to HTMLAnchorElement::port() was required to avoid the use of emptyString(). See http://trac.webkit.org/changeset/94132 Bug: 2159848 Change-Id: I13ef58e18df46c1d4592c102d4eb80f54ae53020
* Cherry-pick WebKit change r84762 to fix URL canonicalizationSteve Block2012-03-286-23/+68
| | | | | | | | | | | | | | This is to make sure URL parsing behaviour is up-to-date prior to fixing window.location. See bug for details. Note that the 'http:example.com/' test case in fast/url/standard-url.html fails with DRT2 because of an assumption in the test that it is served as a file scheme URL. See http://trac.webkit.org/changeset/84762 Bug: 2159848 Change-Id: Ie680debcad3d285efd40134932b72d429c0d2222
* Cherry-pick WebKit change r84756 to add some URL parsing testsSteve Block2012-03-284-0/+49
| | | | | | | | | | This is to improve test coverage prior to fixing window.location. See bug for details. See http://trac.webkit.org/changeset/84756 Bug: 2159848 Change-Id: I5ac9e5129938b31f2dc0fd244dcb233eafb17fb5
* Fix storage/transaction-error-callback.htmlBen Murdoch2011-06-211-2/+2
| | | | | | | | Update Android specific result after change to V8 error reporting. See http://trac.webkit.org/changeset/77374 Change-Id: I1f457d1e159eb4a7c1ba35a8f370490efd924b07
* Add android-specific result for fast/encoding/meta-in-script.htmlBen Murdoch2011-06-211-0/+3
| | | | | | | | Currently failing on Android due to difference in output of V8 vs. JSC. See http://trac.webkit.org/changeset/73797 Change-Id: Iad35a22066d18d8e1c5d292bbf86574cdbb77f38
* Merge WebKit at branches/chromium/742 r88085: Initial merge by git.Steve Block2011-06-142-2/+4
| | | | Change-Id: I0501b484b9528e31b0026e5ad64416dd6541cdde
* Merge WebKit at r84325: Initial merge by git.Ben Murdoch2011-06-1017-19/+222
| | | | Change-Id: Ic1a909300ecc0a13ddc6b4e784371d2ac6e3d59b
* Merge WebKit at r82507: Initial merge by gitSteve Block2011-06-0838-16/+699
| | | | Change-Id: I60ce9d780725b58b45e54165733a8ffee23b683e
* Merge WebKit at r80534: Intial merge by GitBen Murdoch2011-06-0281-6091/+4409
| | | | Change-Id: Ia7a83357124c9e1cdb1debf55d9661ec0bd09a61
* Fix a typo in the LayoutTest directory listSteve Block2011-05-251-1/+1
| | | | Change-Id: I8d933bd411b6e95f0a095db58d92318a5d2786a6
* Merge changes ↵Steve Block2011-05-2565-153/+3391
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I78ff6a85,Ic85c6405,Ibf903baa,I3a0459db,I35140385,I54790419,I6bfe5d24,Ia9f39b83,I5bcecd5a,I1de96683,I543c6810,I8a5b0878,I0ae670bf,Ide4d58dc,I28ebaf3d,I499d6631,Ie5090e0d,I6d3e5f1f * changes: Merge WebKit at r78450: Update ThirdPartyProject.prop Merge WebKit at r78450: Add new Font::canExpandAroundIdeographsInComplexText() Merge WebKit at r78450: Add new ChromeClient::selectItemAlignmentFollowsMenuWritingDirection() Merge WebKit at r78450: FrameLoaderClient::didRunInsecureContent() signature changed Merge WebKit at r78450: HTMLAreaElement::getRect() renamed Merge WebKit at r78450: FrameLoader::url() removed Merge WebKit at r78450: HTMLParserQuirks removed Merge WebKit at r78450: TextRun::padding() renamed Merge WebKit at r78450: Use new FontMetrics Merge WebKit at r78450: GraphicsContext current path removed Merge WebKit at r78450: TransformationMatrix multiply methods renamed and meaning changed Merge WebKit at r78450: FontCustomPlatformData::fontPlatformData() signature changed Merge WebKit at r78450: IntRect::bottom()/right() renamed Merge WebKit at r78450: Fix remaining conflicts Merge WebKit at r78450: Fix conflicts due to new ENABLE_WEB_ARCHIVE guard Merge WebKit at r78450: Fix conflicts in media controls Merge WebKit at r78450: Fix Makefiles Merge WebKit at r78450: Initial merge by git.
| * Merge WebKit at r78450: Initial merge by git.Steve Block2011-05-2465-153/+3391
| | | | | | | | Change-Id: I6d3e5f1f868ec266a0aafdef66182ddc3f265dc1
* | Add LayoutTests/fast/dom/HTMLLinkElement at r76408Steve Block2011-05-2415-0/+202
|/ | | | | Bug: 2268353 Change-Id: I3c351413cb223af72621b9b9f0336fc66a3d4fbc
* Merge WebKit at r76408: Initial merge by git.Ben Murdoch2011-05-2314-77/+437
| | | | Change-Id: I5b91decbd693ccbf5c1b8354b37cd68cc9a1ea53
* Merge WebKit at r75993: Initial merge by git.Ben Murdoch2011-05-1622-165/+424
| | | | Change-Id: I602bbdc3974787a3b0450456a30a7868286921c3
* Merge WebKit at r75315: Initial merge by git.Steve Block2011-05-1236-164/+661
| | | | Change-Id: I570314b346ce101c935ed22a626b48c2af266b84
* Merge WebKit at r74534: Initial merge by git.Ben Murdoch2011-05-10173-104/+9564
| | | | Change-Id: I6ccd1154fa1b19c2ec2a66878eb675738735f1eb
* Merge WebKit at Chromium 9.0.597.55: trivial merge by gitBen Murdoch2011-01-0710-30/+134
| | | | Change-Id: I2c6f2ebc4431d15ac82b5b1a9f08159e1731bc57
* Merge WebKit at r72805: Initial merge by GitSteve Block2011-01-066-10/+55
| | | | | | | Note that this is a backwards merge from Chromium release 9.0.600.0 to 9.0.597.0, to align with the Chromium 9 stable release branch. Change-Id: I5d2bb4e8cee9d39ae8485abf48bdb55ecf8b3790
* Merge WebKit at r73109: Initial merge by git.Shimeng (Simon) Wang2010-12-2246-466/+1024
| | | | Change-Id: I61f1a66d9642e3d8405d3ac6ccab2a53421c75d8
* Merge WebKit at r72274: Initial merge by git.Russell Brenner2010-12-025-4/+61
| | | | Change-Id: Ie51f0b4a16da82942bd516dce59cfb79ebbe25fb
* Add LayoutTests http/tests/cookies at r71558Steve Block2010-11-2426-0/+734
| | | | | | | All tests pass or have failing test expectations. Bug: 3227269 Change-Id: Ia0d58eb29d312c57c2f687e5431bb997b9433560
* Merge WebKit at r71558: Initial merge by git.Teng-Hui Zhu2010-11-175-37/+23
| | | | Change-Id: Ib345578fa29df7e4bc72b4f00e4a6fddcb754c4c
* Removing tests that pass after a v8 mergeKristian Monsen2010-11-171-3/+0
| | | | Change-Id: Ia69c678a3098cc39c1e4687bd00f8ebba41cf732
* Remove the failing expectation for fast/encoding/char-encoding.html for DRT2Steve Block2010-11-111-1/+0
| | | | | | | This test now passes with both HTTP stacks. Bug: 3047156 Change-Id: I44e1834782acc3d0674beb70f2a4ac78343cb2c5
* Set failing expectations for DRT2 for some pixel LayoutTestsSteve Block2010-11-101-0/+7
| | | | | | | | When these tests were added to the triaged set they were observed to pass with DRT1 because they have no generic expected result. DRT1 considers this to imply a non-text test and hence ignores the result. Change-Id: Id3e6edb8e1e3927e8441e2b88761cfa348688155
* Merge Webkit at r70949: Initial merge by git.John Reck2010-11-0921-1044/+1474
| | | | Change-Id: I77b8645c083b5d0da8dba73ed01d4014aab9848e
* Merge "Add Android expected results for some Appcache tests"Steve Block2010-11-092-0/+12
|\
| * Add Android expected results for some Appcache testsSteve Block2010-11-092-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | These differ from the generic expected results in whitespace only. DRT1 ignores whitespace when comparing results, but DRT2, like DRT for other WebKit platforms does not. It's not clear why Android output differs in whitespace from other platforms, but it seems safer to add Android-specific expected results on a case-by-case basis than to always ignore whitespace. Change-Id: I0bab87e3f5641c4ce81db4e3f74ec7246d3612c7
* | Remove fast/dom/StyleSheet from the list of triaged LayoutTestsSteve Block2010-11-081-1/+0
|/ | | | | | | This should not have been in the list, as the directory was removed in https://android-git.corp.google.com/g/#change,68234 Change-Id: I5400bc5506f7f260d416b30aa27bd4243521b16d
* Add SSL layout tests at WebKit r70209.Iain Merrick2010-11-0410-0/+66
| | | | | | Only 3 tests, all passing. See http://b/issue?id=3164771 Change-Id: I2f3b03969a97618f1d4ba9dd91d782e1814914f0
* Merge Webkit at r70209: Add Android expected results for new layout testsBen Murdoch2010-10-261-0/+15
| | | | | | | fast/dom/DeviceOrientation/create-event-onorientationchange.html See http://trac.webkit.org/changeset/69984 Change-Id: I345106587049a3e59040aa2c449432ac6d7fe5b1
* Merge WebKit at r70209: Initial merge by GitBen Murdoch2010-10-2677-461/+3155
| | | | Change-Id: Id23a68efa36e9d1126bcce0b137872db00892c8e
* Add missing indexedDB tests at r68651.Ben Murdoch2010-10-222-0/+93
| | | | | | | These were missed in the merge to r67178 and are needed for the next merge to r70157. Change-Id: Ic76e75ffe5ed40e83534cee470ca10c9718aba8b
* Merge "Fix Webkit review comments for document.createTouch"Ben Murdoch2010-10-192-0/+17
|\
| * Fix Webkit review comments for document.createTouchBen Murdoch2010-10-182-0/+17
| | | | | | | | | | | | | | See WebKit bug https://bugs.webkit.org/show_bug.cgi?id=47676 for details. Change-Id: I232445c78d59ed3d13c9bcd86b9fa9590ffae552
* | Merge "Add a file to record the LayoutTest directories in the Android tree"Steve Block2010-10-181-0/+43
|\ \ | |/ |/|
| * Add a file to record the LayoutTest directories in the Android treeSteve Block2010-10-181-0/+43
| | | | | | | | | | | | This is used when merging WebKit Change-Id: Ie7fa9e85249331e28490bfbb640e4caf78f3ae1e
* | Implement the document.createTouch and document.createTouchList APIsBen Murdoch2010-10-156-0/+119
|/ | | | | | | | | | | | | | | | These are Apple extensions to the document object present on iOS and are used by several sites to detect touch event support. See http://developer.apple.com/library/safari/#documentation/UserExperience/Reference/DocumentAdditionsReference/DocumentAdditions/DocumentAdditions.html for Apple's documentation. Upstreaming to webkit being tracked in https://bugs.webkit.org/show_bug.cgi?id=47676 Bug: 2996106 Change-Id: I761b1494af60b5095ad9c47d54eb7240d47ae985
* Merge WebKit at r68651 : Initial merge by git.Kristian Monsen2010-10-0725-256/+1026
| | | | Change-Id: I3d6bff59f17eedd6722723354f386fec9be8ad12
* Add failing test expectations for DumpRenderTree2 for tests which rely on ↵Steve Block2010-09-291-0/+12
| | | | | | being served from file:// Change-Id: I6b13741412125edaf856d24a369e7a0a4d40a7d5
* Reclassify failing multi-touch tests in test_expectations.txtSteve Block2010-09-291-3/+3
| | | | Change-Id: If0fc3da76b46a7c45dabfa0f25f2e440d27ffd62
* Merge WebKit at r67908: Initial merge by GitSteve Block2010-09-2911-7/+3016
| | | | Change-Id: I43a553e7b3299b28cb6ee8aa035ed70fe342b972
* Add fast/encoding layout tests.Iain Merrick2010-09-29193-0/+2754
| | | | | | | | | | | Merged from WebKit at r67178. The vast majority of these are passing. The exceptions: - Three Mac-specific tests, won't fix. - Four failures in the Java HTTP stack (no problem for the Chrome HTTP stack). - fast/encoding/mailto-always-utf-8 needs a new LayoutTestController callback. Change-Id: I16c613d42acd0ea2dc146909d514376d0a2e5aaa
* Fix the Android expected result for LayoutTest ↵Steve Block2010-09-271-0/+1
| | | | | | | | | | | | http/tests/appcache/local-content.html This change adds a trailing line to the Android expected result. The actual output and thus the generic expected result has such a trailing line. This discrepancy does not matter with DumpRenderTree, as it ignores trailing whitespace when comparing results, but this is not true of DumpRenderTree2. Change-Id: Ib3ee6670ea4b4cbe07030ed7dddc97fe23128167
* Merge "Remove superfluous Geolocation::stop() method rogue LayoutTests"Steve Block2010-09-173-27/+0
|\
| * Remove superfluous Geolocation::stop() method rogue LayoutTestsSteve Block2010-09-163-27/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The stop() method and LayoutTests were added in https://android-git.corp.google.com/g/#change,53849 which cherry-picked a WebKit change to attempt to stop leaks. This change has been rolled back in WebKit pending a better solution, but was retained in Android as a temporary fix. Later changes to Geolocation in WebKit have now fixed the underlying problem and this has been confirmed on Android. The temporary fix was mostly removed in the merge to WebKit r65615 in https://android-git.corp.google.com/g/#change,62318 This patch simply removes the superfluous stop() method and LayoutTests, which were missed in the above patch. Bug: 3001031 Change-Id: Id17117f285cb1a8fa600945cc6a87fc336709cab
* | Merge WebKit at r67178 : Cherry-pick fix for DeviceOrientation test.Iain Merrick2010-09-162-23/+21
| | | | | | | | | | | | | | | | Bug in fast/dom/DeviceOrientation/add-listener-from-callback. To ensure we get a clean merge with no LayoutTest failures, cherry-picking fix from http://trac.webkit.org/changeset/67557 Change-Id: I381b0cc695eb7f05768c30b790d66318c5369af3