summaryrefslogtreecommitdiffstats
path: root/LayoutTests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Merge WebKit at r67178 : Initial merge by git.Iain Merrick2010-09-1638-413/+914
| | | | | | | | 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-1121-33/+1273
| | | | 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 changes I54430bd1,I61a04cf7,I4961f561,I36170123,I5dc94bad,Ie2e1440fSteve Block2010-09-0223-109/+413
|\ | | | | | | | | | | | | | | | | | | * changes: Merge WebKit at r66079 : Update WebKit revision Merge WebKit at r66079 : Cherry-pick WebKit change 66211 to add missing IndexedDB guards Merge WebKit at r66079 : ImageSource constructor now takes a premultipyAlpha argument Merge WebKit at r66079 : Fix makefiles Merge WebKit at r66079 : Fix conflicts Merge WebKit at r66079 : Initial merge by git
| * Merge WebKit at r66079 : Initial merge by gitSteve Block2010-09-0223-109/+413
| | | | | | | | Change-Id: Ie2e1440fb9d487d24e52c247342c076fecaecac7
* | Updated test_expectations.txt to use CRASH instead of SKIP.Maksymilian Osowski2010-09-021-10/+10
|/ | | | | Bug: 2970575 Change-Id: Ibbf9ce77a5549d7737b26649a4f5cffc670c9f2a
* Updated the test_expectations.txt to use FAIL instead of IGNORE_RESULT.Maksymilian Osowski2010-09-021-111/+111
| | | | | Bug: 2899965 Change-Id: Ia61ab8d7f269d4d3b2db4531fd8e2031b1ae44b4
* Merge "Restore LayoutTests/storage/sql-error-codes-expected.txt"Steve Block2010-08-271-0/+11
|\
| * Restore LayoutTests/storage/sql-error-codes-expected.txtSteve Block2010-08-271-0/+11
| | | | | | | | | | | | | | | | | | This should have been added in the merge to WebKit r61871, but was accidentally removed when creating the Android V8-specific result. See https://android-git.corp.google.com/g/#change,56250 Change-Id: I48849d32f649009bcb935911558f2543eebb3d2f
* | Merge "Add missing Indexed DB tests at r65615"Steve Block2010-08-273-0/+143
|\ \ | |/
| * Add missing Indexed DB tests at r65615Steve Block2010-08-273-0/+143
| | | | | | | | | | | | | | | | These should have been added as part of the merge to WebKit r65615 See http://trac.webkit.org/changeset/65509 Change-Id: I18ff50f54caa6682e8adfc6ae152bce4e94636a9
* | Fix line endings on a couple of Android-specific expected resultsSteve Block2010-08-262-26/+26
|/ | | | | | | These files were checked in with DOS line endings See https://android-git.corp.google.com/g/#change,62547 Change-Id: I849afbab74df789b6c1df83a28a65ec92ad10d24
* Add LayoutTests/http/tests/resources at r65615Steve Block2010-08-2511-0/+438
| | | | | | | These scripts are required to run the http tests, eg http/tests/appcache/fail-on-update.html Change-Id: I6173fcb9bc0d77a5cfc94fce45d02b1704ee6306
* Merge changes ↵Steve Block2010-08-2430-1/+496
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I2e7e2317,Ie6ccde3a,I3e89f231,Id06ff339,I268dfe7d,Icaf70d9f,Ie234f1a0,Iff5c7aaa,I69b75bf0,Ifbf384f4 * changes: Merge WebKit at r65615 : Update WebKit revision number Merge WebKit at r65615 : Ignore http/tests/appcache/origin-quota.html Merge WebKit at r65615 : Android-specific results for Geolocation tests. Merge WebKit at r65615 : Fix GraphicsContext and ImageBuffer. Merge WebKit at r65615 : processingUserGesture() is now static. Merge WebKit at r65615 : UTF8String() becomes utf8(). Merge WebKit at r65615 : Fix include paths for string headers. Merge WebKit at r65615 : Fix Makefiles. Merge WebKit at r65615 : Fix conflicts. Merge WebKit at r65615 : Initial merge by git.
| * Merge WebKit at r65615 : Ignore http/tests/appcache/origin-quota.htmlIain Merrick2010-08-241-0/+1
| | | | | | | | | | | | | | Test added in http://trac.webkit.org/changeset/64613 Needs clearAllApplicationCaches() callback. See http://b/issue?id=2944196 Change-Id: Ie6ccde3a2fa034f58676f6359af351a3544c9541
| * Merge WebKit at r65615 : Android-specific results for Geolocation tests.Iain Merrick2010-08-242-0/+26
| | | | | | | | | | | | | | Tests added in http://trac.webkit.org/changeset/65416 On Android, we currently aren't printing the onunload handler message. Change-Id: I3e89f23127f82be75c6e90825b87489f460195ff
| * Merge WebKit at r65615 : Initial merge by git.Iain Merrick2010-08-2327-1/+469
| | | | | | | | Change-Id: Ifbf384f4531e3b58475a662e38195c2d9152ae79
* | Fix location of several Android-specific LayoutTest expected resultsSteve Block2010-08-236-18/+0
|/ | | | | | | These results were previsouly duplicated in the JSC and V8-specific directories. This change moves them to the general android directory. Change-Id: I65c7db3759f91b62502e8f5b2c8673305f05d0f5
* Geolocation delayed permission LayoutTests now passSteve Block2010-08-181-2/+0
| | | | | | | See https://android-git.corp.google.com/g/#change,61829 Bug: 2914450 Change-Id: Ica6864fc4dc28d92b1a98eee3c588e4007b7e803
* Added copyright info to test_expectations.txtMaksymilian Osowski2010-08-131-0/+15
| | | | Change-Id: Ib30b205797425debfb48318fa9de7a9fc5cc45e0
* Merge WebKit at r65072 : Update test_expectations.Ben Murdoch2010-08-131-0/+2
| | | | | | | | This merge introduces two new Geolocation tests that to pass we need a new LayoutTestController function. We ignore those tests until this function is added - see b/2914450 Change-Id: I6929172fd6822b3c2c588693d743362f7edbca4f
* Merge WebKit at r65072 : Initial merge by git.Ben Murdoch2010-08-1223-25/+477
| | | | Change-Id: Ibcf418498376b2660aacb7f8d46ea7085ef91585
* Hook up DeviceOrientationClientMockSteve Block2010-08-101-1/+0
| | | | Change-Id: Ie21024238a88252cd668cbddb98643b142728cf1
* Merge WebKit at r64523 : Add new LayoutTest ↵Steve Block2010-08-091-6/+10
| | | | | | | | fast/dom/DeviceOrientation/basic-operation.html to skipped list Also updates this list to reflect the hard-coded skipped list for the existing DumpRenderTree Change-Id: I377db6c1826ff745a3943bd8ea129a14e506f18e
* Merge WebKit at r64523 : Initial merge by git.Steve Block2010-08-093-0/+46
| | | | Change-Id: Ibb796c6802e757b1d9b40f58205cfbe4da95fcd4
* Merge WebKit at r64264 : LayoutTest expected resultKristian Monsen2010-08-041-17/+0
| | | | | | | | | The expected result for fast/dom/DeviceOrientation/window-property-expected is now the jsc output. Removing the old file from the android expected output. Webkit CL that changed the expected from v8 to jsc: http://trac.webkit.org/changeset/64125/trunk/LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt Change-Id: Idc040906b80dd90c26b115f8c97d6d2e3b35a1b7
* Merge WebKit at r64264 : Initial merge by git.Kristian Monsen2010-08-0419-50/+318
| | | | Change-Id: Ic42bef02efef8217a0f84c47176a9c617c28d1f1
* Added test_expectations.txt file to platform/android/Maksymilian Osowski2010-08-021-0/+140
| | | | | | The original data in this file comes from FileFilter class in the old Dump Render Tree and was extracted from there on 30/07/2010 Change-Id: Ibc1101d08123ffaff51b765e5333d1b96c5ab02f
* Add DeviceOrientation LayoutTests at r63859 and enable the featureSteve Block2010-07-2711-0/+233
| | | | | | | | | 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 "Add dom/xhtml/level3 layout tests at WebKit r63173"Steve Block2010-07-272356-0/+139993
|\
| * Add dom/xhtml/level3 layout tests at WebKit r63173Steve Block2010-07-222356-0/+139993
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These all pass. Note that the Android-V8-specific results are required because these tests rely on Error.line, which is non-standard and not provided by V8. A further 15 tests have no expected results so will be added to the DumpRenderTree ignore list. None of these tests are run on Chromium. Change-Id: I6b7ea492586fa2d9cd60858f06641941c87ede14