summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast
Commit message (Collapse)AuthorAgeFilesLines
* Merge WebKit at r74534: Initial merge by git.Ben Murdoch2011-05-10159-57/+8888
| | | | Change-Id: I6ccd1154fa1b19c2ec2a66878eb675738735f1eb
* Merge WebKit at r72805: Initial merge by GitSteve Block2011-01-064-2/+47
| | | | | | | 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-227-49/+9
| | | | Change-Id: I61f1a66d9642e3d8405d3ac6ccab2a53421c75d8
* Merge WebKit at r72274: Initial merge by git.Russell Brenner2010-12-025-4/+61
| | | | Change-Id: Ie51f0b4a16da82942bd516dce59cfb79ebbe25fb
* Merge Webkit at r70949: Initial merge by git.John Reck2010-11-091-0/+18
| | | | Change-Id: I77b8645c083b5d0da8dba73ed01d4014aab9848e
* Merge WebKit at r70209: Initial merge by GitBen Murdoch2010-10-2627-6/+416
| | | | Change-Id: Id23a68efa36e9d1126bcce0b137872db00892c8e
* 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
* 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-0713-122/+960
| | | | Change-Id: I3d6bff59f17eedd6722723354f386fec9be8ad12
* Merge WebKit at r67908: Initial merge by GitSteve Block2010-09-294-5/+76
| | | | Change-Id: I43a553e7b3299b28cb6ee8aa035ed70fe342b972
* Add fast/encoding layout tests.Iain Merrick2010-09-29192-0/+2746
| | | | | | | | | | | 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
* 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
* | Merge WebKit at r67178 : Initial merge by git.Iain Merrick2010-09-1620-15/+356
| | | | | | | | Change-Id: I57e01163b6866cb029cdadf405a0394a3918bc18
* | Remove LayoutTests/fast/dom/StyleSheetIain Merrick2010-09-1511-163/+0
|/ | | | | | | These tests were added in https://android-git.corp.google.com/g/#change,64773 but they don't all pass with the JSC JavaScript engine. Change-Id: I93e4b6778b826fc453f0cfc0e60a44938b17fa5d
* Merge WebKit at r66666 : Initial merge by git.Kristian Monsen2010-09-116-11/+71
| | | | Change-Id: I57dedeb49859adc9c539e760f0e749768c66626f
* Adds a number of fast/ LayoutTest directories to the triaged setSteve Block2010-09-07302-0/+6854
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests are added at r66079. All tests pass fast/constructors/ fast/cookies/ fast/dom/Attr/ fast/dom/CSSStyleDeclaration/ fast/dom/DOMImplementation/ fast/dom/DeviceMotion/ fast/dom/EntityReference/ fast/dom/HTMLAnchorElement/ fast/dom/HTMLButtonElement/ fast/dom/HTMLFontElement/ fast/dom/HTMLFormElement/ fast/dom/HTMLHtmlElement/ fast/dom/HTMLKeygenElement/ fast/dom/HTMLLabelElement/ fast/dom/HTMLMetaElement/ fast/dom/HTMLTableRowElement/ fast/dom/HTMLTableSectionElement/ fast/dom/Node/ fast/dom/NodeList/ fast/dom/Selection/ fast/dom/StyleSheet/ fast/dom/Text/ fast/dom/TreeWalker/ fast/dom/beforeload/ fast/dom/getElementsByClassName/ fast/leaks/ Change-Id: I9a2c401151f7abf5bb22b764b1327022ab651e04
* Add fast/url LayoutTests at r66079Steve Block2010-09-0462-0/+2074
| | | | | | All tests pass. Change-Id: I2564b234be722a743e48ad07e3995a654202a208
* Merge WebKit at r65615 : Initial merge by git.Iain Merrick2010-08-2327-1/+469
| | | | Change-Id: Ifbf384f4531e3b58475a662e38195c2d9152ae79
* Merge WebKit at r65072 : Initial merge by git.Ben Murdoch2010-08-127-1/+105
| | | | Change-Id: Ibcf418498376b2660aacb7f8d46ea7085ef91585
* Merge WebKit at r64523 : Initial merge by git.Steve Block2010-08-093-0/+46
| | | | Change-Id: Ibb796c6802e757b1d9b40f58205cfbe4da95fcd4
* Merge WebKit at r64264 : Initial merge by git.Kristian Monsen2010-08-042-4/+6
| | | | Change-Id: Ic42bef02efef8217a0f84c47176a9c617c28d1f1
* Add DeviceOrientation LayoutTests at r63859 and enable the featureSteve Block2010-07-2710-0/+216
| | | | | | | | | All tests pass. Note that the JSC-specific expected result for window-property.html is a placeholder until https://bugs.webkit.org/show_bug.cgi?id=43025 is fixed. Change-Id: I60a978231a10f0a57b3dc654876b181dc47eb455
* Merge WebKit at r63859 : Initial merge by git.Ben Murdoch2010-07-273-1/+79
| | | | Change-Id: Ie8096c63ec7c991c9a9cba8bdd9c3b74a3b8ed62
* Merge WebKit at r63173 : Initial merge by git.Leon Clarke2010-07-204-0/+69
| | | | Change-Id: Ife5af0c7c6261fbbc8ae6bc08c390efa9ef10b44
* Add fast/xpath tests to the tree at the current webkit revision 62496. They ↵Ben Murdoch2010-07-09119-0/+6178
| | | | | | | | | all pass. Note the addition of the android-v8 specific result for fast/xpath/nsresolver-exception.html (this is added due to a V8 exception printing difference). Change-Id: I685cb62a438b742cba3f7496b2e1bdad9a7d8d82
* Merge WebKit at r61871: Initial merge by git.Kristian Monsen2010-07-022-1/+27
| | | | Change-Id: I6cff43abca9cc4782e088a469ad4f03f166a65d5
* Merge webkit.org at r61121: Initial merge by git.Ben Murdoch2010-06-1638-94/+450
| | | | Change-Id: Icd6db395c62285be384d137164d95d7466c98760
* Cherry-pick WebKit change r60069 to fix a leak in GeolocationSteve Block2010-06-093-0/+27
| | | | | | | | | | This change was made as a fix for Bug https://bugs.webkit.org/show_bug.cgi?id=39288 but was later rolled back in r60441 pending further discussion. We need this fix, so cherry-pick it to Android until https://bugs.webkit.org/show_bug.cgi?id=39288 is fixed properly. Change-Id: Ie5cc610b841798e42ec1232b4af7674ce425b2c4
* Merge webkit.org at r60469 : Initial merge by git.Leon Clarke2010-06-083-27/+0
| | | | Change-Id: I66a0047aa2af802f66bb0c7f2a8b02247a596234
* Merge WebKit at r60074: Initial merge by gitSteve Block2010-05-2760-170/+197
| | | | Change-Id: I18a2dc5439e36c928351ea829d8fb4e39b062fc7
* Merge WebKit at r59636: Initial merge by gitKristian Monsen2010-05-251-0/+1
| | | | Change-Id: I59b289c4e6b18425f06ce41cc9d34c522515de91
* Merge Webkit at r58956: Initial merge by Git.Ben Murdoch2010-05-1415-20/+127
| | | | Change-Id: I1d9fb60ea2c3f2ddc04c17a871acdb39353be228
* Merge webkit.org at r58033 : Initial merge by gitSteve Block2010-05-1112-12/+192
| | | | Change-Id: If006c38561af287c50cd578d251629b51e4d8cd1
* Merge webkit.org at r55033 : Initial merge by gitSteve Block2010-04-277-214/+332
| | | | Change-Id: I98a4af828067cc243ec3dc5e5826154dd88074b5
* Add touch event LayoutTests to Android tree (at current WebKit revision, 54731).Steve Block2010-04-2315-0/+640
| | | | | | These tests should all pass. Current failures will be added to the DumpRenderTree ignore list. Change-Id: Id9a273154e2e70ea6fdea6e39797708e2f5132ed
* Update Android to reflect final version submitted to webkit.org for ↵Steve Block2010-03-113-0/+118
| | | | | | | | Geolocation maximumAge See http://trac.webkit.org/changeset/55841 Change-Id: Ib504563b7be40b0ff794cdcc625b07f494bb6483
* Adds layout tests for HTML5 featuresSteve Block2010-02-2573-0/+3833
The following layout tests should all pass on Android, as they are for recently implemented HTML5 features ... - fast/dom/Geolocation - storage - http/tests/appcache This change adds these tests to the Android tree, at the current WebKit revision r54731. This is so that we can easily keep track of which tests should always be green, and so that we can add Android-specific test results. We also add the following paths ... - fast/js/resources - used by the Geolocation tests - http/conf - used by the Appcache tests Tests that are currently failing are added to the DumpRenderTree skipped list temporarily, to keep all tests green. Change-Id: Id96c05e3746ed64e4e4c40c99567b8def688f90a