summaryrefslogtreecommitdiffstats
path: root/LayoutTests
Commit message (Collapse)AuthorAgeFilesLines
* Merge webkit.org at r61121: Update LayoutTest expectations.Ben Murdoch2010-06-184-1/+23
| | | | Change-Id: I0730b5799c10408e17c2e60f95be21145e19dd18
* Merge webkit.org at r61121: Initial merge by git.Ben Murdoch2010-06-1645-95/+762
| | | | 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-0834-818/+854
| | | | Change-Id: I66a0047aa2af802f66bb0c7f2a8b02247a596234
* Add indexeddb layout tests at 60074 in preparation for the new merge.Leon Clarke2010-06-034-0/+119
| | | | | | They won't work, but will be added to the skip list. Change-Id: Iee37cfb4abcf7dd02ec83d482e87fdc057d5e308
* Merge WebKit at r60074: Update Android-specific expected LayoutTests resultsSteve Block2010-05-272-1/+3
| | | | | | | | | | Refactored Geolocation tests, see http://trac.webkit.org/changeset/59926 - android-v8/fast/dom/Geolocation/callback-exception-expected.txt New Geolocation test, see http://trac.webkit.org/changeset/59859 - android-v8/fast/dom/Geolocation/notimer-after-unload-expected.txt Change-Id: Ife6cd9850d0419adadf5813b17f4a2813090ff30
* 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-258-140/+155
| | | | Change-Id: I59b289c4e6b18425f06ce41cc9d34c522515de91
* Merge Webkit at r58956: Initial merge by Git.Ben Murdoch2010-05-1431-36/+229
| | | | Change-Id: I1d9fb60ea2c3f2ddc04c17a871acdb39353be228
* Add dom/html LayoutTests to Android tree.Steve Block2010-05-132893-0/+163628
| | | | | | | | | | The new link prefetching tests have already been added to dom/html/level2/html on Android (though they may be relocated during upstreaming). This change pulls the entire dom/html directory (at r58033) into Android to keep the merge process as simple as possible. All tests currently pass. Change-Id: I6908177dd626e0e45f72c12503b3a115bb879715
* Add selfhtml.js which is required by the link prefetch LayoutTestsSteve Block2010-05-121-0/+721
| | | | | | | | | | New link prefetch LayoutTests were added to the Android tree in https://android-git.corp.google.com/g/#change,41229 These will be upstreamed to WebKit. They require selfhtml.js which is already upstream. Bug: 2268353 Change-Id: Ibae2c8d6ac979d6ade25443e86c1cabfbf105262
* Merge webkit.org at r58033 : Update V8 expected result for storage LayoutTestsSteve Block2010-05-111-2/+5
| | | | | | Note that some appcache tests will fail until the LayoutTest server is updated. Change-Id: I491b79529e837457a093aa76020676b76272b3f5
* Merge webkit.org at r58033 : Initial merge by gitSteve Block2010-05-1144-100/+830
| | | | Change-Id: If006c38561af287c50cd578d251629b51e4d8cd1
* Link prefetch supportLeon Clarke2010-05-048-0/+152
| | | | http://b/issue?id=2268353
* Merge webkit.org at r55033 : Update Android-specific LayoutTest expected resultSteve Block2010-04-271-2/+7
| | | | | | Update the V8 expected output to reflect updated test at r55033. Change-Id: I35363367af1ed5adf59e0c22e328256e3ac361f3
* Merge webkit.org at r55033 : Initial merge by gitSteve Block2010-04-2714-246/+438
| | | | 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
* Adds Android-specific results for an appcache layout testSteve Block2010-03-182-0/+12
| | | | | | | Currently this test fails only because of textual differences in the console message produced on Android. Change-Id: I6f2e75b1bad9f3e8d7636d5f2b59b2d4b22fd779
* 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 Android-specific expected results for some storage LayoutTests when ↵Steve Block2010-03-025-0/+47
| | | | | | | | | using V8 These expected results are mostly copied from their counterparts in LayoutTests/storage. Minor modifications have been made to account for the different output with V8. Change-Id: Ie606e4fbe1dd0154ef0bb643e13668966592e09c
* Adds Android-specific result for a Geolocation LayoutTest that fails with V8Steve Block2010-02-251-0/+13
| | | | | | | This is currently a false failure, as the only difference from the expected output is due to V8's different syntax when reporting an exception. Change-Id: If0107f730f4114f6968307a31841c9e6073dba1c
* Adds layout tests for HTML5 featuresSteve Block2010-02-25367-0/+16828
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