summaryrefslogtreecommitdiffstats
path: root/content/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Improve test engine error feedback:aaronlevbugs@gmail.com2012-04-0513-0/+86
| | | | | | | | | | | | | | | | 1. Don't list files that are different just because of comments 2. Show the line numbers from the expected file where the differences are. 3. Allow *-expected.txt files to be marked as skipped -- if first line of file begins with #<skip 4. Add anchor tests which exercise the test engine and #<skip 5. Add a readme.txt for future developers looking to add tests BUG=120934 TEST=anchor tests exercise the test engine changes Review URL: http://codereview.chromium.org/9950068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131003 0039d316-1c4b-4281-b951-d872f2087c98
* DomStorageBrowserTest sanity checkmichaeln@google.com2012-04-043-0/+123
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9956117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130762 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ui_layout_test now that al subclasses have been converted to ↵jam@chromium.org2012-04-021-55/+0
| | | | | | | | browser_tests. Review URL: https://chromiumcodereview.appspot.com/9950036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130124 0039d316-1c4b-4281-b951-d872f2087c98
* Convert DOM Storage's UI test to a browser_test. browser_tests are sharded ↵jam@chromium.org2012-03-311-7/+0
| | | | | | | | | and run quicker, and are generally less flaky than ui tests. They'll also be portable to content_browsertest once we have it. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/9969033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130003 0039d316-1c4b-4281-b951-d872f2087c98
* Add OWNERS files for content/test and content/test/datatommi@chromium.org2012-03-301-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9956024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129880 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 128927 - Fixing a problem, where a hung renderer process is not ↵laforge@chromium.org2012-03-303-35/+0
| | | | | | | | | | | | | | | | killed when navigating away Original review: https://chromiumcodereview.appspot.com/9514016/ BUG=104346 TEST=Steps to reproduce listed in the bug. Review URL: http://codereview.chromium.org/9813021 TBR=nasko@chromium.org Review URL: https://chromiumcodereview.appspot.com/9969014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129863 0039d316-1c4b-4281-b951-d872f2087c98
* Adds OWNERS file for content/test/data/accessibility.dtseng@chromium.org2012-03-291-0/+3
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9913001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129580 0039d316-1c4b-4281-b951-d872f2087c98
* Support MSAA states. Tweak which states are testeddtseng@chromium.org2012-03-282-14/+13
| | | | | | | | | BUG=120503 TEST=This is a tweak for the tests themselves. Review URL: https://chromiumcodereview.appspot.com/9802033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129505 0039d316-1c4b-4281-b951-d872f2087c98
* IndexedDB: Impose a 64MB limit on the size of values that can be stored.jsbell@chromium.org2012-03-272-0/+165
| | | | | | | | | | | | | | Introduces unit tests for the IDB dispatcher to verify that large values are blocked. Script-based browsertest included, but may be too slow for bots so landing disabled. BUG=96826 R=dgrogan@chromium.org,michaeln@chromium.org Review URL: http://codereview.chromium.org/9750009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129087 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing a problem, where a hung renderer process is not killed when ↵nasko@chromium.org2012-03-263-0/+35
| | | | | | | | | | | | | navigating away Original review: https://chromiumcodereview.appspot.com/9514016/ BUG=104346 TEST=Steps to reproduce listed in the bug. Review URL: http://codereview.chromium.org/9813021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128927 0039d316-1c4b-4281-b951-d872f2087c98
* Move IndexedDB browser test data from chrome/ to content/jsbell@chromium.org2012-03-2231-0/+1779
| | | | | | | | | | | R=jam@chromium.org BUG=119495 TEST=browser_tests --gtest_filter='IndexedDB*' Review URL: http://codereview.chromium.org/9835015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128285 0039d316-1c4b-4281-b951-d872f2087c98
* It can now be used in content without a layering violation.dgrogan@chromium.org2012-03-222-0/+62
| | | | | | | | | | | | This was discussed in https://chromiumcodereview.appspot.com/9693065/#msg11 BUG= TEST= Review URL: http://codereview.chromium.org/9820005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128155 0039d316-1c4b-4281-b951-d872f2087c98
* Adds ability to comment expected files in DumpAccessibilityTests.dtseng@chromium.org2012-03-131-0/+1
| | | | | | | | | | BUG=none TEST=this suite of tests. Review URL: http://codereview.chromium.org/9639016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126436 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 126409 - Fixing a problem, where a hung renderer process is not ↵creis@chromium.org2012-03-133-35/+0
| | | | | | | | | | | | | | | | | killed when navigating away BUG=104346 TEST=Steps to reproduce listed in the bug. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126199 Review URL: https://chromiumcodereview.appspot.com/9514016 Patch from Nasko Oskov <nasko@chromium.org>. TBR=creis@chromium.org Review URL: https://chromiumcodereview.appspot.com/9689072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126425 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing a problem, where a hung renderer process is not killed when ↵creis@chromium.org2012-03-133-0/+35
| | | | | | | | | | | | | | navigating away BUG=104346 TEST=Steps to reproduce listed in the bug. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126199 Review URL: https://chromiumcodereview.appspot.com/9514016 Patch from Nasko Oskov <nasko@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126409 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 126199 - Fixing a problem, where a hung renderer process is not ↵creis@chromium.org2012-03-123-35/+0
| | | | | | | | | | | | | | | killed when navigating away BUG=104346 TEST=Steps to reproduce listed in the bug. Review URL: https://chromiumcodereview.appspot.com/9514016 Patch from Nasko Oskov <nasko@chromium.org>. TBR=creis@chromium.org Review URL: https://chromiumcodereview.appspot.com/9691009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126230 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing a problem, where a hung renderer process is not killed when ↵creis@chromium.org2012-03-123-0/+35
| | | | | | | | | | | | navigating away BUG=104346 TEST=Steps to reproduce listed in the bug. Review URL: https://chromiumcodereview.appspot.com/9514016 Patch from Nasko Oskov <nasko@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126199 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 126151 - Fixing a problem, where a hung renderer process is not ↵creis@chromium.org2012-03-123-35/+0
| | | | | | | | | | | | | | | killed when navigating away BUG=104346 TEST=Steps to reproduce listed in the bug. Review URL: https://chromiumcodereview.appspot.com/9514016 Patch from Nasko Oskov <nasko@chromium.org>. TBR=creis@chromium.org Review URL: https://chromiumcodereview.appspot.com/9690020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126159 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing a problem, where a hung renderer process is not killed when ↵creis@chromium.org2012-03-123-0/+35
| | | | | | | | | | | | navigating away BUG=104346 TEST=Steps to reproduce listed in the bug. Review URL: https://chromiumcodereview.appspot.com/9514016 Patch from Nasko Oskov <nasko@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126151 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land: Improve formatting of accessibility tests that dump the tree.dmazzoni@google.com2012-03-125-4/+35
| | | | | | | | | | | | | | Adds indentation, uses more readable notation. Adds one new test for static lists to illustrate the indentations. BUG=none TEST=Adds new test Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=125898 Review URL: https://chromiumcodereview.appspot.com/9617019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126105 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 125898 - Improve formatting of accessibility tests that dump the tree.isherman@chromium.org2012-03-095-35/+4
| | | | | | | | | | | | | | | Adds indentation, uses more readable notation. Adds one new test for static lists to illustrate the indentations. BUG=none TEST=Adds new test Review URL: https://chromiumcodereview.appspot.com/9617019 TBR=dmazzoni@google.com Review URL: https://chromiumcodereview.appspot.com/9668025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125905 0039d316-1c4b-4281-b951-d872f2087c98
* Improve formatting of accessibility tests that dump the tree.dmazzoni@google.com2012-03-095-4/+35
| | | | | | | | | | | | Adds indentation, uses more readable notation. Adds one new test for static lists to illustrate the indentations. BUG=none TEST=Adds new test Review URL: https://chromiumcodereview.appspot.com/9617019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125898 0039d316-1c4b-4281-b951-d872f2087c98
* Comment out flakey statesdtseng@chromium.org2012-02-293-0/+8
| | | | | | | | | | | | Revert "Revert 123372 - Adds deps file for content/browser/accessibility/" This reverts commit bc95a82163a28b9bf5b17685321a9bf8d6b55113. TBR=dtseng@chromium.org Review URL: https://chromiumcodereview.appspot.com/9516008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124200 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 123372 - Adds deps file for content/browser/accessibility/vandebo@chromium.org2012-02-243-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | DumpAccessibilityTreeTest.PlatformTreeDifferenceTest fails: ..\content\browser\accessibility\dump_accessibility_tree_browsertest.cc(106): error: Value of: actual_contents8 Actual: "|ROLE_SYSTEM_DOCUMENT||IA2_STATE_HORIZONTAL|IA2_STATE_OPAQUE\n|IA2_ROLE_SECTION||IA2_STATE_HORIZONTAL|IA2_STATE_OPAQUE\n" Expected: expected_contents Which is: "|ROLE_SYSTEM_DOCUMENT||IA2_STATE_OPAQUE|IA2_STATE_VERTICAL\n|IA2_ROLE_SECTION||IA2_STATE_HORIZONTAL|IA2_STATE_OPAQUE\n" Revert "Revert 122617 - Adds dump accessibility tree support in Windows." This reverts commit ca8de581137b34eb04ca8b68186f143d4bea98e8. BUG= TEST= Review URL: http://codereview.chromium.org/9429026 TBR=dtseng@chromium.org Review URL: https://chromiumcodereview.appspot.com/9454033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123390 0039d316-1c4b-4281-b951-d872f2087c98
* Adds deps file for content/browser/accessibility/dtseng@chromium.org2012-02-243-0/+8
| | | | | | | | | | | | | | Revert "Revert 122617 - Adds dump accessibility tree support in Windows." This reverts commit ca8de581137b34eb04ca8b68186f143d4bea98e8. BUG= TEST= Review URL: http://codereview.chromium.org/9429026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123372 0039d316-1c4b-4281-b951-d872f2087c98
* Delete camel caps test file.tommi@chromium.org2011-11-091-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109216 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing name of test file from camel caps to Chromium style.tommi@chromium.org2011-11-091-0/+0
| | | | | | TBR=scherkus git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109214 0039d316-1c4b-4281-b951-d872f2087c98
* Submitting test files due review and diff problems. Code to follow later today.tommi@chromium.org2011-11-082-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109031 0039d316-1c4b-4281-b951-d872f2087c98
* content: Move render_widget_host_view_gtk to content/ try 2.erg@google.com2011-08-231-0/+83
| | | | | | | | | | | | | | | | | | | | This was r97750, which was reverted at r97756. This patch, in addition to all the other things it did, marks OwnedWidgetGtk for export and moves it to the ui:: namespace. Original list of things this patch does: - OwnedWidgetGtk now goes in ui/base/gtk/ - TruncateString moved from l10n_util:: to ui:: - GtkIMContextWrapper has part of its code split into chrome/ (IDC using code goes in RenderViewContextMenu) and the rest go in content/ (gtk using code goes with GtkIMContextWrapper). - gtk_key_bindings_handler[_unittest] now goes in content, as it's a utility class to RenderWidgetHostGtk. BUG=93804 TEST=existing unit tests Original Review URL: http://codereview.chromium.org/7669040 Review URL: http://codereview.chromium.org/7708021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97889 0039d316-1c4b-4281-b951-d872f2087c98
* (shlib failure) Revert 97750 - content: Move render_widget_host_view_gtk to ↵erg@google.com2011-08-221-83/+0
| | | | | | | | | | | | | | | | | | | | content/ This also moves some other files: - OwnedWidgetGtk now goes in ui/base/gtk/ - TruncateString moved from l10n_util:: to ui:: - GtkIMContextWrapper has part of its code split into chrome/ (IDC using code goes in RenderViewContextMenu) and the rest go in content/ (gtk using code goes with GtkIMContextWrapper). - gtk_key_bindings_handler[_unittest] now goes in content, as it's a utility class to RenderWidgetHostGtk. BUG=93804 TEST=existing unit tests Review URL: http://codereview.chromium.org/7669040 TBR=erg@google.com Review URL: http://codereview.chromium.org/7708017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97756 0039d316-1c4b-4281-b951-d872f2087c98
* content: Move render_widget_host_view_gtk to content/erg@google.com2011-08-221-0/+83
This also moves some other files: - OwnedWidgetGtk now goes in ui/base/gtk/ - TruncateString moved from l10n_util:: to ui:: - GtkIMContextWrapper has part of its code split into chrome/ (IDC using code goes in RenderViewContextMenu) and the rest go in content/ (gtk using code goes with GtkIMContextWrapper). - gtk_key_bindings_handler[_unittest] now goes in content, as it's a utility class to RenderWidgetHostGtk. BUG=93804 TEST=existing unit tests Review URL: http://codereview.chromium.org/7669040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97750 0039d316-1c4b-4281-b951-d872f2087c98