commit-queue@webkit.org | 88eea30 | 2014-03-05 07:25:02 +0000 | [diff] [blame^] | 1 | 2014-03-04 Commit Queue <commit-queue@webkit.org> |
| 2 | |
| 3 | Unreviewed, rolling out r165085. |
| 4 | http://trac.webkit.org/changeset/165085 |
| 5 | https://bugs.webkit.org/show_bug.cgi?id=129729 |
| 6 | |
| 7 | Broke imported/w3c/html-templates/template-element/template- |
| 8 | content.html (Requested by ap on #webkit). |
| 9 | |
| 10 | * js/regress/fold-strict-eq-expected.txt: Removed. |
| 11 | * js/regress/fold-strict-eq.html: Removed. |
| 12 | * js/regress/misc-strict-eq-expected.txt: Removed. |
| 13 | * js/regress/misc-strict-eq.html: Removed. |
| 14 | * js/regress/script-tests/fold-strict-eq.js: Removed. |
| 15 | * js/regress/script-tests/misc-strict-eq.js: Removed. |
| 16 | |
zalan@apple.com | 268e948 | 2014-03-05 05:30:25 +0000 | [diff] [blame] | 17 | 2014-03-04 Zalan Bujtas <zalan@apple.com> |
| 18 | |
| 19 | Enable device pixel repaint rect tracking. |
| 20 | https://bugs.webkit.org/show_bug.cgi?id=129712 |
| 21 | |
| 22 | Reviewed by Simon Fraser. |
| 23 | |
| 24 | Tracked repaint rects are device pixel snapped now to support hiDPI test cases. |
| 25 | |
| 26 | * fast/repaint/hidpi-device-pixel-based-repaint-rect-tracking-expected.txt: Added. |
| 27 | * fast/repaint/hidpi-device-pixel-based-repaint-rect-tracking.html: Added. |
| 28 | |
fpizlo@apple.com | 4e0a3fb | 2014-03-05 01:03:55 +0000 | [diff] [blame] | 29 | 2014-03-01 Filip Pizlo <fpizlo@apple.com> |
| 30 | |
| 31 | DFG and FTL should specialize for and support CompareStrictEq over Misc (i.e. boolean, undefined, or null) |
| 32 | https://bugs.webkit.org/show_bug.cgi?id=129563 |
| 33 | |
| 34 | Reviewed by Geoffrey Garen. |
| 35 | |
| 36 | * js/regress/fold-strict-eq-expected.txt: Added. |
| 37 | * js/regress/fold-strict-eq.html: Added. |
| 38 | * js/regress/misc-strict-eq-expected.txt: Added. |
| 39 | * js/regress/misc-strict-eq.html: Added. |
| 40 | * js/regress/script-tests/fold-strict-eq.js: Added. |
| 41 | (foo): |
| 42 | (test): |
| 43 | * js/regress/script-tests/misc-strict-eq.js: Added. |
| 44 | |
zoltan@webkit.org | c658dcc | 2014-03-04 19:31:35 +0000 | [diff] [blame] | 45 | 2014-03-04 Zoltan Horvath <zoltan@webkit.org> |
| 46 | |
| 47 | [CSS Shapes] Add test for adjusted lineTop position between left and right shape-outside floats |
| 48 | https://bugs.webkit.org/show_bug.cgi?id=128696 |
| 49 | |
| 50 | Reviewed by David Hyatt. |
| 51 | |
| 52 | * fast/shapes/shape-outside-floats/shape-outside-floats-linetop-adjusted-between-left-right-floats-expected.html: Added. |
| 53 | * fast/shapes/shape-outside-floats/shape-outside-floats-linetop-adjusted-between-left-right-floats.html: Added. |
| 54 | |
bburg@apple.com | 18fb498a | 2014-03-04 19:01:39 +0000 | [diff] [blame] | 55 | 2014-03-04 Brian Burg <bburg@apple.com> |
| 56 | |
| 57 | Unreviewed gardening. Skip inspector tests that are still flaky. |
| 58 | |
| 59 | Skip inspector-protocol/dom/dom-search-crash.html (tracked by https://webkit.org/b/129639). |
| 60 | Skip inspector/test-harness-trivially-works.html (tracked by https://webkit.org/b/129642). |
| 61 | |
| 62 | * TestExpectations: |
| 63 | |
zalan@apple.com | dc9c840 | 2014-03-04 16:17:46 +0000 | [diff] [blame] | 64 | 2014-03-04 Zalan Bujtas <zalan@apple.com> |
| 65 | |
| 66 | Subpixel rendering: Incorrect repaint rect cuts off content's right edge after move. |
| 67 | https://bugs.webkit.org/show_bug.cgi?id=129652 |
| 68 | |
| 69 | Reviewed by Simon Fraser. |
| 70 | |
| 71 | When repaint rect is adjusted in order to take the distance from renderer into account, |
| 72 | the accumulated fraction value need to be added too. This is always a positive value. |
| 73 | |
| 74 | * fast/borders/hidpi-border-clipping-right-after-move-expected.html: Added. |
| 75 | * fast/borders/hidpi-border-clipping-right-after-move.html: Added. |
| 76 | |
svillar@igalia.com | 06c6780 | 2014-03-04 12:36:20 +0000 | [diff] [blame] | 77 | 2014-02-07 Sergio Villar Senin <svillar@igalia.com> |
| 78 | |
| 79 | [CSS Grid Layout] Percentages of indefinite sizes should compute to auto |
| 80 | https://bugs.webkit.org/show_bug.cgi?id=128173 |
| 81 | |
| 82 | Reviewed by Darin Adler. |
| 83 | |
| 84 | Added a grid with indefinite sizes to check that we use auto to |
| 85 | compute the track breadths instead of the specified percentages. |
| 86 | |
| 87 | * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt: |
| 88 | * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt: |
| 89 | * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html: |
| 90 | * fast/css-grid-layout/grid-columns-rows-get-set.html: |
| 91 | * fast/css-grid-layout/grid-element-repeat-get-set-expected.txt: |
| 92 | * fast/css-grid-layout/grid-element-repeat-get-set.html: |
| 93 | * fast/css-grid-layout/named-grid-line-get-set-expected.txt: |
| 94 | * fast/css-grid-layout/named-grid-line-get-set.html: |
| 95 | * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js: |
| 96 | * fast/css-grid-layout/resources/grid-columns-rows-get-set.js: |
| 97 | * fast/css-grid-layout/resources/grid.css: |
| 98 | (.indefiniteSizeGrid): |
| 99 | |
dbatyai.u-szeged@partner.samsung.com | da0ea38 | 2014-03-04 11:27:13 +0000 | [diff] [blame] | 100 | 2014-03-04 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com> |
| 101 | |
| 102 | Implement Number.prototype.clz() |
| 103 | https://bugs.webkit.org/show_bug.cgi?id=129479 |
| 104 | |
| 105 | Reviewed by Oliver Hunt. |
| 106 | |
| 107 | Added/updated tests to account for Number.prototype.clz(). |
| 108 | |
| 109 | * js/number-clz.html: Added. |
| 110 | * js/number-clz-expected.txt: Added. |
| 111 | * js/Object-getOwnPropertyNames-expected.txt: |
| 112 | * js/script-tests/number-clz.js: Added. |
| 113 | * js/script-tests/Object-getOwnPropertyNames.js: |
| 114 | |
rniwa@webkit.org | c41f692 | 2014-03-04 09:45:55 +0000 | [diff] [blame] | 115 | 2014-03-04 Ryosuke Niwa <rniwa@webkit.org> |
| 116 | |
| 117 | REGRESSION(r164856): Use after free in WebCore::QualifiedName::operator== / WebCore::StyledElement::attributeChanged |
| 118 | https://bugs.webkit.org/show_bug.cgi?id=129550 |
| 119 | |
| 120 | Reviewed by Andreas Kling. |
| 121 | |
| 122 | Added a regression test. |
| 123 | |
| 124 | * fast/dom/uniquing-attributes-via-setAttribute-expected.txt: Added. |
| 125 | * fast/dom/uniquing-attributes-via-setAttribute.html: Added. |
| 126 | |
mmaxfield@apple.com | 7d7337b | 2014-03-03 23:49:27 +0000 | [diff] [blame] | 127 | 2014-03-03 Myles C. Maxfield <mmaxfield@apple.com> |
| 128 | |
| 129 | Space between double underlines does not scale with font size |
| 130 | https://bugs.webkit.org/show_bug.cgi?id=129521 |
| 131 | |
| 132 | Reviewed by Simon Fraser. |
| 133 | |
| 134 | This test renders large text with a double underline, but then barely clips off the bottom underline |
| 135 | using overflow: hidden. It makes sure that this is exactly the same as a single underline. If the |
| 136 | space between the two underlines does not scale with font size, it will appear as though there is a |
| 137 | single thick underline (because they will be drawn on top of each other) and will thus fail this test. |
| 138 | |
| 139 | * fast/css3-text/css3-text-decoration/text-decoration-style-double-space-scales-expected.html: Added. |
| 140 | * fast/css3-text/css3-text-decoration/text-decoration-style-double-space-scales.html: Added. |
| 141 | |
mark.lam@apple.com | 3dec4c6 | 2014-03-03 22:12:10 +0000 | [diff] [blame] | 142 | 2014-03-03 Mark Lam <mark.lam@apple.com> |
| 143 | |
| 144 | Web Inspector: debugger statements do not break. |
| 145 | <https://webkit.org/b/129524> |
| 146 | |
| 147 | Reviewed by Geoff Garen. |
| 148 | |
| 149 | * inspector-protocol/debugger/debugger-statement-expected.txt: Added. |
| 150 | * inspector-protocol/debugger/debugger-statement.html: Added. |
| 151 | * inspector-protocol/debugger/resources/breakpoint.js: |
| 152 | (debuggerStatement): |
| 153 | |
bburg@apple.com | 70309d9 | 2014-03-03 21:33:17 +0000 | [diff] [blame] | 154 | 2014-03-03 Brian Burg <bburg@apple.com> |
| 155 | |
| 156 | Inspector test dom/dom-search-crash.html times out in release builds |
| 157 | https://bugs.webkit.org/show_bug.cgi?id=129462 |
| 158 | |
| 159 | Reviewed by Timothy Hatcher. |
| 160 | |
| 161 | This test passes now, so stop skipping it. |
| 162 | |
| 163 | * TestExpectations: |
| 164 | |
antti@apple.com | 7eabfc4 | 2014-03-03 21:11:24 +0000 | [diff] [blame] | 165 | 2014-03-03 Antti Koivisto <antti@apple.com> |
| 166 | |
| 167 | Find results on simple lines are not marked correctly |
| 168 | https://bugs.webkit.org/show_bug.cgi?id=129586 |
| 169 | |
| 170 | Reviewed by Andreas Kling. |
| 171 | |
| 172 | * editing/text-iterator/count-mark-lineboxes-expected.txt: Added. |
| 173 | * editing/text-iterator/count-mark-lineboxes.html: Added. |
| 174 | * editing/text-iterator/count-mark-simple-lines-expected.txt: Added. |
| 175 | * editing/text-iterator/count-mark-simple-lines.html: Added. |
| 176 | |
jer.noble@apple.com | 507e6e2 | 2014-03-03 20:47:52 +0000 | [diff] [blame] | 177 | 2014-03-03 Jer Noble <jer.noble@apple.com> |
| 178 | |
| 179 | [MSE] YouTube videos fail to play |
| 180 | https://bugs.webkit.org/show_bug.cgi?id=129525 |
| 181 | |
| 182 | Reviewed by Darin Adler. |
| 183 | |
| 184 | * media/media-source/media-source-addsourcebuffer.html: Updated. |
| 185 | * media/media-source/media-source-addsourcebuffer-expected.txt: Updated. |
| 186 | * media/media-source/media-source-fudge-factor-expected.txt: Added. |
| 187 | * media/media-source/media-source-fudge-factor.html: Added. |
| 188 | |
betravis@adobe.com | c0ba6ea | 2014-03-03 20:24:30 +0000 | [diff] [blame] | 189 | 2014-03-03 Bear Travis <betravis@adobe.com> |
| 190 | |
| 191 | [CSS Shapes] Serialize circle positions |
| 192 | https://bugs.webkit.org/show_bug.cgi?id=129404 |
| 193 | |
| 194 | Reviewed by Dirk Schulze. |
| 195 | |
| 196 | Modify each circle test to have a correctly serialized position. |
| 197 | |
| 198 | * fast/masking/parsing-clip-path-shape-expected.html: Updated result. |
| 199 | * fast/masking/parsing-clip-path-shape.html: Updated test. |
| 200 | * fast/shapes/parsing/parsing-shape-inside-expected.txt: Updated results. |
| 201 | * fast/shapes/parsing/parsing-shape-outside-expected.txt: Updated results. |
| 202 | * fast/shapes/parsing/parsing-test-utils.js: Updated serialization results. |
| 203 | |
krit@webkit.org | 541d656 | 2014-03-03 18:32:27 +0000 | [diff] [blame] | 204 | 2014-03-03 Dirk Schulze <krit@webkit.org> |
| 205 | |
| 206 | Transform CSS clip-path pixel tests to ref tests |
| 207 | https://bugs.webkit.org/show_bug.cgi?id=129607 |
| 208 | |
| 209 | Reviewed by Andreas Kling. |
| 210 | |
| 211 | * css3/masking/clip-path-border-box.html: |
| 212 | * css3/masking/clip-path-circle-filter-expected.txt: Removed. |
| 213 | * css3/masking/clip-path-circle-overflow-expected.txt: Removed. |
| 214 | * css3/masking/clip-path-circle-overflow-hidden-expected.txt: Removed. |
| 215 | * css3/masking/clip-path-circle-overflow-hidden.html: Removed. |
| 216 | * css3/masking/clip-path-circle-relative-overflow-expected.txt: Removed. |
| 217 | * css3/masking/clip-path-ellipse-expected.html: Renamed from LayoutTests/css3/masking/clip-path-circle-filter.html. |
| 218 | * css3/masking/clip-path-ellipse-expected.txt: Removed. |
| 219 | * css3/masking/clip-path-ellipse.html: |
| 220 | * css3/masking/clip-path-filter-expected.html: Added. |
| 221 | * css3/masking/clip-path-filter.html: Added. |
| 222 | * css3/masking/clip-path-inset-expected.html: Copied from LayoutTests/css3/masking/clip-path-ellipse.html. |
| 223 | * css3/masking/clip-path-inset-expected.txt: Removed. |
| 224 | * css3/masking/clip-path-overflow-expected.html: Copied from LayoutTests/css3/masking/clip-path-circle-overflow.html. |
| 225 | * css3/masking/clip-path-overflow-hidden-expected.html: Copied from LayoutTests/css3/masking/clip-path-ellipse.html. |
| 226 | * css3/masking/clip-path-overflow-hidden.html: Renamed from LayoutTests/css3/masking/clip-path-circle-overflow.html. |
| 227 | * css3/masking/clip-path-overflow.html: Copied from LayoutTests/css3/masking/clip-path-ellipse.html. |
| 228 | * css3/masking/clip-path-polygon-evenodd-expected.html: Added. |
| 229 | * css3/masking/clip-path-polygon-evenodd-expected.txt: Removed. |
| 230 | * css3/masking/clip-path-polygon-evenodd.html: |
| 231 | * css3/masking/clip-path-polygon-expected.html: Copied from LayoutTests/css3/masking/clip-path-ellipse.html. |
| 232 | * css3/masking/clip-path-polygon-expected.txt: Removed. |
| 233 | * css3/masking/clip-path-polygon-nonzero-expected.html: Copied from LayoutTests/css3/masking/clip-path-ellipse.html. |
| 234 | * css3/masking/clip-path-polygon-nonzero-expected.txt: Removed. |
| 235 | * css3/masking/clip-path-polygon-nonzero.html: |
| 236 | * css3/masking/clip-path-polygon.html: |
| 237 | * platform/efl/css3/masking/clip-path-circle-overflow-expected.png: Removed. |
| 238 | * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.png: Removed. |
| 239 | * platform/efl/css3/masking/clip-path-ellipse-expected.png: Removed. |
| 240 | * platform/gtk/css3/masking/clip-path-circle-overflow-expected.png: Removed. |
| 241 | * platform/gtk/css3/masking/clip-path-circle-overflow-hidden-expected.png: Removed. |
| 242 | * platform/gtk/css3/masking/clip-path-ellipse-expected.png: Removed. |
| 243 | * platform/mac/css3/masking/clip-path-circle-overflow-expected.png: Removed. |
| 244 | * platform/mac/css3/masking/clip-path-circle-overflow-hidden-expected.png: Removed. |
| 245 | * platform/mac/css3/masking/clip-path-ellipse-expected.png: Removed. |
| 246 | * platform/mac/css3/masking/clip-path-inset-expected.png: Removed. |
| 247 | * platform/mac/css3/masking/clip-path-polygon-evenodd-expected.png: Removed. |
| 248 | * platform/mac/css3/masking/clip-path-polygon-expected.png: Removed. |
| 249 | * platform/mac/css3/masking/clip-path-polygon-nonzero-expected.png: Removed. |
| 250 | |
abucur@adobe.com | 6961342 | 2014-03-03 17:16:06 +0000 | [diff] [blame] | 251 | 2014-03-03 Andrei Bucur <abucur@adobe.com> |
| 252 | |
| 253 | [CSS Regions] Overset computation is incorrect in some cases |
| 254 | https://bugs.webkit.org/show_bug.cgi?id=129032 |
| 255 | |
| 256 | Reviewed by Mihnea Ovidenie. |
| 257 | |
| 258 | Adjust the tests to cope with the overset changes. |
| 259 | |
| 260 | * fast/regions/cssom/element-region-overset-state-expected.txt: |
| 261 | * fast/regions/cssom/element-region-overset-state-vertical-rl-expected.txt: |
| 262 | * fast/regions/cssom/element-region-overset-state-vertical-rl.html: |
| 263 | * fast/regions/cssom/element-region-overset-state.html: |
| 264 | This test has a new case that verifies region clamping is correctly taken into account. |
| 265 | * fast/regions/cssom/webkit-named-flow-overset-expected.txt: |
| 266 | * fast/regions/cssom/webkit-named-flow-overset.html: |
| 267 | |
timothy@apple.com | 3b8376b | 2014-03-03 04:49:38 +0000 | [diff] [blame] | 268 | 2014-03-02 Timothy Hatcher <timothy@apple.com> |
| 269 | |
| 270 | Remove ASSERT in ~IDBRequest since it is firing during legitimate uses in Web Inspector. |
| 271 | |
| 272 | Adding the ASSERT back is tracked by https://webkit.org/b/129593. |
| 273 | |
| 274 | https://bugs.webkit.org/show_bug.cgi?id=129328 |
| 275 | |
| 276 | Reviewed by Sam Weinig. |
| 277 | |
| 278 | * TestExpectations: Remove skipped tests. |
| 279 | * inspector-protocol/model/probe-manager-add-remove-actions-expected.txt: Rebaselined. |
| 280 | |
bburg@apple.com | b102853 | 2014-03-03 03:42:43 +0000 | [diff] [blame] | 281 | 2014-03-02 Brian Burg <bburg@apple.com> |
| 282 | |
| 283 | Web Inspector model tests load wrong inspector page under WebKitTestRunner |
| 284 | https://bugs.webkit.org/show_bug.cgi?id=129460 |
| 285 | |
| 286 | Reviewed by Dan Bernstein. |
| 287 | |
| 288 | Stop skipping inspector/test-harness-trivially-works.html. |
| 289 | |
| 290 | * platform/wk2/TestExpectations: |
| 291 | |
dino@apple.com | 2eaf2df | 2014-03-02 22:26:05 +0000 | [diff] [blame] | 292 | 2014-03-02 Dean Jackson <dino@apple.com> |
| 293 | |
| 294 | Add protected casting to FilterOperation classes. |
| 295 | https://bugs.webkit.org/show_bug.cgi?id=124062 |
| 296 | |
| 297 | Reviewed by Sam Weinig. |
| 298 | |
| 299 | * css3/filters/animation-from-initial-values-with-color-matrix-expected.html: Added. |
| 300 | * css3/filters/animation-from-initial-values-with-color-matrix.html: Added. |
| 301 | |
commit-queue@webkit.org | 95f481cb | 2014-03-02 22:22:10 +0000 | [diff] [blame] | 302 | 2014-03-02 Yoav Weiss <yoav@yoav.ws> |
| 303 | |
| 304 | Fix srcset related bugs |
| 305 | https://bugs.webkit.org/show_bug.cgi?id=129539 |
| 306 | |
| 307 | These tests make sure that: |
| 308 | 1. Invalid srcset descriptors are handled according to the spec. The invalid descriptors are ignored, but the resource is not. |
| 309 | 2. When both src and srcset have only 1x descriptors and the DPR is higher than 1, the srcset's resource is picked. |
| 310 | |
| 311 | I've also fixed the invalid inputs test, which was faulty. |
| 312 | |
| 313 | Reviewed by Andreas Kling. |
| 314 | |
| 315 | * fast/hidpi/image-srcset-invalid-descriptor-expected.txt: Added. |
| 316 | * fast/hidpi/image-srcset-invalid-descriptor.html: Added. |
| 317 | * fast/hidpi/image-srcset-invalid-inputs-correct-src.html: |
| 318 | * fast/hidpi/image-srcset-src-selection-1x-both-expected.txt: Added. |
| 319 | * fast/hidpi/image-srcset-src-selection-1x-both.html: Added. |
| 320 | * fast/hidpi/resources/srcset-helper.js: |
| 321 | (runTest): |
| 322 | |
krit@webkit.org | b2ffda3 | 2014-03-02 18:25:32 +0000 | [diff] [blame] | 323 | 2014-03-02 Dirk Schulze <krit@webkit.org> |
| 324 | |
krit@webkit.org | f0aaef2 | 2014-03-02 19:52:16 +0000 | [diff] [blame] | 325 | Reactivate SVG mask-type tests for Mac |
| 326 | https://bugs.webkit.org/show_bug.cgi?id=129577 |
| 327 | |
| 328 | Reviewed by Darin Adler. |
| 329 | |
| 330 | Reduce mask-type tests to the minimum to test the feature. |
| 331 | |
| 332 | * platform/mac-wk2/TestExpectations: |
| 333 | * platform/mac/TestExpectations: |
| 334 | * svg/masking/mask-type-alpha-expected.svg: |
| 335 | * svg/masking/mask-type-alpha.svg: |
| 336 | * svg/masking/mask-type-luminance-expected.svg: |
| 337 | * svg/masking/mask-type-luminance.svg: |
| 338 | * svg/masking/mask-type-not-set-expected.svg: |
| 339 | * svg/masking/mask-type-not-set.svg: |
| 340 | |
| 341 | 2014-03-02 Dirk Schulze <krit@webkit.org> |
| 342 | |
krit@webkit.org | b2ffda3 | 2014-03-02 18:25:32 +0000 | [diff] [blame] | 343 | Remove path to non-existent SVG clip-path test from TestExpectations |
| 344 | https://bugs.webkit.org/show_bug.cgi?id=129574 |
| 345 | |
| 346 | Reviewed by Simon Fraser. |
| 347 | |
| 348 | The test was transformed to a ref test and moved to a different location. |
| 349 | It passes on all platforms now. |
| 350 | |
| 351 | * platform/gtk/TestExpectations: |
| 352 | * platform/win/TestExpectations: |
| 353 | * platform/wincairo/TestExpectations: |
| 354 | * platform/wk2/TestExpectations: |
| 355 | |
thiago.lacerda@openbossa.org | bd277db | 2014-03-02 15:36:53 +0000 | [diff] [blame] | 356 | 2014-03-02 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> |
| 357 | |
| 358 | Updating some WebRTC and MediaStream LayoutTests |
| 359 | https://bugs.webkit.org/show_bug.cgi?id=129442 |
| 360 | |
| 361 | Reviewed by Eric Carlson. |
| 362 | |
| 363 | Due to changes in JavaScriptCore (in r163562), some LayoutTests in fast/mediastream needed to be updated: |
| 364 | - MediaStreamTrack.html: checking hasOwnProperty in __proto__ as well, until CustomGetter properties are |
| 365 | moved to the prototype chain. |
| 366 | - RTCIceCandidate.html and RTCSessionDescription.html: JSON.stringify are not considering properties in |
| 367 | __proto__, so remove this for now. |
| 368 | |
| 369 | * fast/mediastream/MediaStreamTrack-expected.txt: |
| 370 | * fast/mediastream/MediaStreamTrack.html: |
| 371 | * fast/mediastream/RTCIceCandidate-expected.txt: |
| 372 | * fast/mediastream/RTCIceCandidate.html: |
| 373 | * fast/mediastream/RTCPeerConnection-have-local-answer.html: Removed. Other tests already test what this one was |
| 374 | testing |
| 375 | * fast/mediastream/RTCSessionDescription-expected.txt: |
| 376 | * fast/mediastream/RTCSessionDescription.html: |
| 377 | |
commit-queue@webkit.org | f38b77a | 2014-03-02 03:58:59 +0000 | [diff] [blame] | 378 | 2014-03-01 Commit Queue <commit-queue@webkit.org> |
| 379 | |
| 380 | Unreviewed, rolling out r164929 and r164934. |
| 381 | http://trac.webkit.org/changeset/164929 |
| 382 | http://trac.webkit.org/changeset/164934 |
| 383 | https://bugs.webkit.org/show_bug.cgi?id=129570 |
| 384 | |
| 385 | Caused assertions on two srcset tests (Requested by ap on |
| 386 | #webkit). |
| 387 | |
| 388 | * fast/hidpi/image-srcset-invalid-descriptor-expected.txt: Removed. |
| 389 | * fast/hidpi/image-srcset-invalid-descriptor.html: Removed. |
| 390 | * fast/hidpi/image-srcset-invalid-inputs-correct-src.html: |
| 391 | * fast/hidpi/image-srcset-src-selection-1x-both-expected.txt: Removed. |
| 392 | * fast/hidpi/image-srcset-src-selection-1x-both.html: Removed. |
| 393 | * fast/hidpi/resources/srcset-helper.js: |
| 394 | (runTest): |
| 395 | |
fpizlo@apple.com | 1795570 | 2014-03-02 03:45:06 +0000 | [diff] [blame] | 396 | 2014-03-01 Filip Pizlo <fpizlo@apple.com> |
| 397 | |
| 398 | This shouldn't be a layout test since it runs only under jsc. Moving it to JSC |
| 399 | stress tests. |
| 400 | |
| 401 | * js/script-tests/generational-opaque-roots.js: Removed. |
| 402 | |
ddkilzer@apple.com | 3e1caee | 2014-03-02 00:20:58 +0000 | [diff] [blame] | 403 | 2014-03-01 David Kilzer <ddkilzer@apple.com> |
| 404 | |
| 405 | Ensure keySplines is valid in SMIL animations |
| 406 | <http://webkit.org/b/129547> |
| 407 | <rdar://problem/15676128> |
| 408 | |
| 409 | Reviewed by Darin Adler. |
| 410 | |
| 411 | Merged from Blink (patch by Philip Rogers): |
| 412 | https://src.chromium.org/viewvc/blink?revision=156452&view=revision |
| 413 | http://crbug.com/276111 |
| 414 | |
| 415 | This patch fixes a crash in SMIL animations when keySplines are not |
| 416 | specified. The SMIL spec is clear on this: |
| 417 | http://www.w3.org/TR/2001/REC-smil-animation-20010904/#AnimFuncCalcMode |
| 418 | "If there are any errors in the keyTimes specification (bad values, |
| 419 | too many or too few values), the animation will have no effect." |
| 420 | |
| 421 | This patch simply checks that keyTimes is not empty. Previously, |
| 422 | splinesCount was set to be m_keySplines.size() + 1 in |
| 423 | SVGAnimationElement.cpp; this patch changes splinesCount to be equal |
| 424 | to m_keySplines.size() to make the logic easier to follow and to |
| 425 | match other checks in SVGAnimationElement::startedActiveInterval. |
| 426 | |
| 427 | * svg/animations/animate-keysplines-crash-expected.txt: Added. |
| 428 | * svg/animations/animate-keysplines-crash.html: Added. |
| 429 | |
benjamin@webkit.org | 1f479d8 | 2014-03-01 23:50:17 +0000 | [diff] [blame] | 430 | 2014-03-01 Benjamin Poulain <benjamin@webkit.org> |
| 431 | |
| 432 | Tighten minimumRegisterRequirements() |
| 433 | https://bugs.webkit.org/show_bug.cgi?id=129538 |
| 434 | |
| 435 | Reviewed by Andreas Kling. |
| 436 | |
| 437 | * fast/selectors/adjacent-descendant-tail-register-requirement-expected.txt: Added. |
| 438 | * fast/selectors/adjacent-descendant-tail-register-requirement.html: Added. |
| 439 | |
commit-queue@webkit.org | 3c73ef7 | 2014-03-01 23:28:40 +0000 | [diff] [blame] | 440 | 2014-03-01 Yoav Weiss <yoav@yoav.ws> |
| 441 | |
| 442 | Fix srcset related bugs |
| 443 | https://bugs.webkit.org/show_bug.cgi?id=129539 |
| 444 | |
| 445 | These tests make sure that: |
| 446 | 1. Invalid srcset descriptors are handled according to the spec. The invalid descriptors are ignored, but the resource is not. |
| 447 | 2. When both src and srcset have only 1x descriptors and the DPR is higher than 1, the srcset's resource is picked. |
| 448 | |
| 449 | I've also fixed the invalid inputs test, which was faulty. |
| 450 | |
| 451 | Reviewed by Andreas Kling. |
| 452 | |
| 453 | * fast/hidpi/image-srcset-invalid-descriptor-expected.txt: Added. |
| 454 | * fast/hidpi/image-srcset-invalid-descriptor.html: Added. |
| 455 | * fast/hidpi/image-srcset-invalid-inputs-correct-src.html: |
| 456 | * fast/hidpi/image-srcset-src-selection-1x-both-expected.txt: Added. |
| 457 | * fast/hidpi/image-srcset-src-selection-1x-both.html: Added. |
| 458 | * fast/hidpi/resources/srcset-helper.js: |
| 459 | (runTest): |
| 460 | |
cavalcantii@gmail.com | 1cf212b | 2014-03-01 22:27:40 +0000 | [diff] [blame] | 461 | 2014-03-01 Adenilson Cavalcanti <cavalcantii@gmail.com> |
| 462 | |
| 463 | Set css3/filter/huge-region as skipped |
| 464 | https://bugs.webkit.org/show_bug.cgi?id=129552 |
| 465 | |
| 466 | It tries to use an insanely huge kernel for a huge blur filtered |
| 467 | element while it is expected to *not* execute. Thanks to the changes |
| 468 | introduced in #123716, this test will try to be executed and may |
| 469 | timeout in some machines. The proper fix will follow up in #129553. |
| 470 | |
| 471 | Reviewed by Dirk Schulze. |
| 472 | |
| 473 | * TestExpectations: |
| 474 | |
benjamin@webkit.org | 504f14d | 2014-03-01 22:09:48 +0000 | [diff] [blame] | 475 | 2014-03-01 Benjamin Poulain <benjamin@webkit.org> |
| 476 | |
| 477 | Optimized querySelector(All) when selector contains #id |
| 478 | https://bugs.webkit.org/show_bug.cgi?id=116502 |
| 479 | |
| 480 | Reviewed by Andreas Kling. |
| 481 | |
| 482 | * fast/selectors/querySelector-id-filtering-expected.txt: Added. |
| 483 | * fast/selectors/querySelector-id-filtering.html: Added. |
| 484 | |
ap@apple.com | c2e068c | 2014-03-01 18:48:16 +0000 | [diff] [blame] | 485 | 2014-02-28 Alexey Proskuryakov <ap@apple.com> |
| 486 | |
| 487 | Node::compareDocumentPosition leaks memory structure |
| 488 | https://bugs.webkit.org/show_bug.cgi?id=120244 |
| 489 | |
| 490 | Reviewed by Ryosuke Niwa. |
| 491 | |
| 492 | * TestExpectations: |
| 493 | * dom/xhtml/level3/core/nodecomparedocumentposition38-expected.txt: |
| 494 | * fast/dom/compare-document-position-disconnected-nodes-expected.txt: |
| 495 | * fast/dom/compare-document-position-disconnected-nodes.html: |
| 496 | * fast/dom/shadow/compare-document-position-expected.txt: |
| 497 | * fast/dom/shadow/compare-document-position.html: |
| 498 | |
ddkilzer@apple.com | 890b35a | 2014-03-01 16:26:15 +0000 | [diff] [blame] | 499 | 2014-03-01 David Kilzer <ddkilzer@apple.com> |
| 500 | |
| 501 | Fix lifetime handling of SVGPropertyTearOffs |
| 502 | <http://webkit.org/b/129211> |
| 503 | <rdar://problem/15696025> |
| 504 | |
| 505 | Reviewed by Maciej Stachowiak. |
| 506 | |
| 507 | Merged from Blink (patch by Ojan Vafai): |
| 508 | https://src.chromium.org/viewvc/blink?revision=157801&view=revision |
| 509 | http://crbug.com/288771 |
| 510 | |
| 511 | -Replace SVGStaticPropertyWithParentTearOff with SVGMatrixTearOff |
| 512 | since it's only used in that one place. This means we can get rid |
| 513 | of the templatizing and the method pointer. |
| 514 | -Change SVGPropertyTearOff to keep track of it's child tearoffs |
| 515 | and call detachWrapper on its child tearoffs when it's destroyed |
| 516 | or when it's wrapper is detached. |
| 517 | -Have SVGPropertyTearOff hold WeakPtrs to the child tearoffs |
| 518 | to avoid having a cycle. |
| 519 | |
| 520 | * svg/transforms/svg-matrix-tearoff-crash-expected.txt: Added. |
| 521 | * svg/transforms/svg-matrix-tearoff-crash.html: Added. |
| 522 | |
benjamin@webkit.org | 1d97c11 | 2014-03-01 06:13:09 +0000 | [diff] [blame] | 523 | 2014-02-28 Benjamin Poulain <benjamin@webkit.org> |
| 524 | |
| 525 | Caller saved registers can be accidentally discarded when clearing the local stack |
| 526 | https://bugs.webkit.org/show_bug.cgi?id=129532 |
| 527 | |
| 528 | Reviewed by Andreas Kling. |
| 529 | |
| 530 | * fast/selectors/tree-modifying-case-insensitive-selectors.html: Added. |
| 531 | * fast/selectors/tree-modifying-selectors.html: Added. |
| 532 | |
cavalcantii@gmail.com | f86ed2c | 2014-02-28 22:54:47 +0000 | [diff] [blame] | 533 | 2014-02-28 Adenilson Cavalcanti <cavalcantii@gmail.com> |
| 534 | |
| 535 | Filters should test for area instead of single dimension |
| 536 | https://bugs.webkit.org/show_bug.cgi?id=123716 |
| 537 | |
| 538 | Reviewed by Dirk Schulze. |
| 539 | |
| 540 | A filtered SVG element with a sigle dimension bigger than 5000 |
| 541 | (counting the margin/border) will fail to render. So an element |
| 542 | with 4000x4000 will render fine, while another with 5000x10 |
| 543 | won't. This patch instead tests against the total element area, |
| 544 | which fixes such cases. |
| 545 | |
| 546 | The current patch fixes the rendering issue and at same time, |
| 547 | fixes some layer violations where FilterEffectRenderer and |
| 548 | RenderSVGResourceFilter were directly accessing the kMax value |
| 549 | in FilterEffect. Since before a somewhat bigger filter would |
| 550 | be aborted, it required to change the maximum kernel size |
| 551 | for blur filter (some filters are slower to run than others for |
| 552 | bigger SVGs). |
| 553 | |
| 554 | * svg/filters/big-height-filter-expected.svg: Added. |
| 555 | * svg/filters/big-height-filter.svg: Added. |
| 556 | * svg/filters/big-width-filter-expected.svg: Added. |
| 557 | * svg/filters/big-width-filter.svg: Added. |
| 558 | |
zalan@apple.com | 35310f3 | 2014-02-28 21:43:18 +0000 | [diff] [blame] | 559 | 2014-02-28 Zalan Bujtas <zalan@apple.com> |
| 560 | |
| 561 | Add hiDPI support to DumpRenderTree/WebKitTestRunner without the need of reloading the test case. |
| 562 | https://bugs.webkit.org/show_bug.cgi?id=129438 |
| 563 | |
| 564 | Reviewed by Simon Fraser. |
| 565 | |
| 566 | 'hidpi-' prefixed test cases now trigger 2x scale factor on the testing |
| 567 | offscreen window. It makes testing subpixel rendering and positioning possible. |
| 568 | |
| 569 | Both the offscreen window's and WebKit's scaling are set accordingly. |
| 570 | |
| 571 | * fast/borders/hidpi-simple-hairline-border-painting-expected.html: Added. |
| 572 | * fast/borders/hidpi-simple-hairline-border-painting.html: Added. |
| 573 | |
ap@apple.com | 87d5ea5 | 2014-02-28 18:58:07 +0000 | [diff] [blame] | 574 | 2014-02-28 Alexey Proskuryakov <ap@apple.com> |
| 575 | |
| 576 | paragraphs with different directionality in textarea with unicode-bidi: plaintext are aligned the same |
| 577 | https://bugs.webkit.org/show_bug.cgi?id=71194 |
| 578 | |
| 579 | * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: |
| 580 | Updated Mac results for Mavericks (the original patch only updated Mountain Lion results). |
| 581 | |
akling@apple.com | bc74c64 | 2014-02-28 18:44:10 +0000 | [diff] [blame] | 582 | 2014-02-28 Andreas Kling <akling@apple.com> |
| 583 | |
| 584 | MouseEvent.offsetX/Y should just return 0,0 for simulated clicks. |
| 585 | <https://webkit.org/b/129477> |
| 586 | |
| 587 | Add a test documenting the behavior of offsetX/Y on the simulated |
| 588 | mouse events that get sent by HTMLElement.click(). |
| 589 | |
| 590 | Reviewed by Alexey Proskuryakov. |
| 591 | |
| 592 | * fast/events/relative-offset-of-simulated-click-expected.txt: Added. |
| 593 | * fast/events/relative-offset-of-simulated-click.html: Added. |
| 594 | |
svillar@igalia.com | 016d352 | 2014-02-28 18:34:48 +0000 | [diff] [blame] | 595 | 2014-02-27 Sergio Villar Senin <svillar@igalia.com> |
| 596 | |
| 597 | [CSS Grid Layout] Fix positioning grid items using named grid lines/areas |
| 598 | https://bugs.webkit.org/show_bug.cgi?id=129372 |
| 599 | |
| 600 | Reviewed by Darin Adler. |
| 601 | |
| 602 | Added a new test that checks that we correctly position grid items |
| 603 | using named grid lines, grid areas and also with the implicit |
| 604 | named grid lines created by grid areas. |
| 605 | |
| 606 | I'm also importing a test from Blink that checks that we can |
| 607 | dynamically change the position of a grid item by changing the |
| 608 | name of the grid lines used to position it. |
| 609 | |
| 610 | * fast/css-grid-layout/grid-item-position-changed-dynamic-expected.txt: |
| 611 | Merged from Blink r153913 by <jchaffraix@chromium.org>. |
| 612 | * fast/css-grid-layout/grid-item-position-changed-dynamic.html: Ditto. |
| 613 | * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution-expected.txt: Added. |
| 614 | * fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution.html: Added. |
| 615 | |
mario.prada@samsung.com | 7939752 | 2014-02-28 18:12:52 +0000 | [diff] [blame] | 616 | 2014-02-28 Mario Sanchez Prada <mario.prada@samsung.com> |
| 617 | |
| 618 | paragraphs with different directionality in textarea with unicode-bidi: plaintext are aligned the same |
| 619 | https://bugs.webkit.org/show_bug.cgi?id=71194 |
| 620 | |
| 621 | Reviewed by David Hyatt. |
| 622 | |
| 623 | Merged from Blink r157263 by <igor.o@sisa.samsung.com> |
| 624 | <https://src.chromium.org/viewvc/blink?revision=157263&view=revision> |
| 625 | |
| 626 | Modified expectations for two layout tests to make them conforming to the spec. |
| 627 | |
| 628 | * fast/text/international/unicode-bidi-plaintext-expected.html: |
| 629 | * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: |
| 630 | * platform/mac-mountainlion/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: |
| 631 | |
jochen@chromium.org | ca689f0 | 2014-02-28 18:09:24 +0000 | [diff] [blame] | 632 | 2014-02-28 Jochen Eisinger <jochen@chromium.org> |
| 633 | |
| 634 | Update meta-referrer behavior for invalid policies |
| 635 | https://bugs.webkit.org/show_bug.cgi?id=129475 |
| 636 | |
| 637 | Reviewed by Alexey Proskuryakov. |
| 638 | |
| 639 | * http/tests/security/referrer-policy-invalid-expected.txt: Added. |
| 640 | * http/tests/security/referrer-policy-invalid.html: Added. |
| 641 | |
dbates@webkit.org | 4d6630e | 2014-02-28 17:30:36 +0000 | [diff] [blame] | 642 | 2014-02-28 Daniel Bates <dabates@apple.com> |
| 643 | |
| 644 | SubresourceLoader::didFinishLoading() should not assert when a decode error occurs |
| 645 | https://bugs.webkit.org/show_bug.cgi?id=127029 |
| 646 | |
| 647 | Reviewed by Darin Adler. |
| 648 | |
| 649 | Added a test to ensure that we don't cause an assertion failure when an image fails |
| 650 | to load because of a decode error. In particular, the estimated decoded image size |
| 651 | exceeds the maximum decoded image size. |
| 652 | |
| 653 | * fast/images/decoded-size-exceeds-max-decoded-size-expected.txt: Added. |
| 654 | * fast/images/decoded-size-exceeds-max-decoded-size.html: Added. |
| 655 | |
commit-queue@webkit.org | 5849cae | 2014-02-28 16:35:27 +0000 | [diff] [blame] | 656 | 2014-02-28 Martin Hodovan <mhodovan@inf.u-szeged.hu> |
| 657 | |
| 658 | ASSERTION FAILED: roundedIntPoint(rendererMappedResult) == roundedIntPoint(result) in WebCore::RenderGeometryMap::mapToContainer |
| 659 | https://bugs.webkit.org/show_bug.cgi?id=119626 |
| 660 | |
| 661 | Backported from Blink: https://codereview.chromium.org/143363004 |
| 662 | |
| 663 | Reviewed by Simon Fraser. |
| 664 | |
| 665 | * svg/transforms/svg-geometry-crash-expected.txt: Added. |
| 666 | * svg/transforms/svg-geometry-crash.html: Added. |
| 667 | |
commit-queue@webkit.org | 17e1718 | 2014-02-28 15:52:17 +0000 | [diff] [blame] | 668 | 2014-02-28 Commit Queue <commit-queue@webkit.org> |
| 669 | |
| 670 | Unreviewed, rolling out r164859. |
| 671 | http://trac.webkit.org/changeset/164859 |
| 672 | https://bugs.webkit.org/show_bug.cgi?id=129483 |
| 673 | |
| 674 | caused WK1 crashes (DumpRenderTree) (Requested by zalan on |
| 675 | #webkit). |
| 676 | |
| 677 | * fast/borders/hidpi-simple-hairline-border-painting-expected.html: Removed. |
| 678 | * fast/borders/hidpi-simple-hairline-border-painting.html: Removed. |
| 679 | |
zalan@apple.com | 84ae8a2 | 2014-02-28 15:24:18 +0000 | [diff] [blame] | 680 | 2014-02-28 Zalan Bujtas <zalan@apple.com> |
| 681 | |
| 682 | Add hiDPI support to DumpRenderTree/WebKitTestRunner without the need of reloading the test case. |
| 683 | https://bugs.webkit.org/show_bug.cgi?id=129438 |
| 684 | |
| 685 | Reviewed by Simon Fraser. |
| 686 | |
| 687 | 'hidpi-' prefixed test cases now trigger 2x scale factor on the testing |
| 688 | offscreen window. It makes testing subpixel rendering and positioning possible. |
| 689 | |
| 690 | Both the offscreen window's and WebKit's scaling are set accordingly. |
| 691 | |
| 692 | * fast/borders/hidpi-simple-hairline-border-painting-expected.html: Added. |
| 693 | * fast/borders/hidpi-simple-hairline-border-painting.html: Added. |
| 694 | |
mihnea@adobe.com | 4537087 | 2014-02-28 14:34:08 +0000 | [diff] [blame] | 695 | 2014-02-28 Mihnea Ovidenie <mihnea@adobe.com> |
| 696 | |
| 697 | [CSSRegions] ASSERTION FAILED: !m_regionsInvalidated in RenderFlowThread::regionAtBlockOffset |
| 698 | https://bugs.webkit.org/show_bug.cgi?id=129371 |
| 699 | |
| 700 | Reviewed Andrei Bucur. |
| 701 | |
| 702 | * compositing/regions/video-in-overflow-region-expected.txt: Added. |
| 703 | * compositing/regions/video-in-overflow-region.html: Added. |
| 704 | |
benjamin@webkit.org | 8ef9a4d | 2014-02-28 05:52:33 +0000 | [diff] [blame] | 705 | 2014-02-27 Benjamin Poulain <benjamin@webkit.org> |
| 706 | |
| 707 | Compile attribute value matching |
| 708 | https://bugs.webkit.org/show_bug.cgi?id=129228 |
| 709 | |
| 710 | Reviewed by Geoffrey Garen. |
| 711 | |
| 712 | * fast/selectors/case-insensitive-value-matching-expected.txt: Added. |
| 713 | * fast/selectors/case-insensitive-value-matching.html: Added. |
| 714 | Test the various cases that require more register than the common case. |
| 715 | |
| 716 | The values match Firefox behavior. |
| 717 | |
ap@apple.com | ce26964 | 2014-02-28 05:11:55 +0000 | [diff] [blame] | 718 | 2014-02-27 Alexey Proskuryakov <ap@apple.com> |
| 719 | |
| 720 | css3/compositing/isolation-isolate-blended-child.html fails |
| 721 | https://bugs.webkit.org/show_bug.cgi?id=129468 |
| 722 | |
| 723 | * platform/mac-wk2/TestExpectations: Marked as failing on OS X 10.8 Debug WK2. |
| 724 | Not sure if it's hardware related or dependent on confuguration in some other way. |
| 725 | |
pmolnar.u-szeged@partner.samsung.com | 2be5ab3 | 2014-02-28 02:32:32 +0000 | [diff] [blame] | 726 | 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com> |
| 727 | |
| 728 | Enable support of X-Content-Type-Options: nosniff header for EFL |
| 729 | https://bugs.webkit.org/show_bug.cgi?id=128673 |
| 730 | |
| 731 | Reviewed by Gyuyoung Kim. |
| 732 | |
| 733 | * http/tests/security/contentTypeOptions/nosniff-script-blocked-expected.txt: |
| 734 | * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: |
| 735 | Updated expectations as console output now includes line numbers. |
| 736 | * platform/efl/TestExpectations: |
| 737 | Unskipped http/tests/security/contentTypeOptions tests. |
| 738 | |
| 739 | |
timothy@apple.com | dd8f7ae | 2014-02-28 01:17:37 +0000 | [diff] [blame] | 740 | 2014-02-27 Timothy Hatcher <timothy@apple.com> |
| 741 | |
| 742 | Improve how ContentSearchUtilities::lineEndings works by supporting the three common line endings. |
| 743 | |
| 744 | https://bugs.webkit.org/show_bug.cgi?id=129458 |
| 745 | |
| 746 | Reviewed by Joseph Pecoraro. |
| 747 | |
| 748 | * inspector-protocol/debugger/resources/mac-linebreaks.js: Added. |
| 749 | * inspector-protocol/debugger/resources/mixed-linebreaks.js: Added. |
| 750 | * inspector-protocol/debugger/resources/unix-linebreaks.js: Added. |
| 751 | * inspector-protocol/debugger/resources/windows-linebreaks.js: Added. |
| 752 | * inspector-protocol/debugger/searchInContent-linebreaks-expected.txt: Added. |
| 753 | * inspector-protocol/debugger/searchInContent-linebreaks.html: Added. |
| 754 | |
bburg@apple.com | 066d3d4 | 2014-02-28 00:46:49 +0000 | [diff] [blame] | 755 | 2014-02-27 Brian Burg <bburg@apple.com> |
| 756 | |
| 757 | Unreviewed, update test expectations after r164830. |
| 758 | |
| 759 | Inspector test dom/dom-search-crash.html times out in release builds |
| 760 | https://bugs.webkit.org/show_bug.cgi?id=129462 |
| 761 | |
| 762 | Web Inspector model tests load wrong inspector page under WebKitTestRunner |
| 763 | https://bugs.webkit.org/show_bug.cgi?id=129460 |
| 764 | |
| 765 | * TestExpectations: Updating test expectations. |
| 766 | * platform/wk2/TestExpectations: Updating test expectations. |
| 767 | |
mmaxfield@apple.com | e701b35 | 2014-02-28 00:22:32 +0000 | [diff] [blame] | 768 | 2014-02-17 Myles C. Maxfield <mmaxfield@apple.com> |
| 769 | |
| 770 | text-decoration-skip: ink does not skip over SVG fonts |
| 771 | https://bugs.webkit.org/show_bug.cgi?id=128936 |
| 772 | |
| 773 | Reviewed by Darin Adler. |
| 774 | |
| 775 | This font simply draws some underlined text with a SVG font and makes sure the underline skips. |
| 776 | |
| 777 | * fast/css3-text/css3-text-decoration/text-decoration-skip/resources/Litherum.svg: Added. |
| 778 | * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-svg-expected.html: Added. |
| 779 | * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-svg.html: Added. |
| 780 | |
thiago.lacerda@openbossa.org | 2c9dbdd | 2014-02-27 23:58:28 +0000 | [diff] [blame] | 781 | 2014-02-27 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> |
| 782 | |
| 783 | [WebRTC] Removing MediaConstraints argument from RTCPeerConnection addStream, updateIce methods and constructor |
| 784 | https://bugs.webkit.org/show_bug.cgi?id=129449 |
| 785 | |
| 786 | Reviewed by Eric Carlson. |
| 787 | |
| 788 | According to WebRTC editor's draft, MediaConstraints will no longer be an argument of those methods and |
| 789 | constructor. |
| 790 | |
| 791 | * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt: |
| 792 | * fast/mediastream/RTCPeerConnection-AddRemoveStream.html: |
| 793 | * fast/mediastream/RTCPeerConnection-expected.txt: |
| 794 | * fast/mediastream/RTCPeerConnection.html: |
| 795 | |
bburg@apple.com | ad01ad7 | 2014-02-27 22:08:10 +0000 | [diff] [blame] | 796 | 2014-02-27 Brian Burg <bburg@apple.com> |
| 797 | |
| 798 | Web Inspector: model tests should use a special Test.html inspector page |
| 799 | https://bugs.webkit.org/show_bug.cgi?id=129190 |
| 800 | |
| 801 | Reviewed by Timothy Hatcher. |
| 802 | |
| 803 | Add a stripped-down version of the inspector test script that's used by |
| 804 | all inspector model tests. Clean up the namespaces so things accessible |
| 805 | from only the test page are part of the `InspectorTestProxy` object. |
| 806 | |
| 807 | Add a minimal test that exercises the initialization and communication code |
| 808 | paths on the test page and the inspector page. |
| 809 | |
| 810 | * http/tests/inspector-protocol/resources/InspectorTest.js: Add a FIXME. |
| 811 | * inspector/inspector-test.js: Added. |
| 812 | (InspectorTestProxy.register): |
| 813 | (runTest.initializeFrontend): |
| 814 | (runTest.runTestInFrontend): |
| 815 | (runTest): |
| 816 | (InspectorTestProxy.completeTest): |
| 817 | (InspectorTestProxy.debugLog): |
| 818 | (InspectorTestProxy.addResult): |
| 819 | (InspectorTestProxy.clearResults): |
| 820 | (InspectorTestProxy.reportUncaughtException): |
| 821 | * inspector/test-harness-trivially-works-expected.txt: Added. |
| 822 | * inspector/test-harness-trivially-works.html: Added. |
| 823 | |
krit@webkit.org | 159c1be | 2014-02-27 20:16:40 +0000 | [diff] [blame] | 824 | 2014-02-27 Dirk Schulze <krit@webkit.org> |
| 825 | |
| 826 | Transform more clip-path pixel tests to reference tests |
| 827 | https://bugs.webkit.org/show_bug.cgi?id=129230 |
| 828 | |
| 829 | Reviewed by Simon Fraser. |
| 830 | |
| 831 | Fix masking test. |
| 832 | |
| 833 | * svg/masking/mask-negative-scale.svg: |
| 834 | |
commit-queue@webkit.org | b471d14 | 2014-02-27 19:39:42 +0000 | [diff] [blame] | 835 | 2014-02-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com> |
| 836 | |
| 837 | Math.{max, min}() must not return after first NaN value |
| 838 | https://bugs.webkit.org/show_bug.cgi?id=104147 |
| 839 | |
| 840 | Reviewed by Oliver Hunt. |
| 841 | |
| 842 | Extended the Math.{max, min}() tests, to check that these methods are return after first NaN value or not. |
| 843 | |
| 844 | * js/math-expected.txt: |
| 845 | * js/script-tests/math.js: |
| 846 | |
cfleizach@apple.com | fe38fb4 | 2014-02-27 17:49:45 +0000 | [diff] [blame] | 847 | 2014-02-27 Chris Fleizach <cfleizach@apple.com> |
| 848 | |
| 849 | speechSynthesis.speak of a zero length utterance kills future speech |
| 850 | https://bugs.webkit.org/show_bug.cgi?id=129403 |
| 851 | |
| 852 | Reviewed by Mario Sanchez Prada. |
| 853 | |
| 854 | * platform/mac/fast/speechsynthesis/speech-synthesis-speak-empty-string-expected.txt: Added. |
| 855 | * platform/mac/fast/speechsynthesis/speech-synthesis-speak-empty-string.html: Added. |
| 856 | |
commit-queue@webkit.org | 64c10a1 | 2014-02-27 16:08:56 +0000 | [diff] [blame] | 857 | 2014-02-27 Commit Queue <commit-queue@webkit.org> |
| 858 | |
| 859 | Unreviewed, rolling out r164783. |
| 860 | http://trac.webkit.org/changeset/164783 |
| 861 | https://bugs.webkit.org/show_bug.cgi?id=129425 |
| 862 | |
| 863 | Broke number of multicol tests (Requested by anttik on |
| 864 | #webkit). |
| 865 | |
| 866 | * fast/css/crash-on-column-splitting-expected.txt: Removed. |
| 867 | * fast/css/crash-on-column-splitting.html: Removed. |
| 868 | |
graouts@webkit.org | 115de25 | 2014-02-27 15:52:28 +0000 | [diff] [blame] | 869 | 2014-02-27 Antoine Quint <graouts@webkit.org> |
| 870 | |
| 871 | Respect SVG fragment identifiers in <img> src attribute |
| 872 | https://bugs.webkit.org/show_bug.cgi?id=129387 |
| 873 | |
| 874 | Reviewed by Antti Koivisto. |
| 875 | |
| 876 | Test that we correctly handle the fragment identifier used in SVG URLs in <img> elements, |
| 877 | checking for correct srcset handling as well. |
| 878 | |
| 879 | * svg/css/resources/fragment-identifiers.svg: Added. |
| 880 | * svg/css/svg-resource-fragment-identifier-img-src-expected.html: Added. |
| 881 | * svg/css/svg-resource-fragment-identifier-img-src.html: Added. |
| 882 | |
commit-queue@webkit.org | d08d762 | 2014-02-27 13:15:25 +0000 | [diff] [blame] | 883 | 2014-02-27 Mihai Tica <mitica@adobe.com> |
| 884 | |
| 885 | [CSS Blending] Parse and implement the -webkit-isolation CSS property. |
| 886 | |
| 887 | https://bugs.webkit.org/show_bug.cgi?id=128958 |
| 888 | |
| 889 | Reviewed by Dirk Schulze. |
| 890 | |
| 891 | Test parsing of -webkit-isolation. Test if setting -webkit-isolation: isolate creats a stacking context. |
| 892 | Test for SVG and HTML that blending is restricted to the contents of an isolated parent element. |
| 893 | |
| 894 | * css3/compositing/isolation-isolate-blended-child-expected.html: Added. |
| 895 | * css3/compositing/isolation-isolate-blended-child.html: Added. |
| 896 | * css3/compositing/isolation-isolate-simple-expected.txt: Added. |
| 897 | * css3/compositing/isolation-parsing-expected.txt: Added. |
| 898 | * css3/compositing/isolation-parsing.html: Added. |
| 899 | * css3/compositing/svg-isolation-default-expected.html: Added. |
| 900 | * css3/compositing/svg-isolation-default.html: Added. |
| 901 | * css3/compositing/svg-isolation-isolated-group-expected.html: Added. |
| 902 | * css3/compositing/svg-isolation-isolated-group.html: Added. |
| 903 | * css3/compositing/svg-isolation-simple-expected.html: Added. |
| 904 | * css3/compositing/svg-isolation-simple.html: Added. |
| 905 | |
k.czech@samsung.com | 2608de9 | 2014-02-27 11:28:31 +0000 | [diff] [blame] | 906 | 2014-02-27 Krzysztof Czech <k.czech@samsung.com> |
| 907 | |
| 908 | [ATK] Utilize AtkTableCell to expose directly AccessibilityTableCell to AT |
| 909 | https://bugs.webkit.org/show_bug.cgi?id=129250 |
| 910 | |
| 911 | Reviewed by Mario Sanchez Prada. |
| 912 | |
| 913 | Sharing test with GTK/EFL. |
| 914 | |
| 915 | * accessibility/table-scope-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/table-scope-expected.txt. |
| 916 | * accessibility/table-scope.html: Renamed from LayoutTests/platform/mac/accessibility/table-scope.html. |
| 917 | * platform/win/TestExpectations: Skipping on windows, missing implementation. |
| 918 | |
reni@webkit.org | 3e7713a | 2014-02-27 10:17:22 +0000 | [diff] [blame] | 919 | 2014-02-27 Renata Hodovan <rhodovan.u-szeged@partner.samsung.com> |
| 920 | |
| 921 | Improving containing column block determination |
| 922 | https://bugs.webkit.org/show_bug.cgi?id=125449 |
| 923 | |
| 924 | Reviewed by Darin Adler. |
| 925 | |
| 926 | * fast/css/crash-on-column-splitting-expected.txt: Added. |
| 927 | * fast/css/crash-on-column-splitting.html: Added. |
| 928 | |
calvaris@igalia.com | 6e00bc1 | 2014-02-27 09:16:18 +0000 | [diff] [blame] | 929 | 2014-02-27 Xabier Rodriguez Calvar <calvaris@igalia.com> |
| 930 | |
| 931 | [GTK] Improve JavaScript multimedia controls |
| 932 | https://bugs.webkit.org/show_bug.cgi?id=129044 |
| 933 | |
| 934 | Reviewed by Jer Noble. |
| 935 | |
| 936 | * media/controls-without-preload.html: Fixed. |
| 937 | * platform/gtk/accessibility/media-controls-panel-title-expected.txt: |
| 938 | * platform/gtk/accessibility/media-controls-panel-title.html: |
| 939 | * platform/gtk/accessibility/media-emits-object-replacement-expected.txt: |
| 940 | * platform/gtk/media/video-volume-slider-expected.png: |
| 941 | * platform/gtk/media/video-volume-slider-expected.txt: |
| 942 | * platform/gtk/media/video-zoom-controls-expected.txt: Rebaseline. |
| 943 | |
rniwa@webkit.org | e759c85 | 2014-02-27 02:23:43 +0000 | [diff] [blame] | 944 | 2014-02-26 Ryosuke Niwa <rniwa@webkit.org> |
| 945 | |
| 946 | Indenting an indented image element resulted in an extra indentation |
| 947 | https://bugs.webkit.org/show_bug.cgi?id=129201 |
| 948 | |
| 949 | Reviewed by Enrica Casucci. |
| 950 | |
| 951 | Added a regression test. |
| 952 | |
| 953 | * editing/execCommand/indent-img-twice-expected.txt: Added. |
| 954 | * editing/execCommand/indent-img-twice.html: Added. |
| 955 | |
bjonesbe@adobe.com | 0051adc | 2014-02-26 21:27:10 +0000 | [diff] [blame] | 956 | 2014-02-26 Bem Jones-Bey <bjonesbe@adobe.com> |
| 957 | |
| 958 | [CSS Shapes] inset and inset-rectangle trigger assert with replaced element and large percentage dimension |
| 959 | https://bugs.webkit.org/show_bug.cgi?id=129060 |
| 960 | |
| 961 | Reviewed by Simon Fraser. |
| 962 | |
| 963 | * fast/shapes/shape-outside-floats/shape-outside-floats-img-inset-negative-width-crash-expected.txt: Added. |
| 964 | * fast/shapes/shape-outside-floats/shape-outside-floats-img-inset-negative-width-crash.html: Added. |
| 965 | * fast/shapes/shape-outside-floats/shape-outside-floats-img-inset-rectangle-negative-width-crash-expected.txt: Added. |
| 966 | * fast/shapes/shape-outside-floats/shape-outside-floats-img-inset-rectangle-negative-width-crash.html: Added. |
| 967 | |
mmaxfield@apple.com | b041937 | 2014-02-26 21:13:03 +0000 | [diff] [blame] | 968 | 2014-02-26 Myles C. Maxfield <mmaxfield@apple.com> |
| 969 | |
| 970 | Underlines are too thick when zoomed in |
| 971 | https://bugs.webkit.org/show_bug.cgi?id=129352 |
| 972 | |
| 973 | Reviewed by Dean Jackson. |
| 974 | |
| 975 | This test changes the page scale factor to a very large value, simulating |
| 976 | the user zooming in with a trackpad. It then positions the viewport |
| 977 | to a place where the underline should not be drawn. It then compares this |
| 978 | to a completely white page. |
| 979 | |
| 980 | This explanation cannot be in the test itself because the test sets the |
| 981 | scale factor too high for the tester to be able to read text. |
| 982 | |
| 983 | * fast/css3-text/css3-text-decoration/text-decoration-scaled-expected.html: Added. |
| 984 | * fast/css3-text/css3-text-decoration/text-decoration-scaled.html: Added. |
| 985 | |
oliver@apple.com | 0989d9b | 2014-02-26 20:40:46 +0000 | [diff] [blame] | 986 | 2014-02-26 Oliver Hunt <oliver@apple.com> |
| 987 | |
| 988 | Function.prototype.apply has a bad time with the spread operator |
| 989 | https://bugs.webkit.org/show_bug.cgi?id=129381 |
| 990 | |
| 991 | Reviewed by Mark Hahnenberg. |
| 992 | |
| 993 | Add tests |
| 994 | |
| 995 | * js/regress/call-spread-apply-expected.txt: Added. |
| 996 | * js/regress/call-spread-apply.html: Added. |
| 997 | * js/regress/script-tests/call-spread-apply.js: Added. |
| 998 | (testFunction): |
| 999 | (test2): |
| 1000 | (test3): |
| 1001 | |
joepeck@webkit.org | d5e7965 | 2014-02-26 19:34:34 +0000 | [diff] [blame] | 1002 | 2014-02-26 Joseph Pecoraro <pecoraro@apple.com> |
| 1003 | |
| 1004 | Web Inspector: Remove console.profiles from window.console API |
| 1005 | https://bugs.webkit.org/show_bug.cgi?id=116883 |
| 1006 | |
| 1007 | Reviewed by Timothy Hatcher. |
| 1008 | |
| 1009 | * fast/profiler/resources/profiler-test-JS-resources.js: |
| 1010 | (printHeavyProfilesDataWithoutTime): |
| 1011 | (printProfilesDataWithoutTime): |
| 1012 | |
svillar@igalia.com | 7c9ddc2 | 2014-02-26 18:00:41 +0000 | [diff] [blame] | 1013 | 2014-02-26 Sergio Villar Senin <svillar@igalia.com> |
| 1014 | |
| 1015 | [CSS Grid Layout] Check default getComputedStyle() return values for grid properties |
| 1016 | https://bugs.webkit.org/show_bug.cgi?id=129092 |
| 1017 | |
| 1018 | Reviewed by Darin Adler. |
| 1019 | |
| 1020 | Added checks for several CSS Grid Layout properties. According to |
| 1021 | the specs, the ones we have implemented so far should be all of |
| 1022 | them "auto" but grid-template-{rows|columns}, grid-auto-flow and |
| 1023 | grid-template-areas that should be "none" by default. |
| 1024 | |
| 1025 | * fast/css/getComputedStyle/computed-style-expected.txt: |
| 1026 | * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| 1027 | * fast/css/getComputedStyle/resources/property-names.js: |
| 1028 | * svg/css/getComputedStyle-basic-expected.txt: |
| 1029 | |
calvaris@igalia.com | 53ca547 | 2014-02-26 09:41:43 +0000 | [diff] [blame] | 1030 | 2014-02-26 Xabier Rodriguez Calvar <calvaris@igalia.com> |
| 1031 | |
| 1032 | [GTK] Regression when showing the captions menu |
| 1033 | https://bugs.webkit.org/show_bug.cgi?id=129106 |
| 1034 | |
| 1035 | Reviewed by Martin Robinson. |
| 1036 | |
| 1037 | Checked in an existing test that the menu is shown then the |
| 1038 | captions button is clicked. |
| 1039 | |
| 1040 | * media/trackmenu-test.js: |
| 1041 | (startTrackMenuTest): Deactivated animations |
| 1042 | * media/video-controls-captions-trackmenu.html: Added check for |
| 1043 | the regression we are testing. |
| 1044 | |
fred.wang@free.fr | 241436e | 2014-02-26 06:52:37 +0000 | [diff] [blame] | 1045 | 2014-02-25 Frédéric Wang <fred.wang@free.fr> |
| 1046 | |
| 1047 | Add support for minsize/maxsize attributes. |
| 1048 | https://bugs.webkit.org/show_bug.cgi?id=122567 |
| 1049 | |
| 1050 | Reviewed by Chris Fleizach. |
| 1051 | |
| 1052 | Add some reftests for the minsize/maxsize attributes of the mo element. |
| 1053 | |
| 1054 | * platform/mac/mathml/presentation/mo-stretch-expected.txt: |
| 1055 | * mathml/presentation/stretchy-minsize-maxsize-dynamic-expected.html: Added. |
| 1056 | * mathml/presentation/stretchy-minsize-maxsize-dynamic.html: Added. |
| 1057 | * mathml/presentation/stretchy-minsize-maxsize-expected.html: Added. |
| 1058 | * mathml/presentation/stretchy-minsize-maxsize.html: Added. |
| 1059 | |
commit-queue@webkit.org | a5b07df | 2014-02-26 02:50:20 +0000 | [diff] [blame] | 1060 | 2014-02-25 Joseph Pecoraro <pecoraro@apple.com> |
| 1061 | |
| 1062 | Web Inspector: Port some profiler tests to inspector-protocol |
| 1063 | https://bugs.webkit.org/show_bug.cgi?id=129353 |
| 1064 | |
| 1065 | Reviewed by Timothy Hatcher. |
| 1066 | |
| 1067 | * inspector-obsolete/profiler/cpu-profiler-parameterless-profile-end-crash-expected.txt: Removed. |
| 1068 | * inspector-obsolete/profiler/cpu-profiler-parameterless-profile-end-crash.html: Removed. |
| 1069 | * inspector-obsolete/profiler/cpu-profiler-profiling-without-inspector-expected.txt: Removed. |
| 1070 | * inspector-obsolete/profiler/cpu-profiler-profiling-without-inspector.html: Removed. |
| 1071 | * inspector-protocol/profiler/console-profile-expected.txt: Added. |
| 1072 | * inspector-protocol/profiler/console-profile.html: Added. |
| 1073 | * inspector-protocol/profiler/console-profileEnd-parameterless-expected.txt: Added. |
| 1074 | * inspector-protocol/profiler/console-profileEnd-parameterless.html: Added. |
| 1075 | |
samuel_white@apple.com | a7d6ff5 | 2014-02-26 01:27:55 +0000 | [diff] [blame] | 1076 | 2014-02-25 Samuel White <samuel_white@apple.com> |
| 1077 | |
| 1078 | Add accessibility search predicate support for AXOutlines |
| 1079 | https://bugs.webkit.org/show_bug.cgi?id=123748 |
| 1080 | |
| 1081 | Reviewed by Chris Fleizach. |
| 1082 | |
| 1083 | Updated test to validate support for AXOutlineSearchKey (elements with aria role=tree). |
| 1084 | |
| 1085 | * platform/mac/accessibility/search-predicate-expected.txt: |
| 1086 | * platform/mac/accessibility/search-predicate.html: |
| 1087 | |
lvidacs.u-szeged@partner.samsung.com | 3de87c9 | 2014-02-25 22:31:14 +0000 | [diff] [blame] | 1088 | 2014-02-25 Laszlo Vidacs <lvidacs.u-szeged@partner.samsung.com> |
| 1089 | |
| 1090 | display:table with padding and/or borders in border-box calculates height incorrectly |
| 1091 | https://bugs.webkit.org/show_bug.cgi?id=126576 |
| 1092 | |
| 1093 | Reviewed by David Hyatt. |
| 1094 | |
| 1095 | Based on blink issue https://codereview.chromium.org/25206002/ |
| 1096 | |
| 1097 | * fast/box-sizing/css-table-collapse-expected.txt: Added. |
| 1098 | * fast/box-sizing/css-table-collapse.html: Added. |
| 1099 | * fast/box-sizing/css-table-no-collapse-expected.txt: Added. |
| 1100 | * fast/box-sizing/css-table-no-collapse.html: Added. |
| 1101 | * fast/box-sizing/table-collapse-expected.txt: Added. |
| 1102 | * fast/box-sizing/table-collapse.html: Added. |
| 1103 | * fast/box-sizing/table-no-collapse-expected.txt: Added. |
| 1104 | * fast/box-sizing/table-no-collapse.html: Added. |
| 1105 | |
ap@apple.com | be99fd2 | 2014-02-25 21:24:24 +0000 | [diff] [blame] | 1106 | 2014-02-25 Alexey Proskuryakov <ap@apple.com> |
| 1107 | |
ap@apple.com | d295ad1 | 2014-02-25 21:37:49 +0000 | [diff] [blame] | 1108 | inspector-protocol/page/deny-X-FrameOption.html is very flaky |
| 1109 | https://bugs.webkit.org/show_bug.cgi?id=129331 |
| 1110 | |
| 1111 | * TestExpectations: Marking as such. |
| 1112 | |
| 1113 | 2014-02-25 Alexey Proskuryakov <ap@apple.com> |
| 1114 | |
ap@apple.com | be99fd2 | 2014-02-25 21:24:24 +0000 | [diff] [blame] | 1115 | REGRESSION: All inspector-protocol/model very frequently assert in IDBRequest::~IDBRequest |
| 1116 | https://bugs.webkit.org/show_bug.cgi?id=129328 |
| 1117 | |
| 1118 | inspector-protocol/indexeddb/basics.html fails |
| 1119 | https://bugs.webkit.org/show_bug.cgi?id=129327 |
| 1120 | |
| 1121 | * TestExpectations: Updating test expectations. |
| 1122 | |
commit-queue@webkit.org | 62570d9 | 2014-02-25 16:10:08 +0000 | [diff] [blame] | 1123 | 2014-02-25 Morten Stenshorne <mstensho@opera.com> |
| 1124 | |
| 1125 | [New Multicolumn] -webkit-column-break-inside:avoid doesn't work |
| 1126 | https://bugs.webkit.org/show_bug.cgi?id=129299 |
| 1127 | |
| 1128 | Reviewed by Andrei Bucur. |
| 1129 | |
| 1130 | * fast/multicol/newmulticol/avoid-column-break-inside-expected.html: Added. |
| 1131 | * fast/multicol/newmulticol/avoid-column-break-inside.html: Added. |
| 1132 | |
g.czajkowski@samsung.com | 18da289 | 2014-02-25 13:31:45 +0000 | [diff] [blame] | 1133 | 2014-02-25 Grzegorz Czajkowski <g.czajkowski@samsung.com> |
| 1134 | |
| 1135 | Refactoring inline_spelling_markers.html to use asynchronous spellchecking |
| 1136 | https://bugs.webkit.org/show_bug.cgi?id=127284 |
| 1137 | |
| 1138 | Reviewed by Ryosuke Niwa. |
| 1139 | |
| 1140 | Use asynchronous text checking in inline-spelling-markers.html and |
| 1141 | inline-spelling-markers-hidpi.html |
| 1142 | |
| 1143 | Rename the test to inline-spelling-markers.html to match the naming convention. |
| 1144 | |
| 1145 | * editing/spelling/inline-spelling-markers-expected.txt: Added. |
| 1146 | Make cross platform text expectation by dumping spelling/grammar markers |
| 1147 | instead of whole tree which in terms of spellchecking says nothing. |
| 1148 | |
| 1149 | * editing/spelling/inline-spelling-markers.html: Added. |
| 1150 | Remove unnecessary new lines from div elements so position of markers can be given from 0. |
| 1151 | Activate text checking by adding a word separator so WebKit starts performing spell and grammar |
| 1152 | checking. Selection change does not invoke grammar checking unless we start editing the input |
| 1153 | element's content. |
| 1154 | |
| 1155 | * platform/efl/editing/spelling/inline_spelling_markers-expected.png: Removed. |
| 1156 | * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Removed. |
| 1157 | * platform/gtk/editing/spelling/inline_spelling_markers-expected.png: Removed. |
| 1158 | * platform/gtk/editing/spelling/inline_spelling_markers-expected.txt: Removed. |
| 1159 | * platform/mac/editing/spelling/inline_spelling_markers-expected.png: Removed. |
| 1160 | * platform/mac/editing/spelling/inline_spelling_markers-expected.txt: Removed. |
| 1161 | Those are not needed as pixel tests don't introduce anything special here. |
| 1162 | Let's keep them in hidpi test only. |
| 1163 | |
| 1164 | * editing/spelling/inline-spelling-markers-hidpi-expected.txt: |
| 1165 | * editing/spelling/inline-spelling-markers-hidpi.html: |
| 1166 | Apply changes from inline-spelling-markers.html |
| 1167 | |
| 1168 | * platform/mac/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added. |
| 1169 | |
| 1170 | * platform/efl/editing/spelling/inline-spelling-markers-hidpi-expected.png: Removed. |
| 1171 | * platform/gtk/editing/spelling/inline-spelling-markers-hidpi-expected.png: Removed. |
| 1172 | Remove wrong baselines due to missing grammar markers. |
| 1173 | |
| 1174 | * platform/efl-wk2/TestExpectations: |
| 1175 | * platform/gtk/TestExpectations: |
| 1176 | Mark inline-spelling-markers.html and its hidpi version as failures |
| 1177 | since EFL and GTK do not implement grammar checking. |
| 1178 | |
| 1179 | * platform/mac-wk2/TestExpectations: |
| 1180 | * platform/win/TestExpectations: |
| 1181 | Mark inline-spelling-markers.html and its hidpi version as failures |
| 1182 | due to missing TextChecker::requestCheckingOfString() implementation. |
| 1183 | |
stavila@adobe.com | 1139f93 | 2014-02-25 10:33:26 +0000 | [diff] [blame] | 1184 | 2014-02-25 Radu Stavila <stavila@adobe.com> |
| 1185 | |
| 1186 | [CSS Regions] scrollIntoView for elements flowed into regions |
| 1187 | https://bugs.webkit.org/show_bug.cgi?id=129151 |
| 1188 | |
| 1189 | Reviewed by Mihnea Ovidenie. |
| 1190 | |
| 1191 | Added tests for scrollIntoView on elements flowed inside regions. |
| 1192 | |
| 1193 | * fast/regions/scroll-into-view-expected.html: Added. |
| 1194 | * fast/regions/scroll-into-view-relative-expected.html: Added. |
| 1195 | * fast/regions/scroll-into-view-relative.html: Added. |
| 1196 | * fast/regions/scroll-into-view.html: Added. |
| 1197 | |
commit-queue@webkit.org | 2d93dad9 | 2014-02-25 10:16:04 +0000 | [diff] [blame] | 1198 | 2014-02-25 Mihai Tica <mitica@adobe.com> |
| 1199 | |
| 1200 | [CSS Blending] -webkit-mix-blend-mode should force transform-style: flat. |
| 1201 | https://bugs.webkit.org/show_bug.cgi?id=126158 |
| 1202 | |
| 1203 | Reviewed by Mihnea Ovidenie. |
| 1204 | |
| 1205 | For an element with -webkit-mix-blend-mode, test that the value of -webkit-transform-style computes to flat. |
| 1206 | |
| 1207 | * css3/compositing/blend-mode-transform-style-expected.txt: Added. |
| 1208 | * css3/compositing/blend-mode-transform-style.html: Added. |
| 1209 | |
cfleizach@apple.com | 72fa80c | 2014-02-25 08:08:17 +0000 | [diff] [blame] | 1210 | 2014-02-24 Chris Fleizach <cfleizach@apple.com> |
| 1211 | |
| 1212 | AX: Support abbr, acronym |
| 1213 | https://bugs.webkit.org/show_bug.cgi?id=128860 |
| 1214 | |
| 1215 | Reviewed by Mario Sanchez Prada. |
| 1216 | |
| 1217 | * platform/mac/accessibility/abbr-acronym-tags-expected.txt: Added. |
| 1218 | * platform/mac/accessibility/abbr-acronym-tags.html: Added. |
| 1219 | |
oliver@apple.com | 2f5c83b | 2014-02-25 06:59:38 +0000 | [diff] [blame] | 1220 | 2014-02-24 Oliver Hunt <oliver@apple.com> |
| 1221 | |
| 1222 | Spread operator has a bad time when applied to call function |
| 1223 | https://bugs.webkit.org/show_bug.cgi?id=128853 |
| 1224 | |
| 1225 | Reviewed by Geoffrey Garen. |
| 1226 | |
| 1227 | Test case all the things! |
| 1228 | |
| 1229 | * js/regress/call-spread-call-expected.txt: Added. |
| 1230 | * js/regress/call-spread-call.html: Added. |
| 1231 | * js/regress/script-tests/call-spread-call.js: Added. |
| 1232 | (testFunction): |
| 1233 | (test2): |
| 1234 | (test3): |
| 1235 | |
fpizlo@apple.com | 4321952 | 2014-02-25 02:02:50 +0000 | [diff] [blame] | 1236 | 2014-02-24 Filip Pizlo <fpizlo@apple.com> |
| 1237 | |
| 1238 | FTL should do polymorphic PutById inlining |
| 1239 | https://bugs.webkit.org/show_bug.cgi?id=129210 |
| 1240 | |
| 1241 | Reviewed by Mark Hahnenberg and Oliver Hunt. |
| 1242 | |
| 1243 | Add a microbenchmark for polymorphic PutById. |
| 1244 | |
| 1245 | * js/regress/polymorphic-put-by-id-expected.txt: Added. |
| 1246 | * js/regress/polymorphic-put-by-id.html: Added. |
| 1247 | * js/regress/script-tests/polymorphic-put-by-id.js: Added. |
| 1248 | (foo): |
| 1249 | |
samuel_white@apple.com | 6566a1e | 2014-02-25 00:08:50 +0000 | [diff] [blame] | 1250 | 2014-02-24 Samuel White <samuel_white@apple.com> |
| 1251 | |
samuel_white@apple.com | 698f2b9 | 2014-02-25 00:29:28 +0000 | [diff] [blame] | 1252 | AX: AccessibilityObject::findMatchingObjects should never include 'this' in results. |
| 1253 | https://bugs.webkit.org/show_bug.cgi?id=129243 |
| 1254 | |
| 1255 | Reviewed by Chris Fleizach. |
| 1256 | |
| 1257 | Added test to ensure that the container you are searching in can never be a search result. |
| 1258 | |
| 1259 | * platform/mac/accessibility/search-predicate-container-not-included-expected.txt: Added. |
| 1260 | * platform/mac/accessibility/search-predicate-container-not-included.html: Added. |
| 1261 | |
| 1262 | 2014-02-24 Samuel White <samuel_white@apple.com> |
| 1263 | |
samuel_white@apple.com | 6566a1e | 2014-02-25 00:08:50 +0000 | [diff] [blame] | 1264 | AX: findMatchingObjects backwards start position inconsistent with forwards start position when startObject == nullptr. |
| 1265 | https://bugs.webkit.org/show_bug.cgi?id=129266 |
| 1266 | |
| 1267 | Reviewed by Chris Fleizach. |
| 1268 | |
| 1269 | Added test to ensure that searching backward & forward without a start object produces similar |
| 1270 | results. Backward will begin from the end of the container and forward will begin from the start. |
| 1271 | |
| 1272 | * platform/mac/accessibility/search-predicate-start-not-specified-expected.txt: Added. |
| 1273 | * platform/mac/accessibility/search-predicate-start-not-specified.html: Added. |
| 1274 | |
zoltan@webkit.org | 3345f05 | 2014-02-24 23:10:32 +0000 | [diff] [blame] | 1275 | 2014-02-24 Zoltan Horvath <zoltan@webkit.org> |
| 1276 | |
| 1277 | [CSS Shapes] Adjust lineTop position to the next available wrapping location at shape-outsides |
| 1278 | https://bugs.webkit.org/show_bug.cgi?id=128693 |
| 1279 | |
| 1280 | Reviewed by David Hyatt. |
| 1281 | |
| 1282 | * fast/shapes/shape-outside-floats/shape-outside-floats-linetop-adjustment-expected.html: Added. |
| 1283 | * fast/shapes/shape-outside-floats/shape-outside-floats-linetop-adjustment.html: Added. |
| 1284 | |
commit-queue@webkit.org | b276c4c | 2014-02-24 22:29:20 +0000 | [diff] [blame] | 1285 | 2014-02-24 Javier Fernandez <jfernandez@igalia.com> |
| 1286 | |
| 1287 | [CSS Grid Layout] handle undefined RemainingSpace in computeUsedBreadthOfGridTracks algorithm |
| 1288 | https://bugs.webkit.org/show_bug.cgi?id=128372 |
| 1289 | |
| 1290 | Reviewed by David Hyatt. |
| 1291 | |
| 1292 | From Blink r165692 by <svillar@igalia.com> |
| 1293 | |
| 1294 | Adapt tests to consider also cases for undefined RemainingSpace. |
| 1295 | |
| 1296 | * fast/css-grid-layout/flex-and-minmax-content-resolution-rows-expected.txt: |
| 1297 | * fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html: |
| 1298 | * fast/css-grid-layout/flex-content-resolution-rows-expected.txt: |
| 1299 | * fast/css-grid-layout/flex-content-resolution-rows.html: |
| 1300 | * fast/css-grid-layout/grid-auto-columns-rows-update-expected.txt: |
| 1301 | * fast/css-grid-layout/grid-auto-columns-rows-update.html: |
| 1302 | * fast/css-grid-layout/grid-dynamic-updates-relayout-expected.txt: |
| 1303 | * fast/css-grid-layout/grid-dynamic-updates-relayout.html: |
| 1304 | * fast/css-grid-layout/grid-item-addition-track-breadth-update-expected.txt: |
| 1305 | * fast/css-grid-layout/grid-item-addition-track-breadth-update.html: |
| 1306 | * fast/css-grid-layout/grid-item-multiple-minmax-content-resolution-expected.txt: |
| 1307 | * fast/css-grid-layout/grid-item-multiple-minmax-content-resolution.html: |
| 1308 | * fast/css-grid-layout/grid-item-removal-track-breadth-update-expected.txt: |
| 1309 | * fast/css-grid-layout/grid-item-removal-track-breadth-update.html: |
| 1310 | * fast/css-grid-layout/grid-item-with-percent-height-in-auto-height-grid-resolution-expected.txt: |
| 1311 | * fast/css-grid-layout/grid-item-with-percent-height-in-auto-height-grid-resolution.html: |
| 1312 | * fast/css-grid-layout/implicit-position-dynamic-change-expected.txt: |
| 1313 | * fast/css-grid-layout/implicit-position-dynamic-change.html: |
| 1314 | * fast/css-grid-layout/minmax-max-content-resolution-rows-expected.txt: |
| 1315 | * fast/css-grid-layout/minmax-max-content-resolution-rows.html: |
| 1316 | * fast/css-grid-layout/minmax-min-content-column-resolution-rows-expected.txt: |
| 1317 | * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html: |
| 1318 | * fast/css-grid-layout/minmax-spanning-resolution-rows-expected.txt: |
| 1319 | * fast/css-grid-layout/minmax-spanning-resolution-rows.html: |
| 1320 | |
thiago.lacerda@openbossa.org | 67f9eed | 2014-02-24 21:00:36 +0000 | [diff] [blame] | 1321 | 2014-02-24 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> |
| 1322 | |
| 1323 | [WebRTC] Validating RTCConfiguration according to the spec |
| 1324 | https://bugs.webkit.org/show_bug.cgi?id=129182 |
| 1325 | |
| 1326 | Reviewed by Eric Carlson. |
| 1327 | |
| 1328 | Spec states that: |
| 1329 | - iceServers should not be an empty list |
| 1330 | - the entry in the configuration dictionary is "urls", instead of "url" |
| 1331 | - urls can be either a list or a string |
| 1332 | Fixing all that in RTCConfiguration validation when creating a RTCPeerConnection |
| 1333 | |
| 1334 | * fast/mediastream/RTCPeerConnection-AddRemoveStream.html: |
| 1335 | * fast/mediastream/RTCPeerConnection-createAnswer.html: |
| 1336 | * fast/mediastream/RTCPeerConnection-createOffer.html: |
| 1337 | * fast/mediastream/RTCPeerConnection-datachannel.html: |
| 1338 | * fast/mediastream/RTCPeerConnection-dtmf.html: |
| 1339 | * fast/mediastream/RTCPeerConnection-events.html: |
| 1340 | * fast/mediastream/RTCPeerConnection-expected.txt: |
| 1341 | * fast/mediastream/RTCPeerConnection-have-local-answer.html: |
| 1342 | * fast/mediastream/RTCPeerConnection-have-local-offer.html: |
| 1343 | * fast/mediastream/RTCPeerConnection-have-local-pranswer.html: |
| 1344 | * fast/mediastream/RTCPeerConnection-have-remote-offer.html: |
| 1345 | * fast/mediastream/RTCPeerConnection-have-remote-pranswer.html: |
| 1346 | * fast/mediastream/RTCPeerConnection-ice-expected.txt: |
| 1347 | * fast/mediastream/RTCPeerConnection-ice.html: |
| 1348 | * fast/mediastream/RTCPeerConnection-localDescription.html: |
| 1349 | * fast/mediastream/RTCPeerConnection-onnegotiationneeded.html: |
| 1350 | * fast/mediastream/RTCPeerConnection-remoteDescription.html: |
| 1351 | * fast/mediastream/RTCPeerConnection-stable.html: |
| 1352 | * fast/mediastream/RTCPeerConnection-state-expected.txt: |
| 1353 | * fast/mediastream/RTCPeerConnection-state.html: |
| 1354 | * fast/mediastream/RTCPeerConnection-stats-expected.txt: |
| 1355 | * fast/mediastream/RTCPeerConnection-stats.html: |
| 1356 | * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt: |
| 1357 | * fast/mediastream/RTCPeerConnection-statsSelector.html: |
| 1358 | * fast/mediastream/RTCPeerConnection.html: |
| 1359 | |
stavila@adobe.com | 6bff07e | 2014-02-24 20:51:05 +0000 | [diff] [blame] | 1360 | 2014-02-24 Radu Stavila <stavila@adobe.com> |
| 1361 | |
| 1362 | [CSS Regions] Relative positioned elements overflowing the region do not get painted into the next tile |
| 1363 | https://bugs.webkit.org/show_bug.cgi?id=129254 |
| 1364 | |
| 1365 | Reviewed by Antti Koivisto. |
| 1366 | |
| 1367 | Added test for the painting across tiles of relative positioned elements flowed into regions. |
| 1368 | |
| 1369 | * fast/regions/content-relative-next-tile-expected.html: Added. |
| 1370 | * fast/regions/content-relative-next-tile.html: Added. |
| 1371 | |
krit@webkit.org | 489a8ca | 2014-02-24 18:32:52 +0000 | [diff] [blame] | 1372 | 2014-02-24 Dirk Schulze <krit@webkit.org> |
| 1373 | |
| 1374 | Transform more clip-path pixel tests to reference tests |
| 1375 | https://bugs.webkit.org/show_bug.cgi?id=129230 |
| 1376 | |
| 1377 | Reviewed by Andreas Kling. |
| 1378 | |
krit@webkit.org | d06674c | 2014-02-24 18:34:51 +0000 | [diff] [blame] | 1379 | * svg/clip-path/clip-path-content-use-007-expected.svg: Added. |
| 1380 | * svg/clip-path/clip-path-content-use-007.svg: Added. |
| 1381 | * svg/clip-path/clip-path-css-transform-003-expected.svg: Added. |
| 1382 | * svg/clip-path/clip-path-css-transform-003.svg: Added. |
| 1383 | * svg/clip-path/clip-path-css-transform-004-expected.svg: Added. |
| 1384 | * svg/clip-path/clip-path-css-transform-004.svg: Added. |
| 1385 | * svg/clip-path/clip-path-document-change-assert-expected.txt: Renamed from LayoutTests/svg/custom/clip-path-document-change-assert-expected.txt. |
| 1386 | * svg/clip-path/clip-path-document-change-assert.html: Renamed from LayoutTests/svg/custom/clip-path-document-change-assert.html. |
| 1387 | * svg/clip-path/clip-path-dom-child-changes-expected.svg: Added. |
| 1388 | * svg/clip-path/clip-path-dom-child-changes.svg: Added. |
| 1389 | * svg/clip-path/clip-path-dom-clippathunits-expected.svg: Added. |
| 1390 | * svg/clip-path/clip-path-dom-clippathunits.svg: Added. |
| 1391 | * svg/clip-path/clip-path-dom-href-expected.svg: Added. |
| 1392 | * svg/clip-path/clip-path-dom-href.svg: Added. |
| 1393 | * svg/clip-path/clip-path-dom-id-expected.svg: Added. |
| 1394 | * svg/clip-path/clip-path-dom-id.svg: Added. |
| 1395 | * svg/clip-path/clip-path-negative-scale-expected.svg: Added. |
| 1396 | * svg/clip-path/clip-path-negative-scale.svg: Added. |
| 1397 | * svg/clip-path/clip-path-no-content-004-expected.svg: Added. |
| 1398 | * svg/clip-path/clip-path-no-content-004.svg: Added. |
| 1399 | * svg/clip-path/clip-path-on-marker-001-expected.svg: Added. |
| 1400 | * svg/clip-path/clip-path-on-marker-001.svg: Added. |
| 1401 | * svg/clip-path/clip-path-on-marker-002-expected.svg: Added. |
| 1402 | * svg/clip-path/clip-path-on-marker-002.svg: Added. |
| 1403 | * svg/clip-path/clip-path-on-marker-003-expected.svg: Added. |
| 1404 | * svg/clip-path/clip-path-on-marker-003.svg: Added. |
| 1405 | * svg/clip-path/clip-path-recursion-001-expected.svg: Renamed from LayoutTests/svg/custom/circular-clip-path-references-crash-expected.svg. |
| 1406 | * svg/clip-path/clip-path-recursion-001.svg: Renamed from LayoutTests/svg/custom/circular-clip-path-references-crash.svg. |
| 1407 | * svg/clip-path/clip-path-recursion-002-expected.svg: Added. |
| 1408 | * svg/clip-path/clip-path-recursion-002.svg: Added. |
| 1409 | * svg/clip-path/clip-path-shape-stroke-expected.svg: |
| 1410 | * svg/clip-path/clip-path-with-transform-expected.svg: Added. |
| 1411 | * svg/clip-path/clip-path-with-transform.svg: Added. |
| 1412 | * svg/clip-path/mask-nested-clip-path-010-expected.svg: Renamed from LayoutTests/svg/custom/clamped-masking-clipping-expected.svg. |
| 1413 | * svg/clip-path/mask-nested-clip-path-010.svg: Renamed from LayoutTests/svg/custom/clamped-masking-clipping.svg. |
| 1414 | * svg/custom/clip-mask-negative-scale-expected.txt: Removed. |
| 1415 | * svg/custom/clip-mask-negative-scale.svg: Removed. |
| 1416 | * svg/custom/clip-path-child-changes-expected.txt: Removed. |
| 1417 | * svg/custom/clip-path-child-changes.svg: Removed. |
| 1418 | * svg/custom/clip-path-href-changes-expected.txt: Removed. |
| 1419 | * svg/custom/clip-path-href-changes.svg: Removed. |
| 1420 | * svg/custom/clip-path-id-changes-expected.txt: Removed. |
| 1421 | * svg/custom/clip-path-id-changes.svg: Removed. |
| 1422 | * svg/custom/clip-path-referencing-use.svg: Removed. |
| 1423 | * svg/custom/clip-path-referencing-use2.svg: Removed. |
| 1424 | * svg/custom/clip-path-units-changes-expected.txt: Removed. |
| 1425 | * svg/custom/clip-path-units-changes.svg: Removed. |
| 1426 | * svg/custom/clip-path-with-css-transform-1-expected.txt: Removed. |
| 1427 | * svg/custom/clip-path-with-css-transform-1.svg: Removed. |
| 1428 | * svg/custom/clip-path-with-css-transform-2-expected.txt: Removed. |
| 1429 | * svg/custom/clip-path-with-css-transform-2.svg: Removed. |
| 1430 | * svg/custom/clip-path-with-transform-expected.txt: Removed. |
| 1431 | * svg/custom/clip-path-with-transform.svg: Removed. |
| 1432 | * svg/custom/empty-clip-path.svg: Removed. |
| 1433 | * svg/custom/recursive-clippath.svg: Removed. |
| 1434 | * svg/masking/mask-negative-scale.svg: Added. |
| 1435 | * svg/masking/mast-negative-scale-expected.svg: Added. |
| 1436 | |
| 1437 | 2014-02-24 Dirk Schulze <krit@webkit.org> |
| 1438 | |
| 1439 | Transform more clip-path pixel tests to reference tests |
| 1440 | https://bugs.webkit.org/show_bug.cgi?id=129230 |
| 1441 | |
| 1442 | Reviewed by Andreas Kling. |
| 1443 | |
krit@webkit.org | 489a8ca | 2014-02-24 18:32:52 +0000 | [diff] [blame] | 1444 | Remove unnecessary pixel test results. |
| 1445 | |
| 1446 | * platform/efl/svg/custom/clip-mask-negative-scale-expected.png: Removed. |
| 1447 | * platform/gtk/svg/custom/clip-mask-negative-scale-expected.png: Removed. |
| 1448 | * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed. |
| 1449 | * platform/gtk/svg/custom/clip-path-child-changes-expected.png: Removed. |
| 1450 | * platform/gtk/svg/custom/clip-path-href-changes-expected.png: Removed. |
| 1451 | * platform/gtk/svg/custom/clip-path-id-changes-expected.png: Removed. |
| 1452 | * platform/gtk/svg/custom/clip-path-referencing-use-expected.png: Removed. |
| 1453 | * platform/gtk/svg/custom/clip-path-referencing-use-expected.txt: Removed. |
| 1454 | * platform/gtk/svg/custom/clip-path-referencing-use2-expected.png: Removed. |
| 1455 | * platform/gtk/svg/custom/clip-path-referencing-use2-expected.txt: Removed. |
| 1456 | * platform/gtk/svg/custom/clip-path-units-changes-expected.png: Removed. |
| 1457 | * platform/gtk/svg/custom/clip-path-with-css-transform-1-expected.png: Removed. |
| 1458 | * platform/gtk/svg/custom/clip-path-with-css-transform-2-expected.png: Removed. |
| 1459 | * platform/gtk/svg/custom/clip-path-with-transform-expected.png: Removed. |
| 1460 | * platform/gtk/svg/custom/empty-clip-path-expected.png: Removed. |
| 1461 | * platform/gtk/svg/custom/empty-clip-path-expected.txt: Removed. |
| 1462 | * platform/gtk/svg/custom/recursive-clippath-expected.png: Removed. |
| 1463 | * platform/gtk/svg/custom/recursive-clippath-expected.txt: Removed. |
| 1464 | * platform/mac/svg/custom/clip-mask-negative-scale-expected.png: Removed. |
| 1465 | * platform/mac/svg/custom/clip-path-child-changes-expected.png: Removed. |
| 1466 | * platform/mac/svg/custom/clip-path-display-none-child-expected.png: Removed. |
| 1467 | * platform/mac/svg/custom/clip-path-display-none-child-expected.txt: Removed. |
| 1468 | * platform/mac/svg/custom/clip-path-href-changes-expected.png: Removed. |
| 1469 | * platform/mac/svg/custom/clip-path-id-changes-expected.png: Removed. |
| 1470 | * platform/mac/svg/custom/clip-path-referencing-use-expected.png: Removed. |
| 1471 | * platform/mac/svg/custom/clip-path-referencing-use-expected.txt: Removed. |
| 1472 | * platform/mac/svg/custom/clip-path-referencing-use2-expected.png: Removed. |
| 1473 | * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: Removed. |
| 1474 | * platform/mac/svg/custom/clip-path-units-changes-expected.png: Removed. |
| 1475 | * platform/mac/svg/custom/clip-path-with-css-transform-1-expected.png: Removed. |
| 1476 | * platform/mac/svg/custom/clip-path-with-css-transform-2-expected.png: Removed. |
| 1477 | * platform/mac/svg/custom/clip-path-with-transform-expected.png: Removed. |
| 1478 | * platform/mac/svg/custom/empty-clip-path-expected.png: Removed. |
| 1479 | * platform/mac/svg/custom/empty-clip-path-expected.txt: Removed. |
| 1480 | * platform/mac/svg/custom/recursive-clippath-expected.png: Removed. |
| 1481 | * platform/mac/svg/custom/recursive-clippath-expected.txt: Removed. |
| 1482 | |
commit-queue@webkit.org | 6a24027 | 2014-02-24 10:02:10 +0000 | [diff] [blame] | 1483 | 2014-02-24 Mihai Tica <mitica@adobe.com> |
| 1484 | |
| 1485 | [CSS Blending] An element having -webkit-mix-blend-mode should only blend with the contents of the parent stacking context |
| 1486 | https://bugs.webkit.org/show_bug.cgi?id=129154 |
| 1487 | |
| 1488 | Reviewed by Dean Jackson. |
| 1489 | |
| 1490 | Test that isolation is performed for blending, in other words, an element having -webkit-mix-blend-mode is blending with the |
| 1491 | contents of the parent stacking context, but not with any of the underlying content. |
| 1492 | |
| 1493 | * css3/compositing/blend-mode-isolated-group-1.html: Added. |
| 1494 | * css3/compositing/blend-mode-isolated-group-2.html: Added. |
| 1495 | * css3/compositing/blend-mode-isolated-group-3.html: Added. |
| 1496 | * platform/mac/css3/compositing/blend-mode-isolated-group-1-expected.png: Added. |
| 1497 | * platform/mac/css3/compositing/blend-mode-isolated-group-1-expected.txt: Added. |
| 1498 | * platform/mac/css3/compositing/blend-mode-isolated-group-2-expected.png: Added. |
| 1499 | * platform/mac/css3/compositing/blend-mode-isolated-group-2-expected.txt: Added. |
| 1500 | * platform/mac/css3/compositing/blend-mode-isolated-group-3-expected.png: Added. |
| 1501 | * platform/mac/css3/compositing/blend-mode-isolated-group-3-expected.txt: Added. |
| 1502 | |
k.czech@samsung.com | 758fdc0 | 2014-02-24 09:31:12 +0000 | [diff] [blame] | 1503 | 2014-02-24 Krzysztof Czech <k.czech@samsung.com> |
| 1504 | |
| 1505 | [ATK] Wrong selected element at a given index in a list box. |
| 1506 | https://bugs.webkit.org/show_bug.cgi?id=129039 |
| 1507 | |
| 1508 | Reviewed by Chris Fleizach. |
| 1509 | |
| 1510 | Proposed test that checks whether correct element at a given index is retrieved. |
| 1511 | Also testing some other scenarios such as removing selection from rows, counting all |
| 1512 | selected rows and setting selection. |
| 1513 | |
| 1514 | * accessibility/select-element-at-index-expected.txt: Added. |
| 1515 | * accessibility/select-element-at-index.html: Added. |
| 1516 | * platform/mac/TestExpectations: Skipping test in Mac, missing implementation. |
| 1517 | |
dino@apple.com | 94f5c00 | 2014-02-24 02:11:36 +0000 | [diff] [blame] | 1518 | 2014-02-23 Dean Jackson <dino@apple.com> |
| 1519 | |
| 1520 | [WebGL] Allow ANGLE to initialize unused varyings |
| 1521 | https://bugs.webkit.org/show_bug.cgi?id=129240 |
| 1522 | <rdar://problem/15203342> |
| 1523 | |
| 1524 | Reviewed by Sam Weinig. |
| 1525 | |
| 1526 | Unskip conformance/glsl/misc/shaders-with-varyings.html. |
| 1527 | |
| 1528 | * platform/mac/TestExpectations: |
| 1529 | |
ap@apple.com | c6ddb1f | 2014-02-22 18:10:37 +0000 | [diff] [blame] | 1530 | 2014-02-22 Alexey Proskuryakov <ap@apple.com> |
| 1531 | |
| 1532 | Rename JWK key_ops values from wrap/unwrap to wrapKey/unwrapKey |
| 1533 | https://bugs.webkit.org/show_bug.cgi?id=129121 |
| 1534 | |
| 1535 | Reviewed by Sam Weinig. |
| 1536 | |
| 1537 | * crypto/subtle/aes-export-key-expected.txt: |
| 1538 | * crypto/subtle/aes-export-key.html: |
| 1539 | * crypto/subtle/jwk-export-use-values-expected.txt: |
| 1540 | * crypto/subtle/jwk-export-use-values.html: |
| 1541 | * crypto/subtle/jwk-import-use-values-expected.txt: |
| 1542 | * crypto/subtle/jwk-import-use-values.html: |
| 1543 | * crypto/subtle/rsa-oaep-key-manipulation-expected.txt: |
| 1544 | * crypto/subtle/rsa-oaep-key-manipulation.html: |
| 1545 | |
timothy@apple.com | f7f8655 | 2014-02-22 16:06:41 +0000 | [diff] [blame] | 1546 | 2014-02-21 Timothy Hatcher <timothy@apple.com> |
| 1547 | |
| 1548 | Add inspection user interface for IndexedDB. |
| 1549 | |
| 1550 | https://bugs.webkit.org/show_bug.cgi?id=129162 |
| 1551 | |
| 1552 | Reviewed by Joseph Pecoraro. |
| 1553 | |
| 1554 | * http/tests/inspector-protocol/resources/InspectorTest.js: |
| 1555 | (InspectorTest.initializeInspectorModels): Add IndexedDatabase models and StorageManager. |
| 1556 | * inspector-protocol/indexeddb/basics-expected.txt: Added. |
| 1557 | * inspector-protocol/indexeddb/basics.html: Added. |
| 1558 | |
krit@webkit.org | 0828842 | 2014-02-22 13:58:51 +0000 | [diff] [blame] | 1559 | 2014-02-21 Dirk Schulze <krit@webkit.org> |
| 1560 | |
| 1561 | Replace svg/clip-path pixel tests by reference tests |
| 1562 | https://bugs.webkit.org/show_bug.cgi?id=129177 |
| 1563 | |
| 1564 | Rubber-stamped by Ryosuke Niwa. |
| 1565 | |
| 1566 | This patch removes all pixel tests. |
| 1567 | |
| 1568 | * platform/efl/svg/clip-path/clip-in-mask-expected.png: Removed. |
| 1569 | * platform/efl/svg/clip-path/clip-path-childs-clipped-expected.png: Removed. |
| 1570 | * platform/efl/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed. |
| 1571 | * platform/efl/svg/clip-path/clip-path-clipped-expected.png: Removed. |
| 1572 | * platform/efl/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed. |
| 1573 | * platform/efl/svg/clip-path/clip-path-css-transform-1-expected.png: Removed. |
| 1574 | * platform/efl/svg/clip-path/clip-path-css-transform-2-expected.png: Removed. |
| 1575 | * platform/efl/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed. |
| 1576 | * platform/efl/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed. |
| 1577 | * platform/efl/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed. |
| 1578 | * platform/efl/svg/clip-path/clip-path-on-g-expected.png: Removed. |
| 1579 | * platform/efl/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed. |
| 1580 | * platform/efl/svg/clip-path/clip-path-on-svg-expected.png: Removed. |
| 1581 | * platform/efl/svg/clip-path/clip-path-pixelation-expected.png: Removed. |
| 1582 | * platform/efl/svg/clip-path/clip-path-text-and-stroke-expected.png: Removed. |
| 1583 | * platform/efl/svg/clip-path/clip-path-text-expected.png: Removed. |
| 1584 | * platform/efl/svg/clip-path/clip-path-transform-2-expected.png: Removed. |
| 1585 | * platform/efl/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Removed. |
| 1586 | * platform/efl/svg/clip-path/clip-path-use-as-child-expected.png: Removed. |
| 1587 | * platform/efl/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed. |
| 1588 | * platform/efl/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Removed. |
| 1589 | * platform/efl/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed. |
| 1590 | * platform/efl/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed. |
| 1591 | * platform/efl/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed. |
| 1592 | * platform/efl/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Removed. |
| 1593 | * platform/efl/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Removed. |
| 1594 | * platform/efl/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Removed. |
| 1595 | * platform/gtk/svg/clip-path/clip-in-mask-expected.png: Removed. |
| 1596 | * platform/gtk/svg/clip-path/clip-path-child-clipped-expected.png: Removed. |
| 1597 | * platform/gtk/svg/clip-path/clip-path-childs-clipped-expected.png: Removed. |
| 1598 | * platform/gtk/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed. |
| 1599 | * platform/gtk/svg/clip-path/clip-path-clipped-expected.png: Removed. |
| 1600 | * platform/gtk/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed. |
| 1601 | * platform/gtk/svg/clip-path/clip-path-css-transform-1-expected.png: Removed. |
| 1602 | * platform/gtk/svg/clip-path/clip-path-css-transform-2-expected.png: Removed. |
| 1603 | * platform/gtk/svg/clip-path/clip-path-evenodd-expected.png: Removed. |
| 1604 | * platform/gtk/svg/clip-path/clip-path-evenodd-nonzero-expected.png: Removed. |
| 1605 | * platform/gtk/svg/clip-path/clip-path-nonzero-evenodd-expected.png: Removed. |
| 1606 | * platform/gtk/svg/clip-path/clip-path-nonzero-expected.png: Removed. |
| 1607 | * platform/gtk/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed. |
| 1608 | * platform/gtk/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed. |
| 1609 | * platform/gtk/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed. |
| 1610 | * platform/gtk/svg/clip-path/clip-path-on-g-expected.png: Removed. |
| 1611 | * platform/gtk/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed. |
| 1612 | * platform/gtk/svg/clip-path/clip-path-on-svg-expected.png: Removed. |
| 1613 | * platform/gtk/svg/clip-path/clip-path-pixelation-expected.png: Removed. |
| 1614 | * platform/gtk/svg/clip-path/clip-path-text-and-shape-expected.png: Removed. |
| 1615 | * platform/gtk/svg/clip-path/clip-path-text-and-stroke-expected.png: Removed. |
| 1616 | * platform/gtk/svg/clip-path/clip-path-text-expected.png: Removed. |
| 1617 | * platform/gtk/svg/clip-path/clip-path-transform-2-expected.png: Removed. |
| 1618 | * platform/gtk/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Removed. |
| 1619 | * platform/gtk/svg/clip-path/clip-path-use-as-child-expected.png: Removed. |
| 1620 | * platform/gtk/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed. |
| 1621 | * platform/gtk/svg/clip-path/clip-path-with-text-clipped-expected.png: Removed. |
| 1622 | * platform/gtk/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Removed. |
| 1623 | * platform/gtk/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed. |
| 1624 | * platform/gtk/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed. |
| 1625 | * platform/gtk/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed. |
| 1626 | * platform/gtk/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Removed. |
| 1627 | * platform/gtk/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Removed. |
| 1628 | * platform/gtk/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Removed. |
| 1629 | * platform/mac/svg/clip-path/clip-in-clip-expected.png: Removed. |
| 1630 | * platform/mac/svg/clip-path/clip-in-mask-expected.png: Removed. |
| 1631 | * platform/mac/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Removed. |
| 1632 | * platform/mac/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Removed. |
| 1633 | * platform/mac/svg/clip-path/clip-path-child-clipped-expected.png: Removed. |
| 1634 | * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.png: Removed. |
| 1635 | * platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed. |
| 1636 | * platform/mac/svg/clip-path/clip-path-clipped-expected.png: Removed. |
| 1637 | * platform/mac/svg/clip-path/clip-path-clipped-no-content-expected.png: Removed. |
| 1638 | * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed. |
| 1639 | * platform/mac/svg/clip-path/clip-path-css-transform-1-expected.png: Removed. |
| 1640 | * platform/mac/svg/clip-path/clip-path-css-transform-2-expected.png: Removed. |
| 1641 | * platform/mac/svg/clip-path/clip-path-evenodd-expected.png: Removed. |
| 1642 | * platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.png: Removed. |
| 1643 | * platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.png: Removed. |
| 1644 | * platform/mac/svg/clip-path/clip-path-nonzero-expected.png: Removed. |
| 1645 | * platform/mac/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed. |
| 1646 | * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed. |
| 1647 | * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed. |
| 1648 | * platform/mac/svg/clip-path/clip-path-on-g-expected.png: Removed. |
| 1649 | * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed. |
| 1650 | * platform/mac/svg/clip-path/clip-path-on-svg-expected.png: Removed. |
| 1651 | * platform/mac/svg/clip-path/clip-path-pixelation-expected.png: Removed. |
| 1652 | * platform/mac/svg/clip-path/clip-path-pixelation-expected.txt: Removed. |
| 1653 | * platform/mac/svg/clip-path/clip-path-recursive-call-by-child-expected.png: Removed. |
| 1654 | * platform/mac/svg/clip-path/clip-path-recursive-call-expected.png: Removed. |
| 1655 | * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.png: Removed. |
| 1656 | * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.txt: Removed. |
| 1657 | * platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.png: Removed. |
| 1658 | * platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.txt: Removed. |
| 1659 | * platform/mac/svg/clip-path/clip-path-text-expected.png: Removed. |
| 1660 | * platform/mac/svg/clip-path/clip-path-text-expected.txt: Removed. |
| 1661 | * platform/mac/svg/clip-path/clip-path-transform-1-expected.png: Removed. |
| 1662 | * platform/mac/svg/clip-path/clip-path-transform-2-expected.png: Removed. |
| 1663 | * platform/mac/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Removed. |
| 1664 | * platform/mac/svg/clip-path/clip-path-tspan-and-stroke-expected.txt: Removed. |
| 1665 | * platform/mac/svg/clip-path/clip-path-use-as-child-expected.png: Removed. |
| 1666 | * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.png: Removed. |
| 1667 | * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.png: Removed. |
| 1668 | * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.png: Removed. |
| 1669 | * platform/mac/svg/clip-path/clip-path-use-as-child5-expected.png: Removed. |
| 1670 | * platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed. |
| 1671 | * platform/mac/svg/clip-path/clip-path-with-container-expected.png: Removed. |
| 1672 | * platform/mac/svg/clip-path/clip-path-with-different-unittypes-expected.png: Removed. |
| 1673 | * platform/mac/svg/clip-path/clip-path-with-different-unittypes2-expected.png: Removed. |
| 1674 | * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.png: Removed. |
| 1675 | * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.png: Removed. |
| 1676 | * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.txt: Removed. |
| 1677 | * platform/mac/svg/clip-path/clipper-placement-issue-expected.png: Removed. |
| 1678 | * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Removed. |
| 1679 | * platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed. |
| 1680 | * platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Removed. |
| 1681 | * platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed. |
| 1682 | * platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Removed. |
| 1683 | * platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Removed. |
| 1684 | * platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Removed. |
| 1685 | * platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Removed. |
| 1686 | * svg/clip-path/clip-in-clip-expected.png: Removed. |
| 1687 | * svg/clip-path/clip-in-clip-expected.txt: Removed. |
| 1688 | * svg/clip-path/clip-in-clip.svg: Removed. |
| 1689 | * svg/clip-path/clip-in-mask-expected.txt: Removed. |
| 1690 | * svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed. |
| 1691 | * svg/clip-path/clip-in-mask-objectBoundingBox.svg: Removed. |
| 1692 | * svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed. |
| 1693 | * svg/clip-path/clip-in-mask-userSpaceOnUse.svg: Removed. |
| 1694 | * svg/clip-path/clip-in-mask.svg: Removed. |
| 1695 | * svg/clip-path/clip-path-child-clipped-expected.txt: Removed. |
| 1696 | * svg/clip-path/clip-path-child-clipped.svg: Removed. |
| 1697 | * svg/clip-path/clip-path-childs-clipped-expected.txt: Removed. |
| 1698 | * svg/clip-path/clip-path-childs-clipped.svg: Removed. |
| 1699 | * svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed. |
| 1700 | * svg/clip-path/clip-path-clipped-evenodd-twice.svg: Removed. |
| 1701 | * svg/clip-path/clip-path-clipped-expected.txt: Removed. |
| 1702 | * svg/clip-path/clip-path-clipped-no-content-expected.png: Removed. |
| 1703 | * svg/clip-path/clip-path-clipped-no-content-expected.txt: Removed. |
| 1704 | * svg/clip-path/clip-path-clipped-no-content.svg: Removed. |
| 1705 | * svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed. |
| 1706 | * svg/clip-path/clip-path-clipped-nonzero.svg: Removed. |
| 1707 | * svg/clip-path/clip-path-clipped.svg: Removed. |
| 1708 | * svg/clip-path/clip-path-css-transform-1-expected.txt: Removed. |
| 1709 | * svg/clip-path/clip-path-css-transform-1.svg: Removed. |
| 1710 | * svg/clip-path/clip-path-css-transform-2-expected.txt: Removed. |
| 1711 | * svg/clip-path/clip-path-css-transform-2.svg: Removed. |
| 1712 | * svg/clip-path/clip-path-evenodd-expected.txt: Removed. |
| 1713 | * svg/clip-path/clip-path-evenodd-nonzero-expected.txt: Removed. |
| 1714 | * svg/clip-path/clip-path-evenodd-nonzero.svg: Removed. |
| 1715 | * svg/clip-path/clip-path-evenodd.svg: Removed. |
| 1716 | * svg/clip-path/clip-path-nonzero-evenodd-expected.txt: Removed. |
| 1717 | * svg/clip-path/clip-path-nonzero-evenodd.svg: Removed. |
| 1718 | * svg/clip-path/clip-path-nonzero-expected.txt: Removed. |
| 1719 | * svg/clip-path/clip-path-nonzero.svg: Removed. |
| 1720 | * svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed. |
| 1721 | * svg/clip-path/clip-path-objectBoundingBox.svg: Removed. |
| 1722 | * svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed. |
| 1723 | * svg/clip-path/clip-path-on-clipped-use.svg: Removed. |
| 1724 | * svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed. |
| 1725 | * svg/clip-path/clip-path-on-g-and-child.svg: Removed. |
| 1726 | * svg/clip-path/clip-path-on-g-expected.txt: Removed. |
| 1727 | * svg/clip-path/clip-path-on-g.svg: Removed. |
| 1728 | * svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed. |
| 1729 | * svg/clip-path/clip-path-on-svg-and-child.svg: Removed. |
| 1730 | * svg/clip-path/clip-path-on-svg-expected.txt: Removed. |
| 1731 | * svg/clip-path/clip-path-on-svg.svg: Removed. |
| 1732 | * svg/clip-path/clip-path-pixelation-expected.txt: Removed. |
| 1733 | * svg/clip-path/clip-path-pixelation.svg: Removed. |
| 1734 | * svg/clip-path/clip-path-recursive-call-by-child-expected.png: Removed. |
| 1735 | * svg/clip-path/clip-path-recursive-call-by-child-expected.txt: Removed. |
| 1736 | * svg/clip-path/clip-path-recursive-call-by-child.svg: Removed. |
| 1737 | * svg/clip-path/clip-path-recursive-call-expected.png: Removed. |
| 1738 | * svg/clip-path/clip-path-recursive-call-expected.txt: Removed. |
| 1739 | * svg/clip-path/clip-path-recursive-call.svg: Removed. |
| 1740 | * svg/clip-path/clip-path-text-and-shape-expected.txt: Removed. |
| 1741 | * svg/clip-path/clip-path-text-and-shape.svg: Removed. |
| 1742 | * svg/clip-path/clip-path-text-and-stroke-expected.txt: Removed. |
| 1743 | * svg/clip-path/clip-path-text-and-stroke.svg: Removed. |
| 1744 | * svg/clip-path/clip-path-text-expected.txt: Removed. |
| 1745 | * svg/clip-path/clip-path-text.svg: Removed. |
| 1746 | * svg/clip-path/clip-path-transform-1-expected.txt: Removed. |
| 1747 | * svg/clip-path/clip-path-transform-1.svg: Removed. |
| 1748 | * svg/clip-path/clip-path-transform-2-expected.txt: Removed. |
| 1749 | * svg/clip-path/clip-path-transform-2.svg: Removed. |
| 1750 | * svg/clip-path/clip-path-tspan-and-stroke-expected.txt: Removed. |
| 1751 | * svg/clip-path/clip-path-tspan-and-stroke.svg: Removed. |
| 1752 | * svg/clip-path/clip-path-use-as-child-expected.txt: Removed. |
| 1753 | * svg/clip-path/clip-path-use-as-child.svg: Removed. |
| 1754 | * svg/clip-path/clip-path-use-as-child2-expected.png: Removed. |
| 1755 | * svg/clip-path/clip-path-use-as-child2-expected.txt: Removed. |
| 1756 | * svg/clip-path/clip-path-use-as-child2.svg: Removed. |
| 1757 | * svg/clip-path/clip-path-use-as-child3-expected.png: Removed. |
| 1758 | * svg/clip-path/clip-path-use-as-child3-expected.txt: Removed. |
| 1759 | * svg/clip-path/clip-path-use-as-child3.svg: Removed. |
| 1760 | * svg/clip-path/clip-path-use-as-child4-expected.png: Removed. |
| 1761 | * svg/clip-path/clip-path-use-as-child4-expected.txt: Removed. |
| 1762 | * svg/clip-path/clip-path-use-as-child4.svg: Removed. |
| 1763 | * svg/clip-path/clip-path-use-as-child5-expected.png: Removed. |
| 1764 | * svg/clip-path/clip-path-use-as-child5-expected.txt: Removed. |
| 1765 | * svg/clip-path/clip-path-use-as-child5.svg: Removed. |
| 1766 | * svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed. |
| 1767 | * svg/clip-path/clip-path-userSpaceOnUse.svg: Removed. |
| 1768 | * svg/clip-path/clip-path-with-container-expected.png: Removed. |
| 1769 | * svg/clip-path/clip-path-with-container-expected.txt: Removed. |
| 1770 | * svg/clip-path/clip-path-with-container.svg: Removed. |
| 1771 | * svg/clip-path/clip-path-with-different-unittypes-expected.png: Removed. |
| 1772 | * svg/clip-path/clip-path-with-different-unittypes-expected.txt: Removed. |
| 1773 | * svg/clip-path/clip-path-with-different-unittypes.svg: Removed. |
| 1774 | * svg/clip-path/clip-path-with-different-unittypes2-expected.png: Removed. |
| 1775 | * svg/clip-path/clip-path-with-different-unittypes2-expected.txt: Removed. |
| 1776 | * svg/clip-path/clip-path-with-different-unittypes2.svg: Removed. |
| 1777 | * svg/clip-path/clip-path-with-invisibile-child-expected.png: Removed. |
| 1778 | * svg/clip-path/clip-path-with-invisibile-child-expected.txt: Removed. |
| 1779 | * svg/clip-path/clip-path-with-invisibile-child.svg: Removed. |
| 1780 | * svg/clip-path/clip-path-with-text-clipped-expected.txt: Removed. |
| 1781 | * svg/clip-path/clip-path-with-text-clipped.svg: Removed. |
| 1782 | * svg/clip-path/clipper-placement-issue-expected.png: Removed. |
| 1783 | * svg/clip-path/clipper-placement-issue-expected.txt: Removed. |
| 1784 | * svg/clip-path/clipper-placement-issue.svg: Removed. |
| 1785 | * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed. |
| 1786 | * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg: Removed. |
| 1787 | * svg/clip-path/deep-nested-clip-in-mask-expected.txt: Removed. |
| 1788 | * svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Removed. |
| 1789 | * svg/clip-path/deep-nested-clip-in-mask-panning.svg: Removed. |
| 1790 | * svg/clip-path/deep-nested-clip-in-mask.svg: Removed. |
| 1791 | * svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: Removed. |
| 1792 | * svg/clip-path/nested-clip-in-mask-image-based-clipping.svg: Removed. |
| 1793 | * svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: Removed. |
| 1794 | * svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping.svg: Removed. |
| 1795 | * svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: Removed. |
| 1796 | * svg/clip-path/nested-clip-in-mask-path-based-clipping.svg: Removed. |
| 1797 | |
fred.wang@free.fr | c1cbbb0 | 2014-02-22 09:50:47 +0000 | [diff] [blame] | 1798 | 2014-02-22 Frédéric Wang <fred.wang@free.fr> |
| 1799 | |
fred.wang@free.fr | 2e2a9fe | 2014-02-22 10:21:18 +0000 | [diff] [blame] | 1800 | Only skip stretchy operators when determining the stretch height. |
| 1801 | https://bugs.webkit.org/show_bug.cgi?id=126842 |
| 1802 | |
| 1803 | Reviewed by Chris Fleizach. |
| 1804 | |
| 1805 | * mathml/presentation/stretchy-depth-height.html: Add a test with non-stretchy mo siblings. |
| 1806 | |
| 1807 | 2014-02-22 Frédéric Wang <fred.wang@free.fr> |
| 1808 | |
fred.wang@free.fr | 1580181 | 2014-02-22 10:14:41 +0000 | [diff] [blame] | 1809 | Implement asymmetric/symmetric stretching of vertical operators. |
| 1810 | https://bugs.webkit.org/show_bug.cgi?id=124827. |
| 1811 | |
| 1812 | Reviewed by Chris Fleizach. |
| 1813 | |
| 1814 | Add a new test to verify the symmetric property of operators (either implicit by the operator dictionary or explicit via an mo attribute). |
| 1815 | |
| 1816 | * LayoutTests/platform/mac/mathml/presentation/mo-stretch-expected.txt: rebased. |
| 1817 | * mathml/presentation/stretchy-depth-height-symmetric-expected.txt: Added. |
| 1818 | * mathml/presentation/stretchy-depth-height-symmetric.html: Added. |
| 1819 | |
| 1820 | 2014-02-22 Frédéric Wang <fred.wang@free.fr> |
| 1821 | |
fred.wang@free.fr | 918eab0 | 2014-02-22 10:08:02 +0000 | [diff] [blame] | 1822 | Bug 119043 - Large stretch size error for MathML operators. |
| 1823 | https://bugs.webkit.org/show_bug.cgi?id=119043 |
| 1824 | |
| 1825 | Reviewed by Chris Fleizach. |
| 1826 | |
| 1827 | This adds a test to check that the depth/height of stretchy operators match the maximum of their siblings. This also fixes the reference of mo-stretch.html to ignore the stretch error. |
| 1828 | |
| 1829 | * mathml/presentation/stretchy-depth-height-expected.txt: Added. |
| 1830 | * mathml/presentation/stretchy-depth-height.html: Added. |
| 1831 | * platform/mac/mathml/presentation/mo-stretch-expected.txt: |
| 1832 | |
| 1833 | 2014-02-22 Frédéric Wang <fred.wang@free.fr> |
| 1834 | |
fred.wang@free.fr | 598221c | 2014-02-22 09:57:35 +0000 | [diff] [blame] | 1835 | Unreviewed, rolling out r164534. |
| 1836 | http://trac.webkit.org/changeset/164534 |
| 1837 | https://bugs.webkit.org/show_bug.cgi?id=119043 |
| 1838 | |
| 1839 | missing tests |
| 1840 | |
| 1841 | * mathml/presentation/stretchy-depth-height-expected.txt: Removed. |
| 1842 | * mathml/presentation/stretchy-depth-height.html: Removed. |
| 1843 | * platform/mac/mathml/presentation/mo-stretch-expected.txt: |
| 1844 | |
| 1845 | 2014-02-22 Frédéric Wang <fred.wang@free.fr> |
| 1846 | |
fred.wang@free.fr | c1cbbb0 | 2014-02-22 09:50:47 +0000 | [diff] [blame] | 1847 | Bug 119043 - Large stretch size error for MathML operators. |
| 1848 | https://bugs.webkit.org/show_bug.cgi?id=119043 |
| 1849 | |
| 1850 | Reviewed by Chris Fleizach. |
| 1851 | |
| 1852 | This adds a test to check that the depth/height of stretchy operators match the maximum of their siblings. This also fixes the reference of mo-stretch.html to ignore the stretch error. |
| 1853 | |
| 1854 | * mathml/presentation/stretchy-depth-height-expected.txt: Added. |
| 1855 | * mathml/presentation/stretchy-depth-height.html: Added. |
| 1856 | * platform/mac/mathml/presentation/mo-stretch-expected.txt: |
| 1857 | |
gyuyoung.kim@samsung.com | 023d9db | 2014-02-22 09:23:33 +0000 | [diff] [blame] | 1858 | 2014-02-22 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| 1859 | |
| 1860 | Unreviewed, EFL WK2 gardening. Skip a webgl test because of crashing. |
| 1861 | Besides a bug is filed and assigned to those crash tests. |
| 1862 | |
| 1863 | * platform/efl-wk2/TestExpectations: |
| 1864 | |
krit@webkit.org | 3e7ba71 | 2014-02-22 07:20:16 +0000 | [diff] [blame] | 1865 | 2014-02-21 Dirk Schulze <krit@webkit.org> |
| 1866 | |
| 1867 | Replace svg/clip-path pixel tests by reference tests |
| 1868 | https://bugs.webkit.org/show_bug.cgi?id=129177 |
| 1869 | |
| 1870 | Reviewed by Dean Jackson. |
| 1871 | |
| 1872 | New reference tests for SVG clip-path. |
| 1873 | |
| 1874 | * platform/efl/TestExpectations: |
| 1875 | * platform/gtk/TestExpectations: |
| 1876 | * platform/mac/TestExpectations: |
| 1877 | * platform/win/TestExpectations: |
| 1878 | * svg/clip-path/clip-path-clip-expected.svg: Added. |
| 1879 | * svg/clip-path/clip-path-clip-nested-twice-expected.svg: Added. |
| 1880 | * svg/clip-path/clip-path-clip-nested-twice.svg: Added. |
| 1881 | * svg/clip-path/clip-path-clip-rule-001-expected.svg: Added. |
| 1882 | * svg/clip-path/clip-path-clip-rule-001.svg: Added. |
| 1883 | * svg/clip-path/clip-path-clip-rule-002-expected.svg: Added. |
| 1884 | * svg/clip-path/clip-path-clip-rule-002.svg: Added. |
| 1885 | * svg/clip-path/clip-path-clip-rule-003-expected.svg: Added. |
| 1886 | * svg/clip-path/clip-path-clip-rule-003.svg: Added. |
| 1887 | * svg/clip-path/clip-path-clip-rule-004-expected.svg: Added. |
| 1888 | * svg/clip-path/clip-path-clip-rule-004.svg: Added. |
| 1889 | * svg/clip-path/clip-path-clip-rule-005-expected.svg: Added. |
| 1890 | * svg/clip-path/clip-path-clip-rule-005.svg: Added. |
| 1891 | * svg/clip-path/clip-path-clip-rule-006-expected.svg: Added. |
| 1892 | * svg/clip-path/clip-path-clip-rule-006.svg: Added. |
| 1893 | * svg/clip-path/clip-path-clip-rule-007-expected.svg: Added. |
| 1894 | * svg/clip-path/clip-path-clip-rule-007.svg: Added. |
| 1895 | * svg/clip-path/clip-path-clip-rule-008-expected.svg: Added. |
| 1896 | * svg/clip-path/clip-path-clip-rule-008.svg: Added. |
| 1897 | * svg/clip-path/clip-path-clip-rule-009-expected.svg: Added. |
| 1898 | * svg/clip-path/clip-path-clip-rule-009.svg: Added. |
| 1899 | * svg/clip-path/clip-path-clip-rule-010-expected.svg: Added. |
| 1900 | * svg/clip-path/clip-path-clip-rule-010.svg: Added. |
| 1901 | * svg/clip-path/clip-path-clip.svg: Added. |
| 1902 | * svg/clip-path/clip-path-content-clip-001-expected.svg: Added. |
| 1903 | * svg/clip-path/clip-path-content-clip-001.svg: Added. |
| 1904 | * svg/clip-path/clip-path-content-clip-002-expected.svg: Added. |
| 1905 | * svg/clip-path/clip-path-content-clip-002.svg: Added. |
| 1906 | * svg/clip-path/clip-path-content-clip-003-expected.svg: Added. |
| 1907 | * svg/clip-path/clip-path-content-clip-003.svg: Added. |
| 1908 | * svg/clip-path/clip-path-content-invisible-expected.svg: Added. |
| 1909 | * svg/clip-path/clip-path-content-invisible.svg: Added. |
| 1910 | * svg/clip-path/clip-path-content-syling-expected.svg: Added. |
| 1911 | * svg/clip-path/clip-path-content-syling.svg: Added. |
| 1912 | * svg/clip-path/clip-path-content-use-001-expected.svg: Added. |
| 1913 | * svg/clip-path/clip-path-content-use-001.svg: Added. |
| 1914 | * svg/clip-path/clip-path-content-use-002-expected.svg: Added. |
| 1915 | * svg/clip-path/clip-path-content-use-002.svg: Added. |
| 1916 | * svg/clip-path/clip-path-content-use-003-expected.svg: Added. |
| 1917 | * svg/clip-path/clip-path-content-use-003.svg: Added. |
| 1918 | * svg/clip-path/clip-path-content-use-004-expected.svg: Added. |
| 1919 | * svg/clip-path/clip-path-content-use-004.svg: Added. |
| 1920 | * svg/clip-path/clip-path-content-use-005-expected.svg: Added. |
| 1921 | * svg/clip-path/clip-path-content-use-005.svg: Added. |
| 1922 | * svg/clip-path/clip-path-content-use-006-expected.svg: Added. |
| 1923 | * svg/clip-path/clip-path-content-use-006.svg: Added. |
| 1924 | * svg/clip-path/clip-path-css-transform-001-expected.svg: Added. |
| 1925 | * svg/clip-path/clip-path-css-transform-001.svg: Added. |
| 1926 | * svg/clip-path/clip-path-css-transform-002-expected.svg: Added. |
| 1927 | * svg/clip-path/clip-path-css-transform-002.svg: Added. |
| 1928 | * svg/clip-path/clip-path-invalid-expected.svg: Added. |
| 1929 | * svg/clip-path/clip-path-invalid.svg: Added. |
| 1930 | * svg/clip-path/clip-path-no-content-001-expected.svg: Added. |
| 1931 | * svg/clip-path/clip-path-no-content-001.svg: Added. |
| 1932 | * svg/clip-path/clip-path-no-content-002-expected.svg: Added. |
| 1933 | * svg/clip-path/clip-path-no-content-002.svg: Added. |
| 1934 | * svg/clip-path/clip-path-no-content-003-expected.svg: Added. |
| 1935 | * svg/clip-path/clip-path-no-content-003.svg: Added. |
| 1936 | * svg/clip-path/clip-path-objectboundingbox-001-expected.svg: Added. |
| 1937 | * svg/clip-path/clip-path-objectboundingbox-001.svg: Added. |
| 1938 | * svg/clip-path/clip-path-objectboundingbox-002-expected.svg: Added. |
| 1939 | * svg/clip-path/clip-path-objectboundingbox-002.svg: Added. |
| 1940 | * svg/clip-path/clip-path-objectboundingbox-003-expected.svg: Added. |
| 1941 | * svg/clip-path/clip-path-objectboundingbox-003.svg: Added. |
| 1942 | * svg/clip-path/clip-path-objectboundingbox-004-expected.svg: Added. |
| 1943 | * svg/clip-path/clip-path-objectboundingbox-004.svg: Added. |
| 1944 | * svg/clip-path/clip-path-on-g-001-expected.svg: Added. |
| 1945 | * svg/clip-path/clip-path-on-g-001.svg: Added. |
| 1946 | * svg/clip-path/clip-path-on-g-002-expected.svg: Added. |
| 1947 | * svg/clip-path/clip-path-on-g-002.svg: Added. |
| 1948 | * svg/clip-path/clip-path-on-g-003-expected.svg: Added. |
| 1949 | * svg/clip-path/clip-path-on-g-003.svg: Added. |
| 1950 | * svg/clip-path/clip-path-on-g-004-expected.svg: Added. |
| 1951 | * svg/clip-path/clip-path-on-g-004.svg: Added. |
| 1952 | * svg/clip-path/clip-path-on-g-005-expected.svg: Added. |
| 1953 | * svg/clip-path/clip-path-on-g-005.svg: Added. |
| 1954 | * svg/clip-path/clip-path-on-svg-001-expected.svg: Added. |
| 1955 | * svg/clip-path/clip-path-on-svg-001.svg: Added. |
| 1956 | * svg/clip-path/clip-path-on-svg-002-expected.svg: Added. |
| 1957 | * svg/clip-path/clip-path-on-svg-002.svg: Added. |
| 1958 | * svg/clip-path/clip-path-on-use-001-expected.svg: Added. |
| 1959 | * svg/clip-path/clip-path-on-use-001.svg: Added. |
| 1960 | * svg/clip-path/clip-path-on-use-002-expected.svg: Added. |
| 1961 | * svg/clip-path/clip-path-on-use-002.svg: Added. |
| 1962 | * svg/clip-path/clip-path-precision-001-expected.svg: Added. |
| 1963 | * svg/clip-path/clip-path-precision-001.svg: Added. |
| 1964 | * svg/clip-path/clip-path-text-001-expected.svg: Added. |
| 1965 | * svg/clip-path/clip-path-text-001.svg: Added. |
| 1966 | * svg/clip-path/clip-path-text-002-expected.svg: Added. |
| 1967 | * svg/clip-path/clip-path-text-002.svg: Added. |
| 1968 | * svg/clip-path/clip-path-text-003-expected.svg: Added. |
| 1969 | * svg/clip-path/clip-path-text-003.svg: Added. |
| 1970 | * svg/clip-path/clip-path-text-004-expected.svg: Added. |
| 1971 | * svg/clip-path/clip-path-text-004.svg: Added. |
| 1972 | * svg/clip-path/clip-path-text-005-expected.svg: Added. |
| 1973 | * svg/clip-path/clip-path-text-005.svg: Added. |
| 1974 | * svg/clip-path/clip-path-userspaceonuse-001-expected.svg: Added. |
| 1975 | * svg/clip-path/clip-path-userspaceonuse-001.svg: Added. |
| 1976 | * svg/clip-path/mask-nested-clip-path-001-expected.svg: Added. |
| 1977 | * svg/clip-path/mask-nested-clip-path-001.svg: Added. |
| 1978 | * svg/clip-path/mask-nested-clip-path-002-expected.svg: Added. |
| 1979 | * svg/clip-path/mask-nested-clip-path-002.svg: Added. |
| 1980 | * svg/clip-path/mask-nested-clip-path-003-expected.svg: Added. |
| 1981 | * svg/clip-path/mask-nested-clip-path-003.svg: Added. |
| 1982 | * svg/clip-path/mask-nested-clip-path-004-expected.svg: Added. |
| 1983 | * svg/clip-path/mask-nested-clip-path-004.svg: Added. |
| 1984 | * svg/clip-path/mask-nested-clip-path-005-expected.svg: Added. |
| 1985 | * svg/clip-path/mask-nested-clip-path-005.svg: Added. |
| 1986 | * svg/clip-path/mask-nested-clip-path-006-expected.svg: Added. |
| 1987 | * svg/clip-path/mask-nested-clip-path-006.svg: Added. |
| 1988 | * svg/clip-path/mask-nested-clip-path-007-expected.svg: Added. |
| 1989 | * svg/clip-path/mask-nested-clip-path-007.svg: Added. |
| 1990 | * svg/clip-path/mask-nested-clip-path-008-expected.svg: Added. |
| 1991 | * svg/clip-path/mask-nested-clip-path-008.svg: Added. |
| 1992 | * svg/clip-path/mask-nested-clip-path-009-expected.svg: Added. |
| 1993 | * svg/clip-path/mask-nested-clip-path-009.svg: Added. |
| 1994 | * svg/clip-path/mask-nested-clip-path-panning-001-expected.svg: Added. |
| 1995 | * svg/clip-path/mask-nested-clip-path-panning-001.svg: Added. |
| 1996 | * svg/clip-path/mask-nested-clip-path-panning-002-expected.svg: Added. |
| 1997 | * svg/clip-path/mask-nested-clip-path-panning-002.svg: Added. |
| 1998 | * svg/clip-path/mask-objectboundingbox-content-clip-expected.svg: Added. |
| 1999 | * svg/clip-path/mask-objectboundingbox-content-clip-transform-expected.svg: Added. |
| 2000 | * svg/clip-path/mask-objectboundingbox-content-clip-transform.svg: Added. |
| 2001 | * svg/clip-path/mask-objectboundingbox-content-clip.svg: Added. |
| 2002 | * svg/clip-path/mask-userspaceonuse-content-clip-expected.svg: Added. |
| 2003 | * svg/clip-path/mask-userspaceonuse-content-clip-transform-expected.svg: Added. |
| 2004 | * svg/clip-path/mask-userspaceonuse-content-clip-transform.svg: Added. |
| 2005 | * svg/clip-path/mask-userspaceonuse-content-clip.svg: Added. |
| 2006 | |
rniwa@webkit.org | fbec5ed | 2014-02-22 04:09:28 +0000 | [diff] [blame] | 2007 | 2014-02-21 Ryosuke Niwa <rniwa@webkit.org> |
| 2008 | |
| 2009 | Inner text element should not use -webkit-user-modify |
| 2010 | https://bugs.webkit.org/show_bug.cgi?id=129035 |
| 2011 | |
| 2012 | Reviewed by Andreas Kling. |
| 2013 | |
| 2014 | Rebaselined tests as the user agent shadow DOM of input and textarea elements now have contenteditable attribute. |
| 2015 | |
| 2016 | * editing/input/paste-text-ending-with-interchange-newline-expected.txt: |
| 2017 | * editing/inserting/5607069-2-expected.txt: |
| 2018 | * editing/inserting/5607069-3-expected.txt: |
| 2019 | * editing/pasteboard/copy-image-with-alt-text-expected.txt: |
| 2020 | * editing/pasteboard/copy-null-characters-expected.txt: |
| 2021 | * editing/pasteboard/nested-blocks-with-text-area-expected.txt: |
| 2022 | * editing/pasteboard/nested-blocks-with-text-field-expected.txt: |
| 2023 | * editing/selection/dump-as-markup-expected.txt: |
| 2024 | * editing/selection/dump-as-markup-form-text-expected.txt: |
| 2025 | * fast/forms/suggested-value-after-setvalue-expected.txt: |
| 2026 | * fast/forms/suggested-value-expected.txt: |
| 2027 | * fast/parser/object-with-textarea-fallback-expected.txt: |
| 2028 | |
mmaxfield@apple.com | 6aa5934 | 2014-02-22 03:14:13 +0000 | [diff] [blame] | 2029 | 2014-02-21 Myles C. Maxfield <mmaxfield@apple.com> |
| 2030 | |
| 2031 | After copy and paste, cursor may appear to be above the bottom of content |
| 2032 | https://bugs.webkit.org/show_bug.cgi?id=129167 |
| 2033 | |
| 2034 | Reviewed by Ryosuke Niwa. |
| 2035 | |
| 2036 | Makes sure that the clearing div is inserted. |
| 2037 | |
| 2038 | * editing/pasteboard/copy-paste-inserts-clearing-div-expected.txt: Added. |
| 2039 | * editing/pasteboard/copy-paste-inserts-clearing-div.html: Added. |
| 2040 | |
bburg@apple.com | df91f39 | 2014-02-22 00:28:49 +0000 | [diff] [blame] | 2041 | 2014-02-21 Brian Burg <bburg@apple.com> |
| 2042 | |
bburg@apple.com | 7baf0cd | 2014-02-22 01:58:54 +0000 | [diff] [blame] | 2043 | Move unported Web Inspector tests to LayoutTests/inspector-obsolete |
| 2044 | https://bugs.webkit.org/show_bug.cgi?id=129183 |
| 2045 | |
| 2046 | Rubber-stamped by Timothy Hatcher. |
| 2047 | |
| 2048 | Move inspector/ to inspector-obsolete/. |
| 2049 | Move http/tests/inspector/ to inspector-obsolete/http-tests/. |
| 2050 | Fold http/tests/inspector-enabled/ into inspector-obsolete/http-tests/. |
| 2051 | |
| 2052 | I have elided about 1100 lines of rename Changelog spew; |
| 2053 | no filenames have been altered in this reorganization. |
| 2054 | |
| 2055 | Remove mentions of obsolete tests from TestExpectations. Remove skips |
| 2056 | for inspector-obsolete/ from port-specific expectations, and just |
| 2057 | put it in the generic expectations file. |
| 2058 | |
| 2059 | Remove inspector-protocol/heap-profiler tests, as they are obsolete. |
| 2060 | |
| 2061 | * TestExpectations: |
| 2062 | * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt: Removed. |
| 2063 | * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html: Removed. |
| 2064 | * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt: Removed. |
| 2065 | * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html: Removed. |
| 2066 | * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js: Removed. |
| 2067 | * inspector-protocol/heap-profiler/resources/page-with-function.html: Removed. |
| 2068 | * inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt: Removed. |
| 2069 | * inspector-protocol/heap-profiler/take-heap-snapshot.html: Removed. |
| 2070 | * platform/efl/TestExpectations: |
| 2071 | * platform/gtk/TestExpectations: |
| 2072 | * platform/mac-wk2/TestExpectations: |
| 2073 | * platform/mac/TestExpectations: |
| 2074 | * platform/win-xp/TestExpectations: |
| 2075 | * platform/win/TestExpectations: |
| 2076 | * platform/wincairo/TestExpectations: |
| 2077 | * platform/wk2/TestExpectations: |
| 2078 | |
| 2079 | 2014-02-21 Brian Burg <bburg@apple.com> |
| 2080 | |
bburg@apple.com | df91f39 | 2014-02-22 00:28:49 +0000 | [diff] [blame] | 2081 | Web Inspector: remove old inspector tests that cannot be ported |
| 2082 | https://bugs.webkit.org/show_bug.cgi?id=129168 |
| 2083 | |
| 2084 | Reviewed by Timothy Hatcher. |
| 2085 | |
| 2086 | Remove many tests that were specific to the old inspector user interface. |
| 2087 | These cannot be ported either because they were specific to the UI, or |
| 2088 | they test features that no longer exist in the Web Inspector. |
| 2089 | |
| 2090 | * inspector/audits/audits-panel-functional-expected.txt: Removed. |
| 2091 | * inspector/audits/audits-panel-functional.html: Removed. |
| 2092 | * inspector/audits/audits-panel-noimages-functional-expected.txt: Removed. |
| 2093 | * inspector/audits/audits-panel-noimages-functional.html: Removed. |
| 2094 | * inspector/audits/audits-test.js: Removed. |
| 2095 | * inspector/audits/resources/audits-script1.js: Removed. |
| 2096 | * inspector/audits/resources/audits-script2.js: Removed. |
| 2097 | * inspector/audits/resources/audits-style1.css: Removed. |
| 2098 | * inspector/console/command-line-api-getEventListeners-expected.txt: Removed. |
| 2099 | * inspector/console/command-line-api-getEventListeners.html: Removed. |
| 2100 | * inspector/console/console-big-array-expected.txt: Removed. |
| 2101 | * inspector/console/console-big-array.html: Removed. |
| 2102 | * inspector/console/console-clear-expected.txt: Removed. |
| 2103 | * inspector/console/console-clear.html: Removed. |
| 2104 | * inspector/console/console-dirxml-expected.txt: Removed. |
| 2105 | * inspector/console/console-dirxml.html: Removed. |
| 2106 | * inspector/console/console-filter-test-expected.txt: Removed. |
| 2107 | * inspector/console/console-filter-test.html: Removed. |
| 2108 | * inspector/console/console-format-collections-expected.txt: Removed. |
| 2109 | * inspector/console/console-format-collections.html: Removed. |
| 2110 | * inspector/console/console-format-expected.txt: Removed. |
| 2111 | * inspector/console/console-format-style-expected.txt: Removed. |
| 2112 | * inspector/console/console-format-style-whitelist-expected.txt: Removed. |
| 2113 | * inspector/console/console-format-style-whitelist.html: Removed. |
| 2114 | * inspector/console/console-format-style.html: Removed. |
| 2115 | * inspector/console/console-format-table-expected.txt: Removed. |
| 2116 | * inspector/console/console-format-table.html: Removed. |
| 2117 | * inspector/console/console-format.html: Removed. |
| 2118 | * inspector/console/console-trim-long-urls-expected.txt: Removed. |
| 2119 | * inspector/console/console-trim-long-urls.html: Removed. |
| 2120 | * inspector/cookie-parser-expected.txt: Removed. |
| 2121 | * inspector/cookie-parser.html: Removed. |
| 2122 | * inspector/cookie-resource-match-expected.txt: Removed. |
| 2123 | * inspector/cookie-resource-match.html: Removed. |
| 2124 | * inspector/curl-command-expected.txt: Removed. |
| 2125 | * inspector/curl-command.html: Removed. |
| 2126 | * inspector/database-table-name-excaping-expected.txt: Removed. |
| 2127 | * inspector/database-table-name-excaping.html: Removed. |
| 2128 | * inspector/datagrid-autosize-expected.txt: Removed. |
| 2129 | * inspector/datagrid-autosize.html: Removed. |
| 2130 | * inspector/debugger/breakpoint-manager-listeners-count-expected.txt: Removed. |
| 2131 | * inspector/debugger/breakpoint-manager-listeners-count.html: Removed. |
| 2132 | * inspector/debugger/callstack-placards-discarded-expected.txt: Removed. |
| 2133 | * inspector/debugger/callstack-placards-discarded.html: Removed. |
| 2134 | * inspector/debugger/content-providers-expected.txt: Removed. |
| 2135 | * inspector/debugger/content-providers.html: Removed. |
| 2136 | * inspector/debugger/debug-inlined-scripts-expected.txt: Removed. |
| 2137 | * inspector/debugger/debug-inlined-scripts.html-disabled: Removed. |
| 2138 | * inspector/debugger/debugger-expand-scope-expected.txt: Removed. |
| 2139 | * inspector/debugger/debugger-expand-scope.html: Removed. |
| 2140 | * inspector/debugger/debugger-proto-property-expected.txt: Removed. |
| 2141 | * inspector/debugger/debugger-proto-property.html: Removed. |
| 2142 | * inspector/debugger/debugger-script-preprocessor-expected.txt: Removed. |
| 2143 | * inspector/debugger/debugger-script-preprocessor.html: Removed. |
| 2144 | * inspector/debugger/debugger-step-into-event-listener-expected.txt: Removed. |
| 2145 | * inspector/debugger/debugger-step-into-event-listener.html: Removed. |
| 2146 | * inspector/debugger/disable-script-expected.txt: Removed. |
| 2147 | * inspector/debugger/disable-script.html: Removed. |
| 2148 | * inspector/debugger/dom-breakpoints-expected.txt: Removed. |
| 2149 | * inspector/debugger/dom-breakpoints.html: Removed. |
| 2150 | * inspector/debugger/dynamic-script-tag-expected.txt: Removed. |
| 2151 | * inspector/debugger/dynamic-script-tag.html: Removed. |
| 2152 | * inspector/debugger/dynamic-scripts-expected.txt: Removed. |
| 2153 | * inspector/debugger/dynamic-scripts.html: Removed. |
| 2154 | * inspector/debugger/error-in-watch-expressions-expected.txt: Removed. |
| 2155 | * inspector/debugger/error-in-watch-expressions.html: Removed. |
| 2156 | * inspector/debugger/event-listener-breakpoints-expected.txt: Removed. |
| 2157 | * inspector/debugger/event-listener-breakpoints.html: Removed. |
| 2158 | * inspector/debugger/file-system-project-mapping-expected.txt: Removed. |
| 2159 | * inspector/debugger/file-system-project-mapping.html: Removed. |
| 2160 | * inspector/debugger/linkifier-expected.txt: Removed. |
| 2161 | * inspector/debugger/linkifier.html: Removed. |
| 2162 | * inspector/debugger/live-edit-breakpoints-expected.txt: Removed. |
| 2163 | * inspector/debugger/live-edit-breakpoints.html: Removed. |
| 2164 | * inspector/debugger/live-edit-expected.txt: Removed. |
| 2165 | * inspector/debugger/live-edit.html: Removed. |
| 2166 | * inspector/debugger/mutation-observer-suspend-while-paused-expected.txt: Removed. |
| 2167 | * inspector/debugger/mutation-observer-suspend-while-paused.html: Removed. |
| 2168 | * inspector/debugger/navigator-view-expected.txt: Removed. |
| 2169 | * inspector/debugger/navigator-view.html: Removed. |
| 2170 | * inspector/debugger/network-uisourcecode-provider-expected.txt: Removed. |
| 2171 | * inspector/debugger/network-uisourcecode-provider.html: Removed. |
| 2172 | * inspector/debugger/properties-special-expected.txt: Removed. |
| 2173 | * inspector/debugger/properties-special.html: Removed. |
| 2174 | * inspector/debugger/resource-script-mapping-expected.txt: Removed. |
| 2175 | * inspector/debugger/resource-script-mapping.html: Removed. |
| 2176 | * inspector/debugger/reveal-execution-line-expected.txt: Removed. |
| 2177 | * inspector/debugger/reveal-execution-line.html: Removed. |
| 2178 | * inspector/debugger/script-extract-outline-expected.txt: Removed. |
| 2179 | * inspector/debugger/script-extract-outline.html: Removed. |
| 2180 | * inspector/debugger/script-formatter-breakpoints-expected.txt: Removed. |
| 2181 | * inspector/debugger/script-formatter-breakpoints.html: Removed. |
| 2182 | * inspector/debugger/script-formatter-console-expected.txt: Removed. |
| 2183 | * inspector/debugger/script-formatter-console.html: Removed. |
| 2184 | * inspector/debugger/script-snippet-model-expected.txt: Removed. |
| 2185 | * inspector/debugger/script-snippet-model.html: Removed. |
| 2186 | * inspector/debugger/scripts-panel-expected.txt: Removed. |
| 2187 | * inspector/debugger/scripts-panel.html: Removed. |
| 2188 | * inspector/debugger/scripts-sorting-expected.txt: Removed. |
| 2189 | * inspector/debugger/scripts-sorting.html: Removed. |
| 2190 | * inspector/debugger/selected-call-frame-after-formatting-source-expected.txt: Removed. |
| 2191 | * inspector/debugger/selected-call-frame-after-formatting-source.html: Removed. |
| 2192 | * inspector/debugger/set-breakpoint-expected.txt: Removed. |
| 2193 | * inspector/debugger/set-breakpoint.html: Removed. |
| 2194 | * inspector/debugger/source-frame-count-expected.txt: Removed. |
| 2195 | * inspector/debugger/source-frame-count.html: Removed. |
| 2196 | * inspector/debugger/source-frame-expected.txt: Removed. |
| 2197 | * inspector/debugger/source-frame.html: Removed. |
| 2198 | * inspector/debugger/step-through-event-listeners-expected.txt: Removed. |
| 2199 | * inspector/debugger/step-through-event-listeners.html: Removed. |
| 2200 | * inspector/debugger/ui-source-code-display-name-expected.txt: Removed. |
| 2201 | * inspector/debugger/ui-source-code-display-name.html: Removed. |
| 2202 | * inspector/debugger/ui-source-code-expected.txt: Removed. |
| 2203 | * inspector/debugger/ui-source-code.html: Removed. |
| 2204 | * inspector/debugger/watch-expressions-panel-switch-expected.txt: Removed. |
| 2205 | * inspector/debugger/watch-expressions-panel-switch.html: Removed. |
| 2206 | * inspector/debugger/watch-expressions-preserve-expansion-expected.txt: Removed. |
| 2207 | * inspector/debugger/watch-expressions-preserve-expansion.html: Removed. |
| 2208 | * inspector/debugger/xhr-breakpoints-expected.txt: Removed. |
| 2209 | * inspector/debugger/xhr-breakpoints.html: Removed. |
| 2210 | * inspector/dom-statistics-expected.txt: Removed. |
| 2211 | * inspector/dom-statistics.html-disabled: Removed. |
| 2212 | * inspector/editor/brace-matcher-expected.txt: Removed. |
| 2213 | * inspector/editor/brace-matcher.html: Removed. |
| 2214 | * inspector/editor/editor-test.js: Removed. |
| 2215 | * inspector/editor/highlighter-basics-expected.txt: Removed. |
| 2216 | * inspector/editor/highlighter-basics.html: Removed. |
| 2217 | * inspector/editor/highlighter-chunk-limit-expected.txt: Removed. |
| 2218 | * inspector/editor/highlighter-chunk-limit.html: Removed. |
| 2219 | * inspector/editor/highlighter-long-line-expected.txt: Removed. |
| 2220 | * inspector/editor/highlighter-long-line.html: Removed. |
| 2221 | * inspector/editor/highlighter-paste-in-comment-expected.txt: Removed. |
| 2222 | * inspector/editor/highlighter-paste-in-comment.html: Removed. |
| 2223 | * inspector/editor/highlighter-test.js: Removed. |
| 2224 | * inspector/editor/indentation-expected.txt: Removed. |
| 2225 | * inspector/editor/indentation.html: Removed. |
| 2226 | * inspector/editor/text-editor-brace-highlighter-expected.txt: Removed. |
| 2227 | * inspector/editor/text-editor-brace-highlighter.html: Removed. |
| 2228 | * inspector/editor/text-editor-char-to-coordinates-expected.txt: Removed. |
| 2229 | * inspector/editor/text-editor-char-to-coordinates.html: Removed. |
| 2230 | * inspector/editor/text-editor-formatter-expected.txt: Removed. |
| 2231 | * inspector/editor/text-editor-formatter.html: Removed. |
| 2232 | * inspector/editor/text-editor-highlight-api-expected.txt: Removed. |
| 2233 | * inspector/editor/text-editor-highlight-api.html: Removed. |
| 2234 | * inspector/editor/text-editor-highlight-token-expected.txt: Removed. |
| 2235 | * inspector/editor/text-editor-highlight-token.html: Removed. |
| 2236 | * inspector/editor/text-editor-home-button-expected.txt: Removed. |
| 2237 | * inspector/editor/text-editor-home-button.html: Removed. |
| 2238 | * inspector/editor/text-editor-line-breaks-expected.txt: Removed. |
| 2239 | * inspector/editor/text-editor-line-breaks.html: Removed. |
| 2240 | * inspector/editor/text-editor-long-line-expected.txt: Removed. |
| 2241 | * inspector/editor/text-editor-long-line.html: Removed. |
| 2242 | * inspector/editor/text-editor-model-expected.txt: Removed. |
| 2243 | * inspector/editor/text-editor-model.html: Removed. |
| 2244 | * inspector/editor/text-editor-remove-chunks-from-dom-expected.txt: Removed. |
| 2245 | * inspector/editor/text-editor-remove-chunks-from-dom.html: Removed. |
| 2246 | * inspector/editor/text-editor-selection-expected.txt: Removed. |
| 2247 | * inspector/editor/text-editor-selection-to-search-expected.txt: Removed. |
| 2248 | * inspector/editor/text-editor-selection-to-search.html: Removed. |
| 2249 | * inspector/editor/text-editor-selection.html: Removed. |
| 2250 | * inspector/editor/text-editor-show-whitespace-expected.txt: Removed. |
| 2251 | * inspector/editor/text-editor-show-whitespace.html: Removed. |
| 2252 | * inspector/editor/text-editor-smart-braces-expected.txt: Removed. |
| 2253 | * inspector/editor/text-editor-smart-braces.html: Removed. |
| 2254 | * inspector/editor/text-editor-token-at-position-expected.txt: Removed. |
| 2255 | * inspector/editor/text-editor-token-at-position.html: Removed. |
| 2256 | * inspector/editor/text-editor-type-over-decoration-expected.txt: Removed. |
| 2257 | * inspector/editor/text-editor-type-over-decoration.html: Removed. |
| 2258 | * inspector/editor/text-editor-undo-redo-expected.txt: Removed. |
| 2259 | * inspector/editor/text-editor-undo-redo.html: Removed. |
| 2260 | * inspector/editor/text-editor-word-jumps-expected.txt: Removed. |
| 2261 | * inspector/editor/text-editor-word-jumps.html: Removed. |
| 2262 | * inspector/elements/breadcrumb-updates-expected.txt: Removed. |
| 2263 | * inspector/elements/breadcrumb-updates.html: Removed. |
| 2264 | * inspector/elements/delete-from-document-expected.txt: Removed. |
| 2265 | * inspector/elements/delete-from-document.html: Removed. |
| 2266 | * inspector/elements/edit-dom-actions-expected.txt: Removed. |
| 2267 | * inspector/elements/edit-dom-actions.html: Removed. |
| 2268 | * inspector/elements/elements-delete-inline-style-expected.txt: Removed. |
| 2269 | * inspector/elements/elements-delete-inline-style.html: Removed. |
| 2270 | * inspector/elements/elements-img-tooltip-expected.txt: Removed. |
| 2271 | * inspector/elements/elements-img-tooltip.html: Removed. |
| 2272 | * inspector/elements/elements-inspect-iframe-from-different-domain-expected.txt: Removed. |
| 2273 | * inspector/elements/elements-inspect-iframe-from-different-domain.html: Removed. |
| 2274 | * inspector/elements/elements-panel-limited-children-expected.txt: Removed. |
| 2275 | * inspector/elements/elements-panel-limited-children.html: Removed. |
| 2276 | * inspector/elements/elements-panel-rewrite-href-expected.txt: Removed. |
| 2277 | * inspector/elements/elements-panel-rewrite-href.html: Removed. |
| 2278 | * inspector/elements/elements-panel-selection-on-refresh-expected.txt: Removed. |
| 2279 | * inspector/elements/elements-panel-selection-on-refresh.html: Removed. |
| 2280 | * inspector/elements/elements-panel-structure-expected.txt: Removed. |
| 2281 | * inspector/elements/elements-panel-structure.html: Removed. |
| 2282 | * inspector/elements/elements-panel-xhtml-structure-expected.txt: Removed. |
| 2283 | * inspector/elements/elements-panel-xhtml-structure.xhtml-disabled: Removed. |
| 2284 | * inspector/elements/event-listener-sidebar-expected.txt: Removed. |
| 2285 | * inspector/elements/event-listener-sidebar.html: Removed. |
| 2286 | * inspector/elements/event-listeners-about-blank-expected.txt: Removed. |
| 2287 | * inspector/elements/event-listeners-about-blank.html: Removed. |
| 2288 | * inspector/elements/expand-recursively-expected.txt: Removed. |
| 2289 | * inspector/elements/expand-recursively.html: Removed. |
| 2290 | * inspector/elements/hide-shortcut-expected.txt: Removed. |
| 2291 | * inspector/elements/hide-shortcut.html: Removed. |
| 2292 | * inspector/elements/iframe-load-event-expected.txt: Removed. |
| 2293 | * inspector/elements/iframe-load-event.html: Removed. |
| 2294 | * inspector/elements/insert-node-collapsed-expected.txt: Removed. |
| 2295 | * inspector/elements/insert-node-collapsed.html: Removed. |
| 2296 | * inspector/elements/insert-node-expected.txt: Removed. |
| 2297 | * inspector/elements/insert-node.html: Removed. |
| 2298 | * inspector/elements/modify-chardata-expected.txt: Removed. |
| 2299 | * inspector/elements/modify-chardata.html: Removed. |
| 2300 | * inspector/elements/move-node-expected.txt: Removed. |
| 2301 | * inspector/elements/move-node.html: Removed. |
| 2302 | * inspector/elements/node-xpath-expected.txt: Removed. |
| 2303 | * inspector/elements/node-xpath.xhtml: Removed. |
| 2304 | * inspector/elements/remove-node-expected.txt: Removed. |
| 2305 | * inspector/elements/remove-node.html: Removed. |
| 2306 | * inspector/elements/resources/iframe-load-event-iframe-1.html: Removed. |
| 2307 | * inspector/elements/resources/iframe-load-event-iframe-2.html: Removed. |
| 2308 | * inspector/elements/resources/iframe-load-event-iframe.js: Removed. |
| 2309 | * inspector/elements/resources/user-properties.js: Removed. |
| 2310 | * inspector/elements/set-html-via-resource-expected.txt: Removed. |
| 2311 | * inspector/elements/shadow-dom-modify-chardata-expected.txt: Removed. |
| 2312 | * inspector/elements/shadow-dom-modify-chardata.html: Removed. |
| 2313 | * inspector/elements/shadow-root-expected.txt: Removed. |
| 2314 | * inspector/elements/shadow-root.html: Removed. |
| 2315 | * inspector/elements/undo-dom-edits-2-expected.txt: Removed. |
| 2316 | * inspector/elements/undo-dom-edits-2.html: Removed. |
| 2317 | * inspector/elements/undo-dom-edits-expected.txt: Removed. |
| 2318 | * inspector/elements/undo-dom-edits.html: Removed. |
| 2319 | * inspector/elements/update-shadowdom-expected.txt: Removed. |
| 2320 | * inspector/elements/update-shadowdom.html: Removed. |
| 2321 | * inspector/elements/user-properties-expected.txt: Removed. |
| 2322 | * inspector/elements/user-properties.html: Removed. |
| 2323 | * inspector/evaluate-in-page-expected.txt: Removed. |
| 2324 | * inspector/evaluate-in-page.html: Removed. |
| 2325 | * inspector/extensions/extensions-api-expected.txt: Removed. |
| 2326 | * inspector/extensions/extensions-api.html: Removed. |
| 2327 | * inspector/extensions/extensions-audits-api-expected.txt: Removed. |
| 2328 | * inspector/extensions/extensions-audits-api.html: Removed. |
| 2329 | * inspector/extensions/extensions-audits-content-script-expected.txt: Removed. |
| 2330 | * inspector/extensions/extensions-audits-content-script.html: Removed. |
| 2331 | * inspector/extensions/extensions-audits-expected.txt: Removed. |
| 2332 | * inspector/extensions/extensions-audits-tests.js: Removed. |
| 2333 | * inspector/extensions/extensions-audits.html: Removed. |
| 2334 | * inspector/extensions/extensions-console-expected.txt: Removed. |
| 2335 | * inspector/extensions/extensions-console.html: Removed. |
| 2336 | * inspector/extensions/extensions-eval-content-script-expected.txt: Removed. |
| 2337 | * inspector/extensions/extensions-eval-content-script.html: Removed. |
| 2338 | * inspector/extensions/extensions-eval-expected.txt: Removed. |
| 2339 | * inspector/extensions/extensions-eval.html: Removed. |
| 2340 | * inspector/extensions/extensions-events-expected.txt: Removed. |
| 2341 | * inspector/extensions/extensions-events.html: Removed. |
| 2342 | * inspector/extensions/extensions-network-expected.txt: Removed. |
| 2343 | * inspector/extensions/extensions-network.html: Removed. |
| 2344 | * inspector/extensions/extensions-panel-expected.txt: Removed. |
| 2345 | * inspector/extensions/extensions-panel.html: Removed. |
| 2346 | * inspector/extensions/extensions-reload-expected.txt: Removed. |
| 2347 | * inspector/extensions/extensions-reload.html: Removed. |
| 2348 | * inspector/extensions/extensions-resources-expected.txt: Removed. |
| 2349 | * inspector/extensions/extensions-resources.html: Removed. |
| 2350 | * inspector/extensions/extensions-sidebar-expected.txt: Removed. |
| 2351 | * inspector/extensions/extensions-sidebar.html: Removed. |
| 2352 | * inspector/extensions/resources/abe.png: Removed. |
| 2353 | * inspector/extensions/resources/audits-style1.css: Removed. |
| 2354 | * inspector/extensions/resources/test-script.js: Removed. |
| 2355 | * inspector/file-mapping-expected.txt: Removed. |
| 2356 | * inspector/file-mapping.html: Removed. |
| 2357 | * inspector/file-system-mapping-expected.txt: Removed. |
| 2358 | * inspector/file-system-mapping.html: Removed. |
| 2359 | * inspector/file-system-project-expected.txt: Removed. |
| 2360 | * inspector/file-system-project.html: Removed. |
| 2361 | * inspector/filtered-item-selection-dialog-filtering-expected.txt: Removed. |
| 2362 | * inspector/filtered-item-selection-dialog-filtering.html: Removed. |
| 2363 | * inspector/inspector-backend-commands-generation-expected.txt: Removed. |
| 2364 | * inspector/inspector-backend-commands-generation.html: Removed. |
| 2365 | * inspector/map-expected.txt: Removed. |
| 2366 | * inspector/map.html: Removed. |
| 2367 | * inspector/network-status-non-http-expected.txt: Removed. |
| 2368 | * inspector/network-status-non-http.html: Removed. |
| 2369 | * inspector/profiler/canvas-profiler-test.js: Removed. |
| 2370 | * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases-expected.txt: Removed. |
| 2371 | * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases.html: Removed. |
| 2372 | * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: Removed. |
| 2373 | * inspector/profiler/canvas2d/canvas-replay-log-grid.html: Removed. |
| 2374 | * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt: Removed. |
| 2375 | * inspector/profiler/canvas2d/canvas-stack-trace.html: Removed. |
| 2376 | * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt: Removed. |
| 2377 | * inspector/profiler/canvas2d/canvas2d-api-changes.html: Removed. |
| 2378 | * inspector/profiler/canvas2d/canvas2d-gradient-capturing-expected.txt: Removed. |
| 2379 | * inspector/profiler/canvas2d/canvas2d-gradient-capturing.html: Removed. |
| 2380 | * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics-expected.txt: Removed. |
| 2381 | * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html: Removed. |
| 2382 | * inspector/profiler/heap-snapshot-comparison-dom-groups-change-expected.txt: Removed. |
| 2383 | * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html: Removed. |
| 2384 | * inspector/profiler/heap-snapshot-comparison-expansion-preserved-when-sorting-expected.txt: Removed. |
| 2385 | * inspector/profiler/heap-snapshot-comparison-expansion-preserved-when-sorting.html: Removed. |
| 2386 | * inspector/profiler/heap-snapshot-comparison-show-all-expected.txt: Removed. |
| 2387 | * inspector/profiler/heap-snapshot-comparison-show-all.html: Removed. |
| 2388 | * inspector/profiler/heap-snapshot-comparison-show-next-expected.txt: Removed. |
| 2389 | * inspector/profiler/heap-snapshot-comparison-show-next.html: Removed. |
| 2390 | * inspector/profiler/heap-snapshot-comparison-shown-node-count-preserved-when-sorting-expected.txt: Removed. |
| 2391 | * inspector/profiler/heap-snapshot-comparison-shown-node-count-preserved-when-sorting.html: Removed. |
| 2392 | * inspector/profiler/heap-snapshot-comparison-sorting-expected.txt: Removed. |
| 2393 | * inspector/profiler/heap-snapshot-comparison-sorting.html: Removed. |
| 2394 | * inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting-expected.txt: Removed. |
| 2395 | * inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.html: Removed. |
| 2396 | * inspector/profiler/heap-snapshot-containment-show-all-expected.txt: Removed. |
| 2397 | * inspector/profiler/heap-snapshot-containment-show-all.html: Removed. |
| 2398 | * inspector/profiler/heap-snapshot-containment-show-next-expected.txt: Removed. |
| 2399 | * inspector/profiler/heap-snapshot-containment-show-next.html: Removed. |
| 2400 | * inspector/profiler/heap-snapshot-containment-shown-node-count-preserved-when-sorting-expected.txt: Removed. |
| 2401 | * inspector/profiler/heap-snapshot-containment-shown-node-count-preserved-when-sorting.html: Removed. |
| 2402 | * inspector/profiler/heap-snapshot-containment-sorting-expected.txt: Removed. |
| 2403 | * inspector/profiler/heap-snapshot-containment-sorting.html: Removed. |
| 2404 | * inspector/profiler/heap-snapshot-dominators-expansion-preserved-when-sorting-expected.txt: Removed. |
| 2405 | * inspector/profiler/heap-snapshot-dominators-expansion-preserved-when-sorting.html: Removed. |
| 2406 | * inspector/profiler/heap-snapshot-dominators-show-all-expected.txt: Removed. |
| 2407 | * inspector/profiler/heap-snapshot-dominators-show-all.html: Removed. |
| 2408 | * inspector/profiler/heap-snapshot-dominators-show-next-actual.txt: Removed. |
| 2409 | * inspector/profiler/heap-snapshot-dominators-show-next-expected.txt: Removed. |
| 2410 | * inspector/profiler/heap-snapshot-dominators-show-next.html: Removed. |
| 2411 | * inspector/profiler/heap-snapshot-dominators-shown-node-count-preserved-when-sorting-expected.txt: Removed. |
| 2412 | * inspector/profiler/heap-snapshot-dominators-shown-node-count-preserved-when-sorting.html: Removed. |
| 2413 | * inspector/profiler/heap-snapshot-dominators-sorting-expected.txt: Removed. |
| 2414 | * inspector/profiler/heap-snapshot-dominators-sorting.html: Removed. |
| 2415 | * inspector/profiler/heap-snapshot-expected.txt: Removed. |
| 2416 | * inspector/profiler/heap-snapshot-get-profile-crash-expected.txt: Removed. |
| 2417 | * inspector/profiler/heap-snapshot-get-profile-crash.html: Removed. |
| 2418 | * inspector/profiler/heap-snapshot-inspect-dom-wrapper-expected.txt: Removed. |
| 2419 | * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html: Removed. |
| 2420 | * inspector/profiler/heap-snapshot-loader-expected.txt: Removed. |
| 2421 | * inspector/profiler/heap-snapshot-loader.html: Removed. |
| 2422 | * inspector/profiler/heap-snapshot-reveal-in-dominators-view-expected.txt: Removed. |
| 2423 | * inspector/profiler/heap-snapshot-reveal-in-dominators-view.html: Removed. |
| 2424 | * inspector/profiler/heap-snapshot-summary-expansion-preserved-when-sorting-expected.txt: Removed. |
| 2425 | * inspector/profiler/heap-snapshot-summary-expansion-preserved-when-sorting.html: Removed. |
| 2426 | * inspector/profiler/heap-snapshot-summary-retainers-expected.txt: Removed. |
| 2427 | * inspector/profiler/heap-snapshot-summary-retainers.html: Removed. |
| 2428 | * inspector/profiler/heap-snapshot-summary-show-all-expected.txt: Removed. |
| 2429 | * inspector/profiler/heap-snapshot-summary-show-all.html: Removed. |
| 2430 | * inspector/profiler/heap-snapshot-summary-show-next-expected.txt: Removed. |
| 2431 | * inspector/profiler/heap-snapshot-summary-show-next.html: Removed. |
| 2432 | * inspector/profiler/heap-snapshot-summary-show-ranges-expected.txt: Removed. |
| 2433 | * inspector/profiler/heap-snapshot-summary-show-ranges.html: Removed. |
| 2434 | * inspector/profiler/heap-snapshot-summary-shown-node-count-preserved-when-sorting-expected.txt: Removed. |
| 2435 | * inspector/profiler/heap-snapshot-summary-shown-node-count-preserved-when-sorting.html: Removed. |
| 2436 | * inspector/profiler/heap-snapshot-summary-sorting-expected.txt: Removed. |
| 2437 | * inspector/profiler/heap-snapshot-summary-sorting-fields-expected.txt: Removed. |
| 2438 | * inspector/profiler/heap-snapshot-summary-sorting-fields.html: Removed. |
| 2439 | * inspector/profiler/heap-snapshot-summary-sorting-instances-expected.txt: Removed. |
| 2440 | * inspector/profiler/heap-snapshot-summary-sorting-instances.html: Removed. |
| 2441 | * inspector/profiler/heap-snapshot-summary-sorting.html: Removed. |
| 2442 | * inspector/profiler/heap-snapshot-test.js: Removed. |
| 2443 | * inspector/profiler/heap-snapshot.html: Removed. |
| 2444 | * inspector/profiler/resources/image.jpeg: Removed. |
| 2445 | * inspector/profiler/selector-profiler-url-expected.txt: Removed. |
| 2446 | * inspector/profiler/selector-profiler-url.html: Removed. |
| 2447 | * inspector/profiler/webgl/webgl-profiler-api-changes-expected.txt: Removed. |
| 2448 | * inspector/profiler/webgl/webgl-profiler-api-changes.html: Removed. |
| 2449 | * inspector/profiler/webgl/webgl-profiler-get-error-expected.txt: Removed. |
| 2450 | * inspector/profiler/webgl/webgl-profiler-get-error.html: Removed. |
| 2451 | * inspector/progress-bar-expected.txt: Removed. |
| 2452 | * inspector/progress-bar.html: Removed. |
| 2453 | * inspector/snippet-storage-expected.txt: Removed. |
| 2454 | * inspector/snippet-storage.html: Removed. |
| 2455 | * inspector/styles/commit-selector-expected.txt: Removed. |
| 2456 | * inspector/styles/commit-selector.html: Removed. |
| 2457 | * inspector/styles/css-live-edit-expected.txt: Removed. |
| 2458 | * inspector/styles/css-live-edit.html: Removed. |
| 2459 | * inspector/styles/edit-inspector-stylesheet-expected.txt: Removed. |
| 2460 | * inspector/styles/edit-inspector-stylesheet.html: Removed. |
| 2461 | * inspector/styles/edit-value-with-trimmed-url-expected.txt: Removed. |
| 2462 | * inspector/styles/edit-value-with-trimmed-url.html: Removed. |
| 2463 | * inspector/styles/force-pseudo-state-expected.txt: Removed. |
| 2464 | * inspector/styles/force-pseudo-state.html: Removed. |
| 2465 | * inspector/styles/inactive-properties-expected.txt: Removed. |
| 2466 | * inspector/styles/inactive-properties.html: Removed. |
| 2467 | * inspector/styles/lazy-computed-style-expected.txt: Removed. |
| 2468 | * inspector/styles/lazy-computed-style.html: Removed. |
| 2469 | * inspector/styles/media-emulation-expected.txt: Removed. |
| 2470 | * inspector/styles/media-emulation.html: Removed. |
| 2471 | * inspector/styles/media-queries-expected.txt: Removed. |
| 2472 | * inspector/styles/media-queries.html: Removed. |
| 2473 | * inspector/styles/metrics-box-sizing-expected.txt: Removed. |
| 2474 | * inspector/styles/metrics-box-sizing.html: Removed. |
| 2475 | * inspector/styles/paste-property-expected.txt: Removed. |
| 2476 | * inspector/styles/paste-property.html: Removed. |
| 2477 | * inspector/styles/perform-undo-perform-of-mergable-action-expected.txt: Removed. |
| 2478 | * inspector/styles/perform-undo-perform-of-mergable-action.html: Removed. |
| 2479 | * inspector/styles/protocol-css-regions-commands-expected.txt: Removed. |
| 2480 | * inspector/styles/protocol-css-regions-commands.html: Removed. |
| 2481 | * inspector/styles/selector-line-expected.txt: Removed. |
| 2482 | * inspector/styles/selector-line.html: Removed. |
| 2483 | * inspector/styles/show-user-agent-styles-expected.txt: Removed. |
| 2484 | * inspector/styles/show-user-agent-styles.html: Removed. |
| 2485 | * inspector/styles/styles-add-new-rule-expected.txt: Removed. |
| 2486 | * inspector/styles/styles-add-new-rule.html: Removed. |
| 2487 | * inspector/styles/styles-cancel-editing-expected.txt: Removed. |
| 2488 | * inspector/styles/styles-cancel-editing.html: Removed. |
| 2489 | * inspector/styles/styles-change-node-while-editing-expected.txt: Removed. |
| 2490 | * inspector/styles/styles-change-node-while-editing.html: Removed. |
| 2491 | * inspector/styles/styles-commit-editing-expected.txt: Removed. |
| 2492 | * inspector/styles/styles-commit-editing.html: Removed. |
| 2493 | * inspector/styles/styles-edit-property-after-invalid-rule-expected.txt: Removed. |
| 2494 | * inspector/styles/styles-edit-property-after-invalid-rule.html: Removed. |
| 2495 | * inspector/styles/styles-update-from-js-expected.txt: Removed. |
| 2496 | * inspector/styles/styles-update-from-js.html: Removed. |
| 2497 | * inspector/styles/styles-url-linkify-expected.txt: Removed. |
| 2498 | * inspector/styles/styles-url-linkify.html: Removed. |
| 2499 | * inspector/styles/svg-style-expected.txt: Removed. |
| 2500 | * inspector/styles/svg-style.xhtml: Removed. |
| 2501 | * inspector/styles/up-down-numerics-and-colors-expected.txt: Removed. |
| 2502 | * inspector/styles/up-down-numerics-and-colors.html: Removed. |
| 2503 | * inspector/styles/updates-during-dom-traversal-expected.txt: Removed. |
| 2504 | * inspector/styles/updates-during-dom-traversal.html: Removed. |
| 2505 | * inspector/styles/updates-throttled-expected.txt: Removed. |
| 2506 | * inspector/styles/updates-throttled.html: Removed. |
| 2507 | * inspector/styles/url-color-swatch-expected.txt: Removed. |
| 2508 | * inspector/styles/url-color-swatch.html: Removed. |
| 2509 | * inspector/styles/variables/css-variables-expected.txt: Removed. |
| 2510 | * inspector/styles/variables/css-variables.html: Removed. |
| 2511 | * inspector/styles/vendor-prefixes-expected.txt: Removed. |
| 2512 | * inspector/styles/vendor-prefixes.html: Removed. |
| 2513 | * inspector/syntax-highlight-css-expected.txt: Removed. |
| 2514 | * inspector/syntax-highlight-css.html: Removed. |
| 2515 | * inspector/syntax-highlight-html-expected.txt: Removed. |
| 2516 | * inspector/syntax-highlight-html.html: Removed. |
| 2517 | * inspector/syntax-highlight-javascript-expected.txt: Removed. |
| 2518 | * inspector/syntax-highlight-javascript.html: Removed. |
| 2519 | * inspector/syntax-highlight.js: Removed. |
| 2520 | * inspector/tabbed-editors-history-expected.txt: Removed. |
| 2521 | * inspector/tabbed-editors-history.html: Removed. |
| 2522 | * inspector/tabbed-pane-max-tab-width-calculation-expected.txt: Removed. |
| 2523 | * inspector/tabbed-pane-max-tab-width-calculation.html: Removed. |
| 2524 | * inspector/tabbed-pane-tabs-to-show-expected.txt: Removed. |
| 2525 | * inspector/tabbed-pane-tabs-to-show.html: Removed. |
| 2526 | * inspector/timeline-dfs-expected.txt: Removed. |
| 2527 | * inspector/timeline-dfs.html: Removed. |
| 2528 | * inspector/timeline/timeline-coalescing-expected.txt: Removed. |
| 2529 | * inspector/timeline/timeline-coalescing.html: Removed. |
| 2530 | * inspector/timeline/timeline-enum-stability-expected.txt: Removed. |
| 2531 | * inspector/timeline/timeline-enum-stability.html: Removed. |
| 2532 | * inspector/uisourcecode-revisions-expected.txt: Removed. |
| 2533 | * inspector/uisourcecode-revisions.html: Removed. |
| 2534 | * inspector/user-metrics-expected.txt: Removed. |
| 2535 | * inspector/user-metrics.html: Removed. |
| 2536 | * inspector/utilities-highlight-results-expected.txt: Removed. |
| 2537 | * inspector/utilities-highlight-results.html: Removed. |
| 2538 | * inspector/version-controller-expected.txt: Removed. |
| 2539 | * inspector/version-controller.html: Removed. |
| 2540 | * inspector/view-css-expected.txt: Removed. |
| 2541 | * inspector/view-css.html: Removed. |
| 2542 | * inspector/view-events-expected.txt: Removed. |
| 2543 | * inspector/view-events.html: Removed. |
| 2544 | * inspector/workspace-mapping-expected.txt: Removed. |
| 2545 | * inspector/workspace-mapping.html: Removed. |
| 2546 | |
commit-queue@webkit.org | 9add92f | 2014-02-22 00:10:53 +0000 | [diff] [blame] | 2547 | 2014-02-21 Chi Wai Lau <clau@apple.com> |
| 2548 | |
| 2549 | Web Inspector: Replace binarySearch with lowerBound and upperBound functions |
| 2550 | https://bugs.webkit.org/show_bug.cgi?id=118609 |
| 2551 | |
| 2552 | Reviewed by Timothy Hatcher. |
| 2553 | |
| 2554 | * inspector/utilities-expected.txt: |
| 2555 | * inspector/utilities.html: |
| 2556 | |
dbates@webkit.org | f9e0215 | 2014-02-22 00:05:25 +0000 | [diff] [blame] | 2557 | 2014-02-21 Daniel Bates <dabates@apple.com> |
| 2558 | |
| 2559 | [Win] fast/table/col-and-colgroup-offsets.html - offsetHeight differs from Mac results |
| 2560 | https://bugs.webkit.org/show_bug.cgi?id=129179 |
| 2561 | |
| 2562 | The test col-and-colgroup-offsets.html is failing on the Apple Win Debug (Tests) bot due |
| 2563 | to platform-specific numeric differences in the computed offsetHeight of the table cells. |
| 2564 | For now, I am landing Windows-specific expected results as the behavior tested by the test |
| 2565 | is correct despite the numerical differences. I'll further investigate the Window-specific |
| 2566 | difference in <https://bugs.webkit.org/show_bug.cgi?id=129179>. |
| 2567 | |
| 2568 | * platform/win/fast/table/col-and-colgroup-offsets-expected.txt: Added. |
| 2569 | |
bburg@apple.com | eafb76a | 2014-02-22 00:01:45 +0000 | [diff] [blame] | 2570 | 2014-02-21 Brian Burg <bburg@apple.com> |
| 2571 | |
| 2572 | Web Inspector: animate breakpoint tree elements when probe samples are received |
| 2573 | https://bugs.webkit.org/show_bug.cgi?id=128334 |
| 2574 | |
| 2575 | Reviewed by Timothy Hatcher. |
| 2576 | |
| 2577 | Adjust probe manager tracing listeners to access the correct data container property. |
| 2578 | |
| 2579 | * inspector-protocol/resources/probe-helper.js: |
| 2580 | (ProbeHelper.installTracingListeners): |
| 2581 | |
dbates@webkit.org | 2d10236 | 2014-02-21 22:38:12 +0000 | [diff] [blame] | 2582 | 2014-02-21 Daniel Bates <dabates@apple.com> |
| 2583 | |
| 2584 | COL element in table has 0 for offsetWidth |
| 2585 | https://bugs.webkit.org/show_bug.cgi?id=15277 |
| 2586 | |
| 2587 | Reviewed by David Hyatt. |
| 2588 | |
| 2589 | Added test to ensure that offset{Left, Top, Width, Height} return correct results |
| 2590 | for table columns and column groups. |
| 2591 | |
| 2592 | For now, we fail almost all of the offset{Height, Top} sub-tests for the separate |
| 2593 | border model as we need to fix <https://bugs.webkit.org/show_bug.cgi?id=128988>. |
| 2594 | |
| 2595 | * fast/table/col-and-colgroup-offsets-expected.txt: Added. |
| 2596 | * fast/table/col-and-colgroup-offsets.html: Added. |
| 2597 | |
benjamin@webkit.org | 4c51a8f | 2014-02-21 21:29:51 +0000 | [diff] [blame] | 2598 | 2014-02-21 Benjamin Poulain <bpoulain@apple.com> |
| 2599 | |
| 2600 | 'mouseenter' mouse compat event not fired when listeners for touch events |
| 2601 | https://bugs.webkit.org/show_bug.cgi?id=128534 |
| 2602 | |
| 2603 | Reviewed by Andreas Kling. |
| 2604 | |
| 2605 | The existing tests for mouseenter/mouseleave had very poor readability which made them |
| 2606 | useless for debugging. |
| 2607 | This updates them to log what cause the events, and log all the events everywhere on the page. |
| 2608 | |
| 2609 | * fast/events/mouseenter-mouseleave-capture-expected.txt: |
| 2610 | * fast/events/mouseenter-mouseleave-capture.html: |
| 2611 | * fast/events/mouseenter-mouseleave-expected.txt: |
| 2612 | * fast/events/mouseenter-mouseleave.html: |
| 2613 | |
jhoneycutt@apple.com | 97fad9d | 2014-02-21 20:37:01 +0000 | [diff] [blame] | 2614 | 2014-02-21 Jon Honeycutt <jhoneycutt@apple.com> |
| 2615 | |
| 2616 | Crash reloading page with position: fixed content |
| 2617 | https://bugs.webkit.org/show_bug.cgi?id=129119 |
| 2618 | <rdar://problem/16127090> |
| 2619 | |
| 2620 | Reviewed by Brent Fulgham. |
| 2621 | |
| 2622 | * platform/mac-wk2/tiled-drawing/crash-reloading-with-position-fixed-content-expected.txt: Added. |
| 2623 | * platform/mac-wk2/tiled-drawing/crash-reloading-with-position-fixed-content.html: Added. |
| 2624 | |
abucur@adobe.com | 0f031ad | 2014-02-21 11:26:44 +0000 | [diff] [blame] | 2625 | 2014-02-21 Andrei Bucur <abucur@adobe.com> |
| 2626 | |
| 2627 | [CSS Regions] Regions don't paint correctly in new-multicol elements |
| 2628 | https://bugs.webkit.org/show_bug.cgi?id=120711 |
| 2629 | |
| 2630 | Reviewed by David Hyatt. |
| 2631 | |
| 2632 | Add tests for regions in multi-column elements and a test that verifies |
| 2633 | regions are correctly clipped by their containers when both have hidden |
| 2634 | overflow. |
| 2635 | For the non horizontal-tb writing modes tests there's no overflow after the |
| 2636 | last region because it's not rendered correctly yet in a new column. |
| 2637 | |
| 2638 | * fast/regions/region-clipping-expected.html: Added. |
| 2639 | * fast/regions/region-clipping.html: Added. |
| 2640 | * fast/regions/regions-in-multicol-bt-expected.html: Added. |
| 2641 | * fast/regions/regions-in-multicol-bt.html: Added. |
| 2642 | * fast/regions/regions-in-multicol-expected.html: Added. |
| 2643 | * fast/regions/regions-in-multicol-hover-expected.html: Added. |
| 2644 | * fast/regions/regions-in-multicol-hover-overflow-expected.html: Added. |
| 2645 | * fast/regions/regions-in-multicol-hover-overflow.html: Added. |
| 2646 | * fast/regions/regions-in-multicol-hover.html: Added. |
| 2647 | * fast/regions/regions-in-multicol-lr-expected.html: Added. |
| 2648 | * fast/regions/regions-in-multicol-lr.html: Added. |
| 2649 | * fast/regions/regions-in-multicol-rl-expected.html: Added. |
| 2650 | * fast/regions/regions-in-multicol-rl.html: Added. |
| 2651 | * fast/regions/regions-in-multicol.html: Added. |
| 2652 | |
commit-queue@webkit.org | 5c63552 | 2014-02-21 09:19:16 +0000 | [diff] [blame] | 2653 | 2014-02-21 Mihai Tica <mitica@adobe.com> |
| 2654 | |
| 2655 | [CSS Blending] Refactor -webkit-blend-mode to -webkit-mix-blend-mode |
| 2656 | https://bugs.webkit.org/show_bug.cgi?id=128805 |
| 2657 | |
| 2658 | Reviewed by Dean Jackson. |
| 2659 | |
| 2660 | The spec defines the mix-blend-mode property. This means that the |
| 2661 | prefixed version should be -webkit-mix-blend-mode, instead of |
| 2662 | -webkit-blend-mode. Update all tests accordingly. |
| 2663 | |
| 2664 | * css3/compositing/blend-mode-blended-element-overlapping-composited-sibling-should-have-compositing-layer.html: |
| 2665 | * css3/compositing/blend-mode-layers.html: |
| 2666 | * css3/compositing/blend-mode-overflow.html: |
| 2667 | * css3/compositing/blend-mode-parent-of-composited-blended-has-layer.html: |
| 2668 | * css3/compositing/blend-mode-property-expected.txt: |
| 2669 | * css3/compositing/blend-mode-property-parsing-expected.txt: |
| 2670 | * css3/compositing/blend-mode-property-parsing-invalid-expected.txt: |
| 2671 | * css3/compositing/blend-mode-reflection.html: |
| 2672 | * css3/compositing/blend-mode-simple-composited.html: |
| 2673 | * css3/compositing/blend-mode-simple.html: |
| 2674 | * css3/compositing/blend-mode-with-composited-descendant-should-have-layer.html: |
| 2675 | * css3/compositing/resources/red-circle.svg: |
| 2676 | * css3/compositing/script-tests/blend-mode-property-parsing-invalid.js: |
| 2677 | (testInvalidFilterRule): |
| 2678 | * css3/compositing/script-tests/blend-mode-property-parsing.js: |
| 2679 | (testBlendModeRule): |
| 2680 | * css3/compositing/script-tests/blend-mode-property.js: |
| 2681 | (testblendmode): |
| 2682 | * css3/compositing/svg-blend-color-burn.html: |
| 2683 | * css3/compositing/svg-blend-color-dodge.html: |
| 2684 | * css3/compositing/svg-blend-color.html: |
| 2685 | * css3/compositing/svg-blend-darken.html: |
| 2686 | * css3/compositing/svg-blend-difference.html: |
| 2687 | * css3/compositing/svg-blend-exclusion.html: |
| 2688 | * css3/compositing/svg-blend-hard-light.html: |
| 2689 | * css3/compositing/svg-blend-hue.html: |
| 2690 | * css3/compositing/svg-blend-layer-blend.html: |
| 2691 | * css3/compositing/svg-blend-layer-clip-path.html: |
| 2692 | * css3/compositing/svg-blend-layer-filter.html: |
| 2693 | * css3/compositing/svg-blend-layer-mask.html: |
| 2694 | * css3/compositing/svg-blend-layer-opacity.html: |
| 2695 | * css3/compositing/svg-blend-layer-shadow.html: |
| 2696 | * css3/compositing/svg-blend-lighten.html: |
| 2697 | * css3/compositing/svg-blend-luminosity.html: |
| 2698 | * css3/compositing/svg-blend-multiply-alpha.html: |
| 2699 | * css3/compositing/svg-blend-multiply.html: |
| 2700 | * css3/compositing/svg-blend-normal.html: |
| 2701 | * css3/compositing/svg-blend-overlay.html: |
| 2702 | * css3/compositing/svg-blend-saturation.html: |
| 2703 | * css3/compositing/svg-blend-screen.html: |
| 2704 | * css3/compositing/svg-blend-soft-light.html: |
| 2705 | * transitions/blendmode-transitions-expected.txt: |
| 2706 | * transitions/blendmode-transitions.html: |
| 2707 | |
changseok.oh@collabora.com | dcd194e | 2014-02-21 07:46:30 +0000 | [diff] [blame] | 2708 | 2014-02-20 ChangSeok Oh <changseok.oh@collabora.com> |
| 2709 | |
| 2710 | Rename EXT_draw_buffers to WEBGL_draw_buffers |
| 2711 | https://bugs.webkit.org/show_bug.cgi?id=128894 |
| 2712 | |
| 2713 | Reviewed by Dean Jackson. |
| 2714 | |
| 2715 | webgl-draw-buffers.html came from Khronos's webgl conformace tests. It requires |
| 2716 | some new apis in webgl-test-utils.js so that it is updated as well. The attached |
| 2717 | test results are for mac. But they're expected to fail since EXT_draw_buffers are |
| 2718 | disabled with some reason. See WebGLDrawBuffers::supported. So I add a line |
| 2719 | for webgl-draw-buffers.html to mac/TestExpectations. |
| 2720 | |
| 2721 | * fast/canvas/webgl/resources/webgl-test-utils.js: |
| 2722 | (WebGLTestUtils): |
| 2723 | (WebGLTestUtils.): |
| 2724 | * fast/canvas/webgl/webgl-draw-buffers-expected.txt: Added. |
| 2725 | * fast/canvas/webgl/webgl-draw-buffers.html: Added. |
| 2726 | * platform/mac-mountainlion/fast/canvas/webgl/webgl-draw-buffers-expected.txt: Added. |
| 2727 | * platform/mac/TestExpectations: |
| 2728 | |
rniwa@webkit.org | 6dea992 | 2014-02-21 06:45:34 +0000 | [diff] [blame] | 2729 | 2014-02-20 Ryosuke Niwa <rniwa@webkit.org> |
| 2730 | |
| 2731 | Update test expectations after r164449. |
| 2732 | |
| 2733 | * TestExpectations: |
| 2734 | |
rniwa@webkit.org | cd85fac | 2014-02-21 06:40:05 +0000 | [diff] [blame] | 2735 | 2014-02-19 Ryosuke Niwa <rniwa@webkit.org> |
| 2736 | |
| 2737 | m_ancestorDisabledState should never be unknown |
| 2738 | https://bugs.webkit.org/show_bug.cgi?id=129084 |
| 2739 | |
| 2740 | Reviewed by Benjamin Poulain. |
| 2741 | |
| 2742 | Added more test cases. |
| 2743 | |
| 2744 | * fast/forms/fieldset/fieldset-disabled-2-expected.txt: |
| 2745 | * fast/forms/fieldset/fieldset-disabled-2.html: |
| 2746 | |
commit-queue@webkit.org | 50f50a5 | 2014-02-21 04:55:44 +0000 | [diff] [blame] | 2747 | 2014-02-20 Joseph Pecoraro <pecoraro@apple.com> |
| 2748 | |
| 2749 | [iOS] Assert / crash trying to draw empty checked input |
| 2750 | https://bugs.webkit.org/show_bug.cgi?id=129138 |
| 2751 | |
| 2752 | Reviewed by Simon Fraser. |
| 2753 | |
| 2754 | * fast/forms/checkbox-empty-size-expected.txt: Added. |
| 2755 | * fast/forms/checkbox-empty-size.html: Added. |
| 2756 | |
ggaren@apple.com | f3f6aa4 | 2014-02-21 02:01:28 +0000 | [diff] [blame] | 2757 | 2014-02-20 Geoffrey Garen <ggaren@apple.com> |
| 2758 | |
| 2759 | Math.imul gives wrong results |
| 2760 | https://bugs.webkit.org/show_bug.cgi?id=126345 |
| 2761 | |
| 2762 | Reviewed by Mark Hahnenberg. |
| 2763 | |
| 2764 | Test this edge case of a double just outside the int range. |
| 2765 | |
| 2766 | * js/dom/imul-expected.txt: |
| 2767 | * js/dom/script-tests/imul.js: |
| 2768 | |
beidson@apple.com | 42ee7a1 | 2014-02-21 00:39:35 +0000 | [diff] [blame] | 2769 | 2014-02-20 Brady Eidson <beidson@apple.com> |
| 2770 | |
| 2771 | Add very basic image control rendering |
| 2772 | https://bugs.webkit.org/show_bug.cgi?id=129080 |
| 2773 | |
| 2774 | Reviewed by Tim Horton. |
| 2775 | |
| 2776 | * fast/images/image-controls-basic.html: Added. |
| 2777 | * platform/mac/fast/images/image-controls-basic-expected.txt: Added. |
| 2778 | |
mrowe@apple.com | bbd103d | 2014-02-20 23:34:21 +0000 | [diff] [blame] | 2779 | == Rolled over to ChangeLog-2014-02-20 == |