Changeset 72051 in webkit


Ignore:
Timestamp:
Nov 15, 2010 6:00:06 PM (13 years ago)
Author:
hamaji@chromium.org
Message:

Merge 71964 - 2010-11-13 Shinichiro Hamaji <hamaji@chromium.org>

Reviewed by Kent Tamura.

[Chromium] print doesn't work on http://nodejs.org/api.html
https://bugs.webkit.org/show_bug.cgi?id=49304

  • platform/chromium/test_expectations.txt:

2010-11-13 Shinichiro Hamaji <hamaji@chromium.org>

Reviewed by Kent Tamura.

[Chromium] print doesn't work on http://nodejs.org/api.html
https://bugs.webkit.org/show_bug.cgi?id=49304

  • src/WebFrameImpl.cpp: (WebKit::ChromePrintContext::begin): (WebKit::WebFrameImpl::printBegin):

TBR=hamaji@chromium.org

Location:
branches/chromium/552
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/chromium/552/LayoutTests/ChangeLog

    r71945 r72051  
     12010-11-13  Shinichiro Hamaji  <hamaji@chromium.org>
     2
     3        Reviewed by Kent Tamura.
     4
     5        [Chromium] print doesn't work on http://nodejs.org/api.html
     6        https://bugs.webkit.org/show_bug.cgi?id=49304
     7
     8        * platform/chromium/test_expectations.txt:
     9
     102010-11-12  Daniel Bates  <dbates@rim.com>
     11
     12        Reviewed by Adam Barth.
     13
     14        Transferred <iframe>s may not have a unique internal name
     15        https://bugs.webkit.org/show_bug.cgi?id=48768
     16
     17        Tests that an <iframe> which is transferred from document A to
     18        document B, where A != B, has a unique name in B.
     19
     20        * fast/frames/iframe-reparenting-unique-name-expected.txt: Added.
     21        * fast/frames/iframe-reparenting-unique-name.html: Added.
     22
     232010-11-12  Tony Chang  <tony@chromium.org>
     24
     25        Unreviewed, revert changes to script-object-invoke that crash
     26        single process chromium.
     27
     28        * plugins/script-object-invoke.html:
     29
     302010-11-12  Yael Aharon  <yael.aharon@nokia.com>
     31
     32        Reviewed by David Hyatt.
     33
     34        Spatial Navigation: Cannot focus on some ContainerNode
     35        https://bugs.webkit.org/show_bug.cgi?id=48393
     36
     37        * fast/events/spatial-navigation/snav-container-only-white-space-expected.txt: Added.
     38        * fast/events/spatial-navigation/snav-container-only-white-space.html: Added.
     39        * fast/events/spatial-navigation/snav-container-white-space-expected.txt: Added.
     40        * fast/events/spatial-navigation/snav-container-white-space.html: Added.
     41
     422010-11-12  Tony Chang  <tony@chromium.org>
     43
     44        Reviewed by Adam Barth.
     45
     46        run platform/chromium/plugins/script-object-invoke.html on all platforms
     47        https://bugs.webkit.org/show_bug.cgi?id=49280
     48
     49        * platform/chromium/drt_expectations.txt:
     50        * plugins/script-object-invoke-expected.txt: Renamed from LayoutTests/platform/chromium/plugins/script-object-invoke-expected.txt.
     51        * plugins/script-object-invoke.html: Renamed from LayoutTests/platform/chromium/plugins/script-object-invoke.html.
     52
     532010-11-12  Mihai Parparita  <mihaip@chromium.org>
     54
     55        Unreviewed Chromium expectations update.
     56       
     57        fast/canvas/canvas-arc-360-winding.html needs to be skipped for the
     58        GPU suite too.
     59
     60        * platform/chromium-gpu/test_expectations.txt:
     61
     622010-11-12  James Simonsen  <simonjam@chromium.org>
     63
     64        Reviewed by Darin Fisher.
     65
     66        [Web Timing] Rename interfaces:
     67        - Navigation -> PerformanceNavigation
     68        - Timing -> PerformanceTiming
     69        https://bugs.webkit.org/show_bug.cgi?id=48919
     70
     71        * fast/dom/Window/window-properties-performance-expected.txt: Class names changed.
     72
     732010-11-12  Mihai Parparita  <mihaip@chromium.org>
     74
     75        Unreviewed Chromium expectations update.
     76       
     77        Mark fast/canvas/canvas-arc-360-winding.html as failing on Linux and
     78        Windows.
     79
     80        * platform/chromium/test_expectations.txt:
     81
     822010-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
     83
     84        Because of r71945, events from shadow DOM elements now bubble correctly
     85        unless handled, which trips over the old issue in GTK.
     86        https://bugs.webkit.org/show_bug.cgi?id=40601
     87
     88        * platform/gtk/Skipped: Added media/controls-right-click-on-timebar.html.
     89
     902010-11-12  Mihai Parparita  <mihaip@chromium.org>
     91
     92        Unreviewed Chromium expectations update.
     93       
     94        Fix typo.
     95
     96        * platform/chromium/test_expectations.txt:
     97
     982010-11-12  Mihai Parparita  <mihaip@chromium.org>
     99
     100        Unreviewed Chromium expectations update.
     101       
     102        Mark some more tests as flaky.
     103
     104        * platform/chromium/test_expectations.txt:
     105
     1062010-11-12  Helder Correia  <helder@sencha.com>
     107
     108        Reviewed by Andreas Kling.
     109
     110        [Qt] Path::addArc() does not set right angle direction on full arcs
     111        https://bugs.webkit.org/show_bug.cgi?id=49138
     112
     113        New test for nonzero winding rule correctness for full arc paths.
     114
     115        * fast/canvas/canvas-arc-360-winding-expected.txt: Added.
     116        * fast/canvas/canvas-arc-360-winding.html: Added.
     117        * fast/canvas/script-tests/canvas-arc-360-winding.js: Added.
     118
     1192010-11-05  Dimitri Glazkov  <dglazkov@chromium.org>
     120
     121        Reviewed by Darin Adler.
     122
     123        Implement shadow DOM-aware event targeting and introduce EventContext to track the context of each event dispatch.
     124        https://bugs.webkit.org/show_bug.cgi?id=46015
     125
     126        Added more test coverage around events crossing shadow DOM boundaries and tweaked existing tests.
     127
     128        * fast/events/shadow-boundary-crossing-2-expected.txt: Added.
     129        * fast/events/shadow-boundary-crossing-2.html: Added.
     130        * fast/events/shadow-boundary-crossing.html: Tuned to better reflect its point:
     131            the event should indeed fire (it used to be swallowed), but its target
     132            should be a non-shadow node.
     133        * media/audio-delete-while-slider-thumb-clicked.html :  Tweaked to actually click on
     134            the scrubber thumb (it was off by 2 pixels).
     135
     1362010-11-12  Mihai Parparita  <mihaip@chromium.org>
     137
     138        Unreviewed Chromium expectations update.
     139       
     140        Mark http/tests/media/video-cookie.html as flaky.
     141
     142        * platform/chromium/test_expectations.txt:
     143
     1442010-11-12  Tony Chang  <tony@chromium.org>
     145
     146        Reviewed by Kent Tamura.
     147
     148        [chromium] Load a blank page when closing DRT WebViewHosts
     149        https://bugs.webkit.org/show_bug.cgi?id=49417
     150
     151        * platform/chromium/drt_expectations.txt: Fix 2 tests in DRT.
     152
     1532010-11-12  Mihai Parparita  <mihaip@chromium.org>
     154
     155        Unreviewed Chromium rebaseline.
     156       
     157        Accumulated rebaselines that were missed due to lots of tests having
     158        expected failures because of bug 48634.
     159
     160        * platform/chromium-linux/fast/css/input-search-padding-expected.checksum: Added.
     161        * platform/chromium-linux/fast/css/input-search-padding-expected.png: Added.
     162        * platform/chromium-linux/fast/css/input-search-padding-expected.txt: Added.
     163        * platform/chromium-mac/fast/css/input-search-padding-expected.checksum: Added.
     164        * platform/chromium-mac/fast/css/input-search-padding-expected.png: Added.
     165        * platform/chromium-mac/fast/lists/markers-in-selection-expected.checksum: Added.
     166        * platform/chromium-mac/fast/lists/markers-in-selection-expected.png:
     167        * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum:
     168        * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png:
     169        * platform/chromium-win/fast/css/input-search-padding-expected.checksum: Added.
     170        * platform/chromium-win/fast/css/input-search-padding-expected.png: Added.
     171        * platform/chromium-win/fast/css/input-search-padding-expected.txt: Added.
     172        * platform/chromium/test_expectations.txt:
     173
     1742010-11-10  Abhishek Arya  <inferno@chromium.org>
     175
     176        Reviewed by Adam Barth.
     177
     178        Check that drag and drop is not allowed across different origins.
     179        https://bugs.webkit.org/show_bug.cgi?id=49098
     180 
     181        * http/tests/security/drag-drop-different-origin-expected.txt: Added.
     182        * http/tests/security/drag-drop-different-origin.html: Added.
     183        * http/tests/security/resources/drag-drop.html: Added.
     184
     1852010-11-12  Mihai Parparita  <mihaip@chromium.org>
     186
     187        Unreviewed Chromium expectations update.
     188       
     189        Now that we know better what is causing bug bug 48634, we can just
     190        skip fast/images/size-failure.html instead of the 100+ tests that follow
     191        it.
     192       
     193        * platform/chromium/test_expectations.txt:
     194
     1952010-11-12  Justin Schuh  <jschuh@chromium.org>
     196
     197        Reviewed by Adam Barth.
     198
     199        Use a RefPtr inside ContainerNode::willRemove loop
     200        https://bugs.webkit.org/show_bug.cgi?id=49237
     201
     202        * fast/innerHTML/innerHTML-iframe-expected.txt: Added.
     203        * fast/innerHTML/innerHTML-iframe.html: Added.
     204
     2052010-11-12  Yael Aharon  <yael.aharon@nokia.com>
     206
     207        Reviewed by Antonio Gomes.
     208
     209        Spatial Navigation: Need better way to control size of content in tests.
     210        https://bugs.webkit.org/show_bug.cgi?id=49398
     211
     212        Add an image and use it in a layout test to define fixed size for all ports.
     213        This also fixes https://bugs.webkit.org/show_bug.cgi?id=43030
     214
     215        * fast/events/spatial-navigation/resources/green.png: Added.
     216        * fast/events/spatial-navigation/snav-clipped-overflowed-content-expected.txt:
     217        * fast/events/spatial-navigation/snav-clipped-overflowed-content.html:
     218        * platform/qt/Skipped:
     219
     2202010-11-12  Adam Roben  <aroben@apple.com>
     221
     222        Skip a timing-out test on Windows XP
     223
     224        * platform/win-xp/Skipped: Added. Skip
     225        fast/workers/storage/change-version-handle-reuse-worker.html.
     226
     2272010-11-12  Adam Roben  <aroben@apple.com>
     228
     229        Land new Windows results for tests added in r71851
     230
     231        * platform/win/fast/repaint/japanese-rl-selection-clear-expected.checksum: Added.
     232        * platform/win/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
     233        * platform/win/fast/repaint/japanese-rl-selection-clear-expected.txt: Added.
     234        * platform/win/fast/repaint/japanese-rl-selection-repaint-expected.checksum: Added.
     235        * platform/win/fast/repaint/japanese-rl-selection-repaint-expected.png: Added.
     236        * platform/win/fast/repaint/japanese-rl-selection-repaint-expected.txt: Added.
     237
     2382010-11-12  Marcus Bulach  <bulach@chromium.org>
     239
     240        Not reviewed, Chromium test expectation update.
     241
     242        Update chromium baselines for svg following r71908 (missed mac in r71910).
     243        https://bugs.webkit.org/show_bug.cgi?id=49447
     244
     245        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.checksum: Added.
     246        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
     247        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.checksum: Added.
     248        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
     249        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.checksum: Added.
     250        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
     251        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.checksum: Added.
     252        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
     253        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.checksum: Added.
     254        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
     255        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.checksum: Added.
     256        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
     257        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.checksum: Added.
     258        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
     259        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.checksum: Added.
     260        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
     261        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.checksum: Added.
     262        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
     263        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.checksum: Added.
     264        * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
     265
     2662010-11-12  Andrey Kosyakov  <caseq@chromium.org>
     267
     268        Reviewed by Yury Semikhatsky.
     269
     270        Web Inspector: [Extensions API] [refactoring] generate public API interfaces automatically
     271        Adjusting the order of properties in API interfaces dumps in the expectations.
     272        https://bugs.webkit.org/show_bug.cgi?id=49441
     273
     274        * inspector/extensions-api-expected.txt:
     275        * inspector/extensions-audits-api-expected.txt:
     276        * inspector/extensions-expected.txt:
     277
     2782010-11-12  Marcus Bulach  <bulach@chromium.org>
     279
     280        Not reviewed, Chromium test expectation update.
     281
     282        Update chromium baselines for svg following r71908
     283        https://bugs.webkit.org/show_bug.cgi?id=49440
     284
     285        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.checksum: Added.
     286        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
     287        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.checksum: Added.
     288        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
     289        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.checksum: Added.
     290        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
     291        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.checksum: Added.
     292        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
     293        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.checksum: Added.
     294        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
     295        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.checksum: Added.
     296        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
     297        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.checksum: Added.
     298        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
     299        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.checksum: Added.
     300        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
     301        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.checksum: Added.
     302        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
     303        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.checksum: Added.
     304        * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
     305        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.checksum: Added.
     306        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
     307        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.checksum: Added.
     308        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
     309        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.checksum: Added.
     310        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
     311        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.checksum: Added.
     312        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
     313        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.checksum: Added.
     314        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
     315        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.checksum: Added.
     316        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
     317        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.checksum: Added.
     318        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
     319        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.checksum: Added.
     320        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
     321        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.checksum: Added.
     322        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
     323        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.checksum: Added.
     324        * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
     325
     3262010-11-12  Renata Hodovan  <reni@webkit.org>
     327
     328        Reviewed by Nikolas Zimmermann.
     329
     330        SVGFEDisplacementMapElement doesn't support dynamic invalidation, when attributes change.
     331        https://bugs.webkit.org/show_bug.cgi?id=49430
     332
     333        Adding layout tests for feDisplacementMap dynamic changes.
     334
     335        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.checksum: Added.
     336        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
     337        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.checksum: Added.
     338        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
     339        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.checksum: Added.
     340        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
     341        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.checksum: Added.
     342        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
     343        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.checksum: Added.
     344        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
     345        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.checksum: Added.
     346        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
     347        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.checksum: Added.
     348        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
     349        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.checksum: Added.
     350        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
     351        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.checksum: Added.
     352        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
     353        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.checksum: Added.
     354        * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
     355        * svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.txt: Added.
     356        * svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr.html: Added.
     357        * svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.txt: Added.
     358        * svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr.html: Added.
     359        * svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.txt: Added.
     360        * svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr.html: Added.
     361        * svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.txt: Added.
     362        * svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr.html: Added.
     363        * svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.txt: Added.
     364        * svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr.html: Added.
     365        * svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.txt: Added.
     366        * svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop.html: Added.
     367        * svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.txt: Added.
     368        * svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop.html: Added.
     369        * svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.txt: Added.
     370        * svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop.html: Added.
     371        * svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.txt: Added.
     372        * svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop.html: Added.
     373        * svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.txt: Added.
     374        * svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop.html: Added.
     375        * svg/dynamic-updates/script-tests/SVGFEDisplacementMapElement-dom-in-attr.js: Added.
     376        (executeTest):
     377        * svg/dynamic-updates/script-tests/SVGFEDisplacementMapElement-dom-in2-attr.js: Added.
     378        (executeTest):
     379        * svg/dynamic-updates/script-tests/SVGFEDisplacementMapElement-dom-scale-attr.js: Added.
     380        (executeTest):
     381        * svg/dynamic-updates/script-tests/SVGFEDisplacementMapElement-dom-xChannelSelector-attr.js: Added.
     382        (executeTest):
     383        * svg/dynamic-updates/script-tests/SVGFEDisplacementMapElement-dom-yChannelSelector-attr.js: Added.
     384        (executeTest):
     385        * svg/dynamic-updates/script-tests/SVGFEDisplacementMapElement-svgdom-in-prop.js: Added.
     386        (executeTest):
     387        * svg/dynamic-updates/script-tests/SVGFEDisplacementMapElement-svgdom-in2-prop.js: Added.
     388        (executeTest):
     389        * svg/dynamic-updates/script-tests/SVGFEDisplacementMapElement-svgdom-scale-prop.js: Added.
     390        (executeTest):
     391        * svg/dynamic-updates/script-tests/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop.js: Added.
     392        (executeTest):
     393        * svg/dynamic-updates/script-tests/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop.js: Added.
     394        (executeTest):
     395
     3962010-11-12  Marcus Bulach  <bulach@chromium.org>
     397
     398        Not reviewed, Chromium test expectation update.
     399
     400        Updates test expectations for chromium following r71886
     401        https://bugs.webkit.org/show_bug.cgi?id=49436
     402
     403        Temporarily disables editing/selection/context-menu-on-text.html until we fix test_shell.
     404
     405        * platform/chromium/test_expectations.txt:
     406
     4072010-11-12  Ryosuke Niwa  <rniwa@webkit.org>
     408
     409        Reviewed by Csaba Osztrogonác.
     410
     411        [qt] script-clone tests added in r71895 fails on qt platform
     412        https://bugs.webkit.org/show_bug.cgi?id=49429
     413
     414        Enabled fast/dom/script-clone-rerun-self.html and fast/dom/script-clone-rerun.html
     415
     416        * platform/qt/Skipped:
     417
     4182010-11-11  Ryosuke Niwa  <rniwa@webkit.org>
     419
     420        Unreviewed. Disable SVG tests added by r71895 because Qt has its own XML parser,
     421        and it needs to be fixed separately.
     422
     423        * platform/qt/Skipped:
     424
     4252010-11-11  Ryosuke Niwa  <rniwa@webkit.org>
     426
     427        Reviewed by Darin Adler.
     428
     429        Script runs more than once after a clone
     430        https://bugs.webkit.org/show_bug.cgi?id=48966
     431
     432        Added tests to ensure WebKit does not evaluate the script of a clone of
     433        a script element that has already been evaluated (has already started).
     434
     435        See also: http://www.whatwg.org/specs/web-apps/current-work/#already-started
     436
     437        * fast/dom/script-clone-rerun-expected.txt: Added.
     438        * fast/dom/script-clone-rerun-self-expected.txt: Added.
     439        * fast/dom/script-clone-rerun-self.html: Added.
     440        * fast/dom/script-clone-rerun.html: Added.
     441        * svg/dom/SVGScriptElement/script-clone-rerun-expected.txt: Added.
     442        * svg/dom/SVGScriptElement/script-clone-rerun-self-expected.txt: Added.
     443        * svg/dom/SVGScriptElement/script-clone-rerun-self.svg: Added.
     444        * svg/dom/SVGScriptElement/script-clone-rerun.svg: Added.
     445
     4462010-11-11  Mihai Parparita  <mihaip@chromium.org>
     447
     448        Unreviewed Chromium rebaseline.
     449       
     450        Rebaseline css2.1/t1204-order-01-d.html after r71882 (new Chromium
     451        baselines match the updated mac one)
     452
     453        * platform/chromium-linux/css2.1/t1204-order-01-d-expected.checksum:
     454        * platform/chromium-linux/css2.1/t1204-order-01-d-expected.png:
     455        * platform/chromium-mac/css2.1/t1204-order-01-d-expected.checksum: Added.
     456        * platform/chromium-mac/css2.1/t1204-order-01-d-expected.png: Added.
     457        * platform/chromium-win/css2.1/t1204-order-01-d-expected.checksum:
     458        * platform/chromium-win/css2.1/t1204-order-01-d-expected.png:
     459        * platform/chromium-win/css2.1/t1204-order-01-d-expected.txt:
     460
     4612010-11-11  Joone Hur  <joone@kldp.org>
     462
     463        Reviewed by Antonio Gomes.
     464
     465        [GTK][DRT] Implement LayoutTestController::nodesFromRect
     466        https://bugs.webkit.org/show_bug.cgi?id=46598
     467
     468        Unskip fast/dom/nodesFromRect-basic.html on Gtk+.
     469
     470        * platform/gtk/Skipped:
     471
     4722010-11-11  James Simonsen  <simonjam@chromium.org>
     473
     474        Reviewed by Tony Chang.
     475
     476        [chromium] Support letter spacing and fix whitespace wrapping on linux
     477
     478        When lines wrapped on RTL text, the whitespace was inserted before
     479        the first character on the new line instead of at the end of the
     480        previous line. This has been fixed.
     481
     482        The missing cluster information needed for letter spacing was hidden in
     483        harfbuzz's attributes struct.
     484
     485        https://bugs.webkit.org/show_bug.cgi?id=49405
     486
     487        * platform/chromium-linux/fast/text/atsui-spacing-features-expected.checksum: Rebaselined.
     488        * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png: Ditto.
     489        * platform/chromium-linux/fast/text/atsui-spacing-features-expected.txt: Ditto.
     490
     4912010-11-11  MORITA Hajime  <morrita@google.com>
     492
     493        Reviewed by Kent Tamura.
     494
     495        editing/selection/context-menu-on-text.html fails on chromium
     496        https://bugs.webkit.org/show_bug.cgi?id=45898
     497
     498        * platform/chromium/test_expectations.txt: Unskipped context-menu-on-text.html
     499
     5002010-11-11  Nate Chapin  <japhet@chromium.org>
     501
     502        Reviewed by Antti Koivisto.
     503
     504        Test update for https://bugs.webkit.org/show_bug.cgi?id=49351,
     505        the timing of willSendRequest() calls will be slightly different.
     506
     507        * platform/mac/security/block-test-expected.txt:
     508
     5092010-11-11  Carol Szabo <carol.szabo@nokia.com>
     510
     511        Reviewed by Kent Tamura.
     512
     513        css2:order of counters in out-of flow content
     514        https://bugs.webkit.org/show_bug.cgi?id=32412
     515
     516        * fast/css/content: Added.
     517        * fast/css/content/content-none-expected.txt: Added.
     518        * fast/css/content/content-none.html: Added.
     519        * fast/css/content/content-normal-expected.txt: Added.
     520        * fast/css/content/content-normal.html: Added.
     521        Added to provide portable tests for the "content" CSS property.
     522        * platform/mac/css2.1/t1204-order-01-d-expected.checksum:
     523        * platform/mac/css2.1/t1204-order-01-d-expected.png:
     524        * platform/mac/css2.1/t1204-order-01-d-expected.txt:
     525        Changed because the existing content was bad, but matching the
     526        existing bug that this patch fixes.
     527
     5282010-11-11  Chang Shu  <chang.shu@nokia.com>
     529
     530        Reviewed by Antonio Gomes.
     531
     532        [GTK] Unskip tests that are passing now.
     533        fast/events/spatial-navigation/snav-input.html
     534        fast/events/spatial-navigation/snav-textarea.html
     535        https://bugs.webkit.org/show_bug.cgi?id=49056
     536
     537        * platform/gtk/Skipped:
     538
     5392010-11-11  Julie-Jeongeun-Kim  <jiyuluna@gmail.com>
     540
     541        Reviewed by Kent Tamura.
     542
     543        SelectionStart, selectionEnd properties return wrong values when the selection is in a read-only input or textarea element
     544        https://bugs.webkit.org/show_bug.cgi?id=25444
     545
     546        * fast/forms/selection-start-end-readonly-expected.txt: Added.
     547        * fast/forms/selection-start-end-readonly.html: Added.
     548
     5492010-11-11  Mihai Parparita  <mihaip@chromium.org>
     550
     551        Unreviewed Chromium rebaseline.
     552       
     553        Missed a chromium-mac baseline in r71869 (for r71851).
     554
     555        * platform/chromium-mac/fast/repaint/box-shadow-h-expected.checksum: Added.
     556        * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png: Added.
     557
     5582010-11-11  Mihai Parparita  <mihaip@chromium.org>
     559
     560        Unreviewed Chromium rebaseline.
     561       
     562        Restore baseline that r71870 deleted, Chromium Windows and Linux still
     563        have the old behavior.
     564
     565        * platform/chromium-win/fast/text/justification-padding-mid-word-expected.txt: Added.
     566
     5672010-11-11  Mihai Parparita  <mihaip@chromium.org>
     568
     569        Unreviewed, fix bug number.
     570
     571        * platform/chromium/test_expectations.txt:
     572
     5732010-11-11  Dan Bernstein  <mitz@apple.com>
     574
     575        Reviewed by Darin Adler.
     576
     577        <rdar://problem/8657116> fast/text/justification-padding-mid-word.html fails on Windows
     578        https://bugs.webkit.org/show_bug.cgi?id=49378
     579
     580        * platform/win/fast/text/justification-padding-mid-word-expected.txt: Removed Windows-specific
     581        expected failure.
     582
     5832010-11-11  Mihai Parparita  <mihaip@chromium.org>
     584
     585        Unreviewed Chromium rebaseline.
     586       
     587        Update fast/repaint baselines after r71851. Add expected failure
     588        for fast/table/colspanMinWidth-vertical.html, which needs rebaselining
     589        upstream for the mac port too.
     590       
     591        * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.checksum: Added.
     592        * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
     593        * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.txt: Added.
     594        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.checksum: Added.
     595        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png: Added.
     596        * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.txt: Added.
     597        * platform/chromium-linux/fast/repaint/selection-rl-expected.checksum:
     598        * platform/chromium-linux/fast/repaint/selection-rl-expected.png:
     599        * platform/chromium-mac/fast/repaint/box-shadow-v-expected.checksum: Added.
     600        * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png: Added.
     601        * platform/chromium-mac/fast/repaint/flexible-box-overflow-expected.checksum: Added.
     602        * platform/chromium-mac/fast/repaint/flexible-box-overflow-expected.png: Added.
     603        * platform/chromium-mac/fast/repaint/flexible-box-overflow-horizontal-expected.checksum: Added.
     604        * platform/chromium-mac/fast/repaint/flexible-box-overflow-horizontal-expected.png: Added.
     605        * platform/chromium-mac/fast/repaint/focus-layers-expected.checksum: Added.
     606        * platform/chromium-mac/fast/repaint/focus-layers-expected.png: Added.
     607        * platform/chromium-mac/fast/repaint/inline-block-overflow-expected.checksum: Added.
     608        * platform/chromium-mac/fast/repaint/inline-block-overflow-expected.png: Added.
     609        * platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.checksum: Added.
     610        * platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
     611        * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.checksum: Added.
     612        * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.png: Added.
     613        * platform/chromium-mac/fast/repaint/layer-child-outline-expected.checksum: Added.
     614        * platform/chromium-mac/fast/repaint/layer-child-outline-expected.png: Added.
     615        * platform/chromium-mac/fast/repaint/layer-outline-expected.checksum: Added.
     616        * platform/chromium-mac/fast/repaint/layer-outline-expected.png: Added.
     617        * platform/chromium-mac/fast/repaint/layer-outline-horizontal-expected.checksum: Added.
     618        * platform/chromium-mac/fast/repaint/layer-outline-horizontal-expected.png: Added.
     619        * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Added.
     620        * platform/chromium-mac/fast/repaint/list-marker-expected.png: Added.
     621        * platform/chromium-mac/fast/repaint/selection-rl-expected.checksum:
     622        * platform/chromium-mac/fast/repaint/selection-rl-expected.png:
     623        * platform/chromium-mac/fast/repaint/text-shadow-expected.checksum: Added.
     624        * platform/chromium-mac/fast/repaint/text-shadow-expected.png: Added.
     625        * platform/chromium-mac/fast/repaint/text-shadow-horizontal-expected.checksum: Added.
     626        * platform/chromium-mac/fast/repaint/text-shadow-horizontal-expected.png: Added.
     627        * platform/chromium-win/fast/repaint/japanese-rl-selection-clear-expected.checksum: Added.
     628        * platform/chromium-win/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
     629        * platform/chromium-win/fast/repaint/japanese-rl-selection-clear-expected.txt: Added.
     630        * platform/chromium-win/fast/repaint/japanese-rl-selection-repaint-expected.checksum: Added.
     631        * platform/chromium-win/fast/repaint/japanese-rl-selection-repaint-expected.png: Added.
     632        * platform/chromium-win/fast/repaint/japanese-rl-selection-repaint-expected.txt: Added.
     633        * platform/chromium-win/fast/repaint/selection-rl-expected.checksum:
     634        * platform/chromium-win/fast/repaint/selection-rl-expected.png:
     635        * platform/chromium/test_expectations.txt:
     636
     6372010-11-10  Zhenyao Mo  <zmo@google.com>
     638
     639        Reviewed by Kenneth Russell.
     640
     641        bufferData/bufferSubData should not crash with null data input
     642        https://bugs.webkit.org/show_bug.cgi?id=49350
     643
     644        * fast/canvas/webgl/buffer-data-array-buffer-expected.txt:
     645        * fast/canvas/webgl/buffer-data-array-buffer.html: test the null data input cases.
     646
     6472010-11-11  Zhenyao Mo  <zmo@google.com>
     648
     649        Unreviewed, build fix, update test results.
     650
     651        * fast/canvas/webgl/texture-transparent-pixels-initialized-expected.txt:
     652
     6532010-11-11  Jon Honeycutt  <jhoneycutt@apple.com>
     654
     655        Add a flaky test to the Windows skipped list.
     656
     657        * platform/win/Skipped:
     658
     6592010-11-10  Zhenyao Mo  <zmo@google.com>
     660
     661        Reviewed by Kenneth Russell.
     662
     663        Implement UNPACK_COLORSPACE_CONVERSION_WEBGL
     664        https://bugs.webkit.org/show_bug.cgi?id=47196
     665
     666        This is the first patch for this bug.  We add constants and methods, but haven't hooked it up with texture uploading yet.  Also, in order to check in constants.html, we need to remove out-dated constants, and update affected tests correspondingly.
     667
     668        * fast/canvas/webgl/constants-expected.txt: Added.
     669        * fast/canvas/webgl/constants.html: Added.
     670        * fast/canvas/webgl/copy-tex-image-and-sub-image-2d-expected.txt:
     671        * fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html: Update due to removal of TRUE/FALSE.
     672        * fast/canvas/webgl/texture-transparent-pixels-initialized-expected.txt:
     673        * fast/canvas/webgl/texture-transparent-pixels-initialized.html: Ditto.
     674        * fast/canvas/webgl/webgl-specific-expected.txt:
     675        * fast/canvas/webgl/webgl-specific.html: Add test cases for UNPACK_COLORSPACE_CONVERSION_WEBGL.
     676
     6772010-11-11  Mihai Parparita  <mihaip@chromium.org>
     678
     679        Unreviewed Chromium expectation update:
     680       
     681        - fast/selectors/001.html is flaky under release too
     682        - svg/animations/animate-text-nested-transforms.html is flaky
     683       
     684        DRT:
     685        - Add more crashy/flaky media tests
     686        - Add flaky SVG tests
     687        - fast/selectors/001.html is flaky for all platforms
     688
     689        * platform/chromium/drt_expectations.txt:
     690        * platform/chromium/test_expectations.txt:
     691
     6922010-11-11  David Hyatt  <hyatt@apple.com>
     693
     694        Reviewed by Simon Fraser.
     695
     696        https://bugs.webkit.org/show_bug.cgi?id=48664
     697       
     698        Make repaint invalidation work with flipped blocks ("rl" and "bt" writing modes).
     699       
     700        This patch disables the layout state for flipped blocks, since the paint offset isn't right.
     701       
     702        Bugs in the overflow sides for lines have been fixed.  before/AfterSideVisible/LayoutOverflowForLine
     703        now respect flipping (and don't incorrectly change sides).  This is a very confusing aspect of
     704        the overflow stuff (and at some point we should consider renaming top/left/right/bottom since they
     705        aren't physical).
     706       
     707        offsetFromContainer and mapLocalToContainer remain physical and refer to the top left offset.
     708        This means at every step up you convert to the correct physical coordinate.  It also means these
     709        functions will be unreliable during layout for flipped blocks.  At first glance, this seems to be
     710        more or less ok.
     711       
     712        computeRectForRepaint now delays flipping conversions until you cross a writing-mode boundary.  This
     713        allows for documents to be fully flipped and repaint during layout can still be reliable.  This is
     714        critical for incremental line layout repainting.
     715       
     716        Added new tests in fast/repaint and also rebaselined the tests in that directory because I'm tired
     717        of all the stale results and failures.
     718
     719        * fast/repaint/japanese-rl-selection-clear.html: Added.
     720        * fast/repaint/japanese-rl-selection-repaint.html: Added.
     721        * fast/repaint/repaint-svg-after-style-change-expected.png:
     722        * platform/mac/fast/repaint/4774354-expected.checksum:
     723        * platform/mac/fast/repaint/4774354-expected.png:
     724        * platform/mac/fast/repaint/4776765-expected.checksum:
     725        * platform/mac/fast/repaint/4776765-expected.png:
     726        * platform/mac/fast/repaint/background-generated-expected.checksum:
     727        * platform/mac/fast/repaint/background-generated-expected.png:
     728        * platform/mac/fast/repaint/background-misaligned-expected.png:
     729        * platform/mac/fast/repaint/backgroundSizeRepaint-expected.checksum:
     730        * platform/mac/fast/repaint/backgroundSizeRepaint-expected.png:
     731        * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum:
     732        * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.png:
     733        * platform/mac/fast/repaint/block-no-inflow-children-expected.checksum:
     734        * platform/mac/fast/repaint/block-no-inflow-children-expected.png:
     735        * platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.checksum:
     736        * platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
     737        * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
     738        * platform/mac/fast/repaint/border-fit-lines-expected.checksum:
     739        * platform/mac/fast/repaint/border-fit-lines-expected.png:
     740        * platform/mac/fast/repaint/border-radius-repaint-expected.checksum:
     741        * platform/mac/fast/repaint/border-radius-repaint-expected.png:
     742        * platform/mac/fast/repaint/border-repaint-glitch-expected.checksum:
     743        * platform/mac/fast/repaint/border-repaint-glitch-expected.png:
     744        * platform/mac/fast/repaint/box-shadow-dynamic-expected.checksum:
     745        * platform/mac/fast/repaint/box-shadow-dynamic-expected.png:
     746        * platform/mac/fast/repaint/box-shadow-h-expected.checksum:
     747        * platform/mac/fast/repaint/box-shadow-h-expected.png:
     748        * platform/mac/fast/repaint/box-shadow-v-expected.checksum:
     749        * platform/mac/fast/repaint/box-shadow-v-expected.png:
     750        * platform/mac/fast/repaint/bugzilla-3509-expected.checksum:
     751        * platform/mac/fast/repaint/bugzilla-3509-expected.png:
     752        * platform/mac/fast/repaint/bugzilla-5699-expected.checksum:
     753        * platform/mac/fast/repaint/bugzilla-5699-expected.png:
     754        * platform/mac/fast/repaint/bugzilla-6278-expected.checksum:
     755        * platform/mac/fast/repaint/bugzilla-6278-expected.png:
     756        * platform/mac/fast/repaint/bugzilla-6388-expected.checksum:
     757        * platform/mac/fast/repaint/bugzilla-6388-expected.png:
     758        * platform/mac/fast/repaint/bugzilla-6473-expected.checksum:
     759        * platform/mac/fast/repaint/bugzilla-6473-expected.png:
     760        * platform/mac/fast/repaint/bugzilla-7235-expected.checksum:
     761        * platform/mac/fast/repaint/bugzilla-7235-expected.png:
     762        * platform/mac/fast/repaint/button-spurious-layout-hint-expected.png:
     763        * platform/mac/fast/repaint/caret-outside-block-expected.checksum:
     764        * platform/mac/fast/repaint/caret-outside-block-expected.png:
     765        * platform/mac/fast/repaint/change-transform-expected.checksum:
     766        * platform/mac/fast/repaint/change-transform-expected.png:
     767        * platform/mac/fast/repaint/clip-with-layout-delta-expected.png:
     768        * platform/mac/fast/repaint/clipped-relative-expected.checksum:
     769        * platform/mac/fast/repaint/clipped-relative-expected.png:
     770        * platform/mac/fast/repaint/containing-block-position-change-expected.checksum:
     771        * platform/mac/fast/repaint/containing-block-position-change-expected.png:
     772        * platform/mac/fast/repaint/content-into-overflow-expected.png:
     773        * platform/mac/fast/repaint/continuation-after-outline-expected.checksum:
     774        * platform/mac/fast/repaint/continuation-after-outline-expected.png:
     775        * platform/mac/fast/repaint/control-clip-expected.checksum:
     776        * platform/mac/fast/repaint/control-clip-expected.png:
     777        * platform/mac/fast/repaint/create-layer-repaint-expected.checksum:
     778        * platform/mac/fast/repaint/create-layer-repaint-expected.png:
     779        * platform/mac/fast/repaint/delete-into-nested-block-expected.checksum:
     780        * platform/mac/fast/repaint/delete-into-nested-block-expected.png:
     781        * platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.checksum:
     782        * platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
     783        * platform/mac/fast/repaint/erase-overflow-expected.png:
     784        * platform/mac/fast/repaint/fixed-expected.checksum:
     785        * platform/mac/fast/repaint/fixed-expected.png:
     786        * platform/mac/fast/repaint/flexible-box-overflow-expected.checksum:
     787        * platform/mac/fast/repaint/flexible-box-overflow-expected.png:
     788        * platform/mac/fast/repaint/flexible-box-overflow-horizontal-expected.checksum:
     789        * platform/mac/fast/repaint/flexible-box-overflow-horizontal-expected.png:
     790        * platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.png:
     791        * platform/mac/fast/repaint/float-move-during-layout-expected.checksum:
     792        * platform/mac/fast/repaint/float-move-during-layout-expected.png:
     793        * platform/mac/fast/repaint/float-new-in-block-expected.png:
     794        * platform/mac/fast/repaint/float-overflow-expected.png:
     795        * platform/mac/fast/repaint/float-overflow-right-expected.png:
     796        * platform/mac/fast/repaint/focus-layers-expected.checksum:
     797        * platform/mac/fast/repaint/focus-layers-expected.png:
     798        * platform/mac/fast/repaint/focus-ring-expected.png:
     799        * platform/mac/fast/repaint/inline-block-overflow-expected.checksum:
     800        * platform/mac/fast/repaint/inline-block-overflow-expected.png:
     801        * platform/mac/fast/repaint/inline-block-resize-expected.png:
     802        * platform/mac/fast/repaint/inline-color-change-expected.checksum:
     803        * platform/mac/fast/repaint/inline-color-change-expected.png:
     804        * platform/mac/fast/repaint/inline-outline-repaint-expected.checksum:
     805        * platform/mac/fast/repaint/inline-outline-repaint-expected.png:
     806        * platform/mac/fast/repaint/intermediate-layout-position-clip-expected.png:
     807        * platform/mac/fast/repaint/intermediate-layout-position-expected.png:
     808        * platform/mac/fast/repaint/invisible-objects-expected.png:
     809        * platform/mac/fast/repaint/japanese-rl-selection-clear-expected.checksum: Added.
     810        * platform/mac/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
     811        * platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt: Added.
     812        * platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.checksum: Added.
     813        * platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.png: Added.
     814        * platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.txt: Added.
     815        * platform/mac/fast/repaint/layer-child-outline-expected.checksum:
     816        * platform/mac/fast/repaint/layer-child-outline-expected.png:
     817        * platform/mac/fast/repaint/layer-full-repaint-expected.png:
     818        * platform/mac/fast/repaint/layer-hide-when-needs-layout-expected.png:
     819        * platform/mac/fast/repaint/layer-outline-expected.checksum:
     820        * platform/mac/fast/repaint/layer-outline-expected.png:
     821        * platform/mac/fast/repaint/layer-outline-horizontal-expected.checksum:
     822        * platform/mac/fast/repaint/layer-outline-horizontal-expected.png:
     823        * platform/mac/fast/repaint/layer-visibility-expected.png:
     824        * platform/mac/fast/repaint/layout-state-only-positioned-expected.png:
     825        * platform/mac/fast/repaint/layout-state-relative-expected.checksum:
     826        * platform/mac/fast/repaint/layout-state-relative-expected.png:
     827        * platform/mac/fast/repaint/layout-state-scrolloffset-expected.checksum:
     828        * platform/mac/fast/repaint/layout-state-scrolloffset-expected.png:
     829        * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.checksum:
     830        * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.png:
     831        * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.checksum:
     832        * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.png:
     833        * platform/mac/fast/repaint/line-overflow-expected.checksum:
     834        * platform/mac/fast/repaint/line-overflow-expected.png:
     835        * platform/mac/fast/repaint/lines-with-layout-delta-expected.checksum:
     836        * platform/mac/fast/repaint/lines-with-layout-delta-expected.png:
     837        * platform/mac/fast/repaint/list-marker-2-expected.checksum:
     838        * platform/mac/fast/repaint/list-marker-2-expected.png:
     839        * platform/mac/fast/repaint/list-marker-expected.checksum:
     840        * platform/mac/fast/repaint/list-marker-expected.png:
     841        * platform/mac/fast/repaint/make-children-non-inline-expected.checksum:
     842        * platform/mac/fast/repaint/make-children-non-inline-expected.png:
     843        * platform/mac/fast/repaint/moving-shadow-on-container-expected.checksum:
     844        * platform/mac/fast/repaint/moving-shadow-on-container-expected.png:
     845        * platform/mac/fast/repaint/moving-shadow-on-path-expected.checksum:
     846        * platform/mac/fast/repaint/moving-shadow-on-path-expected.png:
     847        * platform/mac/fast/repaint/multicol-repaint-expected.checksum:
     848        * platform/mac/fast/repaint/multicol-repaint-expected.png:
     849        * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.checksum:
     850        * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.png:
     851        * platform/mac/fast/repaint/outline-child-repaint-expected.checksum:
     852        * platform/mac/fast/repaint/outline-child-repaint-expected.png:
     853        * platform/mac/fast/repaint/outline-inset-expected.png:
     854        * platform/mac/fast/repaint/outline-repaint-glitch-expected.checksum:
     855        * platform/mac/fast/repaint/outline-repaint-glitch-expected.png:
     856        * platform/mac/fast/repaint/outline-shrinking-expected.checksum:
     857        * platform/mac/fast/repaint/outline-shrinking-expected.png:
     858        * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.png:
     859        * platform/mac/fast/repaint/overflow-delete-line-expected.checksum:
     860        * platform/mac/fast/repaint/overflow-delete-line-expected.png:
     861        * platform/mac/fast/repaint/overflow-into-content-expected.png:
     862        * platform/mac/fast/repaint/overflow-outline-repaint-expected.checksum:
     863        * platform/mac/fast/repaint/overflow-outline-repaint-expected.png:
     864        * platform/mac/fast/repaint/overflow-scroll-body-appear-expected.checksum:
     865        * platform/mac/fast/repaint/overflow-scroll-body-appear-expected.png:
     866        * platform/mac/fast/repaint/overflow-scroll-delete-expected.checksum:
     867        * platform/mac/fast/repaint/overflow-scroll-delete-expected.png:
     868        * platform/mac/fast/repaint/reflection-redraw-expected.checksum:
     869        * platform/mac/fast/repaint/reflection-redraw-expected.png:
     870        * platform/mac/fast/repaint/reflection-repaint-test-expected.png:
     871        * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
     872        * platform/mac/fast/repaint/repaint-resized-overflow-expected.checksum:
     873        * platform/mac/fast/repaint/repaint-resized-overflow-expected.png:
     874        * platform/mac/fast/repaint/search-field-cancel-expected.checksum:
     875        * platform/mac/fast/repaint/search-field-cancel-expected.png:
     876        * platform/mac/fast/repaint/selected-replaced-expected.checksum:
     877        * platform/mac/fast/repaint/selected-replaced-expected.png:
     878        * platform/mac/fast/repaint/selection-after-delete-expected.checksum:
     879        * platform/mac/fast/repaint/selection-after-delete-expected.png:
     880        * platform/mac/fast/repaint/selection-after-remove-expected.checksum:
     881        * platform/mac/fast/repaint/selection-after-remove-expected.png:
     882        * platform/mac/fast/repaint/selection-clear-expected.checksum:
     883        * platform/mac/fast/repaint/selection-clear-expected.png:
     884        * platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.checksum:
     885        * platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.png:
     886        * platform/mac/fast/repaint/selection-rl-expected.checksum:
     887        * platform/mac/fast/repaint/selection-rl-expected.png:
     888        * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
     889        * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
     890        * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
     891        * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
     892        * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
     893        * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
     894        * platform/mac/fast/repaint/stacked-diacritics-expected.checksum:
     895        * platform/mac/fast/repaint/stacked-diacritics-expected.png:
     896        * platform/mac/fast/repaint/static-to-positioned-expected.checksum:
     897        * platform/mac/fast/repaint/static-to-positioned-expected.png:
     898        * platform/mac/fast/repaint/subtree-root-clip-2-expected.png:
     899        * platform/mac/fast/repaint/subtree-root-clip-3-expected.png:
     900        * platform/mac/fast/repaint/subtree-root-clip-expected.png:
     901        * platform/mac/fast/repaint/subtree-root-skipped-expected.checksum:
     902        * platform/mac/fast/repaint/subtree-root-skipped-expected.png:
     903        * platform/mac/fast/repaint/table-cell-collapsed-border-expected.checksum:
     904        * platform/mac/fast/repaint/table-cell-collapsed-border-expected.png:
     905        * platform/mac/fast/repaint/table-cell-move-expected.checksum:
     906        * platform/mac/fast/repaint/table-cell-move-expected.png:
     907        * platform/mac/fast/repaint/table-cell-vertical-overflow-expected.png:
     908        * platform/mac/fast/repaint/table-col-background-expected.png:
     909        * platform/mac/fast/repaint/table-collapsed-border-expected.checksum:
     910        * platform/mac/fast/repaint/table-collapsed-border-expected.png:
     911        * platform/mac/fast/repaint/table-extra-bottom-grow-expected.checksum:
     912        * platform/mac/fast/repaint/table-extra-bottom-grow-expected.png:
     913        * platform/mac/fast/repaint/table-outer-border-expected.png:
     914        * platform/mac/fast/repaint/table-row-expected.png:
     915        * platform/mac/fast/repaint/table-section-overflow-expected.png:
     916        * platform/mac/fast/repaint/table-section-repaint-expected.png:
     917        * platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.png:
     918        * platform/mac/fast/repaint/text-append-dirty-lines-expected.checksum:
     919        * platform/mac/fast/repaint/text-append-dirty-lines-expected.png:
     920        * platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.checksum:
     921        * platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
     922        * platform/mac/fast/repaint/text-selection-rect-in-overflow-expected.checksum:
     923        * platform/mac/fast/repaint/text-selection-rect-in-overflow-expected.png:
     924        * platform/mac/fast/repaint/text-shadow-expected.checksum:
     925        * platform/mac/fast/repaint/text-shadow-expected.png:
     926        * platform/mac/fast/repaint/text-shadow-horizontal-expected.checksum:
     927        * platform/mac/fast/repaint/text-shadow-horizontal-expected.png:
     928        * platform/mac/fast/repaint/transform-absolute-child-expected.png:
     929        * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.checksum:
     930        * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.png:
     931        * platform/mac/fast/repaint/transform-disable-layoutstate-expected.png:
     932        * platform/mac/fast/repaint/transform-layout-repaint-expected.png:
     933        * platform/mac/fast/repaint/transform-relative-position-expected.checksum:
     934        * platform/mac/fast/repaint/transform-relative-position-expected.png:
     935        * platform/mac/fast/repaint/transform-repaint-descendants-expected.checksum:
     936        * platform/mac/fast/repaint/transform-repaint-descendants-expected.png:
     937        * platform/mac/fast/repaint/transform-replaced-shadows-expected.png:
     938        * platform/mac/fast/repaint/transform-translate-expected.png:
     939
     9402010-11-11  Mihai Parparita  <mihaip@chromium.org>
     941
     942        Unreviewed Chromium expectations update and rebaseline.
     943       
     944        - fast/text/justification-padding-mid-word.html started to pass on Linux
     945          and Windows after r71809 updated baselines for it.
     946        - fast/text/international/bidi-control-chars-treated-as-ZWS.html should
     947          pass with the regular Mac baselines, don't need chromium-mac ones
     948          anymore
     949        - Rebaseline fast/text/international/bidi-neutral-run.html
     950
     951        * platform/chromium-mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
     952        * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.txt:
     953        * platform/chromium/test_expectations.txt:
     954
     9552010-11-11  Xiaomei Ji  <xji@chromium.org>
     956
     957        Reviewed by Adam Roben.
     958
     959        Rebaseline bidi-control-chars-treated-as-ZWS after r71566.
     960        Move the result from win/ (since Windows 7 result matches Mac's) to win-xp/
     961        https://bugs.webkit.org/show_bug.cgi?id=49391
     962
     963        * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Copied from LayoutTests/platform/win/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum.
     964        * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Copied from LayoutTests/platform/win/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png.
     965        * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Copied from LayoutTests/platform/win/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt.
     966        * platform/win/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Removed.
     967        * platform/win/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Removed.
     968        * platform/win/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
     969
     9702010-11-11  Eric Carlson  <eric.carlson@apple.com>
     971
     972        Unreviewed.
     973
     974        video-played-* tests results are sensitive to timing
     975        https://bugs.webkit.org/show_bug.cgi?id=49390
     976       
     977        Skip tests that fail on Leopard Release builds.
     978
     979        * platform/mac-leopard/Skipped:
     980
     9812010-11-11  Mihai Parparita  <mihaip@chromium.org>
     982
     983        Unreviewed; add missing baseline checksums.
     984       
     985        r71784 did not include .checksum files, add them (Chromium needs a
     986        different one, persumably because it computes checksums for images
     987        with alpha channels differently).
     988
     989        * fast/images/png_per_row_alpha_decoding-expected.checksum: Added.
     990        * platform/chromium/fast/images/png_per_row_alpha_decoding-expected.checksum: Added.
     991        * platform/chromium/test_expectations.txt:
     992
     9932010-11-11  Dirk Schulze  <krit@webkit.org>
     994
     995        Reviewed by Nikolas Zimmermann.
     996
     997        SVGAnimation calcMode="spline" should use 'to' 'by' animation if no values were specified
     998        https://bugs.webkit.org/show_bug.cgi?id=49284
     999
     1000        Added new SVG animation tests to test calcMode 'spline'.
     1001
     1002        * svg/animations/animate-calcMode-spline-by-expected.txt: Added.
     1003        * svg/animations/animate-calcMode-spline-by.html: Added.
     1004        * svg/animations/animate-calcMode-spline-from-by-expected.txt: Added.
     1005        * svg/animations/animate-calcMode-spline-from-by.html: Added.
     1006        * svg/animations/animate-calcMode-spline-from-to-expected.txt: Added.
     1007        * svg/animations/animate-calcMode-spline-from-to.html: Added.
     1008        * svg/animations/animate-calcMode-spline-to-expected.txt: Added.
     1009        * svg/animations/animate-calcMode-spline-to.html: Added.
     1010        * svg/animations/animate-calcMode-spline-values-expected.txt: Added.
     1011        * svg/animations/animate-calcMode-spline-values.html: Added.
     1012        * svg/animations/script-tests/animate-calcMode-spline-by.js: Added.
     1013        (sample1):
     1014        (sample2):
     1015        (sample3):
     1016        (executeTest):
     1017        * svg/animations/script-tests/animate-calcMode-spline-from-by.js: Added.
     1018        (sample1):
     1019        (sample2):
     1020        (sample3):
     1021        (executeTest):
     1022        * svg/animations/script-tests/animate-calcMode-spline-from-to.js: Added.
     1023        (sample1):
     1024        (sample2):
     1025        (sample3):
     1026        (executeTest):
     1027        * svg/animations/script-tests/animate-calcMode-spline-to.js: Added.
     1028        (sample1):
     1029        (sample2):
     1030        (sample3):
     1031        (executeTest):
     1032        * svg/animations/script-tests/animate-calcMode-spline-values.js: Added.
     1033        (sample1):
     1034        (sample2):
     1035        (sample3):
     1036        (executeTest):
     1037
     10382010-11-11  Chang Shu  <chang.shu@nokia.com>
     1039
     1040        Reviewed by Csaba Osztrogonác  <ossy@webkit.org>.
     1041
     1042        Clean up LayoutTests/canvas/philip/tests/security* tests
     1043        https://bugs.webkit.org/show_bug.cgi?id=49317
     1044
     1045        The security tests require httpd and should be in http/tests/canvas/philip/tests.
     1046
     1047        * canvas/philip/tests/security.drawImage.canvas-expected.txt: Removed.
     1048        * canvas/philip/tests/security.drawImage.canvas.html: Removed.
     1049        * canvas/philip/tests/security.drawImage.image-expected.txt: Removed.
     1050        * canvas/philip/tests/security.drawImage.image.html: Removed.
     1051        * canvas/philip/tests/security.pattern.canvas.fillStyle-expected.txt: Removed.
     1052        * canvas/philip/tests/security.pattern.canvas.fillStyle.html: Removed.
     1053        * canvas/philip/tests/security.pattern.canvas.strokeStyle-expected.txt: Removed.
     1054        * canvas/philip/tests/security.pattern.canvas.strokeStyle.html: Removed.
     1055        * canvas/philip/tests/security.pattern.canvas.timing-expected.txt: Removed.
     1056        * canvas/philip/tests/security.pattern.canvas.timing.html: Removed.
     1057        * canvas/philip/tests/security.pattern.create-expected.txt: Removed.
     1058        * canvas/philip/tests/security.pattern.create.html: Removed.
     1059        * canvas/philip/tests/security.pattern.cross-expected.txt: Removed.
     1060        * canvas/philip/tests/security.pattern.cross.html: Removed.
     1061        * canvas/philip/tests/security.pattern.image.fillStyle-expected.txt: Removed.
     1062        * canvas/philip/tests/security.pattern.image.fillStyle.html: Removed.
     1063        * canvas/philip/tests/security.pattern.image.strokeStyle-expected.txt: Removed.
     1064        * canvas/philip/tests/security.pattern.image.strokeStyle.html: Removed.
     1065        * canvas/philip/tests/security.reset-expected.txt: Removed.
     1066        * canvas/philip/tests/security.reset.html: Removed.
     1067        * platform/chromium/test_expectations.txt:
     1068        * platform/gtk/Skipped:
     1069        * platform/mac-leopard/Skipped:
     1070        * platform/qt/Skipped:
     1071
     10722010-11-11  Marcus Bulach  <bulach@chromium.org>
     1073
     1074        Update chromium baselines for svg following r71802
     1075
     1076        Not reviewed, Chromium test expectation update..
     1077
     1078        https://bugs.webkit.org/show_bug.cgi?id=49380
     1079
     1080        * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
     1081        * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum: Added.
     1082        * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
     1083        * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
     1084        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum: Added.
     1085        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
     1086        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
     1087        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum: Added.
     1088        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
     1089        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
     1090        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum: Added.
     1091        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
     1092        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
     1093        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum: Added.
     1094        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
     1095        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
     1096        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum: Added.
     1097        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
     1098        * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
     1099
     11002010-11-11  Csaba Osztrogonac  <ossy@webkit.org>
     1101
     1102        Unreviewed.
     1103
     1104        [Qt] Add platform specific expected results for new passing tests introduced in r71802.
     1105        Compared to Mac png files and Mac expected files.
     1106
     1107        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum: Added.
     1108        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
     1109        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
     1110        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum: Added.
     1111        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
     1112        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
     1113        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum: Added.
     1114        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
     1115        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
     1116        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum: Added.
     1117        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
     1118        * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
     1119        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum: Added.
     1120        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
     1121        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
     1122        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum: Added.
     1123        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
     1124        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
     1125        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum: Added.
     1126        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
     1127        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
     1128        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum: Added.
     1129        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
     1130        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
     1131        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum: Added.
     1132        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
     1133        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
     1134
     11352010-11-11  Nikolas Zimmermann  <nzimmermann@rim.com>
     1136
     1137        Rubber-stamped by Dirk Schulze.
     1138
     1139        Update Snow Leopard baseline, move leopard generated files into platform/mac-leopard.
     1140
     1141        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum.
     1142        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png.
     1143        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum.
     1144        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png.
     1145        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum.
     1146        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png.
     1147        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum.
     1148        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png.
     1149        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum.
     1150        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png.
     1151        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum.
     1152        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png.
     1153        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum.
     1154        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png.
     1155        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum.
     1156        * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png.
     1157        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.checksum.
     1158        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png.
     1159        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.checksum.
     1160        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png.
     1161        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.checksum.
     1162        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png.
     1163        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.checksum.
     1164        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png.
     1165        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.checksum.
     1166        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png.
     1167        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.checksum.
     1168        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png.
     1169        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.checksum.
     1170        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png.
     1171        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.checksum.
     1172        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png.
     1173        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.checksum.
     1174        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png.
     1175        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.checksum.
     1176        * platform/mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png.
     1177        * platform/mac-leopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.checksum.
     1178        * platform/mac-leopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png.
     1179        * platform/mac-leopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.checksum: Copied from platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.checksum.
     1180        * platform/mac-leopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Copied from platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png.
     1181        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum:
     1182        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
     1183        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum:
     1184        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
     1185        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
     1186        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
     1187        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum:
     1188        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
     1189        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum:
     1190        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
     1191        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum:
     1192        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
     1193        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
     1194        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
     1195        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum:
     1196        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
     1197        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.checksum:
     1198        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
     1199        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.checksum:
     1200        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
     1201        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.checksum:
     1202        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
     1203        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.checksum:
     1204        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
     1205        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.checksum:
     1206        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
     1207        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.checksum:
     1208        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
     1209        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.checksum:
     1210        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
     1211        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.checksum:
     1212        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
     1213        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.checksum:
     1214        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
     1215        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.checksum:
     1216        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
     1217        * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.checksum:
     1218        * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
     1219        * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.checksum:
     1220        * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
     1221        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.checksum:
     1222        * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
     1223
     12242010-11-11  Adam Roben  <aroben@apple.com>
     1225
     1226        Skip a newly-crashing test on Windows
     1227
     1228        * platform/win/Skipped: Added accessibility/iframe-bastardization.html.
     1229
     12302010-11-11  Adam Roben  <aroben@apple.com>
     1231
     1232        Update Windows results after r71566 and r71783
     1233
     1234        <http://webkit.org/b/49378> covers the
     1235        justification-padding-mid-word.html failure. The other test seems to be
     1236        passing (the two lines are the same width), but the text is slightly
     1237        lower than on Mac.
     1238
     1239        * platform/win/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
     1240        * platform/win/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
     1241        * platform/win/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
     1242        * platform/win/fast/text/justification-padding-mid-word-expected.txt: Added.
     1243
     12442010-11-11  Andreas Kling  <kling@webkit.org>
     1245
     1246        Unreviewed, remove SL-specific failure result for canvas test 2d.drawImage.null since it now passes.
     1247
     1248        * platform/mac-snowleopard/canvas/philip/tests/2d.drawImage.null-expected.txt: Removed.
     1249
     12502010-11-11  Qi Zhang  <qi.2.zhang@nokia.com>
     1251
     1252        Reviewed by Csaba Osztrogonác.
     1253
     1254        [Qt] clean canvas layout tests skipped file
     1255        Removed the following test cases from skipped list:
     1256        canvas/philip/tests/2d.imageData.get.source.negative.html
     1257        canvas/philip/tests/toDataURL.jpeg.quality.basic.html
     1258
     1259        * platform/qt/Skipped:
     1260
     12612010-11-11  Nikolas Zimmermann  <nzimmermann@rim.com>
     1262
     1263        Reviewed by Dirk Schulze.
     1264
     1265        chrome.dll!WebCore::SVGLengthInternal::valueInSpecifiedUnitsAttrGetter ReadAV@NULL (4cf97a4f3ebe8006a2f5ffcc5bc10aeb)
     1266        https://bugs.webkit.org/show_bug.cgi?id=49331
     1267 
     1268        * svg/dom/SVGPolygonElement-baseVal-list-removal-crash-expected.txt: Added.
     1269        * svg/dom/SVGPolygonElement-baseVal-list-removal-crash.html: Added.
     1270
     12712010-11-10  Nikolas Zimmermann  <nzimmermann@rim.com>
     1272
     1273        Reviewed by Dirk Schulze.
     1274
     1275        Convert SVGMatrix/SVGTransform/SVGTransformList to the new SVGPropertyTearOff concept
     1276        https://bugs.webkit.org/show_bug.cgi?id=49311
     1277
     1278        Add tests covering StrictTypeChecking and RequiresAllArguments=Raise for SVGMatrix/SVGPoint.
     1279        Imported several new tests from SVG 1.1 2nd Edition, regarding SVG DOM primitives.
     1280
     1281        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum: Added.
     1282        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
     1283        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
     1284        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum: Added.
     1285        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
     1286        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
     1287        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum: Added.
     1288        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
     1289        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
     1290        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum: Added.
     1291        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
     1292        * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
     1293        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum: Added.
     1294        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
     1295        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
     1296        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum: Added.
     1297        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
     1298        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
     1299        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum: Added.
     1300        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
     1301        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
     1302        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum: Added.
     1303        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
     1304        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
     1305        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum: Added.
     1306        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
     1307        * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
     1308        * svg/W3C-SVG-1.1-SE/coords-dom-01-f.svg: Added.
     1309        * svg/W3C-SVG-1.1-SE/coords-dom-02-f.svg: Added.
     1310        * svg/W3C-SVG-1.1-SE/coords-dom-03-f.svg: Added.
     1311        * svg/W3C-SVG-1.1-SE/coords-dom-04-f.svg: Added.
     1312        * svg/W3C-SVG-1.1-SE/types-dom-01-b.svg: Added.
     1313        * svg/W3C-SVG-1.1-SE/types-dom-02-f.svg: Added.
     1314        * svg/W3C-SVG-1.1-SE/types-dom-03-b.svg: Added.
     1315        * svg/W3C-SVG-1.1-SE/types-dom-04-b.svg: Added.
     1316        * svg/W3C-SVG-1.1-SE/types-dom-05-b.svg: Added.
     1317        * svg/dom/SVGMatrix-expected.txt: Added.
     1318        * svg/dom/SVGMatrix.html: Added.
     1319        * svg/dom/SVGPoint-expected.txt:
     1320        * svg/dom/SVGTransform-expected.txt: Added.
     1321        * svg/dom/SVGTransform.html: Added.
     1322        * svg/dom/SVGTransformList-expected.txt: Added.
     1323        * svg/dom/SVGTransformList.html: Added.
     1324        * svg/dom/script-tests/SVGMatrix.js: Added.
     1325        * svg/dom/script-tests/SVGPoint.js:
     1326        * svg/dom/script-tests/SVGTransform.js: Added.
     1327        * svg/dom/script-tests/SVGTransformList.js: Added.
     1328
     13292010-11-11  Kent Tamura  <tkent@chromium.org>
     1330
     1331        Reviewed by Shinichiro Hamaji.
     1332
     1333        Add a test for form submission by <input type=image>
     1334        https://bugs.webkit.org/show_bug.cgi?id=49302
     1335
     1336        * fast/forms/input-image-submit-expected.txt: Added.
     1337        * fast/forms/input-image-submit.html: Added.
     1338
     13392010-11-10  Ryosuke Niwa  <rniwa@webkit.org>
     1340
     1341        Reviewed by Adam Barth.
     1342
     1343        [HTML5] 10.2.8.4 Scripts that modify the page as it is being parsed
     1344        https://bugs.webkit.org/show_bug.cgi?id=49364
     1345
     1346        Added a test to ensure moving the script element to the parent document as it is being parsed
     1347        changes the script's global object to the parent document's window object.
     1348
     1349        See also: http://www.whatwg.org/specs/web-apps/current-work/#scripts-that-modify-the-page-as-it-is-being-parsed
     1350
     1351        * fast/parser/move-during-parsing-expected.txt:
     1352        * fast/parser/resources/script-modify-page-inner.html: Added.
     1353        * fast/parser/script-modify-page-outer-expected.txt: Added.
     1354        * fast/parser/script-modify-page-outer.html: Added.
     1355
     13562010-11-10  Fumitoshi Ukai  <ukai@chromium.org>
     1357
     1358        Unreviewed, updating Chromium expectations.
     1359
     1360        * platform/chromium/test_expectations.txt:
     1361
     13622010-11-10  Chris Guillory  <chris.guillory@google.com>
     1363
     1364        Reviewed by Chris Fleizach.
     1365
     1366        Use IAccessibleComparable to compare accessibility objects.
     1367        https://bugs.webkit.org/show_bug.cgi?id=49118
     1368
     1369        * platform/win/Skipped:
     1370
     13712010-10-18  Martin Robinson  <mrobinson@igalia.com>
     1372
     1373        Reviewed by Xan Lopez.
     1374
     1375        [GTK] Widgets do not support CSS transformations
     1376        https://bugs.webkit.org/show_bug.cgi?id=40139
     1377
     1378        Added a platform-specific baseline for the slider transformation
     1379        test. This baseline says "FAIL" because the test has platform-specific
     1380        offsets hard-coded. The result is only one tick off from expected though,
     1381        so it's likely correct for us.
     1382
     1383        * platform/gtk/Skipped: Unskip.
     1384        * platform/gtk/fast/forms/slider-transformed-expected.txt: Added.
     1385
     13862010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1387
     1388        Unreviewed Chromium rebaselines.
     1389       
     1390        Rebaseline fast/lists/001-vertical.html and fast/lists/008-vertical.html
     1391        with the chromium-mac scrollbars.
     1392       
     1393        Rest of fast/lists/00*-vertical.html tests fail due to bug 48634,
     1394        add them to that grouping.
     1395
     1396        * platform/chromium-mac/fast/lists/001-vertical-expected.checksum: Added.
     1397        * platform/chromium-mac/fast/lists/001-vertical-expected.png: Added.
     1398        * platform/chromium-mac/fast/lists/008-vertical-expected.checksum: Added.
     1399        * platform/chromium-mac/fast/lists/008-vertical-expected.png: Added.
     1400        * platform/chromium/test_expectations.txt:
     1401
     14022010-11-10  Dan Bernstein  <mitz@apple.com>
     1403
     1404        Reviewed by Darin Adler.
     1405
     1406        REGRESSION (r71566): r71566 breaks bidi-control-chars-treated-as-ZWS.html
     1407        https://bugs.webkit.org/show_bug.cgi?id=49295
     1408
     1409        * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.txt:
     1410
     14112010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1412
     1413        Unreviewed removal of unncessary Qt baseline (atfer r71781 Qt should
     1414        use the base one).
     1415       
     1416        * platform/qt/svg/animations/repeatDur-zero-expected.txt: Removed.
     1417
     14182010-11-10  Pascal Massimino  <pascal.massimino@gmail.com>
     1419
     1420        Reviewed by Adam Barth.
     1421
     1422        add test case for png where each row has or hasn't alpha values.
     1423        This is to exercise code logic within PNGImageDecoder.cpp
     1424
     1425        https://bugs.webkit.org/show_bug.cgi?id=49333
     1426
     1427        * fast/images/png_per_row_alpha_decoding-expected.png: Added.
     1428        * fast/images/png_per_row_alpha_decoding-expected.txt: Added.
     1429        * fast/images/png_per_row_alpha_decoding.html: Added.
     1430        * fast/images/resources/png_per_row_alpha.png: Added.
     1431
     14322010-11-10  Dan Bernstein  <mitz@apple.com>
     1433
     1434        Reviewed by Simon Fraser.
     1435
     1436        <rdar://problem/8647848> REGRESSION (r68551): Spaces shown at soft hyphens with complex justification
     1437        https://bugs.webkit.org/show_bug.cgi?id=49352
     1438
     1439        * fast/text/justification-padding-mid-word-expected.txt: Added.
     1440        * fast/text/justification-padding-mid-word.html: Added.
     1441
     14422010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1443
     1444        Reviewed by Simon Fraser.
     1445
     1446        svg/animations/repeatDur-zero.xhtml should use dumpAsText
     1447        https://bugs.webkit.org/show_bug.cgi?id=49348
     1448       
     1449        Per r71066 (which added the test), all that we're testing for is whether
     1450        or not we hang, therefore using dumpAsText is better (since then we
     1451        don't need per-platform baselines).
     1452
     1453        * platform/chromium/test_expectations.txt:
     1454        * platform/mac/svg/animations/repeatDur-zero-expected.txt: Removed.
     1455        * svg/animations/repeatDur-zero-expected.txt: Added.
     1456        * svg/animations/repeatDur-zero.xhtml:
     1457
     14582010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1459
     1460        Unreviewed Chromium rebaselines.
     1461       
     1462        Add missing Mac, Windows and Linux baselines (no actual Linux baselines
     1463        are included, the Windows ones are also used for it).
     1464       
     1465        * platform/chromium-mac/fast/blockflow/background-horizontal-bt-expected.checksum:
     1466        * platform/chromium-mac/fast/blockflow/background-horizontal-bt-expected.png: Added.
     1467        * platform/chromium-mac/fast/blockflow/background-vertical-lr-expected.checksum:
     1468        * platform/chromium-mac/fast/blockflow/background-vertical-lr-expected.png: Added.
     1469        * platform/chromium-win/fast/blockflow/background-horizontal-bt-expected.checksum: Added.
     1470        * platform/chromium-win/fast/blockflow/background-horizontal-bt-expected.png: Added.
     1471        * platform/chromium-win/fast/blockflow/background-horizontal-bt-expected.txt: Added.
     1472        * platform/chromium-win/fast/blockflow/background-vertical-lr-expected.checksum: Added.
     1473        * platform/chromium-win/fast/blockflow/background-vertical-lr-expected.png: Added.
     1474        * platform/chromium-win/fast/blockflow/background-vertical-lr-expected.txt: Added.
     1475        * platform/chromium-win/fast/blockflow/background-vertical-rl-expected.checksum: Added.
     1476        * platform/chromium-win/fast/blockflow/background-vertical-rl-expected.png: Added.
     1477        * platform/chromium-win/fast/blockflow/background-vertical-rl-expected.txt: Added.
     1478        * platform/chromium/test_expectations.txt:
     1479
     14802010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1481
     1482        Unreviewed Chromium rebaseline.
     1483       
     1484        Add back text expectation mistakenly removed by r71773.
     1485
     1486        * platform/chromium-mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
     1487
     14882010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1489
     1490        Unreviewed Leopard rebaseline.
     1491       
     1492        Rebaseline fast/text/international/bidi-neutral-run.html after r71763.
     1493
     1494        * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.txt:
     1495
     14962010-11-10  Tony Chang  <tony@chromium.org>
     1497
     1498        Reviewed by Darin Adler.
     1499
     1500        plugins/npruntime/enumerate.html shouldn't depend on object enumeration order
     1501        https://bugs.webkit.org/show_bug.cgi?id=49338
     1502
     1503        The ES spec doesn't specify the order, so the test shouldn't depend on it.
     1504        Unfortunately, the test still fails in Chromium.
     1505
     1506        * platform/chromium/test_expectations.txt:
     1507        * plugins/npruntime/enumerate.html:
     1508
     15092010-11-10  Stephen White  <senorblanco@chromium.org>
     1510
     1511        Unreviewed; test expectations and baselines.
     1512
     1513        [chromium] Clean up test_expectations from my lazy gardening.  One
     1514        new baseline.  Remove expectations for many-layers.html (which itself
     1515        was removed in r71577).
     1516
     1517        * platform/chromium-gpu/test_expectations.txt:
     1518        * platform/chromium-linux/fast/text/midword-break-after-breakable-char-expected.txt: Added.
     1519        * platform/chromium/test_expectations.txt:
     1520
     15212010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1522
     1523        Unreviewed Chromium rebaseline.
     1524       
     1525        Update chromium-mac baselines after r71763.
     1526
     1527        * platform/chromium-mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum:
     1528        * platform/chromium-mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png:
     1529        * platform/chromium-mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
     1530        * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.txt:
     1531
     15322010-11-10  Alexey Proskuryakov  <ap@apple.com>
     1533
     1534        https://bugs.webkit.org/show_bug.cgi?id=45205
     1535        <rdar://problem/8391455> Detached elements shouldn't have style sheets.
     1536
     1537        Land test files I missed in original check-in.
     1538
     1539        * fast/dom/StyleSheet/resources: Added.
     1540        * fast/dom/StyleSheet/resources/detached-style.css: Added.
     1541
     15422010-11-10  Stephen White  <senorblanco@chromium.org>
     1543
     1544        Unreviewed; updated test baselines.
     1545
     1546        Updated chromium-win tests affected slightly by
     1547        http://trac.webkit.org/changeset/71760.
     1548
     1549        * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
     1550        * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
     1551        * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
     1552        * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
     1553        * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
     1554        * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
     1555        * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
     1556        * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
     1557        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum:
     1558        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
     1559        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum:
     1560        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
     1561        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum:
     1562        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
     1563        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum:
     1564        * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
     1565        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.checksum:
     1566        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
     1567        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.checksum:
     1568        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
     1569        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.checksum:
     1570        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
     1571        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.checksum:
     1572        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
     1573        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.checksum:
     1574        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
     1575        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.checksum:
     1576        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
     1577        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.checksum:
     1578        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
     1579        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.checksum:
     1580        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
     1581        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.checksum:
     1582        * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
     1583        * platform/chromium-win/svg/filters/feLighting-crash-expected.checksum:
     1584        * platform/chromium-win/svg/filters/feLighting-crash-expected.png:
     1585
     15862010-11-08  Alexey Proskuryakov  <ap@apple.com>
     1587
     1588        Reviewed by Darin Adler.
     1589
     1590        https://bugs.webkit.org/show_bug.cgi?id=45205
     1591        <rdar://problem/8391455> Detached elements shouldn't have style sheets.
     1592
     1593        * fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt: Removed.
     1594        * fast/dom/StyleSheet/ownerNode-lifetime-2.html: Removed.
     1595        * fast/dom/StyleSheet/ownerNode-lifetime-expected.txt: Removed.
     1596        * fast/dom/StyleSheet/ownerNode-lifetime.html: Removed.
     1597        These tests were wrong, and didn't pass in IE or Firefox. Owner node is undefined or null
     1598        respectedly in those browsers when detached.
     1599
     1600        * fast/dom/StyleSheet/detached-style-2-expected.txt: Added.
     1601        * fast/dom/StyleSheet/detached-style-2.html: Added.
     1602        * fast/dom/StyleSheet/detached-style-expected.txt: Added.
     1603        * fast/dom/StyleSheet/detached-style-pi-2-expected.txt: Added.
     1604        * fast/dom/StyleSheet/detached-style-pi-2.xhtml: Added.
     1605        * fast/dom/StyleSheet/detached-style-pi-expected.txt: Added.
     1606        * fast/dom/StyleSheet/detached-style-pi.xhtml: Added.
     1607        * fast/dom/StyleSheet/detached-style.html: Added.
     1608
     16092010-11-10  Stephen White  <senorblanco@chromium.org>
     1610
     1611        Unreviewed; updated test baselines.
     1612
     1613        Updated chromium-linux test results affected slightly by
     1614        http://trac.webkit.org/changeset/71760.  Also remove one passing
     1615        test from chromium-gpu expectations.
     1616
     1617        * platform/chromium-gpu/test_expectations.txt:
     1618        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
     1619        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
     1620        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
     1621        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
     1622        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
     1623        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
     1624        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
     1625        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
     1626        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum:
     1627        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
     1628        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum:
     1629        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
     1630        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum:
     1631        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
     1632        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum:
     1633        * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
     1634        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.checksum:
     1635        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
     1636        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.checksum:
     1637        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
     1638        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.checksum:
     1639        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
     1640        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.checksum:
     1641        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
     1642        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.checksum:
     1643        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
     1644        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.checksum:
     1645        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
     1646        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.checksum:
     1647        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
     1648        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.checksum:
     1649        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
     1650        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.checksum:
     1651        * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
     1652        * platform/chromium/test_expectations.txt:
     1653
     16542010-11-10  Dan Bernstein  <mitz@apple.com>
     1655
     1656        REGRESSION (r71566): r71566 breaks bidi-control-chars-treated-as-ZWS.html
     1657        https://bugs.webkit.org/show_bug.cgi?id=49295
     1658
     1659        * platform/mac-leopard/Skipped: Re-enable the previously failing test.
     1660
     16612010-11-10  Stephen White  <senorblanco@chromium.org>
     1662
     1663        Reviewed by James Robinson.
     1664
     1665        Mark 2d.imageData.put.unchanged.html as passing on Win/Linux.
     1666        https://bugs.webkit.org/show_bug.cgi?id=49330
     1667
     1668        * platform/chromium/test_expectations.txt:
     1669
     16702010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1671
     1672        Unreviewed Chromium Mac rebaselines.
     1673       
     1674        Add Chromium Mac baselines for tests added by r71382 (since they have
     1675        scrollbars they can't use the upstream Mac baselines).
     1676
     1677        * platform/chromium-mac/fast/table/027-vertical-expected.checksum: Added.
     1678        * platform/chromium-mac/fast/table/027-vertical-expected.png: Added.
     1679        * platform/chromium-mac/fast/table/028-vertical-expected.checksum: Added.
     1680        * platform/chromium-mac/fast/table/028-vertical-expected.png: Added.
     1681        * platform/chromium-mac/fast/table/038-vertical-expected.checksum: Added.
     1682        * platform/chromium-mac/fast/table/038-vertical-expected.png: Added.
     1683        * platform/chromium-mac/fast/table/040-vertical-expected.checksum: Added.
     1684        * platform/chromium-mac/fast/table/040-vertical-expected.png: Added.
     1685        * platform/chromium-mac/fast/table/border-collapsing/002-vertical-expected.checksum: Added.
     1686        * platform/chromium-mac/fast/table/border-collapsing/002-vertical-expected.png: Added.
     1687        * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.checksum: Added.
     1688        * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png: Added.
     1689        * platform/chromium-mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.checksum: Added.
     1690        * platform/chromium-mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: Added.
     1691        * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.checksum: Added.
     1692        * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.png: Added.
     1693        * platform/chromium-mac/fast/table/table-display-types-vertical-expected.checksum: Added.
     1694        * platform/chromium-mac/fast/table/table-display-types-vertical-expected.png: Added.
     1695        * platform/chromium/test_expectations.txt:
     1696
     16972010-11-10  Tony Chang  <tony@chromium.org>
     1698
     1699        Unreviewed, update DRT Chromium Mac plugin test results.
     1700        This matches the past 2 runs on the bot.
     1701
     1702        * platform/chromium/drt_expectations.txt:
     1703
     17042010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1705
     1706        Unreviewed Chromium Mac rebaselines.
     1707       
     1708        Rebaseline css1/ and css2.1/ (because of scrollbar display diferences).
     1709       
     1710        * platform/chromium-mac/css1/cascade/cascade_order-expected.checksum: Added.
     1711        * platform/chromium-mac/css1/cascade/cascade_order-expected.png: Added.
     1712        * platform/chromium-mac/css1/classification/display-expected.checksum: Added.
     1713        * platform/chromium-mac/css1/classification/display-expected.png: Added.
     1714        * platform/chromium-mac/css1/classification/list_style_type-expected.checksum: Added.
     1715        * platform/chromium-mac/css1/classification/list_style_type-expected.png: Added.
     1716        * platform/chromium-mac/css1/classification/white_space-expected.checksum: Added.
     1717        * platform/chromium-mac/css1/classification/white_space-expected.png: Added.
     1718        * platform/chromium-mac/css1/color_and_background/background-expected.checksum: Added.
     1719        * platform/chromium-mac/css1/color_and_background/background-expected.png: Added.
     1720        * platform/chromium-mac/css1/color_and_background/background_attachment-expected.checksum: Added.
     1721        * platform/chromium-mac/css1/color_and_background/background_attachment-expected.png: Added.
     1722        * platform/chromium-mac/css1/color_and_background/background_position-expected.checksum: Added.
     1723        * platform/chromium-mac/css1/color_and_background/background_position-expected.png: Added.
     1724        * platform/chromium-mac/css1/color_and_background/background_repeat-expected.checksum: Added.
     1725        * platform/chromium-mac/css1/color_and_background/background_repeat-expected.png: Added.
     1726        * platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.checksum: Added.
     1727        * platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png: Added.
     1728        * platform/chromium-mac/css1/font_properties/font-expected.checksum: Added.
     1729        * platform/chromium-mac/css1/font_properties/font-expected.png: Added.
     1730        * platform/chromium-mac/css1/font_properties/font_size-expected.checksum: Added.
     1731        * platform/chromium-mac/css1/font_properties/font_size-expected.png: Added.
     1732        * platform/chromium-mac/css1/font_properties/font_weight-expected.checksum: Added.
     1733        * platform/chromium-mac/css1/font_properties/font_weight-expected.png: Added.
     1734        * platform/chromium-mac/css1/formatting_model/floating_elements-expected.checksum: Added.
     1735        * platform/chromium-mac/css1/formatting_model/floating_elements-expected.png: Added.
     1736        * platform/chromium-mac/css1/formatting_model/height_of_lines-expected.checksum: Added.
     1737        * platform/chromium-mac/css1/formatting_model/height_of_lines-expected.png: Added.
     1738        * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.checksum: Added.
     1739        * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png: Added.
     1740        * platform/chromium-mac/css1/formatting_model/inline_elements-expected.checksum: Added.
     1741        * platform/chromium-mac/css1/formatting_model/inline_elements-expected.png: Added.
     1742        * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.checksum: Added.
     1743        * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png: Added.
     1744        * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.checksum: Added.
     1745        * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png: Added.
     1746        * platform/chromium-mac/css1/pseudo/anchor-expected.checksum: Added.
     1747        * platform/chromium-mac/css1/pseudo/anchor-expected.png: Added.
     1748        * platform/chromium-mac/css1/pseudo/firstletter-expected.checksum: Added.
     1749        * platform/chromium-mac/css1/pseudo/firstletter-expected.png: Added.
     1750        * platform/chromium-mac/css1/pseudo/firstline-expected.checksum: Added.
     1751        * platform/chromium-mac/css1/pseudo/firstline-expected.png: Added.
     1752        * platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.checksum: Added.
     1753        * platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png: Added.
     1754        * platform/chromium-mac/css1/text_properties/letter_spacing-expected.checksum: Added.
     1755        * platform/chromium-mac/css1/text_properties/letter_spacing-expected.png: Added.
     1756        * platform/chromium-mac/css1/text_properties/line_height-expected.checksum: Added.
     1757        * platform/chromium-mac/css1/text_properties/line_height-expected.png: Added.
     1758        * platform/chromium-mac/css1/text_properties/text_decoration-expected.checksum: Added.
     1759        * platform/chromium-mac/css1/text_properties/text_decoration-expected.png: Added.
     1760        * platform/chromium-mac/css1/text_properties/text_indent-expected.checksum: Added.
     1761        * platform/chromium-mac/css1/text_properties/text_indent-expected.png: Added.
     1762        * platform/chromium-mac/css1/text_properties/text_transform-expected.checksum: Added.
     1763        * platform/chromium-mac/css1/text_properties/text_transform-expected.png: Added.
     1764        * platform/chromium-mac/css1/text_properties/vertical_align-expected.checksum: Added.
     1765        * platform/chromium-mac/css1/text_properties/vertical_align-expected.png: Added.
     1766        * platform/chromium-mac/css1/text_properties/word_spacing-expected.checksum: Added.
     1767        * platform/chromium-mac/css1/text_properties/word_spacing-expected.png: Added.
     1768        * platform/chromium-mac/css1/units/color_units-expected.checksum: Added.
     1769        * platform/chromium-mac/css1/units/color_units-expected.png: Added.
     1770        * platform/chromium-mac/css1/units/length_units-expected.checksum: Added.
     1771        * platform/chromium-mac/css1/units/length_units-expected.png: Added.
     1772        * platform/chromium-mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: Added.
     1773        * platform/chromium-mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Added.
     1774        * platform/chromium-mac/css2.1/t0803-c5505-mrgn-02-c-expected.checksum: Added.
     1775        * platform/chromium-mac/css2.1/t0803-c5505-mrgn-02-c-expected.png: Added.
     1776        * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.checksum: Added.
     1777        * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Added.
     1778        * platform/chromium-mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum: Added.
     1779        * platform/chromium-mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Added.
     1780        * platform/chromium-mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum: Added.
     1781        * platform/chromium-mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Added.
     1782        * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added.
     1783        * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
     1784        * platform/chromium-mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum: Added.
     1785        * platform/chromium-mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Added.
     1786        * platform/chromium-mac/css2.1/t1002-c5523-width-02-b-g-expected.checksum: Added.
     1787        * platform/chromium-mac/css2.1/t1002-c5523-width-02-b-g-expected.png: Added.
     1788        * platform/chromium-mac/css2.1/t1202-counters-08-b-expected.checksum: Added.
     1789        * platform/chromium-mac/css2.1/t1202-counters-08-b-expected.png: Added.
     1790        * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.checksum: Added.
     1791        * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.png: Added.
     1792        * platform/chromium-mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum: Added.
     1793        * platform/chromium-mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: Added.
     1794        * platform/chromium-mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum: Added.
     1795        * platform/chromium-mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png: Added.
     1796        * platform/chromium-mac/css2.1/t1508-c527-font-07-b-expected.checksum: Added.
     1797        * platform/chromium-mac/css2.1/t1508-c527-font-07-b-expected.png: Added.
     1798        * platform/chromium/test_expectations.txt:
     1799
     18002010-11-10  Martin Robinson  <mrobinson@igalia.com>
     1801
     1802        Rebaseline a new test. The patch was posted before font
     1803        hinting was disabled in the GTK+ DRT.
     1804
     1805        * platform/gtk/fonts/complex-text-shadows-expected.txt:
     1806
     18072010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1808
     1809        Unreviewed Chromium DRT expectations update.
     1810       
     1811        - fast/images/gif-loop-count.html fails on Linux and Mac when under the
     1812          DRT.
     1813        - Add more flaky media tests
     1814        - Tweak video-referrer.html error output to be more useful
     1815
     1816        * http/tests/media/video-referer.html:
     1817        * platform/chromium/drt_expectations.txt:
     1818
     18192010-11-10  Adrienne Walker  <enne@google.com>
     1820
     1821        Reviewed by Kenneth Russell.
     1822       
     1823        Add a test for "is" tests on WebGL objects that have not been bound or
     1824        have been deleted.  This currently does not work in the Chromium
     1825        command buffer or in Mesa, so is skipped there.
     1826        https://bugs.webkit.org/show_bug.cgi?id=48877
     1827
     1828        * fast/canvas/webgl/is-object-expected.txt: Added.
     1829        * fast/canvas/webgl/is-object.html: Added.
     1830        * platform/chromium-gpu/test_expectations.txt:
     1831        * platform/chromium/test_expectations.txt:
     1832
     18332010-11-10  Martin Robinson  <mrobinson@igalia.com>
     1834
     1835        Reviewed by Xan Lopez.
     1836
     1837        [GTK] Complex text does not have full CSS text-shadow support
     1838        https://bugs.webkit.org/show_bug.cgi?id=45597
     1839
     1840        Add a test which verifies text-shadow on complex text for the GTK+
     1841        port. This can easily be made into a cross-platform test with baselines
     1842        for other ports.
     1843
     1844        * platform/gtk/fonts/complex-text-shadows-expected.checksum: Added.
     1845        * platform/gtk/fonts/complex-text-shadows-expected.png: Added.
     1846        * platform/gtk/fonts/complex-text-shadows-expected.txt: Added.
     1847        * platform/gtk/fonts/complex-text-shadows.html: Added.
     1848
     18492010-11-02  Alexander Pavlov  <apavlov@chromium.org>
     1850
     1851        Reviewed by Pavel Feldman.
     1852
     1853        Web Inspector: Enable InspectorCSSAgent (not used by frontend for CSS editing yet)
     1854        https://bugs.webkit.org/show_bug.cgi?id=48834
     1855
     1856        * inspector/resources/styles-new-API.css: Added.
     1857        (html):
     1858        (body):
     1859        (/* comment before selector */body.main1/* comment after selector */):
     1860        (body.main2):
     1861        (body::after):
     1862        (h1):
     1863        * inspector/styles-new-API-expected.txt: Added.
     1864        * inspector/styles-new-API.html: Added.
     1865        * inspector/styles-source-offsets-expected.txt:
     1866        * inspector/styles-source-offsets.html:
     1867
     18682010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1869
     1870        Unreviwed, updating Chromium GPU test expectations.
     1871       
     1872        canvas/philip/tests/2d.pattern.image.incomplete.html was fixed by
     1873        r71718.
     1874
     1875        * platform/chromium-gpu/test_expectations.txt:
     1876
     18772010-11-10  Andras Becsi  <abecsi@webkit.org>
     1878
     1879        Rubber-stamped by Csaba Osztrogonác.
     1880
     1881        [Qt] Deduplicate the Skipped list entries.
     1882
     1883        * platform/qt/Skipped:
     1884
     18852010-11-10  Andras Becsi  <abecsi@webkit.org>
     1886
     1887        Unreviewed.
     1888
     1889        [Qt][WK2] http/tests/history/popstate-fires-with-pending-requests.html breaks ~400 subsequent tests
     1890        https://bugs.webkit.org/show_bug.cgi?id=49321
     1891
     1892        * platform/qt-wk2/Skipped:
     1893        Skip the tests until fix.
     1894
     18952010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1896
     1897        Unreviewed, updating Chromium baselines.
     1898       
     1899        Update Chromium inspector/console-log-syntax-error.html baselines
     1900        (after r71010 the path displayed is the same as the upstream baseline).
     1901
     1902        * platform/chromium/inspector/console-log-syntax-error-expected.txt:
     1903        * platform/chromium/test_expectations.txt:
     1904
     19052010-11-10  Mihai Parparita  <mihaip@chromium.org>
     1906
     1907        Unreviewed, updating Chromium Mac baselines.
     1908
     1909        - editing/selection/extend-by-word-002.html had selection display
     1910          changed (for the better) by r71700
     1911        - fast/block/basic/truncation-rtl.html was likely checked in with
     1912          Snow Leopard baselines, but chromium-mac is still on Leopard
     1913        - tables/mozilla/bugs/bug82946-2.html needed rebaseline after r71311
     1914          switched on ICCJPEG       
     1915
     1916        * platform/chromium-mac/editing/selection/extend-by-word-002-expected.checksum: Added.
     1917        * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png: Added.
     1918        * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.checksum: Added.
     1919        * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.png: Added.
     1920        * platform/chromium-mac/tables/mozilla/bugs/bug82946-2-expected.checksum:
     1921        * platform/chromium-mac/tables/mozilla/bugs/bug82946-2-expected.png:
     1922        * platform/chromium/test_expectations.txt:
     1923
     19242010-11-10  Csaba Osztrogonác  <ossy@webkit.org>
     1925
     1926        Unreviewed.
     1927
     1928        [Qt] Add platform specific expected results for new passing tests introduced in r71563 and r71700.
     1929        Compared to Mac png files and Mac expected files.
     1930
     1931        * platform/qt/fast/blockflow/horizontal-bt-replaced-selection-expected.checksum: Added.
     1932        * platform/qt/fast/blockflow/horizontal-bt-replaced-selection-expected.png: Added.
     1933        * platform/qt/fast/blockflow/horizontal-bt-replaced-selection-expected.txt: Added.
     1934        * platform/qt/fast/blockflow/vertical-lr-replaced-selection-expected.checksum: Added.
     1935        * platform/qt/fast/blockflow/vertical-lr-replaced-selection-expected.png: Added.
     1936        * platform/qt/fast/blockflow/vertical-lr-replaced-selection-expected.txt: Added.
     1937        * platform/qt/fast/blockflow/vertical-rl-replaced-selection-expected.checksum: Added.
     1938        * platform/qt/fast/blockflow/vertical-rl-replaced-selection-expected.png: Added.
     1939        * platform/qt/fast/blockflow/vertical-rl-replaced-selection-expected.txt: Added.
     1940        * platform/qt/fast/lists/001-vertical-expected.checksum: Added.
     1941        * platform/qt/fast/lists/001-vertical-expected.png: Added.
     1942        * platform/qt/fast/lists/001-vertical-expected.txt: Added.
     1943        * platform/qt/fast/lists/002-vertical-expected.checksum: Added.
     1944        * platform/qt/fast/lists/002-vertical-expected.png: Added.
     1945        * platform/qt/fast/lists/002-vertical-expected.txt: Added.
     1946        * platform/qt/fast/lists/003-vertical-expected.checksum: Added.
     1947        * platform/qt/fast/lists/003-vertical-expected.png: Added.
     1948        * platform/qt/fast/lists/003-vertical-expected.txt: Added.
     1949        * platform/qt/fast/lists/005-vertical-expected.checksum: Added.
     1950        * platform/qt/fast/lists/005-vertical-expected.png: Added.
     1951        * platform/qt/fast/lists/005-vertical-expected.txt: Added.
     1952        * platform/qt/fast/lists/006-vertical-expected.checksum: Added.
     1953        * platform/qt/fast/lists/006-vertical-expected.png: Added.
     1954        * platform/qt/fast/lists/006-vertical-expected.txt: Added.
     1955        * platform/qt/fast/lists/007-vertical-expected.checksum: Added.
     1956        * platform/qt/fast/lists/007-vertical-expected.png: Added.
     1957        * platform/qt/fast/lists/007-vertical-expected.txt: Added.
     1958        * platform/qt/fast/lists/008-vertical-expected.checksum: Added.
     1959        * platform/qt/fast/lists/008-vertical-expected.png: Added.
     1960        * platform/qt/fast/lists/008-vertical-expected.txt: Added.
     1961        * platform/qt/fast/lists/009-vertical-expected.checksum: Added.
     1962        * platform/qt/fast/lists/009-vertical-expected.png: Added.
     1963        * platform/qt/fast/lists/009-vertical-expected.txt: Added.
     1964
     19652010-11-10  Csaba Osztrogonác  <ossy@webkit.org>
     1966
     1967        Unreviewed.
     1968
     1969        [Qt] svg/animations/animate-path-nested-transforms.html fails
     1970        https://bugs.webkit.org/show_bug.cgi?id=48987
     1971
     1972        svg/animations/animate-text-nested-transforms.html introduced in r71726
     1973        and has same failure as svg/animations/animate-path-nested-transforms.html
     1974
     1975        * platform/qt/Skipped: svg/animations/animate-text-nested-transforms.html added.
     1976
     19772010-11-10  Fumitoshi Ukai  <ukai@chromium.org>
     1978
     1979        Unreviwed, updating Chromium test expectations.
     1980
     1981        * platform/chromium/test_expectations.txt:
     1982
     19832010-11-10  Fumitoshi Ukai  <ukai@chromium.org>
     1984
     1985        Unreviewed, updating Chromium expectations.
     1986
     1987        removed the followings, since these always passes recently.
     1988        BUG51161 LINUX DEBUG : svg/W3C-SVG-1.1/masking-mask-01-b.svg = CRASH
     1989        BUG51161 LINUX DEBUG : svg/clip-path/clip-path-text.svg = CRASH
     1990        BUG8729 LINUX DEBUG : http/tests/multipart/invalid-image-data.html = IMAGE PASS
     1991        BUGWK45991 : canvas/philip/tests/2d.pattern.image.incomplete.html
     1992        BUGDPRANKE LINUX DEBUG : fast/forms/restore-selection-after-layout.html = TEXT
     1993
     1994        * platform/chromium/test_expectations.txt:
     1995
     19962010-11-10  Shane Stephens  <shanestephens@google.com>
     1997
     1998        Reviewed by Dirk Schulze.
     1999
     2000        SVGTextElement supplemental transforms pre-multiplied but should be
     2001        post-multiplied in animatedLocalTransform
     2002        https://bugs.webkit.org/show_bug.cgi?id=48215
     2003
     2004        * svg/animations/animate-text-nested-transforms-expected.txt: Added.
     2005        * svg/animations/animate-text-nested-transforms.svg: Added.
     2006
     20072010-11-10  Fumitoshi Ukai  <ukai@chromium.org>
     2008
     2009        Unreviewed, updating Chromium expectations
     2010        from chrome/src/webkit/tools/layout_tests/test_expectations.txt
     2011
     2012        * platform/chromium/test_expectations.txt:
     2013
     20142010-11-09  Abhishek Arya  <inferno@chromium.org>
     2015
     2016        Reviewed by Dan Bernstein.
     2017
     2018        Tests that we do not crash and avoid floats to be added in legend element
     2019        when it is not enclosed in a fieldset.
     2020        https://bugs.webkit.org/show_bug.cgi?id=49214
     2021
     2022        * fast/blockflow/overhanging-float-legend-crash-expected.txt: Added.
     2023        * fast/blockflow/overhanging-float-legend-crash.html: Added.
     2024
     20252010-11-10  Cris Neckar  <cdn@chromium.org>
     2026
     2027        Reviewed by Nikolas Zimmermann.
     2028
     2029        Test for crash when svg viewport containers are treated as generic svg containers.
     2030        https://bugs.webkit.org/show_bug.cgi?id=49188
     2031
     2032        * svg/dom/viewport-container-crash-expected.txt: Added.
     2033        * svg/dom/viewport-container-crash.svg: Added.
     2034
     20352010-11-09  Fumitoshi Ukai  <ukai@chromium.org>
     2036
     2037        Unreviewed, updating Chromium expectations
     2038
     2039        * platform/chromium/test_expectations.txt:
     2040
     20412010-11-09  Helder Correia  <helder@sencha.com>
     2042
     2043        Reviewed by Darin Adler.
     2044
     2045        Philip Canvas test 2d.pattern.image.incomplete fails
     2046        https://bugs.webkit.org/show_bug.cgi?id=49230
     2047
     2048        Modidy test to correctly follow the spec and create an image object
     2049        with its complete attribute set to false. See also:
     2050        https://bugs.webkit.org/show_bug.cgi?id=48306
     2051
     2052        * canvas/philip/tests/2d.pattern.image.incomplete.html:
     2053        * platform/gtk/Skipped:
     2054        * platform/mac-leopard/Skipped:
     2055        * platform/mac-snowleopard/canvas/philip/tests/2d.pattern.image.incomplete-expected.txt: Removed.
     2056        * platform/qt/Skipped:
     2057
     20582010-11-09  Helder Correia  <helder@sencha.com>
     2059
     2060        Reviewed by Darin Adler.
     2061
     2062        Philip Canvas test 2d.path.rect.winding fails
     2063        https://bugs.webkit.org/show_bug.cgi?id=49225
     2064
     2065        Remove test from skipped list.
     2066
     2067        * platform/gtk/Skipped:
     2068        * platform/mac-leopard/Skipped:
     2069        * platform/qt/Skipped:
     2070
     20712010-11-09  Adrienne Walker  <enne@google.com>
     2072
     2073        Reviewed by Kenneth Russell.
     2074
     2075        Removing context-attributes.html webgl test as it is now redundant.
     2076        https://bugs.webkit.org/show_bug.cgi?id=47111
     2077
     2078        * fast/canvas/webgl/context-attributes-expected.txt: Removed.
     2079        * fast/canvas/webgl/context-attributes.html: Removed.
     2080
     20812010-11-09  Fumitoshi Ukai  <ukai@chromium.org>
     2082
     2083        Unreviewed, updating Chromium expectations
     2084
     2085        * platform/chromium/test_expectations.txt:
     2086
     20872010-11-09  Ryosuke Niwa  <rniwa@webkit.org>
     2088
     2089        Yet another unreviewed Chromium rebaselines for r71465.
     2090
     2091        * platform/chromium-mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum:
     2092        * platform/chromium-mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png: Added.
     2093        * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.checksum:
     2094        * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.png: Added.
     2095        * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
     2096        * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Added.
     2097        * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.checksum: Added.
     2098        * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.png: Added.
     2099        * platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.checksum:
     2100        * platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.png: Added.
     2101        * platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.checksum: Added.
     2102        * platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.png: Added.
     2103        * platform/chromium/test_expectations.txt:
     2104
     21052010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2106
     2107        Unreviewed Chromium rebaseline.
     2108       
     2109        Add missing Linux and Windows baselines for the tests added by r71700.
     2110        Also update baselines for editing/selection/extend-by-word-002.html
     2111        and fast/lists/markers-in-selection-expected.html.
     2112
     2113        * platform/chromium-linux/editing/selection/extend-by-word-002-expected.checksum:
     2114        * platform/chromium-linux/editing/selection/extend-by-word-002-expected.png:
     2115        * platform/chromium-linux/fast/lists/001-vertical-expected.checksum: Added.
     2116        * platform/chromium-linux/fast/lists/001-vertical-expected.png: Added.
     2117        * platform/chromium-linux/fast/lists/001-vertical-expected.txt: Added.
     2118        * platform/chromium-linux/fast/lists/002-vertical-expected.checksum: Added.
     2119        * platform/chromium-linux/fast/lists/002-vertical-expected.png: Added.
     2120        * platform/chromium-linux/fast/lists/002-vertical-expected.txt: Added.
     2121        * platform/chromium-linux/fast/lists/003-vertical-expected.checksum: Added.
     2122        * platform/chromium-linux/fast/lists/003-vertical-expected.png: Added.
     2123        * platform/chromium-linux/fast/lists/003-vertical-expected.txt: Added.
     2124        * platform/chromium-linux/fast/lists/005-vertical-expected.checksum: Added.
     2125        * platform/chromium-linux/fast/lists/005-vertical-expected.png: Added.
     2126        * platform/chromium-linux/fast/lists/005-vertical-expected.txt: Added.
     2127        * platform/chromium-linux/fast/lists/006-vertical-expected.checksum: Added.
     2128        * platform/chromium-linux/fast/lists/006-vertical-expected.png: Added.
     2129        * platform/chromium-linux/fast/lists/006-vertical-expected.txt: Added.
     2130        * platform/chromium-linux/fast/lists/007-vertical-expected.checksum: Added.
     2131        * platform/chromium-linux/fast/lists/007-vertical-expected.png: Added.
     2132        * platform/chromium-linux/fast/lists/007-vertical-expected.txt: Added.
     2133        * platform/chromium-linux/fast/lists/008-vertical-expected.checksum: Added.
     2134        * platform/chromium-linux/fast/lists/008-vertical-expected.png: Added.
     2135        * platform/chromium-linux/fast/lists/008-vertical-expected.txt: Added.
     2136        * platform/chromium-linux/fast/lists/009-vertical-expected.checksum: Added.
     2137        * platform/chromium-linux/fast/lists/009-vertical-expected.png: Added.
     2138        * platform/chromium-linux/fast/lists/009-vertical-expected.txt: Added.
     2139        * platform/chromium-linux/fast/lists/markers-in-selection-expected.checksum:
     2140        * platform/chromium-linux/fast/lists/markers-in-selection-expected.png:
     2141        * platform/chromium-win/editing/selection/extend-by-word-002-expected.checksum:
     2142        * platform/chromium-win/editing/selection/extend-by-word-002-expected.png:
     2143        * platform/chromium-win/fast/lists/001-vertical-expected.checksum: Added.
     2144        * platform/chromium-win/fast/lists/001-vertical-expected.png: Added.
     2145        * platform/chromium-win/fast/lists/001-vertical-expected.txt: Added.
     2146        * platform/chromium-win/fast/lists/002-vertical-expected.checksum: Added.
     2147        * platform/chromium-win/fast/lists/002-vertical-expected.png: Added.
     2148        * platform/chromium-win/fast/lists/002-vertical-expected.txt: Added.
     2149        * platform/chromium-win/fast/lists/003-vertical-expected.checksum: Added.
     2150        * platform/chromium-win/fast/lists/003-vertical-expected.png: Added.
     2151        * platform/chromium-win/fast/lists/003-vertical-expected.txt: Added.
     2152        * platform/chromium-win/fast/lists/005-vertical-expected.checksum: Added.
     2153        * platform/chromium-win/fast/lists/005-vertical-expected.png: Added.
     2154        * platform/chromium-win/fast/lists/005-vertical-expected.txt: Added.
     2155        * platform/chromium-win/fast/lists/006-vertical-expected.checksum: Added.
     2156        * platform/chromium-win/fast/lists/006-vertical-expected.png: Added.
     2157        * platform/chromium-win/fast/lists/006-vertical-expected.txt: Added.
     2158        * platform/chromium-win/fast/lists/007-vertical-expected.checksum: Added.
     2159        * platform/chromium-win/fast/lists/007-vertical-expected.png: Added.
     2160        * platform/chromium-win/fast/lists/007-vertical-expected.txt: Added.
     2161        * platform/chromium-win/fast/lists/008-vertical-expected.checksum: Added.
     2162        * platform/chromium-win/fast/lists/008-vertical-expected.png: Added.
     2163        * platform/chromium-win/fast/lists/008-vertical-expected.txt: Added.
     2164        * platform/chromium-win/fast/lists/009-vertical-expected.checksum: Added.
     2165        * platform/chromium-win/fast/lists/009-vertical-expected.png: Added.
     2166        * platform/chromium-win/fast/lists/009-vertical-expected.txt: Added.
     2167        * platform/chromium-win/fast/lists/markers-in-selection-expected.checksum:
     2168        * platform/chromium-win/fast/lists/markers-in-selection-expected.png:
     2169
     21702010-11-09  Xiaomei Ji  <xji@chromium.org>
     2171
     2172        Reviewed by NOBODY.
     2173
     2174        Skip bidi-control-chars-treated-as-ZWS.html in leopard while investigating
     2175        bug 49295 -- Regression in ATSUI handling.
     2176
     2177        * platform/mac-leopard/Skipped:
     2178
     21792010-11-09  Xiaomei Ji  <xji@chromium.org>
     2180
     2181        Reviewed by NOBODY.
     2182
     2183        Rebaseline for leopard after r71566.
     2184
     2185        * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.txt:
     2186
     21872010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2188
     2189        Unreviewed Chromium rebaseline.
     2190       
     2191        Add missing Linux and Windows baselines for the tests added by r71382.
     2192
     2193        * platform/chromium-linux/fast/table/027-vertical-expected.checksum: Added.
     2194        * platform/chromium-linux/fast/table/027-vertical-expected.png: Added.
     2195        * platform/chromium-linux/fast/table/028-vertical-expected.checksum: Added.
     2196        * platform/chromium-linux/fast/table/028-vertical-expected.png: Added.
     2197        * platform/chromium-linux/fast/table/035-vertical-expected.checksum: Added.
     2198        * platform/chromium-linux/fast/table/035-vertical-expected.png: Added.
     2199        * platform/chromium-linux/fast/table/038-vertical-expected.checksum: Added.
     2200        * platform/chromium-linux/fast/table/038-vertical-expected.png: Added.
     2201        * platform/chromium-linux/fast/table/040-vertical-expected.checksum: Added.
     2202        * platform/chromium-linux/fast/table/040-vertical-expected.png: Added.
     2203        * platform/chromium-linux/fast/table/auto-with-percent-height-vertical-expected.checksum: Added.
     2204        * platform/chromium-linux/fast/table/auto-with-percent-height-vertical-expected.png: Added.
     2205        * platform/chromium-linux/fast/table/border-collapsing/001-vertical-expected.checksum: Added.
     2206        * platform/chromium-linux/fast/table/border-collapsing/001-vertical-expected.png: Added.
     2207        * platform/chromium-linux/fast/table/border-collapsing/002-vertical-expected.checksum: Added.
     2208        * platform/chromium-linux/fast/table/border-collapsing/002-vertical-expected.png: Added.
     2209        * platform/chromium-linux/fast/table/border-collapsing/003-vertical-expected.checksum: Added.
     2210        * platform/chromium-linux/fast/table/border-collapsing/003-vertical-expected.png: Added.
     2211        * platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.checksum: Added.
     2212        * platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png: Added.
     2213        * platform/chromium-linux/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.checksum: Added.
     2214        * platform/chromium-linux/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png: Added.
     2215        * platform/chromium-linux/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.checksum: Added.
     2216        * platform/chromium-linux/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: Added.
     2217        * platform/chromium-linux/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.checksum: Added.
     2218        * platform/chromium-linux/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png: Added.
     2219        * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.checksum: Added.
     2220        * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png: Added.
     2221        * platform/chromium-linux/fast/table/height-percent-test-vertical-expected.checksum: Added.
     2222        * platform/chromium-linux/fast/table/height-percent-test-vertical-expected.png: Added.
     2223        * platform/chromium-linux/fast/table/rowspan-paint-order-vertical-expected.checksum: Added.
     2224        * platform/chromium-linux/fast/table/rowspan-paint-order-vertical-expected.png: Added.
     2225        * platform/chromium-linux/fast/table/table-display-types-vertical-expected.checksum: Added.
     2226        * platform/chromium-linux/fast/table/table-display-types-vertical-expected.png: Added.
     2227        * platform/chromium-win/fast/table/027-vertical-expected.checksum: Added.
     2228        * platform/chromium-win/fast/table/027-vertical-expected.png: Added.
     2229        * platform/chromium-win/fast/table/027-vertical-expected.txt: Added.
     2230        * platform/chromium-win/fast/table/028-vertical-expected.checksum: Added.
     2231        * platform/chromium-win/fast/table/028-vertical-expected.png: Added.
     2232        * platform/chromium-win/fast/table/028-vertical-expected.txt: Added.
     2233        * platform/chromium-win/fast/table/035-vertical-expected.checksum: Added.
     2234        * platform/chromium-win/fast/table/035-vertical-expected.png: Added.
     2235        * platform/chromium-win/fast/table/035-vertical-expected.txt: Added.
     2236        * platform/chromium-win/fast/table/038-vertical-expected.checksum: Added.
     2237        * platform/chromium-win/fast/table/038-vertical-expected.png: Added.
     2238        * platform/chromium-win/fast/table/038-vertical-expected.txt: Added.
     2239        * platform/chromium-win/fast/table/040-vertical-expected.checksum: Added.
     2240        * platform/chromium-win/fast/table/040-vertical-expected.png: Added.
     2241        * platform/chromium-win/fast/table/040-vertical-expected.txt: Added.
     2242        * platform/chromium-win/fast/table/auto-with-percent-height-vertical-expected.checksum: Added.
     2243        * platform/chromium-win/fast/table/auto-with-percent-height-vertical-expected.png: Added.
     2244        * platform/chromium-win/fast/table/auto-with-percent-height-vertical-expected.txt: Added.
     2245        * platform/chromium-win/fast/table/border-collapsing/001-vertical-expected.checksum: Added.
     2246        * platform/chromium-win/fast/table/border-collapsing/001-vertical-expected.png: Added.
     2247        * platform/chromium-win/fast/table/border-collapsing/001-vertical-expected.txt: Added.
     2248        * platform/chromium-win/fast/table/border-collapsing/002-vertical-expected.checksum: Added.
     2249        * platform/chromium-win/fast/table/border-collapsing/002-vertical-expected.png: Added.
     2250        * platform/chromium-win/fast/table/border-collapsing/002-vertical-expected.txt: Added.
     2251        * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.checksum: Added.
     2252        * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.png: Added.
     2253        * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.txt: Added.
     2254        * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.checksum: Added.
     2255        * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png: Added.
     2256        * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt: Added.
     2257        * platform/chromium-win/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.checksum: Added.
     2258        * platform/chromium-win/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png: Added.
     2259        * platform/chromium-win/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt: Added.
     2260        * platform/chromium-win/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.checksum: Added.
     2261        * platform/chromium-win/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: Added.
     2262        * platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.checksum: Added.
     2263        * platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png: Added.
     2264        * platform/chromium-win/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt: Added.
     2265        * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.checksum: Added.
     2266        * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png: Added.
     2267        * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt: Added.
     2268        * platform/chromium-win/fast/table/height-percent-test-vertical-expected.checksum: Added.
     2269        * platform/chromium-win/fast/table/height-percent-test-vertical-expected.png: Added.
     2270        * platform/chromium-win/fast/table/rowspan-paint-order-vertical-expected.checksum: Added.
     2271        * platform/chromium-win/fast/table/rowspan-paint-order-vertical-expected.png: Added.
     2272        * platform/chromium-win/fast/table/rowspan-paint-order-vertical-expected.txt: Added.
     2273        * platform/chromium-win/fast/table/table-display-types-vertical-expected.checksum: Added.
     2274        * platform/chromium-win/fast/table/table-display-types-vertical-expected.png: Added.
     2275        * platform/chromium-win/fast/table/table-display-types-vertical-expected.txt: Added.
     2276        * platform/chromium/test_expectations.txt:
     2277
     22782010-11-09  Ryosuke Niwa  <rniwa@webkit.org>
     2279
     2280        Unreviewed Chromium rebaselines.
     2281
     2282        * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.checksum: Added.
     2283        * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png: Added.
     2284        * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.checksum: Added.
     2285        * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png: Added.
     2286        * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.checksum: Added.
     2287        * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png: Added.
     2288        * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.checksum: Added.
     2289        * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png: Added.
     2290        * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.checksum: Added.
     2291        * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png: Added.
     2292        * platform/chromium-mac/editing/inserting/insert-div-023-expected.checksum: Added.
     2293        * platform/chromium-mac/editing/inserting/insert-div-023-expected.png: Added.
     2294        * platform/chromium-mac/editing/selection/focus_editable_html-expected.checksum: Added.
     2295        * platform/chromium-mac/editing/selection/focus_editable_html-expected.png: Added.
     2296        * platform/chromium-mac/editing/selection/iframe-expected.checksum: Added.
     2297        * platform/chromium-mac/editing/selection/iframe-expected.png: Added.
     2298        * platform/chromium-mac/editing/selection/select-all-001-expected.checksum: Added.
     2299        * platform/chromium-mac/editing/selection/select-all-001-expected.png: Added.
     2300        * platform/chromium-mac/editing/selection/select-all-002-expected.checksum: Added.
     2301        * platform/chromium-mac/editing/selection/select-all-002-expected.png: Added.
     2302        * platform/chromium-mac/editing/selection/select-all-003-expected.checksum: Added.
     2303        * platform/chromium-mac/editing/selection/select-all-003-expected.png: Added.
     2304        * platform/chromium-mac/editing/selection/select-all-004-expected.checksum: Added.
     2305        * platform/chromium-mac/editing/selection/select-all-004-expected.png: Added.
     2306        * platform/chromium-mac/editing/selection/unrendered-001-expected.checksum: Added.
     2307        * platform/chromium-mac/editing/selection/unrendered-001-expected.png: Added.
     2308        * platform/chromium-mac/editing/selection/unrendered-003-expected.checksum: Added.
     2309        * platform/chromium-mac/editing/selection/unrendered-003-expected.png: Added.
     2310        * platform/chromium-mac/editing/selection/unrendered-004-expected.checksum: Added.
     2311        * platform/chromium-mac/editing/selection/unrendered-004-expected.png: Added.
     2312        * platform/chromium-mac/editing/selection/unrendered-005-expected.checksum: Added.
     2313        * platform/chromium-mac/editing/selection/unrendered-005-expected.png: Added.
     2314        * platform/chromium/test_expectations.txt:
     2315
     23162010-11-09  Ryosuke Niwa  <rniwa@webkit.org>
     2317
     2318        Unreviewed Chromium test expectations update.
     2319        Skip platform/mac/editing/deleting/backward-delete.html.
     2320
     2321        * platform/chromium/test_expectations.txt:
     2322
     23232010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2324
     2325        Unreviewed Chromium test_expectations.txt update.
     2326       
     2327        svg/animations/animate-path-nested-transforms.html is flaky on all
     2328        platforms.
     2329
     2330        * platform/chromium/test_expectations.txt:
     2331
     23322010-11-09  David Hyatt  <hyatt@apple.com>
     2333
     2334        Reviewed by Dan Bernstein.
     2335
     2336        https://bugs.webkit.org/show_bug.cgi?id=49202
     2337       
     2338        Make lists work with vertical text.
     2339       
     2340        (1) Patch all the CSS rules in html.css so that the margins are directionally abstract.
     2341        (2) Add a transposedRect and transposedSize method to IntRect and IntSize for swapping x/y and width/height.
     2342        (3) Add adjustLineDirectionPosition as a helper for moving a line box only in the line direction.
     2343        (4) Fix a bug in addIntrudingFLoats uncovered by list test cases where the top margin of an element was being
     2344        incorrectly added to a float's physical left side instead of its top side.
     2345        (5) Make positioning and painting and selection of list markers account for all writing modes.
     2346        (6) Add helpers for setting the start and end margins directly in a RenderStyle, since lists do this to hack
     2347        marker margins before they have been calculated and set on the box.
     2348       
     2349        Cloned a bunch of fast/lists tests into fast/lists/*-vertical.html versions.
     2350
     2351        * fast/lists/001-vertical.html: Added.
     2352        * fast/lists/002-vertical.html: Added.
     2353        * fast/lists/003-vertical.html: Added.
     2354        * fast/lists/005-vertical.html: Added.
     2355        * fast/lists/006-vertical.html: Added.
     2356        * fast/lists/007-vertical.html: Added.
     2357        * fast/lists/008-vertical.html: Added.
     2358        * fast/lists/009-vertical.html: Added.
     2359        * platform/mac/fast/lists/001-vertical-expected.checksum: Added.
     2360        * platform/mac/fast/lists/001-vertical-expected.png: Added.
     2361        * platform/mac/fast/lists/001-vertical-expected.txt: Added.
     2362        * platform/mac/fast/lists/002-vertical-expected.checksum: Added.
     2363        * platform/mac/fast/lists/002-vertical-expected.png: Added.
     2364        * platform/mac/fast/lists/002-vertical-expected.txt: Added.
     2365        * platform/mac/fast/lists/003-vertical-expected.checksum: Added.
     2366        * platform/mac/fast/lists/003-vertical-expected.png: Added.
     2367        * platform/mac/fast/lists/003-vertical-expected.txt: Added.
     2368        * platform/mac/fast/lists/005-vertical-expected.checksum: Added.
     2369        * platform/mac/fast/lists/005-vertical-expected.png: Added.
     2370        * platform/mac/fast/lists/005-vertical-expected.txt: Added.
     2371        * platform/mac/fast/lists/006-vertical-expected.checksum: Added.
     2372        * platform/mac/fast/lists/006-vertical-expected.png: Added.
     2373        * platform/mac/fast/lists/006-vertical-expected.txt: Added.
     2374        * platform/mac/fast/lists/007-vertical-expected.checksum: Added.
     2375        * platform/mac/fast/lists/007-vertical-expected.png: Added.
     2376        * platform/mac/fast/lists/007-vertical-expected.txt: Added.
     2377        * platform/mac/fast/lists/008-vertical-expected.checksum: Added.
     2378        * platform/mac/fast/lists/008-vertical-expected.png: Added.
     2379        * platform/mac/fast/lists/008-vertical-expected.txt: Added.
     2380        * platform/mac/fast/lists/009-vertical-expected.checksum: Added.
     2381        * platform/mac/fast/lists/009-vertical-expected.png: Added.
     2382        * platform/mac/fast/lists/009-vertical-expected.txt: Added.
     2383        * platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.png:
     2384        * platform/mac/fast/lists/markers-in-selection-expected.checksum:
     2385        * platform/mac/fast/lists/markers-in-selection-expected.png:
     2386        * platform/mac/fast/lists/ol-start-parsing-expected.checksum:
     2387        * platform/mac/fast/lists/ol-start-parsing-expected.png:
     2388
     23892010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2390
     2391        Unreviewed Chromium test_expectations.txt update.
     2392
     2393        - fast/images/gif-loop-count.html fails on other platforms too (not just
     2394          on Windows)
     2395        - svg/animations/animate-path-nested-transforms.html also has text diffs
     2396
     23972010-11-09  Tony Chang  <tony@chromium.org>
     2398
     2399        Unreviewed.  I updated and moved this test so the Skipped
     2400        entry is no longer needed.
     2401
     2402        * platform/gtk/Skipped: remove fast/js/navigator-mimeTypes-length.html
     2403
     24042010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2405
     2406        Unreviewed Chromium test expectations update.
     2407       
     2408        More correct expectations for editing/selection/extend-selection.html:
     2409        it's just slow, especially for debug builds.
     2410
     2411        * platform/chromium/drt_expectations.txt:
     2412        * platform/chromium/test_expectations.txt:
     2413
     24142010-11-09  Tony Chang  <tony@chromium.org>
     2415
     2416        Unreviewed, update drt_expectations after recent plugin test moves
     2417        and fixes.
     2418
     2419        * platform/chromium/drt_expectations.txt:
     2420
     24212010-11-09  Abhishek Arya  <inferno@chromium.org>
     2422
     2423        Reviewed by Antti Koivisto.
     2424
     2425        Tests that updating svg animations does not result in crash.
     2426        https://bugs.webkit.org/show_bug.cgi?id=49274
     2427
     2428        * svg/animations/animate-update-crash-expected.txt: Added.
     2429        * svg/animations/animate-update-crash.xhtml: Added.
     2430
     24312010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2432
     2433        Unreviewed Chromium test expectations update.
     2434       
     2435        editing/selection/extend-selection.html is flaky under test_shell, but
     2436        not under DRT.
     2437
     2438        * platform/chromium/drt_expectations.txt:
     2439        * platform/chromium/test_expectations.txt:
     2440
     24412010-11-09  Tony Chang  <tony@chromium.org>
     2442
     2443        Reviewed by Adam Barth.
     2444
     2445        run platform/chromium/plugins/return-npobject.html on all platforms
     2446        https://bugs.webkit.org/show_bug.cgi?id=49103
     2447
     2448        * plugins/return-npobject-expected.txt: Renamed from LayoutTests/platform/chromium/plugins/return-npobject-expected.txt.
     2449        * plugins/return-npobject.html: Renamed from LayoutTests/platform/chromium/plugins/return-npobject.html.
     2450
     24512010-11-09  Ryosuke Niwa  <rniwa@webkit.org>
     2452
     2453        Unreviewed rebaselines for Chromium.
     2454        Also re-enabled editing/inserting/caret-position.html since it has been passing.
     2455
     2456        * platform/chromium-mac/editing/selection/unrendered-002-expected.checksum: Added.
     2457        * platform/chromium-mac/editing/selection/unrendered-002-expected.png: Added.
     2458        * platform/chromium/test_expectations.txt:
     2459
     24602010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2461
     2462        Unreviewed Chromium drt_expectations.txt update.
     2463       
     2464        Remove DRT PASS expectations that we added a bit over-eagerly (they're
     2465        still flaky with the DRT).
     2466
     2467        * platform/chromium/drt_expectations.txt:
     2468
     24692010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2470
     2471        Unreviewed Chromium test_expectations.txt update.
     2472       
     2473        Remove tests that consistently pass:
     2474        - fast/js/kde/evil-n.html: passes with the v8 roll to 5780 (version
     2475          2.5.5) which fixed http://code.google.com/p/v8/issues/detail?id=924.
     2476        - http/tests/appcache/main-resource-redirect.html now only occasionally
     2477          times out, and only under DRT for chromium-linux.
     2478        - fast/blockflow/english-rl-text.html (rebaselined with r71050)
     2479
     2480        * platform/chromium/drt_expectations.txt:
     2481        * platform/chromium/test_expectations.txt:
     2482
     24832010-11-09  Dan Bernstein  <mitz@apple.com>
     2484
     2485        Reviewed by Dave Hyatt.
     2486
     2487        Make tables work with vertical text
     2488        https://bugs.webkit.org/show_bug.cgi?id=46417
     2489
     2490        * fast/blockflow/table-hit-test-expected.txt: Added.
     2491        * fast/blockflow/table-hit-test.html: Added.
     2492
     24932010-11-09  Ryosuke Niwa  <rniwa@webkit.org>
     2494
     2495        Yet another unreviewed Chromium rebaselines for r71465.
     2496
     2497        * platform/chromium-linux/editing/deleting/delete-line-end-ws-001-expected.checksum:
     2498        * platform/chromium-linux/editing/deleting/delete-line-end-ws-001-expected.png:
     2499        * platform/chromium-linux/editing/deleting/delete-line-end-ws-002-expected.checksum:
     2500        * platform/chromium-linux/editing/deleting/delete-line-end-ws-002-expected.png:
     2501        * platform/chromium-linux/editing/selection/5232159-expected.checksum:
     2502        * platform/chromium-linux/editing/selection/5232159-expected.png:
     2503        * platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.checksum:
     2504        * platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.png:
     2505        * platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.checksum:
     2506        * platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.png:
     2507        * platform/chromium-win/editing/selection/5232159-expected.checksum:
     2508        * platform/chromium-win/editing/selection/5232159-expected.png:
     2509        * platform/chromium-win/editing/selection/5232159-expected.txt:
     2510        * platform/chromium/test_expectations.txt:
     2511
     25122010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2513
     2514        Unreviewed Chromium test_expectations.txt update.
     2515       
     2516        Mark svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop.html
     2517        as flaky on chromium-linux.
     2518
     2519        * platform/chromium/test_expectations.txt:
     2520
     25212010-11-09  Andras Becsi  <abecsi@webkit.org>
     2522
     2523        Rubber-stamped by Csaba Osztrogonác.
     2524
     2525        [Qt][WK2] Populate the WTR Skipped list with failing tests, which fail due to missing features.
     2526
     2527        * platform/qt-wk2/Skipped:
     2528
     25292010-11-09  Tony Chang  <tony@chromium.org>
     2530
     2531        Reviewed by Alexey Proskuryakov.
     2532
     2533        move fast/js/navigator-mimeTypes-length.html to plugin/
     2534        https://bugs.webkit.org/show_bug.cgi?id=49226
     2535
     2536        * plugins/navigator-mimeTypes-length-expected.txt: Renamed from LayoutTests/fast/js/navigator-mimeTypes-length-expected.txt.
     2537        * plugins/navigator-mimeTypes-length.html: Renamed from LayoutTests/fast/js/navigator-mimeTypes-length.html.
     2538        * plugins/script-tests/navigator-mimeTypes-length.js: Renamed from LayoutTests/fast/js/script-tests/navigator-mimeTypes-length.js.
     2539
     25402010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2541
     2542        Unreviewed Chromium rebaseline.
     2543       
     2544        Rebaseline fast/repaint/inline-outline-repaint.html after r71589
     2545        (the caret is now slightly visible, but that's not what the test is
     2546        testing for)
     2547
     2548        * platform/chromium-linux/fast/repaint/inline-outline-repaint-expected.checksum:
     2549        * platform/chromium-linux/fast/repaint/inline-outline-repaint-expected.png:
     2550        * platform/chromium-win/fast/repaint/inline-outline-repaint-expected.checksum:
     2551        * platform/chromium-win/fast/repaint/inline-outline-repaint-expected.png:
     2552
     25532010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2554
     2555        Unreviewed Chromium test_expectations.txt update.
     2556       
     2557        Remove tests that now pass (r71589 fixed the regression in caret
     2558        rendering).
     2559
     2560        * platform/chromium/test_expectations.txt:
     2561
     25622010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2563
     2564        Unreviewed Chromium rebaseline.
     2565       
     2566        Add missing Chromium Windows and Linux baselines for SVG tests added by
     2567        r71630.
     2568
     2569        * platform/chromium-linux/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.checksum: Added.
     2570        * platform/chromium-linux/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
     2571        * platform/chromium-linux/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.checksum: Added.
     2572        * platform/chromium-linux/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
     2573        * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.checksum: Added.
     2574        * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
     2575        * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.checksum: Added.
     2576        * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
     2577
     25782010-11-09  Peter Kasting  <pkasting@google.com>
     2579
     2580        Not reviewed, Chromium test expectation update.
     2581
     2582        Add a bug number for some failing tests, and move an expectation from
     2583        the Chromium-side overrides to the WebKit-side expectations.
     2584
     2585        * platform/chromium/drt_expectations.txt:
     2586        * platform/chromium/test_expectations.txt:
     2587
     25882010-11-09  Simon Fraser  <simon.fraser@apple.com>
     2589
     2590        Reviewed by Dave Hyatt.
     2591
     2592        https://bugs.webkit.org/show_bug.cgi?id=49197
     2593        <rdar://problem/8642746>
     2594
     2595        Test that starts a transform animation on an inline.
     2596       
     2597        * animations/animation-on-inline-crash-expected.txt: Added.
     2598        * animations/animation-on-inline-crash.html: Added.
     2599
     26002010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2601
     2602        Unreviewed Chromium drt_expectations.txt update.
     2603       
     2604        Remove tests that are no longer present:
     2605        - platform/chromium/plugins/multiple-plugins.html was moved to run on
     2606          all platforms by r71363
     2607        - platform/chromium/plugins/nested-plugin-objects.html was moved to
     2608          run on all platforms by r71537
     2609        - platform/win/plugins/plugin-delayed-destroy.html was replaced by
     2610          plugins/evaluate-js-after-removing-plugin-element.html in r71249
     2611
     2612        * platform/chromium/drt_expectations.txt:
     2613
     26142010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2615
     2616        Unreviewed Chromium test_expectations.txt update.
     2617       
     2618        Expect failures for printing/page-format-data-display-none.html due to
     2619        test_shell and DRT not having LayoutTestController.
     2620        pageSizeAndMarginsInPixels.
     2621
     2622        * platform/chromium/test_expectations.txt:
     2623
     26242010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2625
     2626        Unreviewed Chromium rebaselines.
     2627       
     2628        More fixes after r71612 (removed requestEnd) and r71608 (split
     2629        domContentLoaded into domContentLoadedStart and domContentLoadedEnd).
     2630
     2631        * fast/dom/script-tests/webtiming.js:
     2632        (checkWebTimingOnDOMContentLoaded):
     2633        * fast/dom/webtiming-expected.txt:
     2634        * fast/dom/webtiming-navigate-within-document-expected.txt:
     2635
     26362010-11-09  Mihai Parparita  <mihaip@chromium.org>
     2637
     2638        Unreviewed Chromium rebaseline.
     2639       
     2640        r71612 removed requestEnd, r71608 split domContentLoaded into
     2641        domContentLoadedStart and domContentLoadedEnd.
     2642
     2643        * fast/dom/Window/window-properties-performance-expected.txt:
     2644
     26452010-11-09  Renata Hodovan  <reni@webkit.org>
     2646
     2647        Reviewed by Nikolas Zimmermann.
     2648
     2649        SVGFETileElement doesn't support dynamic invalidation, when attributes change.
     2650        https://bugs.webkit.org/show_bug.cgi?id=49247
     2651
     2652        Adding layout tests for feTile dynamic changes.
     2653
     2654        * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.checksum: Added.
     2655        * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
     2656        * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.checksum: Added.
     2657        * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
     2658        * svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.txt: Added.
     2659        * svg/dynamic-updates/SVGFETileElement-dom-in-attr.html: Added.
     2660        * svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.txt: Added.
     2661        * svg/dynamic-updates/SVGFETileElement-svgdom-in-prop.html: Added.
     2662        * svg/dynamic-updates/script-tests/SVGFETileElement-dom-in-attr.js: Added.
     2663        (executeTest):
     2664        * svg/dynamic-updates/script-tests/SVGFETileElement-svgdom-in-prop.js: Added.
     2665        (executeTest):
     2666
     26672010-11-09  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
     2668
     2669        Rubber-stamped by Antonio Gomes.
     2670
     2671        Remove fast/events/click-focus-control.html from windows Skipped list.
     2672        This way it will fall back to Mac version of test results and windows
     2673        matches Mac in this case.
     2674        https://bugs.webkit.org/show_bug.cgi?id=40641
     2675
     2676        * platform/win/Skipped:
     2677
     26782010-11-09  Adam Roben  <aroben@apple.com>
     2679
     2680        Update Windows results after r71566 and r71572
     2681
     2682        * platform/win/editing/selection/extend-selection-expected.txt:
     2683        * platform/win/fast/blockflow/japanese-lr-selection-expected.checksum:
     2684        * platform/win/fast/blockflow/japanese-lr-selection-expected.png:
     2685        * platform/win/fast/blockflow/japanese-lr-selection-expected.txt:
     2686        * platform/win/fast/blockflow/japanese-rl-selection-expected.checksum:
     2687        * platform/win/fast/blockflow/japanese-rl-selection-expected.png:
     2688        * platform/win/fast/blockflow/japanese-rl-selection-expected.txt:
     2689        * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: Added.
     2690        * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Added.
     2691        * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: Added.
     2692        * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
     2693        * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
     2694        * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: Added.
     2695        * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
     2696        * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
     2697        * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: Added.
     2698
     26992010-11-09  Yury Semikhatsky  <yurys@chromium.org>
     2700
     2701        Reviewed by Pavel Feldman.
     2702
     2703        Web Inspector: debugger-autocontinue-on-syntax-error.html should restore debugger state to disabled
     2704        https://bugs.webkit.org/show_bug.cgi?id=49244
     2705
     2706        * inspector/debugger-autocontinue-on-syntax-error-expected.txt:
     2707        * inspector/debugger-autocontinue-on-syntax-error.html:
     2708        * platform/chromium/inspector/debugger-autocontinue-on-syntax-error-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/debugger-autocontinue-on-syntax-error-expected.txt.
     2709
     27102010-11-09  Dai Mikurube  <dmikurube@google.com>
     2711
     2712        Reviewed by Kent Tamura.
     2713
     2714        Too precise serialization from floating point number to string for "number" input elements
     2715        https://bugs.webkit.org/show_bug.cgi?id=48308
     2716
     2717        * fast/forms/input-stepup-stepdown-expected.txt:
     2718        * fast/forms/script-tests/input-stepup-stepdown.js:
     2719
     27202010-11-09  Yuzo Fujishima  <yuzo@google.com>
     2721
     2722        Reviewed by Shinichiro Hamaji.
     2723
     2724        Fix for Bug 48984 - [Chromium] @media print crash due to paged media support
     2725        https://bugs.webkit.org/show_bug.cgi?id=48984
     2726
     2727        * printing/page-format-data-display-none-expected.txt: Added.
     2728        * printing/page-format-data-display-none.html: Added.
     2729
     27302010-11-09  Csaba Osztrogonác  <ossy@webkit.org>
     2731
     2732        Unreviewed.
     2733
     2734        [Qt] REGRESSION (r71582): Two editing tests fail
     2735        https://bugs.webkit.org/show_bug.cgi?id=49243
     2736
     2737        * platform/qt/Skipped:
     2738         - editing/deleting/delete-line-011.html added until fix.
     2739         - editing/pasteboard/paste-4039777-fix.html added until fix.
     27402010-11-09  Ryosuke Niwa  <rniwa@webkit.org>
     2741
     2742        More unreviewed Chromium rebaselines for r71465.
     2743
     2744        * platform/chromium-mac/editing/pasteboard/4806874-expected.checksum: Added.
     2745        * platform/chromium-mac/editing/pasteboard/4806874-expected.png: Added.
     2746        * platform/chromium-mac/editing/pasteboard/4944770-1-expected.checksum: Added.
     2747        * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png: Added.
     2748        * platform/chromium-mac/editing/pasteboard/input-field-1-expected.checksum: Added.
     2749        * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png: Added.
     2750        * platform/chromium-mac/editing/selection/4397952-expected.checksum: Added.
     2751        * platform/chromium-mac/editing/selection/4397952-expected.png: Added.
     2752        * platform/chromium-mac/editing/selection/caret-before-select-expected.checksum: Added.
     2753        * platform/chromium-mac/editing/selection/caret-before-select-expected.png: Added.
     2754        * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.checksum: Added.
     2755        * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png: Added.
     2756
     27572010-11-09  Adrienne Walker  <enne@google.com>
     2758
     2759        Reviewed by Andreas Kling.
     2760
     2761        getAttachedShaders should only return NULL in the case of error.
     2762        https://bugs.webkit.org/show_bug.cgi?id=49231
     2763
     2764        * fast/canvas/webgl/gl-object-get-calls-expected.txt:
     2765        * fast/canvas/webgl/gl-object-get-calls.html:
     2766
     27672010-11-09  Ryosuke Niwa  <rniwa@webkit.org>
     2768
     2769        Unreviewed Chromium rebaselines for r71566.
     2770
     2771        * platform/chromium-win/fast/forms/focus-selection-textarea-expected.txt:
     2772        * platform/chromium/test_expectations.txt:
     2773
     27742010-11-09  James Simonsen  <simonjam@chromium.org>
     2775
     2776        Reviewed by Dimitri Glazkov.
     2777
     2778        [Web Timing] Remove requestEnd
     2779        https://bugs.webkit.org/show_bug.cgi?id=48924
     2780
     2781        * fast/dom/script-tests/webtiming.js:
     2782        (checkTimingBeforeLoad):
     2783        (checkTimingWhileDeferred):
     2784        (checkWebTimingWhileAsync):
     2785        (checkWebTimingOnLoad):
     2786        (checkWebTimingAfterLoad):
     2787        * fast/dom/webtiming-document-open-expected.txt:
     2788        * fast/dom/webtiming-expected.txt:
     2789
     27902010-11-08  Ryosuke Niwa  <rniwa@webkit.org>
     2791
     2792        Unreviewed Chromium rebaselines for r71465.
     2793
     2794        * platform/chromium-linux/editing/pasteboard/4806874-expected.checksum:
     2795        * platform/chromium-linux/editing/pasteboard/4806874-expected.png:
     2796        * platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum:
     2797        * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
     2798        * platform/chromium-linux/editing/pasteboard/input-field-1-expected.checksum:
     2799        * platform/chromium-linux/editing/pasteboard/input-field-1-expected.png:
     2800        * platform/chromium-linux/editing/selection/4397952-expected.checksum:
     2801        * platform/chromium-linux/editing/selection/4397952-expected.png:
     2802        * platform/chromium-linux/editing/selection/caret-before-select-expected.checksum:
     2803        * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
     2804        * platform/chromium-linux/editing/selection/click-start-of-line-expected.checksum:
     2805        * platform/chromium-linux/editing/selection/click-start-of-line-expected.png:
     2806        * platform/chromium-linux/editing/selection/extend-by-word-002-expected.checksum:
     2807        * platform/chromium-linux/editing/selection/extend-by-word-002-expected.png:
     2808        * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.checksum:
     2809        * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
     2810        * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum:
     2811        * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
     2812        * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
     2813        * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png:
     2814        * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
     2815        * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png:
     2816        * platform/chromium-linux/fast/text/delete-hard-break-character-expected.checksum:
     2817        * platform/chromium-linux/fast/text/delete-hard-break-character-expected.png:
     2818        * platform/chromium-win/editing/pasteboard/4806874-expected.checksum:
     2819        * platform/chromium-win/editing/pasteboard/4806874-expected.png:
     2820        * platform/chromium-win/editing/pasteboard/4944770-1-expected.checksum:
     2821        * platform/chromium-win/editing/pasteboard/4944770-1-expected.png:
     2822        * platform/chromium-win/editing/pasteboard/input-field-1-expected.checksum:
     2823        * platform/chromium-win/editing/pasteboard/input-field-1-expected.png:
     2824        * platform/chromium-win/editing/selection/4397952-expected.checksum:
     2825        * platform/chromium-win/editing/selection/4397952-expected.png:
     2826        * platform/chromium-win/editing/selection/after-line-break-expected.txt: Added.
     2827        * platform/chromium-win/editing/selection/caret-before-select-expected.checksum:
     2828        * platform/chromium-win/editing/selection/caret-before-select-expected.png:
     2829        * platform/chromium-win/editing/selection/click-start-of-line-expected.checksum:
     2830        * platform/chromium-win/editing/selection/click-start-of-line-expected.png:
     2831        * platform/chromium-win/editing/selection/extend-by-word-002-expected.checksum:
     2832        * platform/chromium-win/editing/selection/extend-by-word-002-expected.png:
     2833        * platform/chromium-win/editing/selection/select-element-paragraph-boundary-expected.checksum:
     2834        * platform/chromium-win/editing/selection/select-element-paragraph-boundary-expected.png:
     2835        * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum:
     2836        * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
     2837        * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
     2838        * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
     2839        * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
     2840        * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.txt:
     2841        * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
     2842        * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
     2843        * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.txt:
     2844        * platform/chromium-win/fast/text/delete-hard-break-character-expected.checksum:
     2845        * platform/chromium-win/fast/text/delete-hard-break-character-expected.png:
     2846        * platform/chromium/test_expectations.txt:
     2847        * platform/mac/editing/pasteboard/4806874-expected.checksum:
     2848        * platform/mac/editing/pasteboard/4806874-expected.png:
     2849        * platform/mac/editing/pasteboard/4944770-1-expected.checksum:
     2850        * platform/mac/editing/pasteboard/4944770-1-expected.png:
     2851        * platform/mac/editing/pasteboard/input-field-1-expected.checksum:
     2852        * platform/mac/editing/pasteboard/input-field-1-expected.png:
     2853        * platform/mac/editing/selection/4397952-expected.checksum:
     2854        * platform/mac/editing/selection/4397952-expected.png:
     2855        * platform/mac/editing/selection/caret-before-select-expected.checksum:
     2856        * platform/mac/editing/selection/caret-before-select-expected.png:
     2857        * platform/mac/editing/selection/extend-by-word-002-expected.checksum:
     2858        * platform/mac/editing/selection/extend-by-word-002-expected.png:
     2859        * platform/mac/editing/selection/select-element-paragraph-boundary-expected.checksum:
     2860        * platform/mac/editing/selection/select-element-paragraph-boundary-expected.png:
     2861
     28622010-11-08  James Simonsen  <simonjam@chromium.org>
     2863
     2864        Reviewed by Dimitri Glazkov.
     2865
     2866        [Web Timing] Split domContentLoaded into start/end
     2867        https://bugs.webkit.org/show_bug.cgi?id=48920
     2868
     2869        * fast/dom/script-tests/webtiming.js:
     2870        (checkTimingBeforeLoad):
     2871        (checkTimingWhileDeferred):
     2872        (checkWebTimingOnDOMContentLoaded): Added.
     2873        (checkWebTimingWhileAsync):
     2874        (checkWebTimingOnLoad):
     2875        (checkWebTimingAfterLoad):
     2876        * fast/dom/webtiming-document-open-expected.txt:
     2877        * fast/dom/webtiming-expected.txt:
     2878
     28792010-11-08  Chang Shu  <chang.shu@nokia.com>
     2880
     2881        Reviewed by Antonio Gomes.
     2882
     2883        Unskip test that is passing now.
     2884        https://bugs.webkit.org/show_bug.cgi?id=49150
     2885
     2886        * platform/gtk/Skipped:
     2887
     28882010-11-08  Ryosuke Niwa  <rniwa@webkit.org>
     2889
     2890        Unreviewed. Rebaselines for r71589.
     2891
     2892        * platform/chromium-linux/editing/deleting/5156801-2-expected.checksum:
     2893        * platform/chromium-linux/editing/deleting/5156801-2-expected.png:
     2894        * platform/chromium-linux/editing/deleting/delete-3608445-fix-expected.checksum:
     2895        * platform/chromium-linux/editing/deleting/delete-3608445-fix-expected.png:
     2896        * platform/chromium-linux/editing/deleting/delete-br-002-expected.checksum:
     2897        * platform/chromium-linux/editing/deleting/delete-br-002-expected.png:
     2898        * platform/chromium-linux/editing/deleting/delete-br-004-expected.checksum:
     2899        * platform/chromium-linux/editing/deleting/delete-br-004-expected.png:
     2900        * platform/chromium-linux/editing/deleting/delete-br-005-expected.checksum:
     2901        * platform/chromium-linux/editing/deleting/delete-br-005-expected.png:
     2902        * platform/chromium-linux/editing/deleting/delete-line-003-expected.checksum:
     2903        * platform/chromium-linux/editing/deleting/delete-line-003-expected.png:
     2904        * platform/chromium-linux/editing/deleting/delete-tab-004-expected.checksum:
     2905        * platform/chromium-linux/editing/deleting/delete-tab-004-expected.png:
     2906        * platform/chromium-linux/editing/deleting/delete-trailing-ws-002-expected.checksum:
     2907        * platform/chromium-linux/editing/deleting/delete-trailing-ws-002-expected.png:
     2908        * platform/chromium-linux/editing/execCommand/5482023-expected.checksum:
     2909        * platform/chromium-linux/editing/execCommand/5482023-expected.png:
     2910        * platform/chromium-linux/editing/inserting/4960120-2-expected.checksum:
     2911        * platform/chromium-linux/editing/inserting/4960120-2-expected.png:
     2912        * platform/chromium-linux/editing/inserting/5549929-2-expected.checksum:
     2913        * platform/chromium-linux/editing/inserting/5549929-2-expected.png:
     2914        * platform/chromium-linux/editing/inserting/5549929-3-expected.checksum:
     2915        * platform/chromium-linux/editing/inserting/5549929-3-expected.png:
     2916        * platform/chromium-linux/editing/inserting/editable-inline-element-expected.checksum:
     2917        * platform/chromium-linux/editing/inserting/editable-inline-element-expected.png:
     2918        * platform/chromium-linux/editing/inserting/insert-3654864-fix-expected.checksum:
     2919        * platform/chromium-linux/editing/inserting/insert-3654864-fix-expected.png:
     2920        * platform/chromium-linux/editing/inserting/insert-3775316-fix-expected.checksum:
     2921        * platform/chromium-linux/editing/inserting/insert-3775316-fix-expected.png:
     2922        * platform/chromium-linux/editing/inserting/insert-3786362-fix-expected.checksum:
     2923        * platform/chromium-linux/editing/inserting/insert-3786362-fix-expected.png:
     2924        * platform/chromium-linux/editing/inserting/insert-3800346-fix-expected.checksum:
     2925        * platform/chromium-linux/editing/inserting/insert-3800346-fix-expected.png:
     2926        * platform/chromium-linux/editing/inserting/insert-br-001-expected.checksum:
     2927        * platform/chromium-linux/editing/inserting/insert-br-001-expected.png:
     2928        * platform/chromium-linux/editing/inserting/insert-br-002-expected.checksum:
     2929        * platform/chromium-linux/editing/inserting/insert-br-002-expected.png:
     2930        * platform/chromium-linux/editing/inserting/insert-br-003-expected.checksum:
     2931        * platform/chromium-linux/editing/inserting/insert-br-003-expected.png:
     2932        * platform/chromium-linux/editing/inserting/insert-br-004-expected.checksum:
     2933        * platform/chromium-linux/editing/inserting/insert-br-004-expected.png:
     2934        * platform/chromium-linux/editing/inserting/insert-br-005-expected.checksum:
     2935        * platform/chromium-linux/editing/inserting/insert-br-005-expected.png:
     2936        * platform/chromium-linux/editing/inserting/insert-br-006-expected.checksum:
     2937        * platform/chromium-linux/editing/inserting/insert-br-006-expected.png:
     2938        * platform/chromium-linux/editing/inserting/insert-br-007-expected.checksum:
     2939        * platform/chromium-linux/editing/inserting/insert-br-007-expected.png:
     2940        * platform/chromium-linux/editing/inserting/insert-br-008-expected.checksum:
     2941        * platform/chromium-linux/editing/inserting/insert-br-008-expected.png:
     2942        * platform/chromium-linux/editing/inserting/insert-br-009-expected.checksum:
     2943        * platform/chromium-linux/editing/inserting/insert-br-009-expected.png:
     2944        * platform/chromium-linux/editing/inserting/insert-br-at-tabspan-001-expected.checksum:
     2945        * platform/chromium-linux/editing/inserting/insert-br-at-tabspan-001-expected.png:
     2946        * platform/chromium-linux/editing/inserting/insert-br-at-tabspan-002-expected.checksum:
     2947        * platform/chromium-linux/editing/inserting/insert-br-at-tabspan-002-expected.png:
     2948        * platform/chromium-linux/editing/inserting/insert-br-at-tabspan-003-expected.checksum:
     2949        * platform/chromium-linux/editing/inserting/insert-br-at-tabspan-003-expected.png:
     2950        * platform/chromium-linux/editing/inserting/insert-tab-004-expected.checksum:
     2951        * platform/chromium-linux/editing/inserting/insert-tab-004-expected.png:
     2952        * platform/chromium-linux/editing/inserting/insert-text-with-newlines-expected.checksum:
     2953        * platform/chromium-linux/editing/inserting/insert-text-with-newlines-expected.png:
     2954        * platform/chromium-linux/editing/inserting/line-break-expected.checksum:
     2955        * platform/chromium-linux/editing/inserting/line-break-expected.png:
     2956        * platform/chromium-linux/editing/inserting/paragraph-separator-in-table-1-expected.checksum:
     2957        * platform/chromium-linux/editing/inserting/paragraph-separator-in-table-1-expected.png:
     2958        * platform/chromium-linux/editing/inserting/paragraph-separator-in-table-2-expected.checksum:
     2959        * platform/chromium-linux/editing/inserting/paragraph-separator-in-table-2-expected.png:
     2960        * platform/chromium-linux/editing/inserting/typing-003-expected.checksum:
     2961        * platform/chromium-linux/editing/inserting/typing-003-expected.png:
     2962        * platform/chromium-linux/editing/inserting/typing-around-br-001-expected.checksum:
     2963        * platform/chromium-linux/editing/inserting/typing-around-br-001-expected.png:
     2964        * platform/chromium-linux/editing/pasteboard/4989774-expected.checksum:
     2965        * platform/chromium-linux/editing/pasteboard/4989774-expected.png:
     2966        * platform/chromium-linux/editing/pasteboard/5028447-expected.checksum:
     2967        * platform/chromium-linux/editing/pasteboard/5028447-expected.png:
     2968        * platform/chromium-linux/editing/pasteboard/5601583-1-expected.checksum:
     2969        * platform/chromium-linux/editing/pasteboard/5601583-1-expected.png:
     2970        * platform/chromium-linux/editing/pasteboard/merge-end-1-expected.checksum:
     2971        * platform/chromium-linux/editing/pasteboard/merge-end-1-expected.png:
     2972        * platform/chromium-linux/editing/pasteboard/merge-end-2-expected.checksum:
     2973        * platform/chromium-linux/editing/pasteboard/merge-end-2-expected.png:
     2974        * platform/chromium-linux/editing/pasteboard/paste-4035648-fix-expected.checksum:
     2975        * platform/chromium-linux/editing/pasteboard/paste-4035648-fix-expected.png:
     2976        * platform/chromium-linux/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.checksum:
     2977        * platform/chromium-linux/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.png:
     2978        * platform/chromium-linux/editing/pasteboard/paste-line-endings-001-expected.checksum:
     2979        * platform/chromium-linux/editing/pasteboard/paste-line-endings-001-expected.png:
     2980        * platform/chromium-linux/editing/pasteboard/paste-line-endings-006-expected.checksum:
     2981        * platform/chromium-linux/editing/pasteboard/paste-line-endings-006-expected.png:
     2982        * platform/chromium-linux/editing/pasteboard/paste-table-003-expected.checksum:
     2983        * platform/chromium-linux/editing/pasteboard/paste-table-003-expected.png:
     2984        * platform/chromium-linux/editing/pasteboard/paste-text-010-expected.checksum:
     2985        * platform/chromium-linux/editing/pasteboard/paste-text-010-expected.png:
     2986        * platform/chromium-linux/editing/selection/5007143-2-expected.checksum:
     2987        * platform/chromium-linux/editing/selection/5007143-2-expected.png:
     2988        * platform/chromium-linux/editing/selection/5007143-expected.checksum:
     2989        * platform/chromium-linux/editing/selection/5007143-expected.png:
     2990        * platform/chromium-linux/editing/selection/5234383-2-expected.checksum:
     2991        * platform/chromium-linux/editing/selection/5234383-2-expected.png:
     2992        * platform/chromium-linux/editing/selection/editable-html-element-expected.checksum:
     2993        * platform/chromium-linux/editing/selection/editable-html-element-expected.png:
     2994        * platform/chromium-linux/editing/selection/move-3875618-fix-expected.checksum:
     2995        * platform/chromium-linux/editing/selection/move-3875618-fix-expected.png:
     2996        * platform/chromium-linux/editing/selection/move-backwords-by-word-001-expected.checksum:
     2997        * platform/chromium-linux/editing/selection/move-backwords-by-word-001-expected.png:
     2998        * platform/chromium-linux/editing/selection/move-by-character-002-expected.checksum:
     2999        * platform/chromium-linux/editing/selection/move-by-character-002-expected.png:
     3000        * platform/chromium-linux/editing/selection/move-by-character-003-expected.checksum:
     3001        * platform/chromium-linux/editing/selection/move-by-character-003-expected.png:
     3002        * platform/chromium-linux/editing/selection/move-past-trailing-space-expected.checksum:
     3003        * platform/chromium-linux/editing/selection/move-past-trailing-space-expected.png:
     3004        * platform/chromium-linux/editing/selection/selection-3748164-fix-expected.checksum:
     3005        * platform/chromium-linux/editing/selection/selection-3748164-fix-expected.png:
     3006        * platform/chromium-linux/editing/unsupported-content/table-delete-001-expected.checksum:
     3007        * platform/chromium-linux/editing/unsupported-content/table-delete-001-expected.png:
     3008        * platform/chromium-linux/editing/unsupported-content/table-delete-003-expected.checksum:
     3009        * platform/chromium-linux/editing/unsupported-content/table-delete-003-expected.png:
     3010        * platform/chromium-win/editing/deleting/5156801-2-expected.checksum:
     3011        * platform/chromium-win/editing/deleting/5156801-2-expected.png:
     3012        * platform/chromium-win/editing/deleting/delete-3608445-fix-expected.checksum:
     3013        * platform/chromium-win/editing/deleting/delete-3608445-fix-expected.png:
     3014        * platform/chromium-win/editing/deleting/delete-br-002-expected.checksum:
     3015        * platform/chromium-win/editing/deleting/delete-br-002-expected.png:
     3016        * platform/chromium-win/editing/deleting/delete-br-004-expected.checksum:
     3017        * platform/chromium-win/editing/deleting/delete-br-004-expected.png:
     3018        * platform/chromium-win/editing/deleting/delete-br-005-expected.checksum:
     3019        * platform/chromium-win/editing/deleting/delete-br-005-expected.png:
     3020        * platform/chromium-win/editing/deleting/delete-line-003-expected.checksum:
     3021        * platform/chromium-win/editing/deleting/delete-line-003-expected.png:
     3022        * platform/chromium-win/editing/deleting/delete-tab-004-expected.checksum:
     3023        * platform/chromium-win/editing/deleting/delete-tab-004-expected.png:
     3024        * platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.checksum:
     3025        * platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.png:
     3026        * platform/chromium-win/editing/execCommand/5482023-expected.checksum:
     3027        * platform/chromium-win/editing/execCommand/5482023-expected.png:
     3028        * platform/chromium-win/editing/inserting/4960120-2-expected.checksum:
     3029        * platform/chromium-win/editing/inserting/4960120-2-expected.png:
     3030        * platform/chromium-win/editing/inserting/5549929-2-expected.checksum:
     3031        * platform/chromium-win/editing/inserting/5549929-2-expected.png:
     3032        * platform/chromium-win/editing/inserting/5549929-3-expected.checksum:
     3033        * platform/chromium-win/editing/inserting/5549929-3-expected.png:
     3034        * platform/chromium-win/editing/inserting/editable-inline-element-expected.checksum:
     3035        * platform/chromium-win/editing/inserting/editable-inline-element-expected.png:
     3036        * platform/chromium-win/editing/inserting/insert-3654864-fix-expected.checksum:
     3037        * platform/chromium-win/editing/inserting/insert-3654864-fix-expected.png:
     3038        * platform/chromium-win/editing/inserting/insert-3775316-fix-expected.checksum:
     3039        * platform/chromium-win/editing/inserting/insert-3775316-fix-expected.png:
     3040        * platform/chromium-win/editing/inserting/insert-3786362-fix-expected.checksum:
     3041        * platform/chromium-win/editing/inserting/insert-3786362-fix-expected.png:
     3042        * platform/chromium-win/editing/inserting/insert-3800346-fix-expected.checksum:
     3043        * platform/chromium-win/editing/inserting/insert-3800346-fix-expected.png:
     3044        * platform/chromium-win/editing/inserting/insert-br-001-expected.checksum:
     3045        * platform/chromium-win/editing/inserting/insert-br-001-expected.png:
     3046        * platform/chromium-win/editing/inserting/insert-br-002-expected.checksum:
     3047        * platform/chromium-win/editing/inserting/insert-br-002-expected.png:
     3048        * platform/chromium-win/editing/inserting/insert-br-003-expected.checksum:
     3049        * platform/chromium-win/editing/inserting/insert-br-003-expected.png:
     3050        * platform/chromium-win/editing/inserting/insert-br-004-expected.checksum:
     3051        * platform/chromium-win/editing/inserting/insert-br-004-expected.png:
     3052        * platform/chromium-win/editing/inserting/insert-br-005-expected.checksum:
     3053        * platform/chromium-win/editing/inserting/insert-br-005-expected.png:
     3054        * platform/chromium-win/editing/inserting/insert-br-006-expected.checksum:
     3055        * platform/chromium-win/editing/inserting/insert-br-006-expected.png:
     3056        * platform/chromium-win/editing/inserting/insert-br-007-expected.checksum:
     3057        * platform/chromium-win/editing/inserting/insert-br-007-expected.png:
     3058        * platform/chromium-win/editing/inserting/insert-br-008-expected.checksum:
     3059        * platform/chromium-win/editing/inserting/insert-br-008-expected.png:
     3060        * platform/chromium-win/editing/inserting/insert-br-009-expected.checksum:
     3061        * platform/chromium-win/editing/inserting/insert-br-009-expected.png:
     3062        * platform/chromium-win/editing/inserting/insert-br-at-tabspan-001-expected.checksum:
     3063        * platform/chromium-win/editing/inserting/insert-br-at-tabspan-001-expected.png:
     3064        * platform/chromium-win/editing/inserting/insert-br-at-tabspan-002-expected.checksum:
     3065        * platform/chromium-win/editing/inserting/insert-br-at-tabspan-002-expected.png:
     3066        * platform/chromium-win/editing/inserting/insert-br-at-tabspan-003-expected.checksum:
     3067        * platform/chromium-win/editing/inserting/insert-br-at-tabspan-003-expected.png:
     3068        * platform/chromium-win/editing/inserting/insert-tab-004-expected.checksum:
     3069        * platform/chromium-win/editing/inserting/insert-tab-004-expected.png:
     3070        * platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.checksum:
     3071        * platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.png:
     3072        * platform/chromium-win/editing/inserting/line-break-expected.checksum:
     3073        * platform/chromium-win/editing/inserting/line-break-expected.png:
     3074        * platform/chromium-win/editing/inserting/paragraph-separator-in-table-1-expected.checksum:
     3075        * platform/chromium-win/editing/inserting/paragraph-separator-in-table-1-expected.png:
     3076        * platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.checksum:
     3077        * platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.png:
     3078        * platform/chromium-win/editing/inserting/typing-003-expected.checksum:
     3079        * platform/chromium-win/editing/inserting/typing-003-expected.png:
     3080        * platform/chromium-win/editing/inserting/typing-around-br-001-expected.checksum:
     3081        * platform/chromium-win/editing/inserting/typing-around-br-001-expected.png:
     3082        * platform/chromium-win/editing/pasteboard/4989774-expected.checksum:
     3083        * platform/chromium-win/editing/pasteboard/4989774-expected.png:
     3084        * platform/chromium-win/editing/pasteboard/5028447-expected.checksum:
     3085        * platform/chromium-win/editing/pasteboard/5028447-expected.png:
     3086        * platform/chromium-win/editing/pasteboard/5601583-1-expected.checksum:
     3087        * platform/chromium-win/editing/pasteboard/5601583-1-expected.png:
     3088        * platform/chromium-win/editing/pasteboard/merge-end-1-expected.checksum:
     3089        * platform/chromium-win/editing/pasteboard/merge-end-1-expected.png:
     3090        * platform/chromium-win/editing/pasteboard/merge-end-2-expected.checksum:
     3091        * platform/chromium-win/editing/pasteboard/merge-end-2-expected.png:
     3092        * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.checksum:
     3093        * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.png:
     3094        * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.checksum:
     3095        * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.png:
     3096        * platform/chromium-win/editing/pasteboard/paste-line-endings-001-expected.checksum:
     3097        * platform/chromium-win/editing/pasteboard/paste-line-endings-001-expected.png:
     3098        * platform/chromium-win/editing/pasteboard/paste-line-endings-006-expected.checksum:
     3099        * platform/chromium-win/editing/pasteboard/paste-line-endings-006-expected.png:
     3100        * platform/chromium-win/editing/pasteboard/paste-table-003-expected.checksum:
     3101        * platform/chromium-win/editing/pasteboard/paste-table-003-expected.png:
     3102        * platform/chromium-win/editing/pasteboard/paste-text-010-expected.checksum:
     3103        * platform/chromium-win/editing/pasteboard/paste-text-010-expected.png:
     3104        * platform/chromium-win/editing/selection/5007143-2-expected.checksum:
     3105        * platform/chromium-win/editing/selection/5007143-2-expected.png:
     3106        * platform/chromium-win/editing/selection/5007143-expected.checksum:
     3107        * platform/chromium-win/editing/selection/5007143-expected.png:
     3108        * platform/chromium-win/editing/selection/5234383-2-expected.checksum:
     3109        * platform/chromium-win/editing/selection/5234383-2-expected.png:
     3110        * platform/chromium-win/editing/selection/editable-html-element-expected.checksum:
     3111        * platform/chromium-win/editing/selection/editable-html-element-expected.png:
     3112        * platform/chromium-win/editing/selection/extend-selection-expected.txt:
     3113        * platform/chromium-win/editing/selection/move-3875618-fix-expected.checksum:
     3114        * platform/chromium-win/editing/selection/move-3875618-fix-expected.png:
     3115        * platform/chromium-win/editing/selection/move-backwords-by-word-001-expected.checksum:
     3116        * platform/chromium-win/editing/selection/move-backwords-by-word-001-expected.png:
     3117        * platform/chromium-win/editing/selection/move-by-character-002-expected.checksum:
     3118        * platform/chromium-win/editing/selection/move-by-character-002-expected.png:
     3119        * platform/chromium-win/editing/selection/move-by-character-003-expected.checksum:
     3120        * platform/chromium-win/editing/selection/move-by-character-003-expected.png:
     3121        * platform/chromium-win/editing/selection/move-past-trailing-space-expected.checksum:
     3122        * platform/chromium-win/editing/selection/move-past-trailing-space-expected.png:
     3123        * platform/chromium-win/editing/selection/selection-3748164-fix-expected.checksum:
     3124        * platform/chromium-win/editing/selection/selection-3748164-fix-expected.png:
     3125        * platform/chromium-win/editing/unsupported-content/table-delete-001-expected.checksum:
     3126        * platform/chromium-win/editing/unsupported-content/table-delete-001-expected.png:
     3127        * platform/chromium-win/editing/unsupported-content/table-delete-003-expected.checksum:
     3128        * platform/chromium-win/editing/unsupported-content/table-delete-003-expected.png:
     3129
     31302010-11-08  Ryosuke Niwa  <rniwa@webkit.org>
     3131
     3132        Reviewed by Kent Tamura.
     3133
     3134        dump-as-markup conversion: editing/inserting/5607069-2.html and 5607069-3.html
     3135        https://bugs.webkit.org/show_bug.cgi?id=49223
     3136
     3137        Converted editing/inserting/5607069-2.html and editing/inserting/5607069-3.html
     3138        to dump-as-markup tests. Re-enabled them on Qt, Gtk, and Chromium platforms.
     3139
     3140        * editing/inserting/5607069-2-expected.txt: Added.
     3141        * editing/inserting/5607069-2.html:
     3142        * editing/inserting/5607069-3-expected.txt: Added.
     3143        * editing/inserting/5607069-3.html:
     3144        * platform/chromium-linux/editing/inserting/5607069-2-expected.checksum: Removed.
     3145        * platform/chromium-linux/editing/inserting/5607069-2-expected.png: Removed.
     3146        * platform/chromium-linux/editing/inserting/5607069-2-expected.txt: Removed.
     3147        * platform/chromium-linux/editing/inserting/5607069-3-expected.checksum: Removed.
     3148        * platform/chromium-linux/editing/inserting/5607069-3-expected.png: Removed.
     3149        * platform/chromium-win/editing/inserting/5607069-2-expected.checksum: Removed.
     3150        * platform/chromium-win/editing/inserting/5607069-2-expected.png: Removed.
     3151        * platform/chromium-win/editing/inserting/5607069-2-expected.txt: Removed.
     3152        * platform/chromium-win/editing/inserting/5607069-3-expected.checksum: Removed.
     3153        * platform/chromium-win/editing/inserting/5607069-3-expected.png: Removed.
     3154        * platform/chromium-win/editing/inserting/5607069-3-expected.txt: Removed.
     3155        * platform/chromium/test_expectations.txt:
     3156        * platform/gtk/Skipped:
     3157        * platform/mac-leopard/editing/inserting/5607069-2-expected.checksum: Removed.
     3158        * platform/mac-leopard/editing/inserting/5607069-2-expected.png: Removed.
     3159        * platform/mac-leopard/editing/inserting/5607069-3-expected.checksum: Removed.
     3160        * platform/mac-leopard/editing/inserting/5607069-3-expected.png: Removed.
     3161        * platform/mac/editing/inserting/5607069-2-expected.checksum: Removed.
     3162        * platform/mac/editing/inserting/5607069-2-expected.png: Removed.
     3163        * platform/mac/editing/inserting/5607069-2-expected.txt: Removed.
     3164        * platform/mac/editing/inserting/5607069-3-expected.checksum: Removed.
     3165        * platform/mac/editing/inserting/5607069-3-expected.png: Removed.
     3166        * platform/mac/editing/inserting/5607069-3-expected.txt: Removed.
     3167        * platform/qt/Skipped:
     3168
     31692010-11-08  Anton Muhin  <antonm@chromium.org>
     3170
     3171        Reviewed by Nate Chapin.
     3172
     3173        [v8] Get rid of automatically generated named property getter for classes with namedItem method
     3174        https://bugs.webkit.org/show_bug.cgi?id=48770
     3175
     3176        * platform/chromium-mac/fast/dom/HTMLSelectElement/named-options-expected.txt:
     3177        * platform/chromium-win/fast/dom/HTMLSelectElement/named-options-expected.txt:
     3178
     31792010-11-08  Dumitru Daniliuc  <dumi@chromium.org>
     3180
     3181        Unreviewed, updating Chromium expectations.
     3182
     3183        * platform/chromium-linux/editing/selection/home-end-expected.txt: Added.
     3184        * platform/chromium-linux/fast/blockflow/horizontal-bt-replaced-selection-expected.checksum: Added.
     3185        * platform/chromium-linux/fast/blockflow/horizontal-bt-replaced-selection-expected.png: Added.
     3186        * platform/chromium-linux/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: Added.
     3187        * platform/chromium-linux/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Added.
     3188        * platform/chromium-linux/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: Added.
     3189        * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
     3190        * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
     3191        * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: Added.
     3192        * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
     3193        * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
     3194        * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: Added.
     3195        * platform/chromium-linux/fast/blockflow/vertical-lr-replaced-selection-expected.checksum: Added.
     3196        * platform/chromium-linux/fast/blockflow/vertical-lr-replaced-selection-expected.png: Added.
     3197        * platform/chromium-linux/fast/blockflow/vertical-rl-replaced-selection-expected.checksum: Added.
     3198        * platform/chromium-linux/fast/blockflow/vertical-rl-replaced-selection-expected.png: Added.
     3199        * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
     3200        * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
     3201        * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
     3202        * platform/chromium-mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
     3203        * platform/chromium-mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
     3204        * platform/chromium-mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
     3205        * platform/chromium-mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
     3206        * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.checksum: Added.
     3207        * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.png: Added.
     3208        * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.txt: Added.
     3209        * platform/chromium-win-xp/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
     3210        * platform/chromium-win-xp/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
     3211        * platform/chromium-win/editing/selection/home-end-expected.txt:
     3212        * platform/chromium-win/fast/blockflow/horizontal-bt-replaced-selection-expected.checksum: Added.
     3213        * platform/chromium-win/fast/blockflow/horizontal-bt-replaced-selection-expected.png: Added.
     3214        * platform/chromium-win/fast/blockflow/horizontal-bt-replaced-selection-expected.txt: Added.
     3215        * platform/chromium-win/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: Added.
     3216        * platform/chromium-win/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Added.
     3217        * platform/chromium-win/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: Added.
     3218        * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
     3219        * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
     3220        * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: Added.
     3221        * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
     3222        * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
     3223        * platform/chromium-win/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: Added.
     3224        * platform/chromium-win/fast/blockflow/vertical-lr-replaced-selection-expected.checksum: Added.
     3225        * platform/chromium-win/fast/blockflow/vertical-lr-replaced-selection-expected.png: Added.
     3226        * platform/chromium-win/fast/blockflow/vertical-lr-replaced-selection-expected.txt: Added.
     3227        * platform/chromium-win/fast/blockflow/vertical-rl-replaced-selection-expected.checksum: Added.
     3228        * platform/chromium-win/fast/blockflow/vertical-rl-replaced-selection-expected.png: Added.
     3229        * platform/chromium-win/fast/blockflow/vertical-rl-replaced-selection-expected.txt: Added.
     3230        * platform/chromium-win/fast/css/text-overflow-ellipsis-bidi-expected.txt:
     3231        * platform/chromium-win/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
     3232        * platform/chromium-win/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt:
     3233        * platform/chromium-win/fast/text/international/bidi-explicit-embedding-expected.txt:
     3234        * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
     3235        * platform/chromium-win/fast/text/international/bidi-neutral-run-expected.txt:
     3236        * platform/chromium-win/fast/text/international/bidi-override-expected.txt:
     3237        * platform/chromium/test_expectations.txt:
     3238
     32392010-11-08  Xiaomei Ji  <xji@chromium.org>
     3240
     3241        Reviewed by Dan Bernstein.
     3242
     3243        Rebaesline for GTK after r71566
     3244        https://bugs.webkit.org/show_bug.cgi?id=25321
     3245
     3246        * platform/gtk/editing/selection/extend-selection-expected.txt:
     3247
     32482010-11-08  David Hyatt  <hyatt@apple.com>
     3249
     3250        Reviewed by Simon Fraser.
     3251
     3252        https://bugs.webkit.org/show_bug.cgi?id=49217
     3253       
     3254        Fix coordinate space mismatch in RenderReplaced and make sure RenderText retains its old behavior of
     3255        preferring later lines when there is overlap.
     3256
     3257        * fast/dom/Document/CaretRangeFromPoint/replace-element-expected.txt:
     3258        * fast/dom/Document/CaretRangeFromPoint/replace-element.html:
     3259
     32602010-11-08  No'am Rosenthal  <noam.rosenthal@nokia.com>
     3261
     3262        Unreviewed bot fix.
     3263
     3264        Removed a test that was added without results. Will add again later.
     3265
     3266        * compositing/layer-creation/many-layers.html: Removed.
     3267
     32682010-11-08  Dan Bernstein  <mitz@apple.com>
     3269
     3270        Reviewed by Darin Adler.
     3271
     3272        <rdar://problem/8119781> Crash zooming into Word document at office.live.com
     3273        https://bugs.webkit.org/show_bug.cgi?id=49203
     3274
     3275        * fast/css/zoom-change-triggering-layout-expected.txt: Added.
     3276        * fast/css/zoom-change-triggering-layout.html: Added.
     3277
     32782010-11-08  Csaba Osztrogonác  <ossy@webkit.org>
     3279
     3280        Unreviewed rolling out r71567.
     3281
     3282        r71567 was incorrect, because fast/js/navigator-mimeTypes-length.html contains relative paths to js files.
     3283
     3284        * fast/js/navigator-mimeTypes-length-expected.txt: Copied from LayoutTests/plugins/navigator-mimeTypes-length-expected.txt.
     3285        * fast/js/navigator-mimeTypes-length.html: Copied from LayoutTests/plugins/navigator-mimeTypes-length.html.
     3286        * plugins/navigator-mimeTypes-length-expected.txt: Removed.
     3287        * plugins/navigator-mimeTypes-length.html: Removed.
     3288
     32892010-11-08  Stephen White  <senorblanco@chromium.org>
     3290
     3291        Unreviewed; test expectations update.
     3292
     3293        Add a test missing results to chromium-gpu test expectations.
     3294
     3295        * platform/chromium-gpu/test_expectations.txt:
     3296
     32972010-11-08  David Hyatt  <hyatt@apple.com>
     3298
     3299        Reviewed by Simon Fraser.
     3300
     3301        https://bugs.webkit.org/show_bug.cgi?id=48587
     3302       
     3303        Make Ruby work with vertical text.  Ruby already nearly does work.  The only big issue I found was with
     3304        flipped lines writing modes.  Make sure to mutate the writing-mode of the RenderRubyRun to ensure that
     3305        the ruby text is on the correct side of the ruby base.
     3306
     3307        Added fast/blockflow tests of the various writing modes.
     3308
     3309        * fast/blockflow/japanese-ruby-horizontal-bt.html: Added.
     3310        * fast/blockflow/japanese-ruby-vertical-lr.html: Added.
     3311        * fast/blockflow/japanese-ruby-vertical-rl.html: Added.
     3312        * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: Added.
     3313        * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Added.
     3314        * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: Added.
     3315        * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
     3316        * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
     3317        * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: Added.
     3318        * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
     3319        * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
     3320        * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: Added.
     3321
     33222010-11-08  James Robinson  <jamesr@chromium.org>
     3323
     3324        Reviewed by Dimitri Glazkov.
     3325
     3326        Input element with inner spin button set to display:none causes crash
     3327        https://bugs.webkit.org/show_bug.cgi?id=49121
     3328
     3329        Adds a test for dispatching mouse events at an <input type="number"> with
     3330        the inner spin button set to display:none does not crash.
     3331
     3332        * fast/forms/input-number-spinbutton-crash-expected.txt: Added.
     3333        * fast/forms/input-number-spinbutton-crash.html: Added.
     3334
     33352010-11-08  Tony Chang  <tony@chromium.org>
     3336
     3337        Unreviewed.  Moving a plugin test into the plugins directory.
     3338
     3339        * plugins/navigator-mimeTypes-length-expected.txt: Renamed from LayoutTests/fast/js/navigator-mimeTypes-length-expected.txt.
     3340        * plugins/navigator-mimeTypes-length.html: Renamed from LayoutTests/fast/js/navigator-mimeTypes-length.html.
     3341
     33422010-11-08  Xiaomei Ji  <xji@chromium.org>
     3343
     3344        Reviewed by Dan Bernstein.
     3345
     3346        Fix Unicode explicit bidi control characters are removed in editing operations,
     3347        such as insert/copy/cut/paste.
     3348        https://bugs.webkit.org/show_bug.cgi?id=25321
     3349
     3350        Unicode explicit bidi control characters were excluded in BidiRun and
     3351        consequently from InlineTextBoxes due to their effect on rendering complex
     3352        text with ATSUI.
     3353        The fix is including those characters in BidiRun and remove them from
     3354        ComplexTextRun with ATSUI.
     3355
     3356        * editing/inserting/insert-paste-bidi-control-expected.txt: Added.
     3357        * editing/inserting/insert-paste-bidi-control.html: Added.
     3358        * editing/selection/extend-selection-expected.txt:
     3359        * editing/selection/home-end-expected.txt:
     3360        * fast/text/atsui-bidi-control-expected.txt: Added.
     3361        * fast/text/atsui-bidi-control.html: Added.
     3362        * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
     3363        * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
     3364        * platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt:
     3365        * platform/mac/fast/text/international/bidi-explicit-embedding-expected.txt:
     3366        * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
     3367        * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
     3368        * platform/mac/fast/text/international/bidi-override-expected.txt:
     3369
     33702010-11-08  David Hyatt  <hyatt@apple.com>
     3371
     3372        Reviewed by Dan Bernstein.
     3373
     3374        https://bugs.webkit.org/show_bug.cgi?id=49126
     3375       
     3376        RenderBlock::positionForPoint is not writing-mode aware.  Patch the function to examine lines in the correct
     3377        writing-mode direction.  Patched and renamed a number of helpers used by positionForPoint.
     3378       
     3379        Fixed a bug with RenderReplaced's positionForPoint. There was a coordinate space mismatch between what the
     3380        function expected (local coordinates) and what was passed in (containing block coords), which meant the function didn't even work.
     3381       
     3382        Fixed a bug with the propagation of selection state on RenderReplaced to its containing block.  The bit double propagated
     3383        because both the base class function and the derived class function did the propagation, and the setter function did not
     3384        do the right thing if this happened.
     3385       
     3386        Patched the localSelectionRect method on RenderReplaced so that selection draws in the right place in all writing modes.
     3387       
     3388        Added new tests of positionForPoint and replaced elements in fast/blockflow.
     3389
     3390        * fast/blockflow/horizontal-bt-replaced-selection.html: Added.
     3391        * fast/blockflow/vertical-lr-replaced-selection.html: Added.
     3392        * fast/blockflow/vertical-rl-replaced-selection.html: Added.
     3393        * platform/mac/fast/blockflow/horizontal-bt-replaced-selection-expected.checksum: Added.
     3394        * platform/mac/fast/blockflow/horizontal-bt-replaced-selection-expected.png: Added.
     3395        * platform/mac/fast/blockflow/horizontal-bt-replaced-selection-expected.txt: Added.
     3396        * platform/mac/fast/blockflow/vertical-lr-replaced-selection-expected.checksum: Added.
     3397        * platform/mac/fast/blockflow/vertical-lr-replaced-selection-expected.png: Added.
     3398        * platform/mac/fast/blockflow/vertical-lr-replaced-selection-expected.txt: Added.
     3399        * platform/mac/fast/blockflow/vertical-rl-replaced-selection-expected.checksum: Added.
     3400        * platform/mac/fast/blockflow/vertical-rl-replaced-selection-expected.png: Added.
     3401        * platform/mac/fast/blockflow/vertical-rl-replaced-selection-expected.txt: Added.
     3402
     34032010-11-08  Anders Carlsson  <andersca@apple.com>
     3404
     3405        Reviewed by Adam Roben.
     3406
     3407        NPClass::construct and NPClass::invokeDefault never called with out-of-process plug-ins in WebKit2
     3408        https://bugs.webkit.org/show_bug.cgi?id=49198
     3409
     3410        Remove now passing tests.
     3411
     3412        * platform/mac-snowleopard/Skipped:
     3413        * platform/mac-wk2/Skipped:
     3414
     34152010-11-08  Tony Chang  <tony@chromium.org>
     3416
     3417        Unreviewed, updating plugin expectations.
     3418
     3419        * platform/chromium-mac/plugins/netscape-destroy-plugin-script-objects-expected.txt: Removed.
     3420        * platform/chromium-win/plugins/netscape-destroy-plugin-script-objects-expected.txt: Removed.
     3421        * platform/mac-snowleopard/Skipped: Only failing on SL.
     3422        * platform/mac/Skipped:
     3423        * platform/qt/plugins/nested-plugin-objects-expected.txt: Removed.
     3424        * plugins/nested-plugin-objects-expected.txt: Made the main version
     3425              have a console error line of 0 since it seems to be a chromium
     3426              specific difference.
     3427
     34282010-11-08  Dumitru Daniliuc  <dumi@chromium.org>
     3429
     3430        Unreviewed, updating Chromium expectations.
     3431
     3432        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.checksum: Added.
     3433        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
     3434        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.checksum: Added.
     3435        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
     3436        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.checksum: Added.
     3437        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
     3438        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.checksum: Added.
     3439        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
     3440        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.checksum: Added.
     3441        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
     3442        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.checksum: Added.
     3443        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
     3444        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.checksum: Added.
     3445        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
     3446        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.checksum: Added.
     3447        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
     3448        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.checksum: Added.
     3449        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
     3450        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.checksum: Added.
     3451        * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
     3452        * platform/chromium-mac/svg/custom/polyline-points-crash-expected.txt: Removed.
     3453        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.checksum: Added.
     3454        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
     3455        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.checksum: Added.
     3456        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
     3457        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.checksum: Added.
     3458        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
     3459        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.checksum: Added.
     3460        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
     3461        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.checksum: Added.
     3462        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
     3463        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.checksum: Added.
     3464        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
     3465        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.checksum: Added.
     3466        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
     3467        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.checksum: Added.
     3468        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
     3469        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.checksum: Added.
     3470        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
     3471        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.checksum: Added.
     3472        * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
     3473        * platform/chromium-win/svg/custom/polyline-points-crash-expected.txt: Removed.
     3474        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.checksum: Added.
     3475        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
     3476        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.checksum: Added.
     3477        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
     3478        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.checksum: Added.
     3479        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
     3480        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.checksum: Added.
     3481        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
     3482        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.checksum: Added.
     3483        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
     3484        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.checksum: Added.
     3485        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
     3486        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.checksum: Added.
     3487        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
     3488        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.checksum: Added.
     3489        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
     3490        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.checksum: Added.
     3491        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
     3492        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.checksum: Added.
     3493        * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
     3494
     34952010-11-08  Simon Fraser  <simon.fraser@apple.com>
     3496
     3497        Reviewed by Dan Bernstein.
     3498
     3499        Media objects in nested iframes showing above everything else in TinyMCE
     3500        https://bugs.webkit.org/show_bug.cgi?id=44877
     3501       
     3502        Tests with nested, compositing iframes.
     3503
     3504        * compositing/iframes/become-composited-nested-iframes-expected.txt: Added.
     3505        * compositing/iframes/become-composited-nested-iframes.html: Added.
     3506        * compositing/iframes/overlapped-nested-iframes-expected.txt: Added.
     3507        * compositing/iframes/overlapped-nested-iframes.html: Added.
     3508        * compositing/iframes/resources/intermediate-frame.html: Added.
     3509
     35102010-11-08  Tony Chang  <tony@chromium.org>
     3511
     3512        Unreviewed, adding qt results for new test (only console line number
     3513        is different).  Test failing for unknown reasons on mac-- will fix
     3514        offline.
     3515
     3516        * platform/mac/Skipped:
     3517        * platform/qt/plugins/nested-plugin-objects-expected.txt: Added.
     3518
     35192010-11-08  Anders Carlsson  <andersca@apple.com>
     3520
     3521        Reviewed by Adam Roben.
     3522
     3523        NPN_Evaluate doesn't work with out-of-process plugins in WebKit2
     3524        https://bugs.webkit.org/show_bug.cgi?id=49193
     3525
     3526        Remove now passing tests.
     3527
     3528        * platform/mac-wk2/Skipped:
     3529
     35302010-11-08  Anders Carlsson  <andersca@apple.com>
     3531
     3532        Reviewed by John Sullivan.
     3533
     3534        Correctly convert NPObjectProxy to NPVariantData
     3535        https://bugs.webkit.org/show_bug.cgi?id=49190
     3536
     3537        Remove now passing test.
     3538
     3539        * platform/mac-wk2/Skipped:
     3540
     35412010-11-08  Darin Adler  <darin@apple.com>
     3542
     3543        Rubber stamped by Alexey Proskuryakov.
     3544
     3545        * fast/images/image-map-multiple-xhtml.xhtml: Fixed this test to check that
     3546        map name lookup is case sensitive.
     3547
     35482010-11-08  Darin Adler  <darin@apple.com>
     3549
     3550        Reviewed by Alexey Proskuryakov.
     3551
     3552        Incorrect image map used when multiple maps have the same name
     3553        https://bugs.webkit.org/show_bug.cgi?id=49086
     3554
     3555        * fast/images/image-map-multiple-expected.txt: Added.
     3556        * fast/images/image-map-multiple-xhtml-expected.txt: Added.
     3557        * fast/images/image-map-multiple-xhtml.xhtml: Added.
     3558        * fast/images/image-map-multiple.html: Added.
     3559
     3560        * fast/images/zoomed-img-size-expected.txt: Removed property svn:executable.
     3561
     35622010-11-08  Alexander Pavlov  <apavlov@chromium.org>
     3563
     3564        Unreviewed, build fix from commit r71530.
     3565
     3566        * fast/css/background-norepeat-crash-expected.txt:
     3567        * fast/css/background-norepeat-crash.html:
     3568
     35692010-11-08  Noam Rosenthal  <noam.rosenthal@nokia.com>
     3570
     3571        Reviewed by Kenneth Rohde Christiansen.
     3572
     3573        [Texmap] [Qt] Texture mapper initial implementation
     3574        https://bugs.webkit.org/show_bug.cgi?id=47070
     3575
     3576        Added a test that includes several composited layers, containing pixel data that's larger
     3577        than 24MB, which is the default value for TextureMapper's cache. This tests the video memory
     3578        ceiling functionality of TextureMapper, as purging that cache would kick in whe running this test.
     3579
     3580        * compositing/layer-creation/many-layers.html: Added.
     3581
     35822010-11-08  Tony Chang  <tony@chromium.org>
     3583
     3584        Reviewed by Adam Barth.
     3585
     3586        run platform/chromium/plugins/nested-plugin-objects.html on all platforms
     3587        https://bugs.webkit.org/show_bug.cgi?id=49094
     3588
     3589        * plugins/nested-plugin-objects-expected.txt: Renamed from LayoutTests/platform/chromium/plugins/nested-plugin-objects-expected.txt.
     3590        * plugins/nested-plugin-objects.html: Renamed from LayoutTests/platform/chromium/plugins/nested-plugin-objects.html.
     3591
     35922010-11-08  Adam Roben  <aroben@apple.com>
     3593
     3594        Add a sometimes-failing test to the Windows Skipped file
     3595
     3596        * platform/win/Skipped: Added
     3597        animations/stop-animation-on-suspend.html.
     3598
     35992010-11-08  Alexander Pavlov  <apavlov@chromium.org>
     3600
     3601        Reviewed by David Hyatt.
     3602
     3603        getPropertyValue("background") causes crash
     3604        https://bugs.webkit.org/show_bug.cgi?id=49055
     3605
     3606        * fast/css/background-norepeat-crash-expected.txt: Added.
     3607        * fast/css/background-norepeat-crash.html: Added.
     3608
     36092010-11-08  Martin Robinson  <mrobinson@igalia.com>
     3610
     3611        Skip failing tests and rebaseline another test after r71512.
     3612
     3613        * platform/gtk/Skipped: Update the skipped list.
     3614        * platform/gtk/svg/custom/use-property-synchronization-crash-expected.txt:
     3615
     36162010-11-08  Balazs Kelemen  <kbalazs@webkit.org>
     3617
     3618        Rubber-stamped by Csaba Osztrogonac.
     3619
     3620        Skip plugins tests on Qt WebKit2 since we do
     3621        not have plugin support yet.
     3622
     3623        * platform/qt-wk2/Skipped:
     3624
     36252010-11-08  Stephen White  <senorblanco@chromium.org>
     3626
     3627        Unreviewed; test expectations update.
     3628
     3629        Update chromium-gpu test_expectations after canvas/philip update, and
     3630        other fixes.
     3631
     3632        * platform/chromium-gpu/test_expectations.txt:
     3633
     36342010-11-08  Csaba Osztrogonac  <ossy@webkit.org>
     3635
     3636        Unreviewed. Update expectations.
     3637
     3638        [Qt] DRT sideeffect revealed by r71518
     3639        https://bugs.webkit.org/show_bug.cgi?id=49174
     3640
     3641        The previous expected results were wrong, because they were modified by this sideeffect.
     3642        New results were generated by: WebKitTools/Scripts/run-webkit-tests --reset-results --singly TEST_NAME
     3643
     3644        * platform/qt/http/tests/navigation/error404-basic-expected.txt:
     3645        * platform/qt/http/tests/navigation/error404-goback-expected.txt:
     3646        * platform/qt/http/tests/navigation/error404-subframeload-expected.txt:
     3647        * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
     3648        * platform/qt/http/tests/navigation/postredirect-basic-expected.txt:
     3649        * platform/qt/http/tests/navigation/postredirect-frames-expected.txt:
     3650        * platform/qt/http/tests/navigation/postredirect-goback1-expected.txt:
     3651
     36522010-11-08  Csaba Osztrogonác  <ossy@webkit.org>
     3653
     3654        Unreviewed. Update Qt specific expected file after r71512.
     3655
     3656        * platform/qt/svg/custom/use-property-synchronization-crash-expected.txt: updated.
     3657
     36582010-11-08  Csaba Osztrogonac  <ossy@webkit.org>
     3659
     3660        [Qt] Unreviewed. Update/add expectations for passing editing/deleting/* tests.
     3661        Compared to Mac png files and Mac expected files.
     3662
     3663        * platform/qt/Skipped:
     3664        * platform/qt/editing/deleting/4845371-expected.checksum: Added.
     3665        * platform/qt/editing/deleting/4845371-expected.png: Added.
     3666        * platform/qt/editing/deleting/4845371-expected.txt:
     3667        * platform/qt/editing/deleting/4922367-expected.checksum: Added.
     3668        * platform/qt/editing/deleting/4922367-expected.png: Added.
     3669        * platform/qt/editing/deleting/4922367-expected.txt:
     3670        * platform/qt/editing/deleting/5026848-1-expected.checksum: Added.
     3671        * platform/qt/editing/deleting/5026848-1-expected.png: Added.
     3672        * platform/qt/editing/deleting/5026848-1-expected.txt:
     3673        * platform/qt/editing/deleting/5026848-2-expected.checksum: Added.
     3674        * platform/qt/editing/deleting/5026848-2-expected.png: Added.
     3675        * platform/qt/editing/deleting/5026848-2-expected.txt:
     3676        * platform/qt/editing/deleting/5026848-3-expected.checksum: Added.
     3677        * platform/qt/editing/deleting/5026848-3-expected.png: Added.
     3678        * platform/qt/editing/deleting/5026848-3-expected.txt:
     3679        * platform/qt/editing/deleting/5032066-expected.checksum: Added.
     3680        * platform/qt/editing/deleting/5032066-expected.png: Added.
     3681        * platform/qt/editing/deleting/5032066-expected.txt:
     3682        * platform/qt/editing/deleting/5091898-expected.checksum: Added.
     3683        * platform/qt/editing/deleting/5091898-expected.png: Added.
     3684        * platform/qt/editing/deleting/5091898-expected.txt:
     3685        * platform/qt/editing/deleting/5099303-expected.checksum: Added.
     3686        * platform/qt/editing/deleting/5099303-expected.png: Added.
     3687        * platform/qt/editing/deleting/5099303-expected.txt:
     3688        * platform/qt/editing/deleting/5115601-expected.checksum: Added.
     3689        * platform/qt/editing/deleting/5115601-expected.png: Added.
     3690        * platform/qt/editing/deleting/5115601-expected.txt:
     3691        * platform/qt/editing/deleting/5126166-expected.checksum: Added.
     3692        * platform/qt/editing/deleting/5126166-expected.png: Added.
     3693        * platform/qt/editing/deleting/5126166-expected.txt:
     3694        * platform/qt/editing/deleting/5144139-2-expected.checksum: Added.
     3695        * platform/qt/editing/deleting/5144139-2-expected.png: Added.
     3696        * platform/qt/editing/deleting/5144139-2-expected.txt:
     3697        * platform/qt/editing/deleting/5156801-2-expected.checksum: Added.
     3698        * platform/qt/editing/deleting/5156801-2-expected.png: Added.
     3699        * platform/qt/editing/deleting/5156801-2-expected.txt:
     3700        * platform/qt/editing/deleting/5168598-expected.checksum: Added.
     3701        * platform/qt/editing/deleting/5168598-expected.png: Added.
     3702        * platform/qt/editing/deleting/5168598-expected.txt:
     3703        * platform/qt/editing/deleting/5206311-1-expected.checksum: Added.
     3704        * platform/qt/editing/deleting/5206311-1-expected.png: Added.
     3705        * platform/qt/editing/deleting/5206311-1-expected.txt:
     3706        * platform/qt/editing/deleting/5206311-2-expected.checksum: Added.
     3707        * platform/qt/editing/deleting/5206311-2-expected.png: Added.
     3708        * platform/qt/editing/deleting/5206311-2-expected.txt:
     3709        * platform/qt/editing/deleting/5272440-expected.checksum: Added.
     3710        * platform/qt/editing/deleting/5272440-expected.png: Added.
     3711        * platform/qt/editing/deleting/5272440-expected.txt:
     3712        * platform/qt/editing/deleting/5369009-expected.checksum: Added.
     3713        * platform/qt/editing/deleting/5369009-expected.png: Added.
     3714        * platform/qt/editing/deleting/5369009-expected.txt:
     3715        * platform/qt/editing/deleting/5390681-2-expected.checksum: Added.
     3716        * platform/qt/editing/deleting/5390681-2-expected.png: Added.
     3717        * platform/qt/editing/deleting/5390681-2-expected.txt:
     3718        * platform/qt/editing/deleting/5390681-expected.checksum: Added.
     3719        * platform/qt/editing/deleting/5390681-expected.png: Added.
     3720        * platform/qt/editing/deleting/5433862-2-expected.checksum: Added.
     3721        * platform/qt/editing/deleting/5433862-2-expected.png: Added.
     3722        * platform/qt/editing/deleting/5433862-2-expected.txt: Added.
     3723        * platform/qt/editing/deleting/5483370-expected.checksum: Added.
     3724        * platform/qt/editing/deleting/5483370-expected.png: Added.
     3725        * platform/qt/editing/deleting/5483370-expected.txt: Added.
     3726        * platform/qt/editing/deleting/delete-3608445-fix-expected.checksum: Added.
     3727        * platform/qt/editing/deleting/delete-3608445-fix-expected.png: Added.
     3728        * platform/qt/editing/deleting/delete-3608445-fix-expected.txt:
     3729        * platform/qt/editing/deleting/delete-3775172-fix-expected.checksum: Added.
     3730        * platform/qt/editing/deleting/delete-3775172-fix-expected.png: Added.
     3731        * platform/qt/editing/deleting/delete-3775172-fix-expected.txt:
     3732        * platform/qt/editing/deleting/delete-3857753-fix-expected.checksum: Added.
     3733        * platform/qt/editing/deleting/delete-3857753-fix-expected.png: Added.
     3734        * platform/qt/editing/deleting/delete-3857753-fix-expected.txt:
     3735        * platform/qt/editing/deleting/delete-3865854-fix-expected.checksum: Added.
     3736        * platform/qt/editing/deleting/delete-3865854-fix-expected.png: Added.
     3737        * platform/qt/editing/deleting/delete-3865854-fix-expected.txt:
     3738        * platform/qt/editing/deleting/delete-3928305-fix-expected.checksum: Added.
     3739        * platform/qt/editing/deleting/delete-3928305-fix-expected.png: Added.
     3740        * platform/qt/editing/deleting/delete-3928305-fix-expected.txt:
     3741        * platform/qt/editing/deleting/delete-3959464-fix-expected.checksum: Added.
     3742        * platform/qt/editing/deleting/delete-3959464-fix-expected.png: Added.
     3743        * platform/qt/editing/deleting/delete-3959464-fix-expected.txt:
     3744        * platform/qt/editing/deleting/delete-4038408-fix-expected.checksum: Added.
     3745        * platform/qt/editing/deleting/delete-4038408-fix-expected.png: Added.
     3746        * platform/qt/editing/deleting/delete-after-span-ws-001-expected.checksum: Added.
     3747        * platform/qt/editing/deleting/delete-after-span-ws-001-expected.png: Added.
     3748        * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
     3749        * platform/qt/editing/deleting/delete-after-span-ws-002-expected.checksum: Added.
     3750        * platform/qt/editing/deleting/delete-after-span-ws-002-expected.png: Added.
     3751        * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
     3752        * platform/qt/editing/deleting/delete-after-span-ws-003-expected.checksum: Added.
     3753        * platform/qt/editing/deleting/delete-after-span-ws-003-expected.png: Added.
     3754        * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
     3755        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.checksum: Added.
     3756        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Added.
     3757        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
     3758        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.checksum: Added.
     3759        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
     3760        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
     3761        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.checksum: Added.
     3762        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
     3763        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
     3764        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.checksum: Added.
     3765        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
     3766        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
     3767        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.checksum: Added.
     3768        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
     3769        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
     3770        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.checksum: Added.
     3771        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
     3772        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
     3773        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.checksum: Added.
     3774        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
     3775        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
     3776        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.checksum: Added.
     3777        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
     3778        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
     3779        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.checksum: Added.
     3780        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
     3781        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
     3782        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.checksum: Added.
     3783        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
     3784        * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
     3785        * platform/qt/editing/deleting/delete-at-start-or-end-expected.checksum: Added.
     3786        * platform/qt/editing/deleting/delete-at-start-or-end-expected.png: Added.
     3787        * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt:
     3788        * platform/qt/editing/deleting/delete-block-contents-001-expected.checksum: Added.
     3789        * platform/qt/editing/deleting/delete-block-contents-001-expected.png: Added.
     3790        * platform/qt/editing/deleting/delete-block-contents-001-expected.txt:
     3791        * platform/qt/editing/deleting/delete-block-contents-002-expected.checksum: Added.
     3792        * platform/qt/editing/deleting/delete-block-contents-002-expected.png: Added.
     3793        * platform/qt/editing/deleting/delete-block-contents-002-expected.txt:
     3794        * platform/qt/editing/deleting/delete-block-contents-003-expected.checksum: Added.
     3795        * platform/qt/editing/deleting/delete-block-contents-003-expected.png: Added.
     3796        * platform/qt/editing/deleting/delete-block-contents-003-expected.txt:
     3797        * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.checksum: Added.
     3798        * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
     3799        * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
     3800        * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.checksum: Added.
     3801        * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
     3802        * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt:
     3803        * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.checksum: Added.
     3804        * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
     3805        * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt:
     3806        * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.checksum: Added.
     3807        * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
     3808        * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt:
     3809        * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.checksum: Added.
     3810        * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
     3811        * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt:
     3812        * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.checksum: Added.
     3813        * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
     3814        * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt:
     3815        * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.checksum: Added.
     3816        * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
     3817        * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt:
     3818        * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.checksum: Added.
     3819        * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
     3820        * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt:
     3821        * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.checksum: Added.
     3822        * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
     3823        * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt:
     3824        * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.checksum: Added.
     3825        * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
     3826        * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt:
     3827        * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.checksum: Added.
     3828        * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
     3829        * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.txt:
     3830        * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.checksum: Added.
     3831        * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
     3832        * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt:
     3833        * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.checksum: Added.
     3834        * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
     3835        * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt:
     3836        * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.checksum: Added.
     3837        * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
     3838        * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt:
     3839        * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.checksum: Added.
     3840        * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
     3841        * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt:
     3842        * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.checksum: Added.
     3843        * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
     3844        * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt:
     3845        * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.checksum: Added.
     3846        * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
     3847        * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt:
     3848        * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.checksum: Added.
     3849        * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.png: Added.
     3850        * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
     3851        * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.checksum: Added.
     3852        * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.png: Added.
     3853        * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
     3854        * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.checksum: Added.
     3855        * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.png: Added.
     3856        * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt:
     3857        * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.checksum: Added.
     3858        * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.png: Added.
     3859        * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt:
     3860        * platform/qt/editing/deleting/delete-br-001-expected.checksum: Added.
     3861        * platform/qt/editing/deleting/delete-br-001-expected.png: Added.
     3862        * platform/qt/editing/deleting/delete-br-001-expected.txt:
     3863        * platform/qt/editing/deleting/delete-br-002-expected.checksum: Added.
     3864        * platform/qt/editing/deleting/delete-br-002-expected.png: Added.
     3865        * platform/qt/editing/deleting/delete-br-002-expected.txt:
     3866        * platform/qt/editing/deleting/delete-br-003-expected.checksum: Added.
     3867        * platform/qt/editing/deleting/delete-br-003-expected.png: Added.
     3868        * platform/qt/editing/deleting/delete-br-003-expected.txt:
     3869        * platform/qt/editing/deleting/delete-br-004-expected.checksum: Added.
     3870        * platform/qt/editing/deleting/delete-br-004-expected.png: Added.
     3871        * platform/qt/editing/deleting/delete-br-004-expected.txt:
     3872        * platform/qt/editing/deleting/delete-br-005-expected.checksum: Added.
     3873        * platform/qt/editing/deleting/delete-br-005-expected.png: Added.
     3874        * platform/qt/editing/deleting/delete-br-005-expected.txt:
     3875        * platform/qt/editing/deleting/delete-br-006-expected.checksum: Added.
     3876        * platform/qt/editing/deleting/delete-br-006-expected.png: Added.
     3877        * platform/qt/editing/deleting/delete-br-006-expected.txt:
     3878        * platform/qt/editing/deleting/delete-br-008-expected.checksum: Added.
     3879        * platform/qt/editing/deleting/delete-br-008-expected.png: Added.
     3880        * platform/qt/editing/deleting/delete-br-008-expected.txt:
     3881        * platform/qt/editing/deleting/delete-br-009-expected.checksum: Added.
     3882        * platform/qt/editing/deleting/delete-br-009-expected.png: Added.
     3883        * platform/qt/editing/deleting/delete-br-009-expected.txt:
     3884        * platform/qt/editing/deleting/delete-br-010-expected.checksum: Added.
     3885        * platform/qt/editing/deleting/delete-br-010-expected.png: Added.
     3886        * platform/qt/editing/deleting/delete-br-010-expected.txt:
     3887        * platform/qt/editing/deleting/delete-br-011-expected.checksum: Added.
     3888        * platform/qt/editing/deleting/delete-br-011-expected.png: Added.
     3889        * platform/qt/editing/deleting/delete-br-012-expected.checksum: Added.
     3890        * platform/qt/editing/deleting/delete-br-012-expected.png: Added.
     3891        * platform/qt/editing/deleting/delete-br-013-expected.checksum: Added.
     3892        * platform/qt/editing/deleting/delete-br-013-expected.png: Added.
     3893        * platform/qt/editing/deleting/delete-br-013-expected.txt: Added.
     3894        * platform/qt/editing/deleting/delete-br-in-last-table-cell-expected.checksum: Added.
     3895        * platform/qt/editing/deleting/delete-br-in-last-table-cell-expected.png: Added.
     3896        * platform/qt/editing/deleting/delete-by-word-001-expected.checksum: Added.
     3897        * platform/qt/editing/deleting/delete-by-word-001-expected.png: Added.
     3898        * platform/qt/editing/deleting/delete-by-word-001-expected.txt:
     3899        * platform/qt/editing/deleting/delete-by-word-002-expected.checksum: Added.
     3900        * platform/qt/editing/deleting/delete-by-word-002-expected.png: Added.
     3901        * platform/qt/editing/deleting/delete-by-word-002-expected.txt:
     3902        * platform/qt/editing/deleting/delete-character-001-expected.checksum: Added.
     3903        * platform/qt/editing/deleting/delete-character-001-expected.png: Added.
     3904        * platform/qt/editing/deleting/delete-character-001-expected.txt:
     3905        * platform/qt/editing/deleting/delete-first-list-item-expected.checksum: Added.
     3906        * platform/qt/editing/deleting/delete-first-list-item-expected.png: Added.
     3907        * platform/qt/editing/deleting/delete-first-list-item-expected.txt:
     3908        * platform/qt/editing/deleting/delete-hr-expected.checksum: Added.
     3909        * platform/qt/editing/deleting/delete-hr-expected.png: Added.
     3910        * platform/qt/editing/deleting/delete-hr-expected.txt:
     3911        * platform/qt/editing/deleting/delete-image-001-expected.checksum: Added.
     3912        * platform/qt/editing/deleting/delete-image-001-expected.png: Added.
     3913        * platform/qt/editing/deleting/delete-image-001-expected.txt:
     3914        * platform/qt/editing/deleting/delete-image-002-expected.checksum: Added.
     3915        * platform/qt/editing/deleting/delete-image-002-expected.png: Added.
     3916        * platform/qt/editing/deleting/delete-image-002-expected.txt:
     3917        * platform/qt/editing/deleting/delete-image-003-expected.checksum: Added.
     3918        * platform/qt/editing/deleting/delete-image-003-expected.png: Added.
     3919        * platform/qt/editing/deleting/delete-image-003-expected.txt:
     3920        * platform/qt/editing/deleting/delete-image-004-expected.checksum: Added.
     3921        * platform/qt/editing/deleting/delete-image-004-expected.png: Added.
     3922        * platform/qt/editing/deleting/delete-image-004-expected.txt:
     3923        * platform/qt/editing/deleting/delete-line-001-expected.checksum: Added.
     3924        * platform/qt/editing/deleting/delete-line-001-expected.png: Added.
     3925        * platform/qt/editing/deleting/delete-line-001-expected.txt:
     3926        * platform/qt/editing/deleting/delete-line-002-expected.checksum: Added.
     3927        * platform/qt/editing/deleting/delete-line-002-expected.png: Added.
     3928        * platform/qt/editing/deleting/delete-line-002-expected.txt:
     3929        * platform/qt/editing/deleting/delete-line-003-expected.checksum: Added.
     3930        * platform/qt/editing/deleting/delete-line-003-expected.png: Added.
     3931        * platform/qt/editing/deleting/delete-line-003-expected.txt:
     3932        * platform/qt/editing/deleting/delete-line-004-expected.checksum: Added.
     3933        * platform/qt/editing/deleting/delete-line-004-expected.png: Added.
     3934        * platform/qt/editing/deleting/delete-line-004-expected.txt:
     3935        * platform/qt/editing/deleting/delete-line-005-expected.checksum: Added.
     3936        * platform/qt/editing/deleting/delete-line-005-expected.png: Added.
     3937        * platform/qt/editing/deleting/delete-line-005-expected.txt:
     3938        * platform/qt/editing/deleting/delete-line-006-expected.checksum: Added.
     3939        * platform/qt/editing/deleting/delete-line-006-expected.png: Added.
     3940        * platform/qt/editing/deleting/delete-line-006-expected.txt:
     3941        * platform/qt/editing/deleting/delete-line-007-expected.checksum: Added.
     3942        * platform/qt/editing/deleting/delete-line-007-expected.png: Added.
     3943        * platform/qt/editing/deleting/delete-line-007-expected.txt:
     3944        * platform/qt/editing/deleting/delete-line-008-expected.checksum: Added.
     3945        * platform/qt/editing/deleting/delete-line-008-expected.png: Added.
     3946        * platform/qt/editing/deleting/delete-line-008-expected.txt:
     3947        * platform/qt/editing/deleting/delete-line-009-expected.checksum: Added.
     3948        * platform/qt/editing/deleting/delete-line-009-expected.png: Added.
     3949        * platform/qt/editing/deleting/delete-line-009-expected.txt:
     3950        * platform/qt/editing/deleting/delete-line-010-expected.checksum: Added.
     3951        * platform/qt/editing/deleting/delete-line-010-expected.png: Added.
     3952        * platform/qt/editing/deleting/delete-line-010-expected.txt:
     3953        * platform/qt/editing/deleting/delete-line-011-expected.checksum: Added.
     3954        * platform/qt/editing/deleting/delete-line-011-expected.png: Added.
     3955        * platform/qt/editing/deleting/delete-line-011-expected.txt:
     3956        * platform/qt/editing/deleting/delete-line-012-expected.checksum: Added.
     3957        * platform/qt/editing/deleting/delete-line-012-expected.png: Added.
     3958        * platform/qt/editing/deleting/delete-line-012-expected.txt:
     3959        * platform/qt/editing/deleting/delete-line-013-expected.checksum: Added.
     3960        * platform/qt/editing/deleting/delete-line-013-expected.png: Added.
     3961        * platform/qt/editing/deleting/delete-line-013-expected.txt:
     3962        * platform/qt/editing/deleting/delete-line-014-expected.checksum: Added.
     3963        * platform/qt/editing/deleting/delete-line-014-expected.png: Added.
     3964        * platform/qt/editing/deleting/delete-line-014-expected.txt:
     3965        * platform/qt/editing/deleting/delete-line-015-expected.checksum: Added.
     3966        * platform/qt/editing/deleting/delete-line-015-expected.png: Added.
     3967        * platform/qt/editing/deleting/delete-line-015-expected.txt:
     3968        * platform/qt/editing/deleting/delete-line-016-expected.checksum: Added.
     3969        * platform/qt/editing/deleting/delete-line-016-expected.png: Added.
     3970        * platform/qt/editing/deleting/delete-line-016-expected.txt:
     3971        * platform/qt/editing/deleting/delete-line-017-expected.checksum: Added.
     3972        * platform/qt/editing/deleting/delete-line-017-expected.png: Added.
     3973        * platform/qt/editing/deleting/delete-line-017-expected.txt:
     3974        * platform/qt/editing/deleting/delete-line-end-ws-001-expected.checksum: Added.
     3975        * platform/qt/editing/deleting/delete-line-end-ws-001-expected.png: Added.
     3976        * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
     3977        * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
     3978        * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
     3979        * platform/qt/editing/deleting/delete-select-all-001-expected.checksum: Added.
     3980        * platform/qt/editing/deleting/delete-select-all-001-expected.png: Added.
     3981        * platform/qt/editing/deleting/delete-select-all-002-expected.checksum: Added.
     3982        * platform/qt/editing/deleting/delete-select-all-002-expected.png: Added.
     3983        * platform/qt/editing/deleting/delete-select-all-002-expected.txt:
     3984        * platform/qt/editing/deleting/delete-select-all-003-expected.checksum: Added.
     3985        * platform/qt/editing/deleting/delete-select-all-003-expected.png: Added.
     3986        * platform/qt/editing/deleting/delete-select-all-003-expected.txt:
     3987        * platform/qt/editing/deleting/delete-selection-001-expected.checksum: Added.
     3988        * platform/qt/editing/deleting/delete-selection-001-expected.png: Added.
     3989        * platform/qt/editing/deleting/delete-selection-001-expected.txt:
     3990        * platform/qt/editing/deleting/delete-to-end-of-paragraph-expected.checksum: Added.
     3991        * platform/qt/editing/deleting/delete-to-end-of-paragraph-expected.png: Added.
     3992        * platform/qt/editing/deleting/delete-to-end-of-paragraph-expected.txt: Copied from LayoutTests/platform/qt/editing/deleting/delete-line-009-expected.txt.
     3993        * platform/qt/editing/deleting/delete-to-select-table-expected.checksum: Added.
     3994        * platform/qt/editing/deleting/delete-to-select-table-expected.png: Added.
     3995        * platform/qt/editing/deleting/delete-to-select-table-expected.txt:
     3996        * platform/qt/editing/deleting/delete-trailing-ws-001-expected.checksum: Added.
     3997        * platform/qt/editing/deleting/delete-trailing-ws-001-expected.png: Added.
     3998        * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt:
     3999        * platform/qt/editing/deleting/delete-trailing-ws-002-expected.checksum: Added.
     4000        * platform/qt/editing/deleting/delete-trailing-ws-002-expected.png: Added.
     4001        * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt:
     4002        * platform/qt/editing/deleting/list-item-1-expected.checksum: Added.
     4003        * platform/qt/editing/deleting/list-item-1-expected.png: Added.
     4004        * platform/qt/editing/deleting/list-item-1-expected.txt:
     4005        * platform/qt/editing/deleting/merge-different-styles-expected.checksum: Added.
     4006        * platform/qt/editing/deleting/merge-different-styles-expected.png: Added.
     4007        * platform/qt/editing/deleting/merge-different-styles-expected.txt:
     4008        * platform/qt/editing/deleting/merge-endOfParagraph-expected.checksum: Added.
     4009        * platform/qt/editing/deleting/merge-endOfParagraph-expected.png: Added.
     4010        * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt:
     4011        * platform/qt/editing/deleting/merge-into-empty-block-1-expected.checksum: Added.
     4012        * platform/qt/editing/deleting/merge-into-empty-block-1-expected.png: Added.
     4013        * platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt:
     4014        * platform/qt/editing/deleting/merge-into-empty-block-2-expected.checksum: Added.
     4015        * platform/qt/editing/deleting/merge-into-empty-block-2-expected.png: Added.
     4016        * platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt:
     4017        * platform/qt/editing/deleting/merge-no-br-expected.checksum: Added.
     4018        * platform/qt/editing/deleting/merge-no-br-expected.png: Added.
     4019        * platform/qt/editing/deleting/merge-no-br-expected.txt:
     4020        * platform/qt/editing/deleting/merge-unrendered-space-expected.checksum: Added.
     4021        * platform/qt/editing/deleting/merge-unrendered-space-expected.png: Added.
     4022        * platform/qt/editing/deleting/merge-unrendered-space-expected.txt:
     4023        * platform/qt/editing/deleting/merge-whitespace-pre-expected.checksum: Added.
     4024        * platform/qt/editing/deleting/merge-whitespace-pre-expected.png: Added.
     4025        * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
     4026        * platform/qt/editing/deleting/move-nodes-001-expected.checksum: Added.
     4027        * platform/qt/editing/deleting/move-nodes-001-expected.png: Added.
     4028        * platform/qt/editing/deleting/move-nodes-001-expected.txt:
     4029        * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.checksum: Added.
     4030        * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.png: Added.
     4031        * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt:
     4032        * platform/qt/editing/deleting/pruning-after-merge-2-expected.checksum: Added.
     4033        * platform/qt/editing/deleting/pruning-after-merge-2-expected.png: Added.
     4034        * platform/qt/editing/deleting/pruning-after-merge-2-expected.txt:
     4035        * platform/qt/editing/deleting/smart-delete-001-expected.checksum: Added.
     4036        * platform/qt/editing/deleting/smart-delete-001-expected.png: Added.
     4037        * platform/qt/editing/deleting/smart-delete-001-expected.txt:
     4038        * platform/qt/editing/deleting/table-cells-expected.checksum: Added.
     4039        * platform/qt/editing/deleting/table-cells-expected.png: Added.
     4040        * platform/qt/editing/deleting/table-cells-expected.txt:
     4041        * platform/qt/editing/deleting/type-delete-after-quote-expected.checksum: Added.
     4042        * platform/qt/editing/deleting/type-delete-after-quote-expected.png: Added.
     4043        * platform/qt/editing/deleting/type-delete-after-quote-expected.txt: Added.
     4044        * platform/qt/editing/deleting/whitespace-pre-1-expected.checksum: Added.
     4045        * platform/qt/editing/deleting/whitespace-pre-1-expected.png: Added.
     4046        * platform/qt/editing/deleting/whitespace-pre-1-expected.txt:
     4047
     40482010-11-08  Adam Roben  <aroben@apple.com>
     4049
     4050        Update Windows results after r71465
     4051
     4052        * platform/win/fast/blockflow/border-vertical-lr-expected.checksum:
     4053        * platform/win/fast/blockflow/border-vertical-lr-expected.png:
     4054        * platform/win/fast/blockflow/border-vertical-lr-expected.txt:
     4055        * platform/win/fast/blockflow/japanese-lr-selection-expected.checksum: Added.
     4056        * platform/win/fast/blockflow/japanese-lr-selection-expected.png: Added.
     4057        * platform/win/fast/blockflow/japanese-lr-selection-expected.txt: Added.
     4058        * platform/win/fast/blockflow/japanese-rl-selection-expected.checksum: Added.
     4059        * platform/win/fast/blockflow/japanese-rl-selection-expected.png: Added.
     4060        * platform/win/fast/blockflow/japanese-rl-selection-expected.txt: Added.
     4061
     40622010-11-08  Nikolas Zimmermann  <nzimmermann@rim.com>
     4063
     4064        Reviewed by Dirk Schulze.
     4065
     4066        Convert SVGPoint/SVGPointList to the new SVGPropertyTearOff concept
     4067        https://bugs.webkit.org/show_bug.cgi?id=49067
     4068
     4069        * platform/mac/svg/custom/use-property-synchronization-crash-expected.txt: Cloned <polyline> now reports parsing problems as well.
     4070        * svg/custom/polyline-points-crash-expected.txt: Update expectation.
     4071        * svg/custom/polyline-points-crash.html: appendItem(null) now throws, catch exception.
     4072        * svg/dom/points-parser.html: Fix failure reporting, use correct variable name.
     4073
     40742010-11-08  Renata Hodovan  <reni@webkit.org>
     4075
     4076        Reviewed by Nikolas Zimmermann.
     4077
     4078        SVGFEConvolveMatrixElement doesn't support dynamic invalidation, when attributes change.
     4079        https://bugs.webkit.org/show_bug.cgi?id=47660
     4080
     4081        This patch contains the SVG DOM dynamic update tests of feConvolveMatrix and it
     4082        fixes the DOM test of order attribute because the product of order components should be equal the
     4083        size of the kernelMatrix.
     4084
     4085        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.checksum: Added.
     4086        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
     4087        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.checksum: Added.
     4088        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
     4089        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.checksum: Added.
     4090        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
     4091        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.checksum: Added.
     4092        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
     4093        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.checksum: Added.
     4094        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
     4095        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.checksum: Added.
     4096        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
     4097        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.checksum: Added.
     4098        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
     4099        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.checksum: Added.
     4100        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
     4101        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.checksum: Added.
     4102        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
     4103        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.checksum: Added.
     4104        * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
     4105        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.txt: Added.
     4106        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop.html: Added.
     4107        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.txt: Added.
     4108        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop.html: Added.
     4109        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.txt: Added.
     4110        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop.html: Added.
     4111        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.txt: Added.
     4112        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop.html: Added.
     4113        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.txt: Added.
     4114        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop.html: Added.
     4115        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.txt: Added.
     4116        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop.html: Added.
     4117        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.txt: Added.
     4118        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop.html: Added.
     4119        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.txt: Added.
     4120        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop.html: Added.
     4121        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.txt: Added.
     4122        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop.html: Added.
     4123        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.txt: Added.
     4124        * svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop.html: Added.
     4125        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-order-attr.js:
     4126        (executeTest):
     4127        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-svgdom-bias-prop.js: Added.
     4128        (executeTest):
     4129        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-svgdom-divisor-prop.js: Added.
     4130        (executeTest):
     4131        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop.js: Added.
     4132        (executeTest):
     4133        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-svgdom-in-prop.js: Added.
     4134        (executeTest):
     4135        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop.js: Added.
     4136        (SVGNumberListToString):
     4137        (executeTest):
     4138        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop.js: Added.
     4139        (executeTest):
     4140        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-svgdom-order-prop.js: Added.
     4141        (executeTest):
     4142        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop.js: Added.
     4143        (executeTest):
     4144        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-svgdom-targetX-prop.js: Added.
     4145        (executeTest):
     4146        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-svgdom-targetY-prop.js: Added.
     4147        (executeTest):
     4148
     41492010-11-08  Fumitoshi Ukai  <ukai@chromium.org>
     4150
     4151        Unreviewed, updating Chromium expectations.
     4152
     4153        Since r71493:r71496, http/tests/misc/prefetch-purpose.html start failing on Mac
     4154
     4155        * platform/chromium/test_expectations.txt:
     4156
     41572010-11-08  Csaba Osztrogonác  <ossy@webkit.org>
     4158
     4159        [Qt] REGRESSION (r71465): editing/selection/after-line-break.html fails
     4160        https://bugs.webkit.org/show_bug.cgi?id=49127
     4161
     4162        * platform/qt/Skipped: editing/selection/after-line-break.html skipped until fix.
     4163
     41642010-11-07  Fumitoshi Ukai  <ukai@chromium.org>
     4165
     4166        Unreviewed, updating Chromium expectations.
     4167
     4168        * platform/chromium/test_expectations.txt:
     4169
     41702010-11-07  Fumitoshi Ukai  <ukai@chromium.org>
     4171
     4172        Unreviewed, updating Chromium expectations.
     4173
     4174        Add failures for crbug 62298, 62299, 62301
     4175
     4176        * platform/chromium/test_expectations.txt:
     4177
     41782010-11-07  MORITA Hajime  <morrita@google.com>
     4179
     4180        Unreviewed test expectation rebaseline.
     4181
     4182        * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt: Removed. (It's now same as platform/win)
     4183        * platform/chromium/test_expectations.txt:
     4184
     41852010-11-07  Adam Barth  <abarth@webkit.org>
     4186
     4187        Reviewed by Eric Seidel.
     4188
     4189        Rename X-Purpose to Purpose
     4190        https://bugs.webkit.org/show_bug.cgi?id=47802
     4191
     4192        Update expected results.
     4193
     4194        * http/tests/misc/prefetch-purpose-expected.txt:
     4195        * http/tests/misc/resources/prefetch-purpose.php:
     4196
     41972010-11-05  Helder Correia  <helder@sencha.com>
     4198
     4199        Reviewed by Andreas Kling.
     4200
     4201        [Qt] box-shadow does not blur (is solid) when using border-radius
     4202        https://bugs.webkit.org/show_bug.cgi?id=46327
     4203
     4204        Implement blurred box-shadow when styling with border-radius.
     4205        This change is related to https://bugs.webkit.org/show_bug.cgi?id=44488
     4206
     4207        * platform/qt/fast/box-shadow/basic-shadows-expected.checksum:
     4208        * platform/qt/fast/box-shadow/basic-shadows-expected.png:
     4209
     42102010-11-07  Matthew Delaney  <mdelaney@apple.com>
     4211
     4212        Reviewed by Andreas Kling.
     4213
     4214        Unskipping recently merged new philip canvas tests from SnowLeopard
     4215        https://bugs.webkit.org/show_bug.cgi?id=49147
     4216
     4217        * platform/mac-leopard/Skipped: Moving skipped test list down to leopard.
     4218        * platform/mac-snowleopard/canvas/philip/tests/*: All new tests' expectations.
     4219        * platform/mac/Skipped: Unskipping tests from overall mac.
     4220
     42212010-11-07  Helder Correia  <helder@sencha.com>
     4222
     4223        Reviewed by Ariya Hidayat.
     4224
     4225        [Qt] Update the baseline for blur shadow test
     4226        https://bugs.webkit.org/show_bug.cgi?id=48223
     4227
     4228        Update basic-shadows test expected result with correct line segments.
     4229
     4230        * platform/qt/fast/box-shadow/basic-shadows-expected.checksum:
     4231        * platform/qt/fast/box-shadow/basic-shadows-expected.png:
     4232
     42332010-11-07  Andreas Kling  <kling@webkit.org>
     4234
     4235        Unreviewed, skipping new canvas tests that are failing on Gtk+ and Qt.
     4236
     4237        Skip the following tests:
     4238        - canvas/philip/tests/security.pattern.canvas.timing.html
     4239        - canvas/philip/tests/security.pattern.create.html
     4240        - canvas/philip/tests/security.pattern.cross.html
     4241        - canvas/philip/tests/security.pattern.image.fillStyle.html
     4242        - canvas/philip/tests/security.pattern.image.strokeStyle.html
     4243
     4244        * platform/gtk/Skipped:
     4245        * platform/qt/Skipped:
     4246
     42472010-11-07  Robert Hogan  <robert@webkit.org>
     4248
     4249        Reviewed by Andreas Kling.
     4250
     4251        [qt] screenDepthPerComponent returns the wrong value
     4252
     4253        Return best estimate of the number of bits per color
     4254        rather than screen depth.
     4255
     4256        Add a layout test to sanity check screenDepthPerComponent.
     4257
     4258        https://bugs.webkit.org/show_bug.cgi?id=20289
     4259
     4260        * fast/css/media-rule-screenDepthPerComponent-expected.txt: Added.
     4261        * fast/css/media-rule-screenDepthPerComponent.html: Added.
     4262
     42632010-11-07  Andreas Kling  <kling@webkit.org>
     4264
     4265        Unreviewed, rebaselining failures on Leopard and Snow Leopard after r71481.
     4266
     4267        * canvas/philip/tests/2d.imageData.get.source.negative-expected.txt:
     4268        * canvas/philip/tests/security.pattern.canvas.timing-expected.txt:
     4269        * canvas/philip/tests/security.pattern.create-expected.txt:
     4270        * canvas/philip/tests/security.pattern.cross-expected.txt:
     4271        * canvas/philip/tests/security.pattern.image.fillStyle-expected.txt:
     4272        * canvas/philip/tests/security.pattern.image.strokeStyle-expected.txt:
     4273        * platform/mac-snowleopard/canvas/philip/tests/2d.drawImage.broken-expected.txt:
     4274        * platform/mac-snowleopard/canvas/philip/tests/2d.drawImage.null-expected.txt:
     4275        * platform/mac-snowleopard/canvas/philip/tests/2d.fillStyle.parse.system-expected.txt:
     4276        * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt:
     4277        * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt:
     4278        * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.inside2-expected.txt:
     4279        * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.inside3-expected.txt:
     4280        * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.outside1-expected.txt:
     4281        * platform/mac-snowleopard/canvas/philip/tests/2d.imageData.create1.type-expected.txt:
     4282        * platform/mac-snowleopard/canvas/philip/tests/2d.imageData.create2.type-expected.txt:
     4283        * platform/mac-snowleopard/canvas/philip/tests/2d.imageData.get.type-expected.txt:
     4284        * platform/mac-snowleopard/canvas/philip/tests/2d.line.cap.closed-expected.txt:
     4285        * platform/mac-snowleopard/canvas/philip/tests/2d.line.join.parallel-expected.txt:
     4286        * platform/mac-snowleopard/canvas/philip/tests/2d.line.miter.lineedge-expected.txt:
     4287        * platform/mac-snowleopard/canvas/philip/tests/2d.missingargs-expected.txt:
     4288        * platform/mac-snowleopard/canvas/philip/tests/2d.path.rect.winding-expected.txt:
     4289        * platform/mac-snowleopard/canvas/philip/tests/2d.pattern.image.broken-expected.txt:
     4290        * platform/mac-snowleopard/canvas/philip/tests/2d.pattern.image.incomplete-expected.txt:
     4291        * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.enable.blur-expected.txt:
     4292        * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.enable.x-expected.txt:
     4293        * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.enable.y-expected.txt:
     4294        * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.gradient.alpha-expected.txt:
     4295        * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.gradient.basic-expected.txt:
     4296        * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.gradient.transparent.2-expected.txt:
     4297        * platform/mac-snowleopard/canvas/philip/tests/2d.strokeRect.zero.4-expected.txt:
     4298        * platform/mac-snowleopard/canvas/philip/tests/2d.text.draw.baseline.bottom-expected.txt:
     4299        * platform/mac-snowleopard/canvas/philip/tests/2d.text.draw.baseline.hanging-expected.txt:
     4300        * platform/mac-snowleopard/canvas/philip/tests/2d.text.draw.baseline.ideographic-expected.txt:
     4301        * platform/mac-snowleopard/canvas/philip/tests/2d.text.draw.baseline.middle-expected.txt:
     4302        * platform/mac-snowleopard/canvas/philip/tests/2d.text.draw.baseline.top-expected.txt:
     4303        * platform/mac-snowleopard/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt:
     4304        * platform/mac-snowleopard/canvas/philip/tests/2d.text.draw.space.collapse.end-expected.txt:
     4305        * platform/mac-snowleopard/canvas/philip/tests/2d.text.draw.space.collapse.nonspace-expected.txt:
     4306        * platform/mac-snowleopard/canvas/philip/tests/2d.text.draw.space.collapse.other-expected.txt:
     4307        * platform/mac-snowleopard/canvas/philip/tests/2d.text.draw.space.collapse.space-expected.txt:
     4308        * platform/mac-snowleopard/canvas/philip/tests/2d.text.draw.space.collapse.start-expected.txt:
     4309        * platform/mac-snowleopard/canvas/philip/tests/2d.text.font.parse.basic-expected.txt:
     4310        * platform/mac-snowleopard/canvas/philip/tests/2d.text.font.parse.complex-expected.txt:
     4311        * platform/mac-snowleopard/canvas/philip/tests/2d.text.font.parse.invalid-expected.txt:
     4312        * platform/mac-snowleopard/canvas/philip/tests/2d.text.font.parse.size.percentage-expected.txt:
     4313        * platform/mac-snowleopard/canvas/philip/tests/2d.text.font.parse.size.percentage.default-expected.txt:
     4314        * platform/mac-snowleopard/canvas/philip/tests/2d.text.font.parse.system-expected.txt:
     4315        * platform/mac-snowleopard/canvas/philip/tests/2d.text.measure.width.space-expected.txt:
     4316        * platform/mac-snowleopard/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt:
     4317        * platform/mac-snowleopard/canvas/philip/tests/type.prototype-expected.txt:
     4318
     43192010-10-18  Andreas Kling  <kling@webkit.org>
     4320
     4321        Reviewed by James Robinson.
     4322
     4323        Update our clone of Philip Taylor's canvas test suite
     4324        https://bugs.webkit.org/show_bug.cgi?id=47707
     4325
     4326        Source: http://dvcs.w3.org/hg/html/file/df23d00a3395/tests/submission/PhilipTaylor
     4327
     4328        * canvas/philip/README: Added, contains link to upstream revision.
     4329        * canvas/philip/: Synced with upstream.
     4330        * platform/gtk/Skipped: Skipped new failing tests.
     4331        * platform/mac/Skipped: Ditto.
     4332        * platform/qt/Skipped: Ditto.
     4333
     43342010-11-06  Csaba Osztrogonác  <ossy@webkit.org>
     4335
     4336        Unreviewed. Update Qt specific expected files after r71467.
     4337
     4338        * platform/qt/fast/blockflow/background-horizontal-bt-expected.checksum:
     4339        * platform/qt/fast/blockflow/background-horizontal-bt-expected.png:
     4340        * platform/qt/fast/blockflow/background-horizontal-bt-expected.txt:
     4341        * platform/qt/fast/blockflow/background-vertical-lr-expected.checksum:
     4342        * platform/qt/fast/blockflow/background-vertical-lr-expected.png:
     4343        * platform/qt/fast/blockflow/background-vertical-lr-expected.txt:
     4344
     43452010-11-05  David Hyatt  <hyatt@apple.com>
     4346
     4347        Reviewed by Dan Bernstein and Simon Fraser.
     4348
     4349        https://bugs.webkit.org/show_bug.cgi?id=47237
     4350       
     4351        Make selection work with vertical text.  This patch fixes a bug in the computation of lineTop.  For lines
     4352        with positive leading, lineTop was incorrectly including the top leading.  Since the flipping of lines
     4353        for "lr" and "bt" writing modes involved flipping using lineTop and lineBottom, an incorrect lineTop meant
     4354        that those modes were mis-rendering.  This is why the Japanese "lr" text examples have the first line smushed
     4355        too far against the border.
     4356       
     4357        Fixing lineTop to no longer incorrectly include top leading has implications for editing.  I ended up
     4358        rewriting positionForPoint to exactly match selection, since that seemed to be the most intuitive
     4359        behavior.  I got rid of the verticalClickFudgeFactor and now just use selectionTop and selectionBottom
     4360        instead of lineTop and lineBottom.  I am pretty sure the code used selectionTop in a previous incarnation
     4361        anyway and that I moved away from it when I implemented lineTop and lineBottom.  The code then grew
     4362        more complicated from people trying to work with lineTop and lineBottom, but going back to selectionTop
     4363        and selectionBottom is the right behavior I think.  One editing test has been updated after this change
     4364        (editing/selection/after-line-break.html), and one DOM test has been changed to not hit test past the
     4365        bottom of a line (fast/dom/Document/CaretRangeFromPoint/basic.html).
     4366       
     4367        I patched selection painting of InlineTextBoxes so that the leading going up to the next line box is used
     4368        for "lr" and "bt" modes instead of the previous box.  This makes sense for English text, but we may want
     4369        a different policy for Japanese text eventually (possibly just splitting the difference instead).  Leaving it
     4370        this way for now, and we can collect feedback on the design.
     4371       
     4372        I rewrote all of the selection gap painting code to be writing-mode aware.  During the course of rewriting this
     4373        code I noticed a bug in the logicalLeftSelectionOffset and logicalRightSelectionOffset functions where there
     4374        was a coordinate space mismatch on a comparison.  Fixing this improves the repaint/selection-clear.html test.
     4375
     4376        Added new tests in fast/blockflow/.
     4377
     4378        * editing/selection/after-line-break-expected.txt:
     4379        * fast/blockflow/japanese-lr-selection.html: Added.
     4380        * fast/blockflow/japanese-rl-selection.html: Added.
     4381        * fast/dom/Document/CaretRangeFromPoint/basic.html:
     4382        * platform/mac/fast/blockflow/background-horizontal-bt-expected.checksum:
     4383        * platform/mac/fast/blockflow/background-horizontal-bt-expected.png:
     4384        * platform/mac/fast/blockflow/background-horizontal-bt-expected.txt:
     4385        * platform/mac/fast/blockflow/background-vertical-lr-expected.checksum:
     4386        * platform/mac/fast/blockflow/background-vertical-lr-expected.png:
     4387        * platform/mac/fast/blockflow/background-vertical-lr-expected.txt:
     4388        * platform/mac/fast/blockflow/border-image-horizontal-bt-expected.checksum:
     4389        * platform/mac/fast/blockflow/border-image-horizontal-bt-expected.png:
     4390        * platform/mac/fast/blockflow/border-image-horizontal-bt-expected.txt:
     4391        * platform/mac/fast/blockflow/border-image-vertical-lr-expected.checksum:
     4392        * platform/mac/fast/blockflow/border-image-vertical-lr-expected.png:
     4393        * platform/mac/fast/blockflow/border-image-vertical-lr-expected.txt:
     4394        * platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum:
     4395        * platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
     4396        * platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
     4397        * platform/mac/fast/blockflow/border-vertical-lr-expected.checksum:
     4398        * platform/mac/fast/blockflow/border-vertical-lr-expected.png:
     4399        * platform/mac/fast/blockflow/border-vertical-lr-expected.txt:
     4400        * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
     4401        * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.png:
     4402        * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.txt:
     4403        * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
     4404        * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.png:
     4405        * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.txt:
     4406        * platform/mac/fast/blockflow/japanese-lr-selection-expected.checksum: Added.
     4407        * platform/mac/fast/blockflow/japanese-lr-selection-expected.png: Added.
     4408        * platform/mac/fast/blockflow/japanese-lr-selection-expected.txt: Added.
     4409        * platform/mac/fast/blockflow/japanese-lr-text-expected.checksum:
     4410        * platform/mac/fast/blockflow/japanese-lr-text-expected.png:
     4411        * platform/mac/fast/blockflow/japanese-lr-text-expected.txt:
     4412        * platform/mac/fast/blockflow/japanese-rl-selection-expected.checksum: Added.
     4413        * platform/mac/fast/blockflow/japanese-rl-selection-expected.png: Added.
     4414        * platform/mac/fast/blockflow/japanese-rl-selection-expected.txt: Added.
     4415        * platform/mac/fast/repaint/selection-clear-expected.checksum:
     4416        * platform/mac/fast/repaint/selection-clear-expected.png:
     4417
     44182010-11-05  Adam Barth  <abarth@webkit.org>
     4419
     4420        Reviewed by Eric Seidel.
     4421
     4422        Gray-scale PNGs with color profiles don't decode properly on Chromium Mac
     4423        https://bugs.webkit.org/show_bug.cgi?id=49110
     4424
     4425        Test that we decode gray-scale PNGs correctly.  Sadly, this is a pixel
     4426        test.  For ports that run pixel tests, we'll have to grab the pixels
     4427        off the bot.
     4428
     4429        * fast/images/gray-scale-png-with-color-profile.html: Added.
     4430        * fast/images/resources/mu.png: Added.
     4431        * platform/mac/fast/images/gray-scale-png-with-color-profile-expected.txt: Added.
     4432
     44332010-11-05  Chris Marrin  <cmarrin@apple.com>
     4434
     4435        Reviewed by Simon Fraser.
     4436
     4437        suspendAnimations/resumeAnimations not present in WebKit2
     4438        https://bugs.webkit.org/show_bug.cgi?id=49109
     4439
     4440        Got 4 tests out of the Skipped list that now pass
     4441
     4442        * platform/mac-wk2/Skipped:
     4443
     44442010-11-05  Dumitru Daniliuc  <dumi@chromium.org>
     4445
     4446        Unreviewed, updating Chromium expectations.
     4447
     4448        * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-with-child-crash-expected.txt: Added.
     4449        * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-with-child-crash-expected.txt: Added.
     4450        * platform/chromium/test_expectations.txt:
     4451
     44522010-11-05  Csaba Osztrogonác  <ossy@webkit.org>
     4453
     4454        Unreviewed.
     4455
     4456        [Qt] animations tests fails which uses suspend/resume
     4457        https://bugs.webkit.org/show_bug.cgi?id=43905
     4458
     4459        * platform/qt/Skipped:
     4460         - animations/suspend-resume-animation-events.html added until fix.
     4461         - animations/stop-animation-on-suspend.html added until fix.
     4462
     44632010-11-05  Mihai Parparita  <mihaip@chromium.org>
     4464
     4465        Reviewed by Ojan Vafai.
     4466
     4467        [Chromium] fast/events/stopPropagation-submit.html fails
     4468        https://bugs.webkit.org/show_bug.cgi?id=49078
     4469       
     4470        The test was failing because of a difference between KURL and GURL in
     4471        how forms that have a data: URL action are handled*. Since the actual
     4472        test was testing something else (that stopPropagation does not prevent
     4473        form submissions), using a real page as the target makes the test
     4474        pass everywhere.
     4475       
     4476        * FWIW, it looks like GURL is right, per step 15 of section 4.10.22.3
     4477        (Form submission algorithm) of the HTML 5 spec, data URLs used with GET
     4478        should not be mutated; filed bug 49091 about this.
     4479
     4480        * fast/events/resources/stopPropagation-submit-target.html: Added.
     4481        * fast/events/stopPropagation-submit.html:
     4482        * platform/chromium/test_expectations.txt:
     4483
     44842010-11-05  Mihai Parparita  <mihaip@chromium.org>
     4485
     4486        Unreviewed; test_expectations fix.
     4487       
     4488        Remove three tests that are no longer flaky. Update a comment about a
     4489        test that fails due to V8 differences.
     4490
     4491        * platform/chromium/test_expectations.txt:
     4492
     44932010-11-05  Mihai Parparita  <mihaip@chromium.org>
     4494
     4495        Unreviewed expectation update for fast/events/context-no-deselect.html.
     4496       
     4497        Add missing chromium-linux expectations.
     4498       
     4499        * platform/chromium-linux/fast/events/context-no-deselect-expected.checksum: Added.
     4500        * platform/chromium-linux/fast/events/context-no-deselect-expected.png: Added.
     4501        * platform/chromium/test_expectations.txt:
     4502
     45032010-11-05  Chang Shu  <chang.shu@nokia.com>
     4504
     4505        Reviewed by Antonio Gomes.
     4506
     4507        Add support for <select> element in single selection mode. We use space to
     4508        trigger arrow key handling for selection change or spatial navigation.
     4509        https://bugs.webkit.org/show_bug.cgi?id=48937
     4510
     4511        * fast/events/spatial-navigation/resources/spatial-navigation-utils.js:
     4512        (doMove):
     4513        * fast/events/spatial-navigation/snav-single-select-expected.txt:
     4514        * fast/events/spatial-navigation/snav-single-select.html:
     4515
     45162010-11-05  Mihai Parparita  <mihaip@chromium.org>
     4517
     4518        Unreviewed expectations update for fast/events/click-count.html; it's no longer slow since r46779 sped it up.
     4519
     4520        * platform/chromium/test_expectations.txt:
     4521
     45222010-11-05  Mihai Parparita  <mihaip@chromium.org>
     4523
     4524        Unreviewed expectations update for fast/events/option-tab.html; it no longer crashes.
     4525
     4526        * platform/chromium/test_expectations.txt:
     4527
     45282010-11-05  Brian Weinstein  <bweinstein@apple.com>
     4529
     4530        Reviewed by Anders Carlsson.
     4531
     4532        Assertion failure in PluginStream::~PluginStream when running userscripts/user-script-plugin-document.html
     4533        https://bugs.webkit.org/show_bug.cgi?id=48751
     4534        <rdar://problem/8615536>
     4535       
     4536        Unskip userscripts/user-script-plugin-document.html because it is passing now.
     4537
     4538        * platform/win/Skipped:
     4539
     45402010-11-05  Brian Weinstein  <bweinstein@apple.com>
     4541
     4542        Reviewed by Eric Carlson.
     4543
     4544        userscripts/user-script-*-document.html tests are flaky on Windows
     4545        https://bugs.webkit.org/show_bug.cgi?id=45980
     4546       
     4547        We can't use counting.mp4 as our video file to create a video document, because on Windows counting.mp4
     4548        is opened in Windows Explorer or Quicktime instead of Safari. This bug is being tracked by
     4549        <https://bugs.webkit.org/show_bug.cgi?id=25220>.
     4550       
     4551        This patch switches user-script-video-document.html to use silence-loop.mov instead of counting.mp4,
     4552        which creates a video document on both Mac and Windows.
     4553
     4554        * userscripts/resources/counting.mp4: Removed.
     4555        * userscripts/resources/silence-loop.mov: Added.
     4556        * userscripts/user-script-video-document-expected.txt:
     4557        * userscripts/user-script-video-document.html:
     4558
     45592010-11-05  Anders Carlsson  <andersca@apple.com>
     4560
     4561        Reviewed by Adam Roben.
     4562
     4563        Implement pluginElementNPObject
     4564        https://bugs.webkit.org/show_bug.cgi?id=49077
     4565
     4566        Remove now passing test.
     4567
     4568        * platform/mac-snowleopard/Skipped:
     4569
     45702010-11-04  Ryosuke Niwa  <rniwa@webkit.org>
     4571
     4572        Reviewed by Darin Adler.
     4573
     4574        Re-enabled editing/style/iframe-onload-crash.html on Chromium, Qt, and Windows platforms.
     4575
     4576        * platform/chromium/test_expectations.txt:
     4577        * platform/qt/Skipped:
     4578        * platform/win/Skipped:
     4579
     45802010-11-04  Anders Carlsson  <andersca@apple.com>
     4581
     4582        Reviewed by Oliver Hunt.
     4583
     4584        Implement NP_RemoveProperty and NP_Enumerate
     4585        https://bugs.webkit.org/show_bug.cgi?id=49046
     4586
     4587        Remove now passing tests.
     4588
     4589        * platform/mac-wk2/Skipped:
     4590
     45912010-11-05  Zhenyao Mo  <zmo@google.com>
     4592
     4593        Unreviewed, update webgl test expectations.
     4594
     4595        * platform/chromium/test_expectations.txt:
     4596
     45972010-11-05  Zhenyao Mo  <zmo@google.com>
     4598
     4599        Unreviewed, update webgl test expectations.
     4600
     4601        * platform/chromium/test_expectations.txt:
     4602
     46032010-11-05  Chris Marrin  <cmarrin@apple.com>
     4604
     4605        Reviewed by Simon Fraser.
     4606
     4607        Make suspendAnimations/resumeAnimations and setCSSAnimations traverse through subframes and remember state
     4608        https://bugs.webkit.org/show_bug.cgi?id=46945
     4609
     4610        New test which starts animations in the page an in an iframe. Makes sure both animations
     4611        stop when suspendAnimations is called. I also added dot notation syntax to animation-test-helpers.js
     4612        that can dig down into iframes to values for testing.
     4613
     4614        * animations/animation-test-helpers.js:
     4615        (checkExpectedValue):
     4616        * animations/stop-animation-on-suspend-expected.txt: Added.
     4617        * animations/stop-animation-on-suspend.html: Added.
     4618
     46192010-11-05  Stephen White  <senorblanco@chromium.org>
     4620
     4621        Unreviewed; test_expectations fix.
     4622
     4623        Cleaning up the chromium-gpu test expectations after the switch to DRT.
     4624
     4625        * platform/chromium-gpu/test_expectations.txt:
     4626
     46272010-11-05  Adam Roben  <aroben@apple.com>
     4628
     4629        Update expected results for two tests on Windows
     4630
     4631        * platform/win/fast/dom/HTMLMeterElement/meter-element-expected.png:
     4632        * platform/win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
     4633        * platform/win/fast/dom/HTMLProgressElement/progress-element-with-child-crash-expected.txt: Added.
     4634
     46352010-11-05  Csaba Osztrogonác  <ossy@webkit.org>
     4636
     4637        Unreviewed.
     4638
     4639        [Qt] Add platform specific expected results for new passing tests introduced in r71382.
     4640        Compared to Mac png files and Mac expected files.
     4641
     4642        * platform/qt/fast/table/027-vertical-expected.checksum: Added.
     4643        * platform/qt/fast/table/027-vertical-expected.png: Added.
     4644        * platform/qt/fast/table/027-vertical-expected.txt: Added.
     4645        * platform/qt/fast/table/028-vertical-expected.checksum: Added.
     4646        * platform/qt/fast/table/028-vertical-expected.png: Added.
     4647        * platform/qt/fast/table/028-vertical-expected.txt: Added.
     4648        * platform/qt/fast/table/035-vertical-expected.checksum: Added.
     4649        * platform/qt/fast/table/035-vertical-expected.png: Added.
     4650        * platform/qt/fast/table/035-vertical-expected.txt: Added.
     4651        * platform/qt/fast/table/038-vertical-expected.checksum: Added.
     4652        * platform/qt/fast/table/038-vertical-expected.png: Added.
     4653        * platform/qt/fast/table/038-vertical-expected.txt: Added.
     4654        * platform/qt/fast/table/040-vertical-expected.checksum: Added.
     4655        * platform/qt/fast/table/040-vertical-expected.png: Added.
     4656        * platform/qt/fast/table/040-vertical-expected.txt: Added.
     4657        * platform/qt/fast/table/auto-with-percent-height-vertical-expected.checksum: Added.
     4658        * platform/qt/fast/table/auto-with-percent-height-vertical-expected.png: Added.
     4659        * platform/qt/fast/table/auto-with-percent-height-vertical-expected.txt: Added.
     4660        * platform/qt/fast/table/border-collapsing/001-vertical-expected.checksum: Added.
     4661        * platform/qt/fast/table/border-collapsing/001-vertical-expected.png: Added.
     4662        * platform/qt/fast/table/border-collapsing/001-vertical-expected.txt: Added.
     4663        * platform/qt/fast/table/border-collapsing/002-vertical-expected.checksum: Added.
     4664        * platform/qt/fast/table/border-collapsing/002-vertical-expected.png: Added.
     4665        * platform/qt/fast/table/border-collapsing/002-vertical-expected.txt: Added.
     4666        * platform/qt/fast/table/border-collapsing/003-vertical-expected.checksum: Added.
     4667        * platform/qt/fast/table/border-collapsing/003-vertical-expected.png: Added.
     4668        * platform/qt/fast/table/border-collapsing/003-vertical-expected.txt: Added.
     4669        * platform/qt/fast/table/border-collapsing/004-vertical-expected.checksum: Added.
     4670        * platform/qt/fast/table/border-collapsing/004-vertical-expected.png: Added.
     4671        * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt: Added.
     4672        * platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.checksum: Added.
     4673        * platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png: Added.
     4674        * platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt: Added.
     4675        * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.checksum: Added.
     4676        * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: Added.
     4677        * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Added.
     4678        * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.checksum: Added.
     4679        * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png: Added.
     4680        * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt: Added.
     4681        * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.checksum: Added.
     4682        * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.png: Added.
     4683        * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: Added.
     4684        * platform/qt/fast/table/growCellForImageQuirk-vertical-expected.checksum: Added.
     4685        * platform/qt/fast/table/growCellForImageQuirk-vertical-expected.png: Added.
     4686        * platform/qt/fast/table/growCellForImageQuirk-vertical-expected.txt: Added.
     4687        * platform/qt/fast/table/height-percent-test-vertical-expected.checksum: Added.
     4688        * platform/qt/fast/table/height-percent-test-vertical-expected.png: Added.
     4689        * platform/qt/fast/table/height-percent-test-vertical-expected.txt: Added.
     4690        * platform/qt/fast/table/percent-widths-stretch-vertical-expected.checksum: Added.
     4691        * platform/qt/fast/table/percent-widths-stretch-vertical-expected.png: Added.
     4692        * platform/qt/fast/table/percent-widths-stretch-vertical-expected.txt: Added.
     4693        * platform/qt/fast/table/rowspan-paint-order-vertical-expected.checksum: Added.
     4694        * platform/qt/fast/table/rowspan-paint-order-vertical-expected.png: Added.
     4695        * platform/qt/fast/table/rowspan-paint-order-vertical-expected.txt: Added.
     4696        * platform/qt/fast/table/table-display-types-vertical-expected.checksum: Added.
     4697        * platform/qt/fast/table/table-display-types-vertical-expected.png: Added.
     4698        * platform/qt/fast/table/table-display-types-vertical-expected.txt: Added.
     4699
     47002010-11-04  Adam Roben  <aroben@apple.com>
     4701
     4702        Add a test that shows that windowed plugins are able to paint
     4703
     4704        Somehow we never had a test for this before.
     4705
     4706        Fixes <http://webkit.org/b/49029> Should add a test that shows
     4707        windowed plugins can paint
     4708
     4709        Reviewed by Jon Honeycutt.
     4710
     4711        * platform/win/platform/win/plugins/draws-gradient-expected.checksum: Added.
     4712        * platform/win/platform/win/plugins/draws-gradient-expected.png: Added.
     4713        * platform/win/platform/win/plugins/draws-gradient-expected.txt: Added.
     4714        * platform/win/plugins/draws-gradient.html: Added.
     4715
     47162010-11-04  Adam Roben  <aroben@apple.com>
     4717
     4718        Add a test to show that windowed plugins are clipped correctly
     4719
     4720        Fixes <http://webkit.org/b/49024> <rdar://problem/8487847> Windowed
     4721        plugins aren't clipped in WebKit2 on Windows
     4722
     4723        Reviewed by Jon Honeycutt.
     4724
     4725        * platform/win/plugins/window-region-is-set-to-clip-rect-expected.txt: Added.
     4726        * platform/win/plugins/window-region-is-set-to-clip-rect.html: Added.
     4727
     47282010-11-05  Csaba Osztrogonác  <ossy@webkit.org>
     4729
     4730        Unreviewed.
     4731
     4732        [Qt] Add platform specific expected results for new passing tests.
     4733        Compared to Mac png files and Mac expected files.
     4734
     4735        * platform/qt/fast/block/basic/truncation-rtl-expected.checksum: Added.
     4736        * platform/qt/fast/block/basic/truncation-rtl-expected.png: Added.
     4737        * platform/qt/fast/block/basic/truncation-rtl-expected.txt: Added.
     4738        * platform/qt/fast/blockflow/background-horizontal-bt-expected.checksum: Added.
     4739        * platform/qt/fast/blockflow/background-horizontal-bt-expected.png: Added.
     4740        * platform/qt/fast/blockflow/background-horizontal-bt-expected.txt: Added.
     4741        * platform/qt/fast/blockflow/background-vertical-lr-expected.checksum: Added.
     4742        * platform/qt/fast/blockflow/background-vertical-lr-expected.png: Added.
     4743        * platform/qt/fast/blockflow/background-vertical-lr-expected.txt: Added.
     4744        * platform/qt/fast/blockflow/background-vertical-rl-expected.checksum: Added.
     4745        * platform/qt/fast/blockflow/background-vertical-rl-expected.png: Added.
     4746        * platform/qt/fast/blockflow/background-vertical-rl-expected.txt: Added.
     4747        * platform/qt/fast/blockflow/basic-vertical-line-expected.checksum: Added.
     4748        * platform/qt/fast/blockflow/basic-vertical-line-expected.png: Added.
     4749        * platform/qt/fast/blockflow/basic-vertical-line-expected.txt: Added.
     4750        * platform/qt/fast/blockflow/body-direction-propagation-blocked-expected.checksum: Added.
     4751        * platform/qt/fast/blockflow/body-direction-propagation-blocked-expected.png: Added.
     4752        * platform/qt/fast/blockflow/body-direction-propagation-blocked-expected.txt: Added.
     4753        * platform/qt/fast/blockflow/body-direction-propagation-expected.checksum: Added.
     4754        * platform/qt/fast/blockflow/body-direction-propagation-expected.png: Added.
     4755        * platform/qt/fast/blockflow/body-direction-propagation-expected.txt: Added.
     4756        * platform/qt/fast/blockflow/body-writing-mode-propagation-blocked-expected.checksum: Added.
     4757        * platform/qt/fast/blockflow/body-writing-mode-propagation-blocked-expected.png: Added.
     4758        * platform/qt/fast/blockflow/body-writing-mode-propagation-blocked-expected.txt: Added.
     4759        * platform/qt/fast/blockflow/body-writing-mode-propagation-expected.checksum: Added.
     4760        * platform/qt/fast/blockflow/body-writing-mode-propagation-expected.png: Added.
     4761        * platform/qt/fast/blockflow/body-writing-mode-propagation-expected.txt: Added.
     4762        * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Added.
     4763        * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.png: Added.
     4764        * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt: Added.
     4765        * platform/qt/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Added.
     4766        * platform/qt/fast/blockflow/box-shadow-horizontal-bt-expected.png: Added.
     4767        * platform/qt/fast/blockflow/box-shadow-horizontal-bt-expected.txt: Added.
     4768        * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Added.
     4769        * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.png: Added.
     4770        * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.txt: Added.
     4771        * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Added.
     4772        * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.png: Added.
     4773        * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.txt: Added.
     4774        * platform/qt/fast/blockflow/english-bt-text-expected.checksum: Added.
     4775        * platform/qt/fast/blockflow/english-bt-text-expected.png: Added.
     4776        * platform/qt/fast/blockflow/english-bt-text-expected.txt: Added.
     4777        * platform/qt/fast/blockflow/english-lr-text-expected.checksum: Added.
     4778        * platform/qt/fast/blockflow/english-lr-text-expected.png: Added.
     4779        * platform/qt/fast/blockflow/english-lr-text-expected.txt: Added.
     4780        * platform/qt/fast/blockflow/english-rl-text-expected.checksum: Added.
     4781        * platform/qt/fast/blockflow/english-rl-text-expected.png: Added.
     4782        * platform/qt/fast/blockflow/english-rl-text-expected.txt: Added.
     4783        * platform/qt/fast/borders/border-radius-inline-flow-expected.checksum: Added.
     4784        * platform/qt/fast/borders/border-radius-inline-flow-expected.png: Added.
     4785        * platform/qt/fast/borders/border-radius-inline-flow-expected.txt: Added.
     4786        * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: Added.
     4787        * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
     4788        * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: Added.
     4789        * platform/qt/fast/dom/gc-10-expected.checksum: Added.
     4790        * platform/qt/fast/dom/gc-10-expected.png: Added.
     4791        * platform/qt/fast/dom/gc-10-expected.txt: Added.
     4792        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.checksum: Added.
     4793        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: Added.
     4794        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added.
     4795        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.checksum: Added.
     4796        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: Added.
     4797        * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added.
     4798        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum: Added.
     4799        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
     4800        * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
     4801        * platform/qt/svg/animations: Added.
     4802        * platform/qt/svg/animations/repeatDur-zero-expected.checksum: Added.
     4803        * platform/qt/svg/animations/repeatDur-zero-expected.png: Added.
     4804        * platform/qt/svg/animations/repeatDur-zero-expected.txt: Added.
     4805        * platform/qt/svg/custom/use-invalid-pattern-expected.checksum: Added.
     4806        * platform/qt/svg/custom/use-invalid-pattern-expected.png: Added.
     4807
     48082010-11-05  Alejandro G. Castro  <alex@igalia.com>
     4809
     4810        Unreviewed, apparently some forms tests need different results in
     4811        the bots after the removing the font hinting.
     4812
     4813        * platform/gtk/fast/dynamic/window-resize-scrollbars-test-expected.txt:
     4814        * platform/gtk/fast/forms/001-expected.txt:
     4815        * platform/gtk/fast/forms/003-expected.txt:
     4816        * platform/gtk/fast/forms/004-expected.txt:
     4817        * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt:
     4818        * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt:
     4819        * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt:
     4820        * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt:
     4821        * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt:
     4822        * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt:
     4823        * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
     4824        * platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
     4825        * platform/gtk/fast/forms/form-element-geometry-expected.txt:
     4826        * platform/gtk/fast/forms/menulist-deselect-update-expected.txt:
     4827        * platform/gtk/fast/forms/menulist-narrow-width-expected.txt:
     4828        * platform/gtk/fast/forms/menulist-no-overflow-expected.txt:
     4829        * platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt:
     4830        * platform/gtk/fast/forms/menulist-separator-painting-expected.txt:
     4831        * platform/gtk/fast/forms/menulist-style-color-expected.txt:
     4832        * platform/gtk/fast/forms/menulist-width-change-expected.txt:
     4833        * platform/gtk/fast/forms/option-script-expected.txt:
     4834        * platform/gtk/fast/forms/option-strip-whitespace-expected.txt:
     4835        * platform/gtk/fast/forms/select-baseline-expected.txt:
     4836        * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt:
     4837        * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt:
     4838        * platform/gtk/fast/forms/select-disabled-appearance-expected.txt:
     4839        * platform/gtk/fast/forms/select-initial-position-expected.txt:
     4840        * platform/gtk/fast/forms/select-size-expected.txt:
     4841        * platform/gtk/fast/forms/select-style-expected.txt:
     4842        * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
     4843        * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt:
     4844        * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt:
     4845        * platform/gtk/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
     4846        * platform/gtk/svg/custom/use-font-face-crash-expected.txt:
     4847        * platform/gtk/svg/in-html/circle-expected.txt:
     4848
     48492010-11-05  Philippe Normand  <pnormand@igalia.com>
     4850
     4851        Unreviewed, skipping crashing svg test.
     4852
     4853        [GTK] svg/animations/animate-path-nested-transforms.html crashes
     4854        https://bugs.webkit.org/show_bug.cgi?id=49065
     4855
     4856        * platform/gtk/Skipped:
     4857
     48582010-11-05  Alejandro G. Castro  <alex@igalia.com>
     4859
     4860        Reviewed by Martin Robinson.
     4861
     4862        [GTK] Avoid font hinting in the DRT
     4863        https://bugs.webkit.org/show_bug.cgi?id=48548
     4864
     4865        Rebaseline the test results after removing the font hinting.
     4866
     4867        * platform/gtk/http/tests/misc/slow-loading-mask-expected.txt:
     4868        * platform/gtk/fast/multicol/float-multicol-expected.txt:
     4869        * platform/gtk/fast/multicol/float-paginate-complex-expected.txt:
     4870        * platform/gtk/fast/multicol/float-paginate-expected.txt:
     4871        * platform/gtk/fast/multicol/layers-in-multicol-expected.txt:
     4872        * platform/gtk/fast/multicol/layers-split-across-columns-expected.txt:
     4873        * platform/gtk/fast/multicol/margin-collapse-expected.txt:
     4874        * platform/gtk/fast/multicol/max-height-columns-block-expected.txt:
     4875        * platform/gtk/fast/multicol/nested-columns-expected.txt:
     4876        * platform/gtk/fast/multicol/paginate-block-replaced-expected.txt:
     4877        * platform/gtk/fast/multicol/positioned-split-expected.txt:
     4878        * platform/gtk/fast/multicol/positioned-with-constrained-height-expected.txt:
     4879        * platform/gtk/fast/multicol/shadow-breaking-expected.txt:
     4880        * platform/gtk/fast/multicol/single-line-expected.txt:
     4881        * platform/gtk/fast/multicol/span/anonymous-style-inheritance-expected.txt:
     4882        * platform/gtk/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
     4883        * platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
     4884        * platform/gtk/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
     4885        * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
     4886        * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
     4887        * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
     4888        * platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
     4889        * platform/gtk/fast/multicol/span/span-as-nested-columns-child-expected.txt:
     4890        * platform/gtk/fast/multicol/span/span-margin-collapsing-expected.txt:
     4891        * platform/gtk/fast/multicol/table-margin-collapse-expected.txt:
     4892        * platform/gtk/fast/multicol/table-vertical-align-expected.txt:
     4893        * platform/gtk/fast/multicol/unsplittable-inline-block-expected.txt:
     4894        * platform/gtk/fast/overflow/line-clamp-expected.txt:
     4895        * platform/gtk/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
     4896        * platform/gtk/fast/repaint/block-layout-inline-children-replaced-expected.txt:
     4897        * platform/gtk/fast/repaint/block-no-inflow-children-expected.txt:
     4898        * platform/gtk/fast/repaint/fixed-child-move-after-scroll-expected.txt:
     4899        * platform/gtk/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
     4900        * platform/gtk/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
     4901        * platform/gtk/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
     4902        * platform/gtk/fast/repaint/fixed-move-after-scroll-expected.txt:
     4903        * platform/gtk/fast/repaint/layout-state-scrolloffset-expected.txt:
     4904        * platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.txt:
     4905        * platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.txt:
     4906        * platform/gtk/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
     4907        * platform/gtk/fast/repaint/stacked-diacritics-expected.txt:
     4908        * platform/gtk/fast/table/early-table-layout-expected.txt:
     4909        * platform/gtk/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
     4910        * platform/gtk/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
     4911        * platform/gtk/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
     4912        * platform/gtk/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
     4913        * platform/gtk/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
     4914        * platform/gtk/fast/table/fixed-table-with-small-percent-width-expected.txt:
     4915        * platform/gtk/fast/text/backslash-to-yen-sign-dynamic-expected.txt:
     4916        * platform/gtk/fast/text/backslash-to-yen-sign-euc-expected.txt:
     4917        * platform/gtk/fast/text/backslash-to-yen-sign-expected.txt:
     4918        * platform/gtk/fast/text/format-control-expected.txt:
     4919        * platform/gtk/fast/text/international/bidi-mirror-he-ar-expected.txt:
     4920        * platform/gtk/fast/text/international/bold-bengali-expected.txt:
     4921        * platform/gtk/fast/text/international/plane2-expected.txt:
     4922        * platform/gtk/fast/text/shadow-no-blur-expected.txt:
     4923        * platform/gtk/fast/text/shadow-translucent-fill-expected.txt:
     4924        * platform/gtk/fast/text/stroking-expected.txt:
     4925        * platform/gtk/fonts/cursive-expected.txt:
     4926        * platform/gtk/fonts/custom-font-missing-glyphs-expected.txt:
     4927        * platform/gtk/fonts/default-expected.txt:
     4928        * platform/gtk/fonts/fantasy-expected.txt:
     4929        * platform/gtk/fonts/font-face-with-complex-text-expected.txt:
     4930        * platform/gtk/fonts/fontconfig-aliasing-settings-expected.txt:
     4931        * platform/gtk/fonts/fontconfig-synthetic-bold-expected.txt:
     4932        * platform/gtk/fonts/fontconfig-synthetic-oblique-expected.txt:
     4933        * platform/gtk/fonts/monospace-expected.txt:
     4934        * platform/gtk/fonts/sans-serif-expected.txt:
     4935        * platform/gtk/fonts/serif-expected.txt:
     4936        * platform/gtk/fonts/xsettings_antialias_settings-expected.txt:
     4937        * platform/gtk/http/tests/misc/slow-loading-image-in-pattern-expected.txt:
     4938        * platform/gtk/media/audio-controls-rendering-expected.txt:
     4939        * platform/gtk/media/audio-no-installed-engines-expected.txt:
     4940        * platform/gtk/media/controls-after-reload-expected.txt:
     4941        * platform/gtk/media/controls-strict-expected.txt:
     4942        * platform/gtk/media/video-display-toggle-expected.txt:
     4943        * platform/gtk/media/video-empty-source-expected.txt:
     4944        * platform/gtk/media/video-no-audio-expected.txt:
     4945        * platform/gtk/media/video-replaces-poster-expected.txt:
     4946        * platform/gtk/media/video-zoom-expected.txt:
     4947        * platform/gtk/scrollbars/basic-scrollbar-expected.txt:
     4948        * platform/gtk/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
     4949        * platform/gtk/scrollbars/disabled-scrollbar-expected.txt:
     4950        * platform/gtk/scrollbars/overflow-scrollbar-combinations-expected.txt:
     4951        * platform/gtk/scrollbars/scrollbar-buttons-expected.txt:
     4952        * platform/gtk/scrollbars/scrollbar-orientation-expected.txt:
     4953        * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
     4954        * platform/gtk/svg/batik/text/textDecoration-expected.txt:
     4955        * platform/gtk/svg/css/composite-shadow-text-expected.txt:
     4956        * platform/gtk/svg/css/group-with-shadow-expected.txt:
     4957        * platform/gtk/svg/css/text-shadow-multiple-expected.txt:
     4958        * platform/gtk/svg/custom/broken-internal-references-expected.txt:
     4959        * platform/gtk/svg/custom/bug45331-expected.txt:
     4960        * platform/gtk/svg/custom/clone-element-with-animated-svg-properties-expected.txt:
     4961        * platform/gtk/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
     4962        * platform/gtk/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
     4963        * platform/gtk/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
     4964        * platform/gtk/svg/custom/js-update-stop-linked-gradient-expected.txt:
     4965        * platform/gtk/svg/custom/mask-invalidation-expected.txt:
     4966        * platform/gtk/svg/custom/mouse-move-on-svg-container-expected.txt:
     4967        * platform/gtk/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
     4968        * platform/gtk/svg/custom/mouse-move-on-svg-root-expected.txt:
     4969        * platform/gtk/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
     4970        * platform/gtk/svg/custom/pattern-incorrect-tiling-expected.txt:
     4971        * platform/gtk/svg/custom/recursive-gradient-expected.txt:
     4972        * platform/gtk/svg/custom/recursive-pattern-expected.txt:
     4973        * platform/gtk/svg/custom/relative-sized-content-expected.txt:
     4974        * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.txt:
     4975        * platform/gtk/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
     4976        * platform/gtk/svg/custom/relative-sized-shadow-tree-content-expected.txt:
     4977        * platform/gtk/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
     4978        * platform/gtk/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
     4979        * platform/gtk/svg/custom/text-rotated-gradient-expected.txt:
     4980        * platform/gtk/svg/custom/text-rotation-expected.txt:
     4981        * platform/gtk/svg/custom/text-x-dy-lists-expected.txt:
     4982        * platform/gtk/svg/custom/text-xy-updates-SVGList-expected.txt:
     4983        * platform/gtk/svg/custom/use-font-face-crash-expected.txt:
     4984        * platform/gtk/svg/filters/filter-on-filter-for-text-expected.txt:
     4985        * platform/gtk/svg/filters/filter-on-tspan-expected.txt:
     4986        * platform/gtk/svg/filters/filter-width-update-expected.txt:
     4987        * platform/gtk/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
     4988        * platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.txt:
     4989        * platform/gtk/svg/foreignObject/svg-document-in-html-document-expected.txt:
     4990        * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt:
     4991        * platform/gtk/svg/in-html/circle-expected.txt:
     4992        * platform/gtk/svg/repaint/filter-repaint-expected.txt:
     4993        * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt:
     4994        * platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
     4995        * platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
     4996        * platform/gtk/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
     4997        * platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
     4998        * platform/gtk/svg/text/select-textLength-spacing-stretch-1-expected.txt:
     4999        * platform/gtk/svg/text/select-textLength-spacing-stretch-2-expected.txt:
     5000        * platform/gtk/svg/text/select-textLength-spacing-stretch-3-expected.txt:
     5001        * platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.txt:
     5002        * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
     5003        * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
     5004        * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
     5005        * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
     5006        * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
     5007        * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
     5008        * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
     5009        * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
     5010        * platform/gtk/svg/text/select-x-list-1-expected.txt:
     5011        * platform/gtk/svg/text/select-x-list-2-expected.txt:
     5012        * platform/gtk/svg/text/select-x-list-3-expected.txt:
     5013        * platform/gtk/svg/text/select-x-list-4-expected.txt:
     5014        * platform/gtk/svg/text/select-x-list-with-tspans-1-expected.txt:
     5015        * platform/gtk/svg/text/select-x-list-with-tspans-2-expected.txt:
     5016        * platform/gtk/svg/text/select-x-list-with-tspans-3-expected.txt:
     5017        * platform/gtk/svg/text/select-x-list-with-tspans-4-expected.txt:
     5018        * platform/gtk/svg/text/selection-background-color-expected.txt:
     5019        * platform/gtk/svg/text/selection-doubleclick-expected.txt:
     5020        * platform/gtk/svg/text/selection-styles-expected.txt:
     5021        * platform/gtk/svg/text/selection-tripleclick-expected.txt:
     5022        * platform/gtk/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
     5023        * platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt:
     5024        * platform/gtk/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
     5025        * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
     5026        * platform/gtk/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
     5027        * platform/gtk/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
     5028        * platform/gtk/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
     5029        * platform/gtk/svg/zoom/text/zoom-foreignObject-expected.txt:
     5030        * platform/gtk/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
     5031        * platform/gtk/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
     5032        * platform/gtk/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
     5033        * platform/gtk/tables/layering/paint-test-layering-1-expected.txt:
     5034        * platform/gtk/tables/layering/paint-test-layering-2-expected.txt:
     5035        * platform/gtk/transforms/2d/compound-transforms-vs-containers-expected.txt:
     5036        * platform/gtk/transforms/2d/hindi-rotated-expected.txt:
     5037        * platform/gtk/transforms/2d/transform-borderbox-expected.txt:
     5038        * platform/gtk/transforms/2d/transform-fixed-container-expected.txt:
     5039        * platform/gtk/transforms/2d/transform-origin-borderbox-expected.txt:
     5040        * platform/gtk/transforms/2d/zoom-menulist-expected.txt:
     5041        * platform/gtk/transforms/no_transform_hit_testing-expected.txt:
     5042        * platform/gtk/transforms/svg-vs-css-expected.txt:
     5043        * platform/gtk/transitions/move-after-transition-expected.txt:
     5044        * platform/gtk/transitions/svg-text-shadow-transition-expected.txt:
     5045        * platform/gtk/transitions/transition-drt-api-expected.txt:
     5046
     50472010-11-05  Alejandro G. Castro  <alex@igalia.com>
     5048
     5049        Reviewed by Martin Robinson.
     5050
     5051        [GTK] Avoid font hinting in the DRT
     5052        https://bugs.webkit.org/show_bug.cgi?id=48548
     5053
     5054        Rebaseline the test results after removing the font hinting.
     5055
     5056        * platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
     5057        * platform/gtk/editing/pasteboard/paste-text-009-expected.txt:
     5058        * platform/gtk/editing/pasteboard/paste-text-010-expected.txt:
     5059        * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
     5060        * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
     5061        * platform/gtk/editing/selection/13804-expected.txt:
     5062        * platform/gtk/editing/selection/4818145-expected.txt:
     5063        * platform/gtk/editing/selection/4866671-expected.txt:
     5064        * platform/gtk/editing/selection/4889598-expected.txt:
     5065        * platform/gtk/editing/selection/4895428-2-expected.txt:
     5066        * platform/gtk/editing/selection/4960116-expected.txt:
     5067        * platform/gtk/editing/selection/4960137-expected.txt:
     5068        * platform/gtk/editing/selection/4983858-expected.txt:
     5069        * platform/gtk/editing/selection/5007143-2-expected.txt:
     5070        * platform/gtk/editing/selection/5007143-expected.txt:
     5071        * platform/gtk/editing/selection/5057506-2-expected.txt:
     5072        * platform/gtk/editing/selection/5057506-expected.txt:
     5073        * platform/gtk/editing/selection/5076323-1-expected.txt:
     5074        * platform/gtk/editing/selection/5076323-2-expected.txt:
     5075        * platform/gtk/editing/selection/5076323-3-expected.txt:
     5076        * platform/gtk/editing/selection/5081257-1-expected.txt:
     5077        * platform/gtk/editing/selection/5081257-2-expected.txt:
     5078        * platform/gtk/editing/selection/5099303-expected.txt:
     5079        * platform/gtk/editing/selection/5109817-expected.txt:
     5080        * platform/gtk/editing/selection/5131716-1-expected.txt:
     5081        * platform/gtk/editing/selection/5131716-2-expected.txt:
     5082        * platform/gtk/editing/selection/5131716-3-expected.txt:
     5083        * platform/gtk/editing/selection/5131716-4-expected.txt:
     5084        * platform/gtk/editing/selection/5232159-expected.txt:
     5085        * platform/gtk/editing/selection/5234383-1-expected.txt:
     5086        * platform/gtk/editing/selection/5234383-2-expected.txt:
     5087        * platform/gtk/editing/selection/addRange-expected.txt:
     5088        * platform/gtk/editing/selection/drag-in-iframe-expected.txt:
     5089        * platform/gtk/editing/selection/drag-select-1-expected.txt:
     5090        * platform/gtk/editing/selection/drag-text-delay-expected.txt:
     5091        * platform/gtk/editing/selection/drag-to-contenteditable-iframe-expected.txt:
     5092        * platform/gtk/editing/selection/extend-by-character-002-expected.txt:
     5093        * platform/gtk/editing/selection/extend-by-character-003-expected.txt:
     5094        * platform/gtk/editing/selection/extend-by-character-004-expected.txt:
     5095        * platform/gtk/editing/selection/extend-by-character-005-expected.txt:
     5096        * platform/gtk/editing/selection/extend-selection-expected.txt:
     5097        * platform/gtk/editing/selection/fake-drag-expected.txt:
     5098        * platform/gtk/editing/selection/iframe-expected.txt:
     5099        * platform/gtk/editing/selection/inline-table-expected.txt:
     5100        * platform/gtk/editing/selection/mixed-editability-6-expected.txt:
     5101        * platform/gtk/editing/selection/mixed-editability-7-expected.txt:
     5102        * platform/gtk/editing/selection/move-backwords-by-word-001-expected.txt:
     5103        * platform/gtk/editing/selection/move-between-blocks-no-001-expected.txt:
     5104        * platform/gtk/editing/selection/move-between-blocks-yes-001-expected.txt:
     5105        * platform/gtk/editing/selection/move-by-character-001-expected.txt:
     5106        * platform/gtk/editing/selection/move-by-character-002-expected.txt:
     5107        * platform/gtk/editing/selection/move-by-character-003-expected.txt:
     5108        * platform/gtk/editing/selection/move-by-character-004-expected.txt:
     5109        * platform/gtk/editing/selection/move-by-character-005-expected.txt:
     5110        * platform/gtk/editing/selection/move-by-sentence-001-expected.txt:
     5111        * platform/gtk/editing/selection/move-by-sentence-linebreak-expected.txt:
     5112        * platform/gtk/editing/selection/move-past-trailing-space-expected.txt:
     5113        * platform/gtk/editing/selection/range-between-block-and-inline-expected.txt:
     5114        * platform/gtk/editing/selection/select-box-expected.txt:
     5115        * platform/gtk/editing/selection/select-text-overflow-ellipsis-expected.txt:
     5116        * platform/gtk/editing/selection/selectNode-expected.txt:
     5117        * platform/gtk/editing/selection/selectNodeContents-expected.txt:
     5118        * platform/gtk/editing/selection/selection-actions-expected.txt:
     5119        * platform/gtk/editing/selection/wrapped-line-caret-1-expected.txt:
     5120        * platform/gtk/editing/selection/wrapped-line-caret-2-expected.txt:
     5121        * platform/gtk/editing/spelling/spelling-expected.txt:
     5122        * platform/gtk/editing/style/4916887-expected.txt:
     5123        * platform/gtk/editing/style/5017613-1-expected.txt:
     5124        * platform/gtk/editing/style/5017613-2-expected.txt:
     5125        * platform/gtk/editing/style/5046875-1-expected.txt:
     5126        * platform/gtk/editing/style/5046875-2-expected.txt:
     5127        * platform/gtk/editing/style/5084241-expected.txt:
     5128        * platform/gtk/editing/style/5228141-expected.txt:
     5129        * platform/gtk/editing/style/5279521-expected.txt:
     5130        * platform/gtk/editing/style/apply-through-end-of-document-expected.txt:
     5131        * platform/gtk/editing/style/block-style-003-expected.txt:
     5132        * platform/gtk/editing/style/highlight-expected.txt:
     5133        * platform/gtk/editing/style/relative-font-size-change-001-expected.txt:
     5134        * platform/gtk/editing/style/style-3681552-fix-001-expected.txt:
     5135        * platform/gtk/editing/style/style-3681552-fix-002-expected.txt:
     5136        * platform/gtk/editing/style/typing-style-001-expected.txt:
     5137        * platform/gtk/editing/style/typing-style-002-expected.txt:
     5138        * platform/gtk/editing/undo/4063751-expected.txt:
     5139        * platform/gtk/editing/undo/undo-combined-delete-boundary-expected.txt:
     5140        * platform/gtk/editing/undo/undo-combined-delete-expected.txt:
     5141        * platform/gtk/editing/undo/undo-delete-boundary-expected.txt:
     5142        * platform/gtk/editing/undo/undo-delete-expected.txt:
     5143        * platform/gtk/editing/undo/undo-forward-delete-boundary-expected.txt:
     5144        * platform/gtk/editing/undo/undo-forward-delete-expected.txt:
     5145        * platform/gtk/fast/backgrounds/001-expected.txt:
     5146        * platform/gtk/fast/backgrounds/animated-gif-as-background-expected.txt:
     5147        * platform/gtk/fast/backgrounds/background-inherit-color-bug-expected.txt:
     5148        * platform/gtk/fast/backgrounds/background-origin-root-element-expected.txt:
     5149        * platform/gtk/fast/backgrounds/background-position-1-expected.txt:
     5150        * platform/gtk/fast/backgrounds/background-position-rounding-expected.txt:
     5151        * platform/gtk/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
     5152        * platform/gtk/fast/backgrounds/mask-composite-expected.txt:
     5153        * platform/gtk/fast/backgrounds/opacity-on-document-element-expected.txt:
     5154        * platform/gtk/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
     5155        * platform/gtk/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
     5156        * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
     5157        * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
     5158        * platform/gtk/fast/backgrounds/size/backgroundSize16-expected.txt:
     5159        * platform/gtk/fast/backgrounds/size/zero-expected.txt:
     5160        * platform/gtk/fast/backgrounds/solid-color-context-restore-expected.txt:
     5161        * platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
     5162        * platform/gtk/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
     5163        * platform/gtk/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
     5164        * platform/gtk/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
     5165        * platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
     5166        * platform/gtk/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
     5167        * platform/gtk/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
     5168        * platform/gtk/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
     5169        * platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
     5170        * platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
     5171        * platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
     5172        * platform/gtk/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
     5173        * platform/gtk/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
     5174        * platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
     5175        * platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
     5176        * platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
     5177        * platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
     5178        * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
     5179        * platform/gtk/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
     5180        * platform/gtk/fast/blockflow/fieldsets-expected.txt:
     5181        * platform/gtk/fast/borders/block-mask-overlay-image-expected.txt:
     5182        * platform/gtk/fast/borders/border-color-inherit-expected.txt:
     5183        * platform/gtk/fast/borders/border-fit-expected.txt:
     5184        * platform/gtk/fast/borders/border-image-border-radius-expected.txt:
     5185        * platform/gtk/fast/borders/border-radius-constraints-expected.txt:
     5186        * platform/gtk/fast/borders/border-radius-huge-assert-expected.txt:
     5187        * platform/gtk/fast/borders/border-radius-split-inline-expected.txt:
     5188        * platform/gtk/fast/borders/borderRadiusAllStylesAllCorners-expected.txt:
     5189        * platform/gtk/fast/borders/borderRadiusInvalidColor-expected.txt:
     5190        * platform/gtk/fast/borders/different-color-borders-expected.txt:
     5191        * platform/gtk/fast/borders/inline-mask-overlay-image-expected.txt:
     5192        * platform/gtk/fast/borders/svg-as-border-image-2-expected.txt:
     5193        * platform/gtk/fast/borders/svg-as-border-image-expected.txt:
     5194        * platform/gtk/fast/box-shadow/basic-shadows-expected.txt:
     5195        * platform/gtk/fast/box-shadow/border-radius-big-expected.txt:
     5196        * platform/gtk/fast/box-shadow/inset-expected.txt:
     5197        * platform/gtk/fast/box-shadow/transform-fringing-expected.txt:
     5198        * platform/gtk/fast/canvas/setWidthResetAfterForcedRender-expected.txt:
     5199        * platform/gtk/fast/canvas/shadow-offset-1-expected.txt:
     5200        * platform/gtk/fast/canvas/shadow-offset-2-expected.txt:
     5201        * platform/gtk/fast/canvas/shadow-offset-3-expected.txt:
     5202        * platform/gtk/fast/canvas/shadow-offset-4-expected.txt:
     5203        * platform/gtk/fast/canvas/shadow-offset-5-expected.txt:
     5204        * platform/gtk/fast/canvas/shadow-offset-6-expected.txt:
     5205        * platform/gtk/fast/canvas/shadow-offset-7-expected.txt:
     5206        * platform/gtk/fast/canvas/toDataURL-alpha-expected.txt:
     5207        * platform/gtk/fast/css-generated-content/after-duplicated-after-split-expected.txt:
     5208        * platform/gtk/fast/css/compare-content-style-expected.txt:
     5209        * platform/gtk/fast/css/css3-space-in-nth-and-lang-expected.txt:
     5210        * platform/gtk/fast/css/first-letter-first-line-hover-expected.txt:
     5211        * platform/gtk/fast/css/first-letter-punctuation-expected.txt:
     5212        * platform/gtk/fast/css/font-face-opentype-expected.txt:
     5213        * platform/gtk/fast/css/inline-element-line-break-expected.txt:
     5214        * platform/gtk/fast/css/input-search-padding-expected.txt:
     5215        * platform/gtk/fast/css/non-standard-checkbox-size-expected.txt:
     5216        * platform/gtk/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
     5217        * platform/gtk/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
     5218        * platform/gtk/fast/css/pseudo-element-line-break-expected.txt:
     5219        * platform/gtk/fast/css/rtl-to-viewport-expected.txt:
     5220        * platform/gtk/fast/css/shadow-multiple-expected.txt:
     5221        * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt:
     5222        * platform/gtk/fast/css/transformed-mask-expected.txt:
     5223        * platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
     5224        * platform/gtk/fast/dynamic/window-resize-scrollbars-test-expected.txt:
     5225        * platform/gtk/fast/dynamic/window-scrollbars-test-expected.txt:
     5226        * platform/gtk/fast/events/event-sender-mouse-moved-expected.txt:
     5227        * platform/gtk/fast/events/keydown-1-expected.txt:
     5228        * platform/gtk/fast/events/mouseout-dead-node-expected.txt:
     5229        * platform/gtk/fast/events/standalone-image-drag-to-editable-expected.txt:
     5230        * platform/gtk/fast/forms/001-expected.txt:
     5231        * platform/gtk/fast/forms/003-expected.txt:
     5232        * platform/gtk/fast/forms/004-expected.txt:
     5233        * platform/gtk/fast/forms/006-expected.txt:
     5234        * platform/gtk/fast/forms/007-expected.txt:
     5235        * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt:
     5236        * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt:
     5237        * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt:
     5238        * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt:
     5239        * platform/gtk/fast/forms/HTMLOptionElement_label05-expected.txt:
     5240        * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt:
     5241        * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt:
     5242        * platform/gtk/fast/forms/basic-buttons-expected.txt:
     5243        * platform/gtk/fast/forms/basic-inputs-expected.txt:
     5244        * platform/gtk/fast/forms/basic-textareas-expected.txt:
     5245        * platform/gtk/fast/forms/blankbuttons-expected.txt:
     5246        * platform/gtk/fast/forms/box-shadow-override-expected.txt:
     5247        * platform/gtk/fast/forms/button-align-expected.txt:
     5248        * platform/gtk/fast/forms/button-cannot-be-nested-expected.txt:
     5249        * platform/gtk/fast/forms/button-default-title-expected.txt:
     5250        * platform/gtk/fast/forms/button-generated-content-expected.txt:
     5251        * platform/gtk/fast/forms/button-inner-block-reuse-expected.txt:
     5252        * platform/gtk/fast/forms/button-positioned-expected.txt:
     5253        * platform/gtk/fast/forms/button-sizes-expected.txt:
     5254        * platform/gtk/fast/forms/button-style-color-expected.txt:
     5255        * platform/gtk/fast/forms/button-submit-expected.txt:
     5256        * platform/gtk/fast/forms/button-table-styles-expected.txt:
     5257        * platform/gtk/fast/forms/button-text-transform-expected.txt:
     5258        * platform/gtk/fast/forms/button-white-space-expected.txt:
     5259        * platform/gtk/fast/forms/caret-rtl-expected.txt:
     5260        * platform/gtk/fast/forms/checkbox-radio-onchange-expected.txt:
     5261        * platform/gtk/fast/forms/control-clip-expected.txt:
     5262        * platform/gtk/fast/forms/control-clip-overflow-expected.txt:
     5263        * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
     5264        * platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
     5265        * platform/gtk/fast/forms/encoding-test-expected.txt:
     5266        * platform/gtk/fast/forms/fieldset-align-expected.txt:
     5267        * platform/gtk/fast/forms/fieldset-with-float-expected.txt:
     5268        * platform/gtk/fast/forms/file-input-direction-expected.txt:
     5269        * platform/gtk/fast/forms/file-input-disabled-expected.txt:
     5270        * platform/gtk/fast/forms/float-before-fieldset-expected.txt:
     5271        * platform/gtk/fast/forms/floating-textfield-relayout-expected.txt:
     5272        * platform/gtk/fast/forms/form-added-to-table-expected.txt:
     5273        * platform/gtk/fast/forms/form-element-geometry-expected.txt:
     5274        * platform/gtk/fast/forms/form-hides-table-expected.txt:
     5275        * platform/gtk/fast/forms/form-in-malformed-markup-expected.txt:
     5276        * platform/gtk/fast/forms/formmove-expected.txt:
     5277        * platform/gtk/fast/forms/formmove2-expected.txt:
     5278        * platform/gtk/fast/forms/formmove3-expected.txt:
     5279        * platform/gtk/fast/forms/hidden-input-file-expected.txt:
     5280        * platform/gtk/fast/forms/hidden-listbox-expected.txt:
     5281        * platform/gtk/fast/forms/image-border-expected.txt:
     5282        * platform/gtk/fast/forms/indeterminate-expected.txt:
     5283        * platform/gtk/fast/forms/input-align-expected.txt:
     5284        * platform/gtk/fast/forms/input-align-image-expected.txt:
     5285        * platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt:
     5286        * platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt:
     5287        * platform/gtk/fast/forms/input-appearance-disabled-expected.txt:
     5288        * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
     5289        * platform/gtk/fast/forms/input-appearance-height-expected.txt:
     5290        * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt:
     5291        * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
     5292        * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
     5293        * platform/gtk/fast/forms/input-appearance-visibility-expected.txt:
     5294        * platform/gtk/fast/forms/input-appearance-width-expected.txt:
     5295        * platform/gtk/fast/forms/input-baseline-expected.txt:
     5296        * platform/gtk/fast/forms/input-button-sizes-expected.txt:
     5297        * platform/gtk/fast/forms/input-disabled-color-expected.txt:
     5298        * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
     5299        * platform/gtk/fast/forms/input-field-text-truncated-expected.txt:
     5300        * platform/gtk/fast/forms/input-first-letter-expected.txt:
     5301        * platform/gtk/fast/forms/input-no-renderer-expected.txt:
     5302        * platform/gtk/fast/forms/input-paste-undo-expected.txt:
     5303        * platform/gtk/fast/forms/input-placeholder-focus-twice-expected.txt:
     5304        * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
     5305        * platform/gtk/fast/forms/input-readonly-dimmed-expected.txt:
     5306        * platform/gtk/fast/forms/input-readonly-empty-expected.txt:
     5307        * platform/gtk/fast/forms/input-spaces-expected.txt:
     5308        * platform/gtk/fast/forms/input-table-expected.txt:
     5309        * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
     5310        * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
     5311        * platform/gtk/fast/forms/input-text-double-click-expected.txt:
     5312        * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
     5313        * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
     5314        * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
     5315        * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
     5316        * platform/gtk/fast/forms/input-text-word-wrap-expected.txt:
     5317        * platform/gtk/fast/forms/input-type-change-expected.txt:
     5318        * platform/gtk/fast/forms/input-type-change2-expected.txt:
     5319        * platform/gtk/fast/forms/input-type-text-min-width-expected.txt:
     5320        * platform/gtk/fast/forms/input-value-expected.txt:
     5321        * platform/gtk/fast/forms/isindex-placeholder-expected.txt:
     5322        * platform/gtk/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
     5323        * platform/gtk/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
     5324        * platform/gtk/fast/forms/listbox-width-change-expected.txt:
     5325        * platform/gtk/fast/forms/menulist-clip-expected.txt:
     5326        * platform/gtk/fast/forms/menulist-deselect-update-expected.txt:
     5327        * platform/gtk/fast/forms/menulist-narrow-width-expected.txt:
     5328        * platform/gtk/fast/forms/menulist-no-overflow-expected.txt:
     5329        * platform/gtk/fast/forms/menulist-option-wrap-expected.txt:
     5330        * platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt:
     5331        * platform/gtk/fast/forms/menulist-separator-painting-expected.txt:
     5332        * platform/gtk/fast/forms/menulist-style-color-expected.txt:
     5333        * platform/gtk/fast/forms/menulist-width-change-expected.txt:
     5334        * platform/gtk/fast/forms/minWidthPercent-expected.txt:
     5335        * platform/gtk/fast/forms/negativeLineHeight-expected.txt:
     5336        * platform/gtk/fast/forms/option-index-expected.txt:
     5337        * platform/gtk/fast/forms/option-script-expected.txt:
     5338        * platform/gtk/fast/forms/option-strip-whitespace-expected.txt:
     5339        * platform/gtk/fast/forms/option-text-clip-expected.txt:
     5340        * platform/gtk/fast/forms/password-placeholder-text-security-expected.txt:
     5341        * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
     5342        * platform/gtk/fast/forms/placeholder-set-attribute-expected.txt:
     5343        * platform/gtk/fast/forms/placeholder-set-value-expected.txt:
     5344        * platform/gtk/fast/forms/placeholder-stripped-expected.txt:
     5345        * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
     5346        * platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt:
     5347        * platform/gtk/fast/forms/radio-attr-order-expected.txt:
     5348        * platform/gtk/fast/forms/radio-nested-labels-expected.txt:
     5349        * platform/gtk/fast/forms/radio_checked-expected.txt:
     5350        * platform/gtk/fast/forms/radio_checked_dynamic-expected.txt:
     5351        * platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt:
     5352        * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
     5353        * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt:
     5354        * platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt:
     5355        * platform/gtk/fast/forms/search-rtl-expected.txt:
     5356        * platform/gtk/fast/forms/search-transformed-expected.txt:
     5357        * platform/gtk/fast/forms/search-vertical-alignment-expected.txt:
     5358        * platform/gtk/fast/forms/search-zoomed-expected.txt:
     5359        * platform/gtk/fast/forms/searchfield-heights-expected.txt:
     5360        * platform/gtk/fast/forms/select-align-expected.txt:
     5361        * platform/gtk/fast/forms/select-baseline-expected.txt:
     5362        * platform/gtk/fast/forms/select-block-background-expected.txt:
     5363        * platform/gtk/fast/forms/select-change-listbox-size-expected.txt:
     5364        * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt:
     5365        * platform/gtk/fast/forms/select-change-popup-to-listbox-expected.txt:
     5366        * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt:
     5367        * platform/gtk/fast/forms/select-disabled-appearance-expected.txt:
     5368        * platform/gtk/fast/forms/select-display-none-style-resolve-expected.txt:
     5369        * platform/gtk/fast/forms/select-empty-option-height-expected.txt:
     5370        * platform/gtk/fast/forms/select-initial-position-expected.txt:
     5371        * platform/gtk/fast/forms/select-item-background-clip-expected.txt:
     5372        * platform/gtk/fast/forms/select-list-box-with-height-expected.txt:
     5373        * platform/gtk/fast/forms/select-selected-expected.txt:
     5374        * platform/gtk/fast/forms/select-size-expected.txt:
     5375        * platform/gtk/fast/forms/select-style-expected.txt:
     5376        * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
     5377        * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt:
     5378        * platform/gtk/fast/forms/slider-padding-expected.txt:
     5379        * platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt:
     5380        * platform/gtk/fast/forms/slider-thumb-stylability-expected.txt:
     5381        * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt:
     5382        * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
     5383        * platform/gtk/fast/forms/targeted-frame-submission-expected.txt:
     5384        * platform/gtk/fast/forms/text-style-color-expected.txt:
     5385        * platform/gtk/fast/forms/textAreaLineHeight-expected.txt:
     5386        * platform/gtk/fast/forms/textarea-align-expected.txt:
     5387        * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
     5388        * platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.txt:
     5389        * platform/gtk/fast/forms/textarea-placeholder-set-value-expected.txt:
     5390        * platform/gtk/fast/forms/textarea-scroll-height-expected.txt:
     5391        * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
     5392        * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
     5393        * platform/gtk/fast/forms/textarea-setinnerhtml-expected.txt:
     5394        * platform/gtk/fast/forms/textarea-width-expected.txt:
     5395        * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
     5396        * platform/gtk/fast/forms/textfield-outline-expected.txt:
     5397        * platform/gtk/fast/forms/thumbslider-crash-expected.txt:
     5398        * platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt:
     5399        * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
     5400        * platform/gtk/fast/frames/001-expected.txt:
     5401        * platform/gtk/fast/frames/contentWindow_Frame-expected.txt:
     5402        * platform/gtk/fast/frames/contentWindow_iFrame-expected.txt:
     5403        * platform/gtk/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
     5404        * platform/gtk/fast/frames/flattening/frameset-flattening-grid-expected.txt:
     5405        * platform/gtk/fast/frames/flattening/frameset-flattening-simple-expected.txt:
     5406        * platform/gtk/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
     5407        * platform/gtk/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
     5408        * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
     5409        * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
     5410        * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
     5411        * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
     5412        * platform/gtk/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
     5413        * platform/gtk/fast/frames/flattening/iframe-flattening-simple-expected.txt:
     5414        * platform/gtk/fast/frames/frame-navigation-expected.txt:
     5415        * platform/gtk/fast/frames/frame-scrolling-attribute-expected.txt:
     5416        * platform/gtk/fast/frames/frameElement-frame-expected.txt:
     5417        * platform/gtk/fast/frames/frameElement-iframe-expected.txt:
     5418        * platform/gtk/fast/frames/frameset-style-recalc-expected.txt:
     5419        * platform/gtk/fast/frames/iframe-option-crash-expected.txt:
     5420        * platform/gtk/fast/frames/iframe-scrolling-attribute-expected.txt:
     5421        * platform/gtk/fast/frames/iframe-with-frameborder-expected.txt:
     5422        * platform/gtk/fast/frames/inline-object-inside-frameset-expected.txt:
     5423        * platform/gtk/fast/frames/onlyCommentInIFrame-expected.txt:
     5424        * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
     5425        * platform/gtk/fast/frames/viewsource-attribute-expected.txt:
     5426        * platform/gtk/fast/frames/viewsource-on-image-file-expected.txt:
     5427        * platform/gtk/fast/gradients/radial-centered-expected.txt:
     5428        * platform/gtk/fast/images/imagemap-focus-ring-expected.txt:
     5429        * platform/gtk/fast/images/svg-background-partial-redraw-expected.txt:
     5430        * platform/gtk/fast/inline/continuation-outlines-with-layers-2-expected.txt:
     5431        * platform/gtk/fast/inline/inline-focus-ring-expected.txt:
     5432        * platform/gtk/fast/layers/remove-only-this-layer-update-expected.txt:
     5433        * platform/gtk/fast/lists/drag-into-marker-expected.txt:
     5434        * platform/gtk/fast/multicol/border-padding-pagination-expected.txt:
     5435        * platform/gtk/fast/multicol/client-rects-expected.txt:
     5436        * platform/gtk/fast/multicol/column-break-with-balancing-expected.txt:
     5437        * platform/gtk/fast/multicol/column-count-with-rules-expected.txt:
     5438        * platform/gtk/fast/multicol/column-rules-expected.txt:
     5439        * platform/gtk/fast/multicol/column-rules-stacking-expected.txt:
     5440        * platform/gtk/fast/multicol/columns-shorthand-parsing-expected.txt:
     5441        * platform/gtk/fast/multicol/float-avoidance-expected.txt:
     5442
     54432010-11-05  Alejandro G. Castro  <alex@igalia.com>
     5444
     5445        Reviewed by Martin Robinson.
     5446
     5447        [GTK] Avoid font hinting in the DRT
     5448        https://bugs.webkit.org/show_bug.cgi?id=48548
     5449
     5450        Rebaseline the test results after removing the font hinting.
     5451
     5452        * platform/gtk/animations/animation-drt-api-expected.txt:
     5453        * platform/gtk/animations/animation-drt-api-multiple-keyframes-expected.txt:
     5454        * platform/gtk/animations/missing-values-first-keyframe-expected.txt:
     5455        * platform/gtk/animations/missing-values-last-keyframe-expected.txt:
     5456        * platform/gtk/animations/state-at-end-event-expected.txt:
     5457        * platform/gtk/css1/basic/class_as_selector-expected.txt:
     5458        * platform/gtk/css1/basic/comments-expected.txt:
     5459        * platform/gtk/css1/basic/containment-expected.txt:
     5460        * platform/gtk/css1/basic/contextual_selectors-expected.txt:
     5461        * platform/gtk/css1/basic/grouping-expected.txt:
     5462        * platform/gtk/css1/basic/id_as_selector-expected.txt:
     5463        * platform/gtk/css1/basic/inheritance-expected.txt:
     5464        * platform/gtk/css1/box_properties/border-expected.txt:
     5465        * platform/gtk/css1/box_properties/border_bottom-expected.txt:
     5466        * platform/gtk/css1/box_properties/border_bottom_inline-expected.txt:
     5467        * platform/gtk/css1/box_properties/border_bottom_width-expected.txt:
     5468        * platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt:
     5469        * platform/gtk/css1/box_properties/border_color-expected.txt:
     5470        * platform/gtk/css1/box_properties/border_color_inline-expected.txt:
     5471        * platform/gtk/css1/box_properties/border_inline-expected.txt:
     5472        * platform/gtk/css1/box_properties/border_left-expected.txt:
     5473        * platform/gtk/css1/box_properties/border_left_inline-expected.txt:
     5474        * platform/gtk/css1/box_properties/border_left_width-expected.txt:
     5475        * platform/gtk/css1/box_properties/border_left_width_inline-expected.txt:
     5476        * platform/gtk/css1/box_properties/border_right-expected.txt:
     5477        * platform/gtk/css1/box_properties/border_right_inline-expected.txt:
     5478        * platform/gtk/css1/box_properties/border_right_width-expected.txt:
     5479        * platform/gtk/css1/box_properties/border_right_width_inline-expected.txt:
     5480        * platform/gtk/css1/box_properties/border_style-expected.txt:
     5481        * platform/gtk/css1/box_properties/border_style_inline-expected.txt:
     5482        * platform/gtk/css1/box_properties/border_top-expected.txt:
     5483        * platform/gtk/css1/box_properties/border_top_inline-expected.txt:
     5484        * platform/gtk/css1/box_properties/border_top_width-expected.txt:
     5485        * platform/gtk/css1/box_properties/border_top_width_inline-expected.txt:
     5486        * platform/gtk/css1/box_properties/border_width-expected.txt:
     5487        * platform/gtk/css1/box_properties/border_width_inline-expected.txt:
     5488        * platform/gtk/css1/box_properties/clear-expected.txt:
     5489        * platform/gtk/css1/box_properties/clear_float-expected.txt:
     5490        * platform/gtk/css1/box_properties/float-expected.txt:
     5491        * platform/gtk/css1/box_properties/float_elements_in_series-expected.txt:
     5492        * platform/gtk/css1/box_properties/float_margin-expected.txt:
     5493        * platform/gtk/css1/box_properties/float_on_text_elements-expected.txt:
     5494        * platform/gtk/css1/box_properties/height-expected.txt:
     5495        * platform/gtk/css1/box_properties/margin-expected.txt:
     5496        * platform/gtk/css1/box_properties/margin_bottom-expected.txt:
     5497        * platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt:
     5498        * platform/gtk/css1/box_properties/margin_inline-expected.txt:
     5499        * platform/gtk/css1/box_properties/margin_left-expected.txt:
     5500        * platform/gtk/css1/box_properties/margin_left_inline-expected.txt:
     5501        * platform/gtk/css1/box_properties/margin_right-expected.txt:
     5502        * platform/gtk/css1/box_properties/margin_right_inline-expected.txt:
     5503        * platform/gtk/css1/box_properties/margin_top-expected.txt:
     5504        * platform/gtk/css1/box_properties/margin_top_inline-expected.txt:
     5505        * platform/gtk/css1/box_properties/padding-expected.txt:
     5506        * platform/gtk/css1/box_properties/padding_bottom-expected.txt:
     5507        * platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt:
     5508        * platform/gtk/css1/box_properties/padding_inline-expected.txt:
     5509        * platform/gtk/css1/box_properties/padding_left-expected.txt:
     5510        * platform/gtk/css1/box_properties/padding_left_inline-expected.txt:
     5511        * platform/gtk/css1/box_properties/padding_right-expected.txt:
     5512        * platform/gtk/css1/box_properties/padding_right_inline-expected.txt:
     5513        * platform/gtk/css1/box_properties/padding_top-expected.txt:
     5514        * platform/gtk/css1/box_properties/padding_top_inline-expected.txt:
     5515        * platform/gtk/css1/box_properties/width-expected.txt:
     5516        * platform/gtk/css1/cascade/cascade_order-expected.txt:
     5517        * platform/gtk/css1/cascade/important-expected.txt:
     5518        * platform/gtk/css1/classification/display-expected.txt:
     5519        * platform/gtk/css1/classification/list_style-expected.txt:
     5520        * platform/gtk/css1/classification/list_style_image-expected.txt:
     5521        * platform/gtk/css1/classification/list_style_position-expected.txt:
     5522        * platform/gtk/css1/classification/list_style_type-expected.txt:
     5523        * platform/gtk/css1/classification/white_space-expected.txt:
     5524        * platform/gtk/css1/color_and_background/background-expected.txt:
     5525        * platform/gtk/css1/color_and_background/background_attachment-expected.txt:
     5526        * platform/gtk/css1/color_and_background/background_color-expected.txt:
     5527        * platform/gtk/css1/color_and_background/background_image-expected.txt:
     5528        * platform/gtk/css1/color_and_background/background_position-expected.txt:
     5529        * platform/gtk/css1/color_and_background/background_repeat-expected.txt:
     5530        * platform/gtk/css1/color_and_background/color-expected.txt:
     5531        * platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt:
     5532        * platform/gtk/css1/font_properties/font-expected.txt:
     5533        * platform/gtk/css1/font_properties/font_family-expected.txt:
     5534        * platform/gtk/css1/font_properties/font_size-expected.txt:
     5535        * platform/gtk/css1/font_properties/font_style-expected.txt:
     5536        * platform/gtk/css1/font_properties/font_variant-expected.txt:
     5537        * platform/gtk/css1/font_properties/font_weight-expected.txt:
     5538        * platform/gtk/css1/formatting_model/canvas-expected.txt:
     5539        * platform/gtk/css1/formatting_model/floating_elements-expected.txt:
     5540        * platform/gtk/css1/formatting_model/height_of_lines-expected.txt:
     5541        * platform/gtk/css1/formatting_model/horizontal_formatting-expected.txt:
     5542        * platform/gtk/css1/formatting_model/inline_elements-expected.txt:
     5543        * platform/gtk/css1/formatting_model/replaced_elements-expected.txt:
     5544        * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
     5545        * platform/gtk/css1/pseudo/anchor-expected.txt:
     5546        * platform/gtk/css1/pseudo/firstletter-expected.txt:
     5547        * platform/gtk/css1/pseudo/firstline-expected.txt:
     5548        * platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt:
     5549        * platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
     5550        * platform/gtk/css1/text_properties/letter_spacing-expected.txt:
     5551        * platform/gtk/css1/text_properties/line_height-expected.txt:
     5552        * platform/gtk/css1/text_properties/text_align-expected.txt:
     5553        * platform/gtk/css1/text_properties/text_decoration-expected.txt:
     5554        * platform/gtk/css1/text_properties/text_indent-expected.txt:
     5555        * platform/gtk/css1/text_properties/text_transform-expected.txt:
     5556        * platform/gtk/css1/text_properties/vertical_align-expected.txt:
     5557        * platform/gtk/css1/text_properties/word_spacing-expected.txt:
     5558        * platform/gtk/css1/units/color_units-expected.txt:
     5559        * platform/gtk/css1/units/length_units-expected.txt:
     5560        * platform/gtk/css1/units/percentage_units-expected.txt:
     5561        * platform/gtk/css1/units/urls-expected.txt:
     5562        * platform/gtk/css3/css3-modsel-33-expected.txt:
     5563        * platform/gtk/css3/css3-modsel-35-expected.txt:
     5564        * platform/gtk/css3/css3-modsel-36-expected.txt:
     5565        * platform/gtk/css3/css3-modsel-37-expected.txt:
     5566        * platform/gtk/editing/deleting/4922367-expected.txt:
     5567        * platform/gtk/editing/deleting/5026848-1-expected.txt:
     5568        * platform/gtk/editing/deleting/5026848-2-expected.txt:
     5569        * platform/gtk/editing/deleting/5026848-3-expected.txt:
     5570        * platform/gtk/editing/deleting/5032066-expected.txt:
     5571        * platform/gtk/editing/deleting/5091898-expected.txt:
     5572        * platform/gtk/editing/deleting/5099303-expected.txt:
     5573        * platform/gtk/editing/deleting/5115601-expected.txt:
     5574        * platform/gtk/editing/deleting/5126166-expected.txt:
     5575        * platform/gtk/editing/deleting/5156801-2-expected.txt:
     5576        * platform/gtk/editing/deleting/5206311-1-expected.txt:
     5577        * platform/gtk/editing/deleting/5206311-2-expected.txt:
     5578        * platform/gtk/editing/deleting/5272440-expected.txt:
     5579        * platform/gtk/editing/deleting/5300379-expected.txt:
     5580        * platform/gtk/editing/deleting/5369009-expected.txt:
     5581        * platform/gtk/editing/deleting/5390681-2-expected.txt:
     5582        * platform/gtk/editing/deleting/5433862-2-expected.txt:
     5583        * platform/gtk/editing/deleting/5483370-expected.txt:
     5584        * platform/gtk/editing/deleting/delete-3608430-fix-expected.txt:
     5585        * platform/gtk/editing/deleting/delete-3608462-fix-expected.txt:
     5586        * platform/gtk/editing/deleting/delete-3959464-fix-expected.txt:
     5587        * platform/gtk/editing/deleting/delete-and-undo-expected.txt:
     5588        * platform/gtk/editing/deleting/delete-block-contents-003-expected.txt:
     5589        * platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt:
     5590        * platform/gtk/editing/deleting/delete-block-merge-contents-012-expected.txt:
     5591        * platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt:
     5592        * platform/gtk/editing/deleting/delete-block-merge-contents-014-expected.txt:
     5593        * platform/gtk/editing/deleting/delete-block-merge-contents-015-expected.txt:
     5594        * platform/gtk/editing/deleting/delete-block-merge-contents-016-expected.txt:
     5595        * platform/gtk/editing/deleting/delete-block-merge-contents-017-expected.txt:
     5596        * platform/gtk/editing/deleting/delete-br-001-expected.txt:
     5597        * platform/gtk/editing/deleting/delete-br-002-expected.txt:
     5598        * platform/gtk/editing/deleting/delete-br-003-expected.txt:
     5599        * platform/gtk/editing/deleting/delete-br-004-expected.txt:
     5600        * platform/gtk/editing/deleting/delete-br-005-expected.txt:
     5601        * platform/gtk/editing/deleting/delete-br-006-expected.txt:
     5602        * platform/gtk/editing/deleting/delete-br-007-expected.txt:
     5603        * platform/gtk/editing/deleting/delete-br-010-expected.txt:
     5604        * platform/gtk/editing/deleting/delete-br-013-expected.txt:
     5605        * platform/gtk/editing/deleting/delete-by-word-001-expected.txt:
     5606        * platform/gtk/editing/deleting/delete-contiguous-ws-001-expected.txt:
     5607        * platform/gtk/editing/deleting/delete-line-001-expected.txt:
     5608        * platform/gtk/editing/deleting/delete-line-002-expected.txt:
     5609        * platform/gtk/editing/deleting/delete-line-005-expected.txt:
     5610        * platform/gtk/editing/deleting/delete-line-006-expected.txt:
     5611        * platform/gtk/editing/deleting/delete-line-007-expected.txt:
     5612        * platform/gtk/editing/deleting/delete-line-008-expected.txt:
     5613        * platform/gtk/editing/deleting/delete-line-009-expected.txt:
     5614        * platform/gtk/editing/deleting/delete-line-010-expected.txt:
     5615        * platform/gtk/editing/deleting/delete-line-011-expected.txt:
     5616        * platform/gtk/editing/deleting/delete-line-012-expected.txt:
     5617        * platform/gtk/editing/deleting/delete-line-013-expected.txt:
     5618        * platform/gtk/editing/deleting/delete-line-014-expected.txt:
     5619        * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt:
     5620        * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt:
     5621        * platform/gtk/editing/deleting/delete-listitem-001-expected.txt:
     5622        * platform/gtk/editing/deleting/delete-listitem-002-expected.txt:
     5623        * platform/gtk/editing/deleting/delete-to-end-of-paragraph-expected.txt:
     5624        * platform/gtk/editing/deleting/delete-to-select-table-expected.txt:
     5625        * platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt:
     5626        * platform/gtk/editing/deleting/delete-ws-fixup-001-expected.txt:
     5627        * platform/gtk/editing/deleting/delete-ws-fixup-002-expected.txt:
     5628        * platform/gtk/editing/deleting/forward-delete-expected.txt:
     5629        * platform/gtk/editing/deleting/merge-whitespace-pre-expected.txt:
     5630        * platform/gtk/editing/deleting/move-nodes-001-expected.txt:
     5631        * platform/gtk/editing/deleting/smart-delete-003-expected.txt:
     5632        * platform/gtk/editing/deleting/smart-delete-004-expected.txt:
     5633        * platform/gtk/editing/deleting/type-delete-after-quote-expected.txt:
     5634        * platform/gtk/editing/execCommand/4580583-1-expected.txt:
     5635        * platform/gtk/editing/execCommand/4580583-2-expected.txt:
     5636        * platform/gtk/editing/execCommand/4747450-expected.txt:
     5637        * platform/gtk/editing/execCommand/4916402-expected.txt:
     5638        * platform/gtk/editing/execCommand/4916541-expected.txt:
     5639        * platform/gtk/editing/execCommand/4924441-expected.txt:
     5640        * platform/gtk/editing/execCommand/5080333-1-expected.txt:
     5641        * platform/gtk/editing/execCommand/5080333-2-expected.txt:
     5642        * platform/gtk/editing/execCommand/5136770-expected.txt:
     5643        * platform/gtk/editing/execCommand/5138441-expected.txt:
     5644        * platform/gtk/editing/execCommand/5142012-1-expected.txt:
     5645        * platform/gtk/editing/execCommand/5142012-2-expected.txt:
     5646        * platform/gtk/editing/execCommand/5190926-expected.txt:
     5647        * platform/gtk/editing/execCommand/5481523-expected.txt:
     5648        * platform/gtk/editing/execCommand/5482023-expected.txt:
     5649        * platform/gtk/editing/execCommand/5569741-expected.txt:
     5650        * platform/gtk/editing/inserting/12882-expected.txt:
     5651        * platform/gtk/editing/inserting/4840662-expected.txt:
     5652        * platform/gtk/editing/inserting/4875189-1-expected.txt:
     5653        * platform/gtk/editing/inserting/4875189-2-expected.txt:
     5654        * platform/gtk/editing/inserting/4959067-expected.txt:
     5655        * platform/gtk/editing/inserting/4960120-2-expected.txt:
     5656        * platform/gtk/editing/inserting/5002441-expected.txt:
     5657        * platform/gtk/editing/inserting/5058163-1-expected.txt:
     5658        * platform/gtk/editing/inserting/5058163-2-expected.txt:
     5659        * platform/gtk/editing/inserting/5156401-2-expected.txt:
     5660        * platform/gtk/editing/inserting/5418891-expected.txt:
     5661        * platform/gtk/editing/inserting/5510537-expected.txt:
     5662        * platform/gtk/editing/inserting/5549929-2-expected.txt:
     5663        * platform/gtk/editing/inserting/5549929-3-expected.txt:
     5664        * platform/gtk/editing/inserting/6703873-expected.txt:
     5665        * platform/gtk/editing/inserting/editable-inline-element-expected.txt:
     5666        * platform/gtk/editing/inserting/edited-whitespace-1-expected.txt:
     5667        * platform/gtk/editing/inserting/insert-3800346-fix-expected.txt:
     5668        * platform/gtk/editing/inserting/insert-3851164-fix-expected.txt:
     5669        * platform/gtk/editing/inserting/insert-3907422-fix-expected.txt:
     5670        * platform/gtk/editing/inserting/insert-div-009-expected.txt:
     5671        * platform/gtk/editing/inserting/insert-div-024-expected.txt:
     5672        * platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt:
     5673        * platform/gtk/editing/inserting/redo-expected.txt:
     5674        * platform/gtk/editing/inserting/typing-002-expected.txt:
     5675        * platform/gtk/editing/pasteboard/4076267-2-expected.txt:
     5676        * platform/gtk/editing/pasteboard/4076267-3-expected.txt:
     5677        * platform/gtk/editing/pasteboard/4076267-expected.txt:
     5678        * platform/gtk/editing/pasteboard/5032095-expected.txt:
     5679        * platform/gtk/editing/pasteboard/5071074-2-expected.txt:
     5680        * platform/gtk/editing/pasteboard/5075944-3-expected.txt:
     5681        * platform/gtk/editing/pasteboard/5089327-expected.txt:
     5682        * platform/gtk/editing/pasteboard/5134759-expected.txt:
     5683        * platform/gtk/editing/pasteboard/5156401-1-expected.txt:
     5684        * platform/gtk/editing/pasteboard/5387578-expected.txt:
     5685        * platform/gtk/editing/pasteboard/5483567-expected.txt:
     5686        * platform/gtk/editing/pasteboard/7955-expected.txt:
     5687        * platform/gtk/editing/pasteboard/cut-text-001-expected.txt:
     5688        * platform/gtk/editing/pasteboard/drag-drop-dead-frame-expected.txt:
     5689        * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
     5690        * platform/gtk/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
     5691        * platform/gtk/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
     5692        * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
     5693        * platform/gtk/editing/pasteboard/innerText-inline-table-expected.txt:
     5694        * platform/gtk/editing/pasteboard/paste-blockquote-1-expected.txt:
     5695        * platform/gtk/editing/pasteboard/paste-blockquote-2-expected.txt:
     5696        * platform/gtk/editing/pasteboard/paste-blockquote-3-expected.txt:
     5697        * platform/gtk/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
     5698        * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt:
     5699        * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt:
     5700        * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
     5701        * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt:
     5702        * platform/gtk/editing/pasteboard/paste-text-001-expected.txt:
     5703        * platform/gtk/editing/pasteboard/paste-text-002-expected.txt:
     5704        * platform/gtk/editing/pasteboard/paste-text-003-expected.txt:
     5705        * platform/gtk/editing/pasteboard/paste-text-004-expected.txt:
     5706        * platform/gtk/editing/pasteboard/paste-text-005-expected.txt:
     5707        * platform/gtk/editing/pasteboard/paste-text-006-expected.txt:
     5708        * platform/gtk/editing/pasteboard/paste-text-007-expected.txt:
     5709
     57102010-11-05  Fumitoshi Ukai  <ukai@chromium.org>
     5711
     5712        Unreviewed.
     5713
     5714        Fix wrong test_expectation format.
     5715
     5716        * platform/chromium/test_expectations.txt:
     5717
     57182010-11-05  Roland Steiner  <rolandsteiner@chromium.org>
     5719
     5720        Reviewed by Dirk Schulze.
     5721
     5722        Bug 48979 - [Chromium] SVGListPropertyTearOff.h: function commitChange ASSERTs on Win & Mac
     5723        https://bugs.webkit.org/show_bug.cgi?id=48979
     5724
     5725        Remove Chromium expectation entry.
     5726
     5727        * platform/chromium/test_expectations.txt:
     5728
     57292010-11-05  Fumitoshi Ukai  <ukai@chromium.org>
     5730
     5731        Unreviewed, updating Chromium expectations.
     5732
     5733        Add failure for crbug 62025 and 62026
     5734
     5735        * platform/chromium/test_expectations.txt:
     5736
     57372010-11-05  Rob Buis  <rwlbuis@gmail.com>
     5738
     5739        Reviewed by David Hyatt.
     5740
     5741        CSSRule#parentRule always null
     5742        https://bugs.webkit.org/show_bug.cgi?id=46228
     5743
     5744        Test that parentRule on the child rule of MediaRule is equal to that MediaRule.
     5745
     5746        * fast/dom/css-mediarule-parentRule-expected.txt: Added.
     5747        * fast/dom/css-mediarule-parentRule.html: Added.
     5748        * fast/dom/script-tests/css-mediarule-parentRule.js: Added.
     5749
     57502010-11-04  MORITA Hajime  <morrita@google.com>
     5751
     5752        Reviewed by Kent Tamura.
     5753
     5754        Expectation of /editing/spelling/spelling-textarea.html is confusing
     5755        https://bugs.webkit.org/show_bug.cgi?id=48818
     5756       
     5757        - Turned spelling-contenteditable.html and spelling-textarea.html into
     5758          single script-test named spelling-hasspellingmarker.html,
     5759          which uses shouldBe() family for the assertion. The original tests
     5760          misused testPassed() for printing.
     5761        - Added a test for <input>, which possibly goes different path from
     5762          editing <textarea> and @contentEditable.
     5763        - Added a "false" case test to catch the error that results true for anything.
     5764
     5765        * editing/spelling/script-tests/spelling-hasspellingmarker.js: Added.
     5766        * editing/spelling/spelling-contenteditable-expected.txt: Removed.
     5767        * editing/spelling/spelling-contenteditable.html: Removed.
     5768        * editing/spelling/spelling-hasspellingmarker-expected.txt: Added.
     5769        * editing/spelling/spelling-hasspellingmarker.html: Added.
     5770        * editing/spelling/spelling-textarea-expected.txt: Removed.
     5771        * editing/spelling/spelling-textarea.html: Removed.
     5772        * platform/chromium/test_expectations.txt:
     5773        * platform/gtk/Skipped:
     5774        * platform/qt/Skipped:
     5775
     57762010-11-04  Antonio Gomes  <agomes@rim.com>
     5777
     5778        Rubber-stamped by Martin Robinson.
     5779
     5780        [Gtk] fast/events/spatial-navigation/snav-iframe-flattening-simple.html fails
     5781        https://bugs.webkit.org/show_bug.cgi?id=47587
     5782
     5783        Frame flattening support was added to GTK+ by r69919 in bug 38650. Tests passes now.
     5784
     5785        * platform/gtk/Skipped:
     5786
     57872010-10-20  Chang Shu  <chang.shu@nokia.com>, Antonio Gomes <tonikitoo@webkit.org>
     5788
     5789        Reviewed by Simon Fraser.
     5790
     5791        [Qt] Makes <input type=text> and <textarea> functional with
     5792        Spatial Navigation enabled. Before this patch, the focus cannot
     5793        move away from input box once it is in. This patch allows focus
     5794        move to neighbor nodes when the caret reaches the edge of the texts.
     5795        This patch does not support yet cases where the focused <input>
     5796        has a JS handler for the arrow keys.
     5797        https://bugs.webkit.org/show_bug.cgi?id=37153
     5798
     5799        * fast/events/spatial-navigation/snav-input-expected.txt: Added.
     5800        * fast/events/spatial-navigation/snav-input.html: Added.
     5801        * fast/events/spatial-navigation/snav-textarea-expected.txt: Added.
     5802        * fast/events/spatial-navigation/snav-textarea.html: Added.
     5803
     58042010-11-04  Martin Robinson  <mrobinson@igalia.com>
     5805
     5806        Skip two new tests. One of which is only failing on the
     5807        bots and the other which uses the meter element, which is
     5808        currently unsupported on GTK+.
     5809
     5810        * platform/gtk/Skipped: Skip two more tests.
     5811
     58122010-11-04  Dan Bernstein  <mitz@apple.com>
     5813
     5814        Updated test result from previous commit, as I removed tabs from the test before committing
     5815        but forgot to update the result.
     5816
     5817        * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
     5818
     58192010-11-04  Dan Bernstein  <mitz@apple.com>
     5820
     5821        Reviewed by Dave Hyatt.
     5822
     5823        Make tables work with vertical text
     5824        https://bugs.webkit.org/show_bug.cgi?id=46417
     5825
     5826        * fast/table/027-vertical.html: Copied from LayoutTests/fast/table/027.html.
     5827        * fast/table/028-vertical.html: Copied from LayoutTests/fast/table/028.html.
     5828        * fast/table/035-vertical.html: Copied from LayoutTests/fast/table/035.html.
     5829        * fast/table/038-vertical.html: Copied from LayoutTests/fast/table/038.html.
     5830        * fast/table/040-vertical.html: Copied from LayoutTests/fast/table/040.html.
     5831        * fast/table/auto-with-percent-height-vertical.html: Copied from LayoutTests/fast/table/auto-with-percent-height.html.
     5832        * fast/table/border-collapsing/001-vertical.html: Copied from LayoutTests/fast/table/border-collapsing/001.html.
     5833        * fast/table/border-collapsing/002-vertical.html: Copied from LayoutTests/fast/table/border-collapsing/002.html.
     5834        * fast/table/border-collapsing/003-vertical.html: Copied from LayoutTests/fast/table/border-collapsing/003.html.
     5835        * fast/table/border-collapsing/004-vertical.html: Copied from LayoutTests/fast/table/border-collapsing/004.html.
     5836        * fast/table/border-collapsing/border-collapsing-head-foot-vertical.html: Copied from LayoutTests/fast/table/border-collapsing/border-collapsing-head-foot.html.
     5837        * fast/table/border-collapsing/equal-precedence-resolution-vertical.html: Copied from LayoutTests/fast/table/border-collapsing/equal-precedence-resolution.html.
     5838        * fast/table/border-collapsing/rtl-border-collapsing-vertical.html: Copied from LayoutTests/fast/table/border-collapsing/rtl-border-collapsing.html.
     5839        * fast/table/colspanMinWidth-vertical.html: Copied from LayoutTests/fast/table/colspanMinWidth.html.
     5840        * fast/table/fixed-with-auto-with-colspan-vertical.html: Copied from LayoutTests/fast/table/fixed-with-auto-with-colspan.html.
     5841        * fast/table/growCellForImageQuirk-vertical.html: Copied from LayoutTests/fast/table/growCellForImageQuirk.html.
     5842        * fast/table/height-percent-test-vertical.html: Copied from LayoutTests/fast/table/height-percent-test.html.
     5843        * fast/table/percent-widths-stretch-vertical.html: Copied from LayoutTests/fast/table/percent-widths-stretch.html.
     5844        * fast/table/rowspan-paint-order-vertical.html: Copied from LayoutTests/fast/table/rowspan-paint-order.html.
     5845        * fast/table/table-display-types-vertical.html: Copied from LayoutTests/fast/table/table-display-types.html.
     5846        * platform/mac/fast/table/027-vertical-expected.checksum: Added.
     5847        * platform/mac/fast/table/027-vertical-expected.png: Added.
     5848        * platform/mac/fast/table/027-vertical-expected.txt: Added.
     5849        * platform/mac/fast/table/028-vertical-expected.checksum: Added.
     5850        * platform/mac/fast/table/028-vertical-expected.png: Added.
     5851        * platform/mac/fast/table/028-vertical-expected.txt: Added.
     5852        * platform/mac/fast/table/035-vertical-expected.checksum: Added.
     5853        * platform/mac/fast/table/035-vertical-expected.png: Added.
     5854        * platform/mac/fast/table/035-vertical-expected.txt: Added.
     5855        * platform/mac/fast/table/038-vertical-expected.checksum: Added.
     5856        * platform/mac/fast/table/038-vertical-expected.png: Added.
     5857        * platform/mac/fast/table/038-vertical-expected.txt: Added.
     5858        * platform/mac/fast/table/040-vertical-expected.checksum: Added.
     5859        * platform/mac/fast/table/040-vertical-expected.png: Added.
     5860        * platform/mac/fast/table/040-vertical-expected.txt: Added.
     5861        * platform/mac/fast/table/auto-with-percent-height-vertical-expected.checksum: Added.
     5862        * platform/mac/fast/table/auto-with-percent-height-vertical-expected.png: Added.
     5863        * platform/mac/fast/table/auto-with-percent-height-vertical-expected.txt: Added.
     5864        * platform/mac/fast/table/border-collapsing/001-vertical-expected.checksum: Added.
     5865        * platform/mac/fast/table/border-collapsing/001-vertical-expected.png: Added.
     5866        * platform/mac/fast/table/border-collapsing/001-vertical-expected.txt: Added.
     5867        * platform/mac/fast/table/border-collapsing/002-vertical-expected.checksum: Added.
     5868        * platform/mac/fast/table/border-collapsing/002-vertical-expected.png: Added.
     5869        * platform/mac/fast/table/border-collapsing/002-vertical-expected.txt: Added.
     5870        * platform/mac/fast/table/border-collapsing/003-vertical-expected.checksum: Added.
     5871        * platform/mac/fast/table/border-collapsing/003-vertical-expected.png: Added.
     5872        * platform/mac/fast/table/border-collapsing/003-vertical-expected.txt: Added.
     5873        * platform/mac/fast/table/border-collapsing/004-vertical-expected.checksum: Added.
     5874        * platform/mac/fast/table/border-collapsing/004-vertical-expected.png: Added.
     5875        * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt: Added.
     5876        * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.checksum: Added.
     5877        * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png: Added.
     5878        * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt: Added.
     5879        * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.checksum: Added.
     5880        * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: Added.
     5881        * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Added.
     5882        * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.checksum: Added.
     5883        * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png: Added.
     5884        * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt: Added.
     5885        * platform/mac/fast/table/colspanMinWidth-vertical-expected.checksum: Added.
     5886        * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Added.
     5887        * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt: Added.
     5888        * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.checksum: Added.
     5889        * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.png: Added.
     5890        * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: Added.
     5891        * platform/mac/fast/table/growCellForImageQuirk-vertical-expected.checksum: Added.
     5892        * platform/mac/fast/table/growCellForImageQuirk-vertical-expected.png: Added.
     5893        * platform/mac/fast/table/growCellForImageQuirk-vertical-expected.txt: Added.
     5894        * platform/mac/fast/table/height-percent-test-vertical-expected.checksum: Added.
     5895        * platform/mac/fast/table/height-percent-test-vertical-expected.png: Added.
     5896        * platform/mac/fast/table/height-percent-test-vertical-expected.txt: Added.
     5897        * platform/mac/fast/table/percent-widths-stretch-vertical-expected.checksum: Added.
     5898        * platform/mac/fast/table/percent-widths-stretch-vertical-expected.png: Added.
     5899        * platform/mac/fast/table/percent-widths-stretch-vertical-expected.txt: Added.
     5900        * platform/mac/fast/table/rowspan-paint-order-vertical-expected.checksum: Added.
     5901        * platform/mac/fast/table/rowspan-paint-order-vertical-expected.png: Added.
     5902        * platform/mac/fast/table/rowspan-paint-order-vertical-expected.txt: Added.
     5903        * platform/mac/fast/table/table-display-types-vertical-expected.checksum: Added.
     5904        * platform/mac/fast/table/table-display-types-vertical-expected.png: Added.
     5905        * platform/mac/fast/table/table-display-types-vertical-expected.txt: Added.
     5906
     59072010-11-04  MORITA Hajime  <morrita@google.com>
     5908
     5909        Reviewed by Kent Tamura.
     5910
     5911        Stale reference to RenderObject held as FrameView layoutRoot
     5912        https://bugs.webkit.org/show_bug.cgi?id=48019
     5913
     5914        * fast/dom/HTMLMeterElement/meter-element-with-child-crash-expected.txt: Added.
     5915        * fast/dom/HTMLMeterElement/meter-element-with-child-crash.html: Added.
     5916        * fast/dom/HTMLProgressElement/progress-element-with-child-crash-expected.txt: Added.
     5917        * fast/dom/HTMLProgressElement/progress-element-with-child-crash.html: Added.
     5918        * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
     5919
     59202010-11-04  Martin Robinson  <mrobinson@igalia.com>
     5921
     5922        Unskip some passing tests and update some baselines.
     5923
     5924        * platform/gtk/Skipped: Update skipped list.
     5925        * platform/gtk/http/tests/misc/slow-loading-mask-expected.txt: Added.
     5926        * platform/gtk/transforms/2d/transform-borderbox-expected.txt:
     5927        * platform/gtk/transforms/2d/transform-origin-borderbox-expected.txt:
     5928
     59292010-11-04  Kenichi Ishibashi  <bashi@google.com>
     5930
     5931        Reviewed by Kent Tamura.
     5932
     5933        [HTML5][Forms] Support for <output> element
     5934        https://bugs.webkit.org/show_bug.cgi?id=29363
     5935
     5936        Adds tests for the DOMSettableTokenList and the output element.
     5937
     5938        * fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt: Added.
     5939        * fast/dom/HTMLOutputElement/dom-settable-token-list.html: Added.
     5940        * fast/dom/HTMLOutputElement/htmloutputelement-expected.txt: Added.
     5941        * fast/dom/HTMLOutputElement/htmloutputelement-reset-event-expected.txt: Added.
     5942        * fast/dom/HTMLOutputElement/htmloutputelement-reset-event.html: Added.
     5943        * fast/dom/HTMLOutputElement/htmloutputelement-validity-expected.txt: Added.
     5944        * fast/dom/HTMLOutputElement/htmloutputelement-validity.html: Added.
     5945        * fast/dom/HTMLOutputElement/htmloutputelement-value-expected.txt: Added.
     5946        * fast/dom/HTMLOutputElement/htmloutputelement-value.html: Added.
     5947        * fast/dom/HTMLOutputElement/htmloutputelement.html: Added.
     5948        * fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js: Added.
     5949        (createElement):
     5950        * fast/dom/HTMLOutputElement/script-tests/htmloutputelement-reset-event.js: Added.
     5951        * fast/dom/HTMLOutputElement/script-tests/htmloutputelement-validity.js: Added.
     5952        * fast/dom/HTMLOutputElement/script-tests/htmloutputelement-value.js: Added.
     5953        * fast/dom/Window/window-properties-expected.txt: Updated expectation.
     5954        * fast/dom/Window/window-property-descriptors-expected.txt: Updated expectation.
     5955        * fast/dom/prototype-inheritance-2-expected.txt: Updated expectation.
     5956        * fast/dom/prototype-inheritance-expected.txt: Updated expectation.
     5957        * fast/js/global-constructors-expected.txt: Updated expectation.
     5958        * platform/chromium/fast/dom/prototype-inheritance-expected.txt: Updated expectation.
     5959        * platform/gtk/fast/dom/Window/window-properties-expected.txt: Updated expectation.
     5960        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Updated expectation.
     5961        * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Updated expectation.
     5962        * platform/gtk/fast/js/global-constructors-expected.txt: Updated expectation.
     5963        * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated expectation.
     5964        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated expectation.
     5965        * platform/qt/fast/dom/prototype-inheritance-expected.txt: Updated expectation.
     5966        * platform/qt/fast/js/global-constructors-expected.txt: Updated expectation.
     5967        * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: Updated expectation.
     5968        * platform/win/fast/dom/prototype-inheritance-2-expected.txt: Updated expectation.
     5969        * platform/win/fast/dom/prototype-inheritance-expected.txt: Updated expectation.
     5970        * platform/win/fast/js/global-constructors-expected.txt: Updated expectation.
     5971
     59722010-11-04  Zhenyao Mo  <zmo@google.com>
     5973
     5974        Reviewed by Kenneth Russell.
     5975
     5976        Remove IMPLEMENTATION_COLOR_READ_FORMAT and TYPE
     5977        https://bugs.webkit.org/show_bug.cgi?id=48938
     5978
     5979        * fast/canvas/webgl/read-pixels-pack-alignment-expected.txt:
     5980        * fast/canvas/webgl/read-pixels-pack-alignment.html:
     5981        * fast/canvas/webgl/webgl-specific-expected.txt:
     5982        * fast/canvas/webgl/webgl-specific.html: Test two enums are undefined in WebGL.
     5983
     59842010-11-04  Zhenyao Mo  <zmo@google.com>
     5985
     5986        Reviewed by Kenneth Russell.
     5987
     5988        TypedArray should throw exception if length not a multiple of element size
     5989        https://bugs.webkit.org/show_bug.cgi?id=45487
     5990
     5991        * fast/canvas/webgl/array-unit-tests-expected.txt:
     5992        * fast/canvas/webgl/array-unit-tests.html: Test against the non-multiplication exception behavior.
     5993        * fast/canvas/webgl/gl-enum-tests-expected.txt:
     5994        * fast/canvas/webgl/gl-enum-tests.html: Fix the ArrayBuffer size so it won't throw an error with this patch.
     5995
     59962010-11-04  Kenneth Russell  <kbr@google.com>
     5997
     5998        Reviewed by Adam Barth.
     5999
     6000        [chromium] Mac: WebGL: all textured content is blue
     6001        https://bugs.webkit.org/show_bug.cgi?id=49021
     6002
     6003        Updated expectations for WebGL layout tests which were affected by
     6004        the image decoder change
     6005        https://bugs.webkit.org/show_bug.cgi?id=47974 .
     6006
     6007        * platform/chromium/test_expectations.txt:
     6008
     60092010-11-03  Zhenyao Mo  <zmo@google.com>
     6010
     6011        Reviewed by Kenneth Russell.
     6012
     6013        renderbufferStorage(DEPTH_STENCIL) shouldn't generate an error
     6014        https://bugs.webkit.org/show_bug.cgi?id=48891
     6015
     6016        * fast/canvas/webgl/framebuffer-object-attachment-expected.txt:
     6017        * fast/canvas/webgl/framebuffer-object-attachment.html: Add the test cases for DEPTH_STENCIL renderbuffer.
     6018
     60192010-11-04  Brian Weinstein  <bweinstein@apple.com>
     6020
     6021        Rubber-stamped by Jon Honeycutt.
     6022
     6023        Part of https://bugs.webkit.org/show_bug.cgi?id=45980
     6024        userscripts/user-script-*-document.html tests are flaky on Windows
     6025
     6026        Unskip userscripts/user-script-audio-document.html on Windows, because it appears to be passing
     6027        and not flaky.
     6028
     6029        * platform/win/Skipped:
     6030
     60312010-11-04  Tony Chang  <tony@chromium.org>
     6032
     6033        Reviewed by Adam Barth.
     6034
     6035        make platform/chromium/plugins/multiple-plugins.html pass on all platforms
     6036        https://bugs.webkit.org/show_bug.cgi?id=49026
     6037
     6038        Move the test from the chromium directory to the top level LayoutTests/plugins directory.
     6039
     6040        * plugins/multiple-plugins-expected.txt: Renamed from LayoutTests/platform/chromium/plugins/multiple-plugins-expected.txt.
     6041        * plugins/multiple-plugins.html: Renamed from LayoutTests/platform/chromium/plugins/multiple-plugins.html.
     6042
     60432010-11-04  Dumitru Daniliuc  <dumi@chromium.org>
     6044
     6045        Unreviewed, updating Chromium expectations.
     6046
     6047        * platform/chromium/test_expectations.txt:
     6048
     60492010-11-04  Dumitru Daniliuc  <dumi@chromium.org>
     6050
     6051        Unreviewed, updating Chromium expectations.
     6052
     6053        * platform/chromium-linux/transforms/2d/transform-borderbox-expected.checksum:
     6054        * platform/chromium-linux/transforms/2d/transform-borderbox-expected.png:
     6055        * platform/chromium-linux/transforms/2d/transform-borderbox-expected.txt: Added.
     6056        * platform/chromium-linux/transforms/2d/transform-origin-borderbox-expected.checksum:
     6057        * platform/chromium-linux/transforms/2d/transform-origin-borderbox-expected.png:
     6058        * platform/chromium-linux/transforms/2d/transform-origin-borderbox-expected.txt: Added.
     6059        * platform/chromium-mac/transforms/2d/transform-borderbox-expected.checksum: Added.
     6060        * platform/chromium-mac/transforms/2d/transform-borderbox-expected.png: Added.
     6061        * platform/chromium-mac/transforms/2d/transform-origin-borderbox-expected.checksum: Added.
     6062        * platform/chromium-mac/transforms/2d/transform-origin-borderbox-expected.png: Added.
     6063        * platform/chromium-win/transforms/2d/transform-borderbox-expected.checksum:
     6064        * platform/chromium-win/transforms/2d/transform-borderbox-expected.png:
     6065        * platform/chromium-win/transforms/2d/transform-borderbox-expected.txt:
     6066        * platform/chromium-win/transforms/2d/transform-origin-borderbox-expected.checksum:
     6067        * platform/chromium-win/transforms/2d/transform-origin-borderbox-expected.png:
     6068        * platform/chromium-win/transforms/2d/transform-origin-borderbox-expected.txt:
     6069
     60702010-11-04  Tony Chang  <tony@chromium.org>
     6071
     6072        Reviewed by Adam Barth.
     6073
     6074        handle plugins without mimetypes in fast/js/navigator-mimeTypes-length.html
     6075        https://bugs.webkit.org/show_bug.cgi?id=49015
     6076
     6077        This test was added in r15573 to verify that navigator.mimeTypes.length
     6078        returns the number of mimeTypes provided by plugins.  However, it assumes
     6079        that there are more mimeTypes handled than plugins installed.  It's
     6080        possible for a plugin to handle no mime types, so this invariant isn't
     6081        true.  This often works on Win/Mac because they have a plugin that handles
     6082        multimedia files (like QuickTime), but on Linux, often there are no plugins
     6083        installed other than the test plugin (which handles 1 mime type).
     6084
     6085        Instead, add up the mime types from each plugin and verify that it
     6086        matches navigator.mimeTypes.length.
     6087
     6088        * fast/js/navigator-mimeTypes-length-expected.txt:
     6089        * fast/js/script-tests/navigator-mimeTypes-length.js:
     6090        * platform/google-chrome-linux32/fast/js/navigator-mimeTypes-length-expected.txt: Removed.
     6091
     60922010-11-04  Tony Chang  <tony@chromium.org>
     6093
     6094        Reviewed by Adam Barth.
     6095
     6096        make plugins/update-widgets-crash.html resilient to multiple calls to NPP_SetWindow
     6097        https://bugs.webkit.org/show_bug.cgi?id=49013
     6098
     6099        When using the upstream TestNetscapePlugIn, on Chromium Linux, this
     6100        test passes, but setWindowCalled() is called twice before the test
     6101        is finished.  This causes an exception to be thrown that 'victim'
     6102        doesn't have a parent node (since we already removed it during the
     6103        earlier call).
     6104
     6105        On different platforms, NPP_SetWindow is called a different number
     6106        of times.
     6107
     6108        * plugins/update-widgets-crash.html:
     6109
     61102010-11-04  Robert Hogan  <robert@webkit.org>
     6111
     6112        Reviewed by Darin Adler.
     6113
     6114        Stale reference to JSDOMWindow in ScriptController::m_cacheableBindingObject
     6115
     6116        Unskip fast/dom/nodesFromRect-basic.html on Qt.
     6117
     6118        https://bugs.webkit.org/show_bug.cgi?id=48758
     6119
     6120        * platform/qt/Skipped:
     6121
     61222010-11-04  Adam Roben  <aroben@apple.com>
     6123
     6124        Add a timing-out test to the Windows Skipped file
     6125
     6126        * platform/win/Skipped:
     6127
     61282010-11-04  Alpha Lam  <hclam@chromium.org>
     6129
     6130        Not reviewed. Build fix.
     6131
     6132        https://bugs.webkit.org/show_bug.cgi?id=48795
     6133
     6134        Skipping 4 media tests that trigger a hang in DRT.
     6135
     6136        * platform/chromium/test_expectations.txt:
     6137
     61382010-11-04  Erik Arvidsson  <arv@chromium.org>
     6139
     6140        Reviewed by Dimitri Glazkov.
     6141
     6142        Support box-sizing without the vendor prefix
     6143        https://bugs.webkit.org/show_bug.cgi?id=36713
     6144
     6145        Based on patch by Peter Beverloo <peter@lvp-media.com>
     6146
     6147        Update the tests to use box-sizing instead of -webkit-box-sizing.
     6148
     6149        * fast/borders/borderRadiusDashed05.html:
     6150        * fast/css/box-sizing-backwards-compat-prefix-expected.txt: Added.
     6151        * fast/css/box-sizing-backwards-compat-prefix.html: Added. This tests that both box-sizing and -webkit-box-sizing works.
     6152        * fast/css/getComputedStyle/computed-style-expected.txt:
     6153        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
     6154        * platform/chromium-mac/fast/css/computed-style-expected.txt:
     6155        * platform/chromium-mac/fast/css/computed-style-without-renderer-expected.txt:
     6156        * platform/chromium-win/fast/css/computed-style-expected.txt:
     6157        * platform/chromium-win/fast/css/computed-style-without-renderer-expected.txt:
     6158        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
     6159        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
     6160        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
     6161        * platform/chromium-win/transforms/2d/transform-borderbox-expected.txt:
     6162        * platform/chromium-win/transforms/2d/transform-origin-borderbox-expected.txt:
     6163        * platform/gtk/transforms/2d/transform-borderbox-expected.txt:
     6164        * platform/gtk/transforms/2d/transform-origin-borderbox-expected.txt:
     6165        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
     6166        * platform/mac/transforms/2d/transform-borderbox-expected.checksum:
     6167        * platform/mac/transforms/2d/transform-borderbox-expected.txt:
     6168        * platform/mac/transforms/2d/transform-origin-borderbox-expected.checksum:
     6169        * platform/mac/transforms/2d/transform-origin-borderbox-expected.txt:
     6170        * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt:
     6171        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
     6172        * svg/css/getComputedStyle-basic-expected.txt:
     6173        * transforms/2d/transform-borderbox.html:
     6174        * transforms/2d/transform-origin-borderbox.html:
     6175
    161762010-11-04  Eric Seidel  <eric@webkit.org>
    26177
  • branches/chromium/552/WebKit/chromium/ChangeLog

    r71785 r72051  
     12010-11-13  Shinichiro Hamaji  <hamaji@chromium.org>
     2
     3        Reviewed by Kent Tamura.
     4
     5        [Chromium] print doesn't work on http://nodejs.org/api.html
     6        https://bugs.webkit.org/show_bug.cgi?id=49304
     7
     8        * src/WebFrameImpl.cpp:
     9        (WebKit::ChromePrintContext::begin):
     10        (WebKit::WebFrameImpl::printBegin):
     11
     122010-11-12  James Simonsen  <simonjam@chromium.org>
     13
     14        Reviewed by Darin Fisher.
     15
     16        [Web Timing] Rename interfaces:
     17        - Navigation -> PerformanceNavigation
     18        - Timing -> PerformanceTiming
     19        https://bugs.webkit.org/show_bug.cgi?id=48919
     20
     21        * src/WebPerformance.cpp:
     22        (WebKit::WebPerformance::navigationType):
     23
     242010-11-12  Zhenyao Mo  <zmo@google.com>
     25
     26        Reviewed by James Robinson.
     27
     28        WebGraphicsContext3DDefaultImpl does not run on top of OpenGL ES 2.0 implementations
     29        https://bugs.webkit.org/show_bug.cgi?id=48282
     30
     31        Simple fix for a regression introduced in r71793.
     32
     33        * src/WebGraphicsContext3DDefaultImpl.cpp:
     34        (WebKit::WebGraphicsContext3DDefaultImpl::initialize):
     35
     362010-11-12  Ilya Sherman  <isherman@chromium.org>
     37
     38        Reviewed by Eric Seidel.
     39
     40        Remove some trailing whitespace
     41        https://bugs.webkit.org/show_bug.cgi?id=49433
     42
     43        * src/ChromeClientImpl.cpp:
     44        (WebKit::ChromeClientImpl::createPopupMenu):
     45        * src/WebViewImpl.cpp:
     46        (WebKit::WebViewImpl::scrollRootLayerRect):
     47        (WebKit::WebViewImpl::invalidateRootLayerRect):
     48
     492010-11-11  MORITA Hajime  <morrita@google.com>
     50
     51        Unreviewed another attempt to fx windows build.
     52
     53        * src/WebBindings.cpp:
     54        (WebKit::makeStringArrayImpl):
     55
     562010-11-11  MORITA Hajime <morrita@google.com>
     57
     58        Unreviewed attempt to fx windows build.
     59
     60        * src/WebBindings.cpp:
     61        (WebKit::makeStringArrayImpl):
     62
     632010-11-11  MORITA Hajime  <morrita@google.com>
     64
     65        Reviewed by Kent Tamura.
     66
     67        editing/selection/context-menu-on-text.html fails on chromium
     68        https://bugs.webkit.org/show_bug.cgi?id=45898
     69
     70        Added makeStringArray(), that is used by DumpRenderTree.
     71       
     72        * public/WebBindings.h:
     73        * src/WebBindings.cpp:
     74        (WebKit::makeStringArrayImpl): Added.
     75        (WebKit::WebBindings::makeStringArray): Added.
     76
     772010-11-11  Tony Gentilcore  <tonyg@chromium.org>
     78
     79        Reviewed by Nate Chapin.
     80
     81        [chromium] Convert WebPerformance doubles to seconds
     82        https://bugs.webkit.org/show_bug.cgi?id=49232
     83
     84        This makes them suitable for passing to Time::FromDoubleT().
     85
     86        * src/WebPerformance.cpp:
     87        (WebKit::millisecondsToSeconds):
     88        (WebKit::WebPerformance::navigationStart):
     89        (WebKit::WebPerformance::unloadEventEnd):
     90        (WebKit::WebPerformance::redirectStart):
     91        (WebKit::WebPerformance::redirectEnd):
     92        (WebKit::WebPerformance::fetchStart):
     93        (WebKit::WebPerformance::domainLookupStart):
     94        (WebKit::WebPerformance::domainLookupEnd):
     95        (WebKit::WebPerformance::connectStart):
     96        (WebKit::WebPerformance::connectEnd):
     97        (WebKit::WebPerformance::requestStart):
     98        (WebKit::WebPerformance::requestEnd):
     99        (WebKit::WebPerformance::responseStart):
     100        (WebKit::WebPerformance::responseEnd):
     101        (WebKit::WebPerformance::loadEventStart):
     102        (WebKit::WebPerformance::loadEventEnd):
     103
     1042010-11-11  Hans Wennborg  <hans@chromium.org>
     105
     106        Reviewed by Jeremy Orlow.
     107
     108        IndexedDB: signal IDBFactoryBackendInterface destruction to embedder
     109        https://bugs.webkit.org/show_bug.cgi?id=49313
     110
     111        Implement ChromiumBridge::idbShutdown(), passing through to the
     112        WebKitClient.
     113
     114        * public/WebKitClient.h:
     115        (WebKit::WebKitClient::idbShutdown):
     116        * src/ChromiumBridge.cpp:
     117        (WebCore::ChromiumBridge::idbShutdown):
     118
     1192010-11-10  Kenneth Russell  <kbr@google.com>
     120
     121        Reviewed by James Robinson.
     122
     123        [chromium] Clean up gfx::GetGLImplementation calls in WebGraphicsContext3DDefaultImpl
     124        https://bugs.webkit.org/show_bug.cgi?id=49336
     125
     126        * src/WebGraphicsContext3DDefaultImpl.cpp:
     127        (WebKit::WebGraphicsContext3DDefaultImpl::initialize):
     128        (WebKit::WebGraphicsContext3DDefaultImpl::reshape):
     129        (WebKit::WebGraphicsContext3DDefaultImpl::readBackFramebuffer):
     130        (WebKit::WebGraphicsContext3DDefaultImpl::getIntegerv):
     131
    11322010-11-10  Evan Stade  <estade@chromium.org>
    2133
  • branches/chromium/552/WebKit/chromium/src/WebFrameImpl.cpp

    r69151 r72051  
    288288    }
    289289
    290     virtual void begin(float width)
     290    virtual void begin(float width, float height)
    291291    {
    292292        ASSERT(!m_printedPageWidth);
    293293        m_printedPageWidth = width;
    294         PrintContext::begin(m_printedPageWidth);
     294        PrintContext::begin(m_printedPageWidth, height);
    295295    }
    296296
     
    12841284    FloatRect rect(0, 0, static_cast<float>(pageSize.width),
    12851285                         static_cast<float>(pageSize.height));
    1286     m_printContext->begin(rect.width());
     1286    m_printContext->begin(rect.width(), rect.height());
    12871287    float pageHeight;
    12881288    // We ignore the overlays calculation for now since they are generated in the
Note: See TracChangeset for help on using the changeset viewer.