1 2012-11-15 Erik Arvidsson <arv@chromium.org>
3 Update DOMException name: NamespaceError
4 https://bugs.webkit.org/show_bug.cgi?id=102395
6 Reviewed by Kentaro Hara.
8 Updated tests and expectations.
10 * fast/dom/EntityReference/readonly-exceptions-expected.txt:
11 * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt:
12 * fast/dom/node-prefix-setter-namespace-exception-expected.txt:
13 * fast/dom/script-tests/setAttributeNS-prefix-and-null-namespace.js:
14 * fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt:
15 * fast/xpath/attr-namespace-expected.txt:
16 * fast/xpath/py-dom-xpath/nodetests-expected.txt:
18 2012-11-15 Rick Byers <rbyers@chromium.org>
20 custom CSS cursors ignore hotspot values embedded in CUR files
21 https://bugs.webkit.org/show_bug.cgi?id=100059
23 Reviewed by Kenneth Russell.
25 Add mouse cursor test cases that use CUR files that have embedded hotspot values.
27 * fast/events/mouse-cursor-expected.txt:
28 * fast/events/mouse-cursor-multiframecur-expected.txt: Added.
29 * fast/events/mouse-cursor-multiframecur.html: Copied from LayoutTests/fast/events/mouse-cursor.html.
30 * fast/events/mouse-cursor.html:
31 * fast/events/resources/greenbox-3frames.cur: Added.
32 * fast/events/resources/greenbox-hotspot35-4.cur: Added.
33 * fast/events/resources/greenbox-hotspot5-4.cur: Added.
34 * platform/mac/TestExpectations: Skip the multi-frame case on mac because it causes a hang
36 2012-11-15 Kenichi Ishibashi <bashi@chromium.org>
38 Use complex path for the reference text in fast/text/international/combining-marks-position.html
39 https://bugs.webkit.org/show_bug.cgi?id=101009
41 Reviewed by Kent Tamura.
43 Arial has a kerning pair for U+043A U+0430 so the width of the text can be
44 different between simple path and complex path. Use text-rendering: optimizeLegibility
45 to force using complex text for reference text.
47 * fast/text/international/combining-marks-position.html:
49 2012-11-15 Roger Fong <roger_fong@apple.com>
51 Unreviewed. Skipped media/video-src-blob.html on Windows.
52 Blob not enabled on Windows.
54 * platform/win/TestExpectations:
56 2012-11-15 David Grogan <dgrogan@chromium.org>
58 IndexedDB: setVersion batch 8
59 https://bugs.webkit.org/show_bug.cgi?id=102434
61 Reviewed by Tony Chang.
63 2 lines were added to intversion-bad-parameters to capture the tests
64 that were in the now-deleted setVersion-{null,undefined}.
66 * storage/indexeddb/intversion-bad-parameters-expected.txt:
67 * storage/indexeddb/key-generator-expected.txt:
68 * storage/indexeddb/open-during-transaction-expected.txt:
69 * storage/indexeddb/readonly-properties-expected.txt:
70 * storage/indexeddb/resources/intversion-bad-parameters.js:
72 * storage/indexeddb/resources/key-generator.js:
73 Again awkward to call indexedDBTest all over the place. The prefix
74 line's gotta go, and we could also pull a resetDatabase method out of
75 indexedDBTest that would just do a delete and open.
77 (runTests.nextTest.prepareDatabase):
78 (runTests.nextTest.onSuccess.finishTest):
79 (runTests.nextTest.onSuccess):
81 (testAcrossConnections.prepareDatabase):
82 * storage/indexeddb/resources/open-during-transaction.js:
83 (prepareDatabase.event.target.transaction.oncomplete):
86 * storage/indexeddb/resources/readonly-properties.js:
88 * storage/indexeddb/resources/setVersion-null.js: Removed.
89 * storage/indexeddb/resources/setVersion-undefined.js: Removed.
90 * storage/indexeddb/resources/transaction-after-close.js:
92 (firstTransactionComplete):
94 * storage/indexeddb/resources/versionchangerequest-activedomobject.js:
96 (upgradeNeededCallback):
98 * storage/indexeddb/setVersion-null-expected.txt: Removed.
99 * storage/indexeddb/setVersion-null.html: Removed.
100 * storage/indexeddb/setVersion-undefined-expected.txt: Removed.
101 * storage/indexeddb/setVersion-undefined.html: Removed.
102 * storage/indexeddb/transaction-after-close-expected.txt:
103 * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:
105 2012-11-15 Alec Flett <alecflett@chromium.org>
107 Add tests for explicit serialization values
108 https://bugs.webkit.org/show_bug.cgi?id=96818
110 Reviewed by Adam Barth.
112 Make sure SerializedScriptValues are backward compatible with future changes.
114 * platform/chromium/fast/storage/serialized-script-value.html: Added.
115 * platform/chromium/fast/storage/serialized-script-value.txt: Added.
117 2012-11-15 Roger Fong <roger_fong@apple.com>
119 Unreviewed. Add missing text test expectations for Mac and Windows ports.
121 * platform/mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
122 * platform/mac/fast/css/text-overflow-input-expected.txt: Added.
123 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Added.
124 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
126 2012-11-15 Jian Li <jianli@chromium.org>
128 Unreviewed. Updated chromium test expectations to clean up some passed
131 * platform/chromium/TestExpectations:
133 2012-11-15 Erik Arvidsson <arv@chromium.org>
135 Update DOMException name: SyntaxError
136 https://bugs.webkit.org/show_bug.cgi?id=102279
138 Reviewed by Kentaro Hara.
140 Updated tests and expectations.
142 * fast/canvas/canvas-gradient-addStop-error-expected.txt:
143 * fast/canvas/canvas-pattern-behaviour-expected.txt:
144 * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
145 * fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js:
146 * fast/css/css3-nth-tokens-script-expected.txt:
147 * fast/css/css3-nth-tokens-script.html:
148 * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
149 * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
150 * fast/dom/HTMLElement/set-invalid-value-expected.txt:
151 * fast/dom/HTMLElement/set-invalid-value.html:
152 * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
153 * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
154 * fast/dom/Window/custom-constructors-expected.txt:
155 * fast/dom/Window/invalid-protocol-expected.txt:
156 * fast/dom/css-mediarule-functions-expected.txt:
157 * fast/dom/css-mediarule-functions.html:
158 * fast/dom/dataset-expected.txt:
159 * fast/dom/dataset-xhtml-expected.txt:
160 * fast/dom/element-attribute-js-null-expected.txt:
161 * fast/dom/register-protocol-handler.html:
162 * fast/dom/script-tests/dataset-xhtml.js:
163 * fast/dom/script-tests/dataset.js:
164 * fast/dom/xhtml-fragment-parsing-exceptions-expected.txt:
165 * fast/dynamic/insertAdjacentHTML-expected.txt:
166 * fast/eventsource/eventsource-constructor-expected.txt:
167 * fast/innerHTML/innerHTML-changing-document-properties-expected.txt:
168 * fast/mutation/observe-exceptions-expected.txt:
169 * fast/workers/worker-constructor-expected.txt:
170 * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
171 * http/tests/security/postMessage/target-origin-expected.txt:
172 * http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
173 * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
174 * http/tests/websocket/tests/hybi/close-expected.txt:
175 * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt:
176 * http/tests/websocket/tests/hybi/close-reason-too-long.html:
177 * http/tests/websocket/tests/hybi/close.html:
178 * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
179 * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html:
180 * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
181 * http/tests/websocket/tests/hybi/invalid-subprotocols.html:
182 * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
183 * http/tests/xmlhttprequest/inject-header-expected.txt:
184 * http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt:
185 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt:
186 * platform/chromium-linux/fast/media/mq-js-media-except-02-expected.png:
187 * platform/chromium-linux/fast/media/mq-js-media-except-03-expected.png:
188 * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
189 * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
190 * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
191 * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
192 * platform/chromium-win/fast/media/mq-js-media-except-02-expected.txt:
193 * platform/chromium-win/fast/media/mq-js-media-except-03-expected.txt:
194 * platform/chromium-win/fast/workers/worker-constructor-expected.txt:
195 * platform/chromium-win/websocket/tests/bad-sub-protocol-non-ascii-expected.txt:
196 * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
197 * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
198 * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
199 * platform/chromium/fast/media/mq-js-media-except-02-expected.txt:
200 * platform/chromium/fast/media/mq-js-media-except-03-expected.txt:
201 * platform/chromium/fast/workers/worker-constructor-expected.txt:
202 * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
203 * platform/chromium/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
204 * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
205 * platform/efl/fast/media/mq-js-media-except-02-expected.txt:
206 * platform/efl/fast/media/mq-js-media-except-03-expected.txt:
207 * platform/gtk/fast/media/mq-js-media-except-02-expected.txt:
208 * platform/gtk/fast/media/mq-js-media-except-03-expected.txt:
209 * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
210 * platform/mac/fast/media/mq-js-media-except-02-expected.txt:
211 * platform/mac/fast/media/mq-js-media-except-03-expected.txt:
212 * platform/qt-5.0-wk2/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
213 * platform/qt/fast/media/mq-js-media-except-02-expected.txt:
214 * platform/qt/fast/media/mq-js-media-except-03-expected.txt:
215 * platform/qt/http/tests/websocket/tests/hixie76/bad-sub-protocol-non-ascii-expected.txt:
216 * platform/qt/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
217 * svg/dom/SVGAngle-expected.txt:
218 * transforms/cssmatrix-2d-interface-expected.txt:
219 * transforms/cssmatrix-3d-interface-expected.txt:
220 * webintents/web-intents-api-expected.txt:
221 * webintents/web-intents-api.html:
222 * webintents/web-intents-obj-constructor-expected.txt:
223 * webintents/web-intents-obj-constructor.html:
225 2012-11-15 James Robinson <jamesr@chromium.org>
227 Clean up some TestExpectations for tests that pass now.
229 * platform/chromium/TestExpectations:
231 2012-11-15 David Grogan <dgrogan@chromium.org>
233 IndexedDB setVersion-removal batch 7
234 https://bugs.webkit.org/show_bug.cgi?id=102415
236 Reviewed by Tony Chang.
238 * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
239 * storage/indexeddb/mozilla/readyState-expected.txt:
240 * storage/indexeddb/mozilla/resources/object-store-remove-values.js:
241 * storage/indexeddb/mozilla/resources/readyState.js:
242 Moved one check into shared.js, a few others around, and the check
243 for setVersion's request.readyState==pending is deleted.
245 * storage/indexeddb/mozilla/resources/versionchange-abort.js:
246 First test I've converted that makes the initial open fail, but
247 request.onsuccess is unhooked to not cause the whole test to fail.
251 * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
252 * storage/indexeddb/objectstore-basics-expected.txt:
253 * storage/indexeddb/objectstore-basics-workers-expected.txt:
254 * storage/indexeddb/odd-strings-expected.txt:
255 * storage/indexeddb/readonly-expected.txt:
256 * storage/indexeddb/resources/objectstore-basics.js:
257 * storage/indexeddb/resources/odd-strings.js:
258 * storage/indexeddb/resources/readonly.js:
259 Moved the checks at the beginning to the end of the test, but
260 everything was preserved.
262 * storage/indexeddb/resources/shared.js:
263 Moved a check from readyState to here as the readyState layout test
264 doesn't have access to the open request before any events are fired.
266 2012-11-15 Stephen Chenney <schenney@chromium.org>
268 mpath elements do not clear resource lists before destruction
269 https://bugs.webkit.org/show_bug.cgi?id=101505
271 Reviewed by Abhishek Arya.
273 Test that causes a mpath element to be deleted before the path that it
276 * svg/animations/mpath-remove-from-dependents-on-delete-crash-expected.html: Added.
277 * svg/animations/mpath-remove-from-dependents-on-delete-crash.html: Added.
279 2012-11-15 Stephen Chenney <schenney@chromium.org>
281 [Chromium] Test expectations - we're passing!
283 Unreviewed expectations for canvas-shadow.html
285 * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
286 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
287 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
289 2012-11-15 David Grogan <dgrogan@chromium.org>
291 IndexedDB: remove setVersion from intversion-long-queue
292 https://bugs.webkit.org/show_bug.cgi?id=102322
294 Reviewed by Tony Chang.
296 This test probably doesn't provide as much value as it used to but
297 tests like this, where there's a long sequence of interdependent
298 events, have caught stuff for us in the past. There are endless
299 variants that will all exercise our code differently.
301 * storage/indexeddb/intversion-long-queue-expected.txt:
302 * storage/indexeddb/resources/intversion-long-queue.js:
304 (connection1Success):
305 (connection1VersionChangeCallback):
306 (connection2Blocked):
307 (deleteDatabaseBlockedCallback):
308 (deleteDatabaseSuccessCallback):
309 (connection2UpgradeNeeded):
310 (connection2Success):
311 (connection2TransactionComplete):
312 (connection2VersionChangeEvent):
313 (connection3UpgradeNeeded):
314 (connection3Success):
316 2012-11-15 Roger Fong <roger_fong@apple.com>
318 Unreviewed. CSS3_TEXT is not enabled on Windows.
320 fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html
321 fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html
322 fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html
324 * platform/win/TestExpectations:
326 2012-11-15 Roger Fong <roger_fong@apple.com>
328 Unreviewed. More subpixel layout test rebaselines for Windows.
330 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
331 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
332 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
334 2012-11-15 Erik Arvidsson <arv@chromium.org>
336 Unreviewed gardening.
338 Rebaselining pixel tests after r102427
340 * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.png:
341 * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
342 * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
343 * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.png:
344 * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
345 * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
346 * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
347 * platform/chromium-win-xp/svg/custom/baseval-animval-equality-expected.png: Added.
348 * platform/chromium-win-xp/svg/dom/SVGLengthList-basics-expected.png: Added.
349 * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
350 * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
351 * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
352 * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
353 * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
355 2012-11-15 Joshua Bell <jsbell@chromium.org>
357 IndexedDB: Indexing tests are flaky-crashing
358 https://bugs.webkit.org/show_bug.cgi?id=102283
360 Reviewed by Tony Chang.
362 Reduced repro case, although the behavior is still flaky.
364 * storage/indexeddb/transaction-crash-in-tasks-expected.txt: Added.
365 * storage/indexeddb/transaction-crash-in-tasks.html: Added.
367 2012-11-15 Roger Fong <roger_fong@apple.com>
369 Unreviewed. HiDPI is not enabled on Windows (as indicated by test result). Adding failing expected result.
371 * platform/win/fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added.
373 2012-11-15 Roger Fong <roger_fong@apple.com>
375 Unreviewed. WebGL not supported on Windows. Skipping fast/images/webgl-teximage2d.html.
377 * platform/win/TestExpectations:
379 2012-11-15 Jian Li <jianli@chromium.org>
381 Unreviewed. Update chromium test expectations.
383 * platform/chromium/TestExpectations:
385 2012-11-15 Elliott Sprehn <esprehn@chromium.org>
387 MutationObserver wrapper should not be collected while still observing
388 https://bugs.webkit.org/show_bug.cgi?id=102328
390 Reviewed by Adam Barth.
392 Test that a MutationObserver wrapper is not collected while the observer
393 is still observing since the wrapper must be passed into the callback
396 * fast/mutation/observer-wrapper-dropoff-expected.txt: Added.
397 * fast/mutation/observer-wrapper-dropoff.html: Added.
399 2012-11-15 David Grogan <dgrogan@chromium.org>
401 IndexedDB: setVersion test conversion batch 6
402 https://bugs.webkit.org/show_bug.cgi?id=102318
404 Reviewed by Tony Chang.
406 Salvaged the useful parts of intversion-and-setversion as
409 * storage/indexeddb/intversion-and-setversion-expected.txt: Removed.
410 * storage/indexeddb/intversion-upgrades-expected.txt: Added.
411 * storage/indexeddb/intversion-upgrades.html: Renamed from LayoutTests/storage/indexeddb/intversion-and-setversion.html.
412 * storage/indexeddb/resources/intversion-and-setversion.js: Removed.
413 * storage/indexeddb/resources/intversion-upgrades.js: Added.
416 (initialUpgradeNeeded):
418 (connection1VersionChangeCallback):
419 (connection2BlockedCallback):
420 (connection2UpgradeNeeded):
421 (transactionCompleted):
422 (connection2Success):
423 (connection3Success):
424 (errorWhenTryingLowVersion):
425 (connection4UpgradeNeeded):
426 (connection4Success):
427 (connection5Success):
428 * storage/indexeddb/resources/shared.js:
429 (unexpectedVersionChangeCallback):
431 2012-11-15 David Grogan <dgrogan@chromium.org>
433 IndexedDB test conversions batch 5
434 https://bugs.webkit.org/show_bug.cgi?id=102308
436 Reviewed by Tony Chang.
438 * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
439 * storage/indexeddb/mozilla/event-source-expected.txt:
440 * storage/indexeddb/mozilla/global-data-expected.txt:
441 * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
442 * storage/indexeddb/mozilla/odd-result-order-expected.txt:
443 * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
444 * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js:
445 Calls indexedDBTest a bunch of times, which seems awkward, but is
448 * storage/indexeddb/mozilla/resources/event-source.js:
449 Now that setVersion is gone, it appears that no request should have
450 a database as a source so the dropped test is ok.
452 * storage/indexeddb/mozilla/resources/global-data.js:
455 * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
457 * storage/indexeddb/mozilla/resources/odd-result-order.js:
458 The tests had to be run in slightly different order but they are all
464 * storage/indexeddb/mozilla/resources/remove-objectstore.js:
467 (inSetVersion2.request.onsuccess):
471 (deleteThirdObjectStore):
472 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
473 * storage/indexeddb/resources/objectstore-removeobjectstore.js:
478 (createObjectStoreAgain):
480 2012-11-15 Alpha Lam <hclam@chromium.org>
482 [chromium] WebGL texImage2D fails with deferred image decoding
483 https://bugs.webkit.org/show_bug.cgi?id=102310
485 Reviewed by Kenneth Russell.
487 Added a test to exercise texImage2D with an Image object.
489 * fast/images/webgl-teximage2d-expected.txt: Added.
490 * fast/images/webgl-teximage2d.html: Added.
492 2012-11-15 Stephen Chenney <schenney@chromium.org>
494 Test rebaselines after SK_IGNORE_FAST_BLURRECT has been removed
496 Unreviewed test expectations update.
498 * fast/box-shadow/single-pixel-shadow-expected.png: Added.
499 * platform/chromium-linux-x86/fast/box-shadow: Removed.
500 * platform/chromium-linux-x86/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
501 * platform/chromium-linux-x86/fast/repaint/transform-replaced-shadows-expected.png: Added.
502 * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png:
503 * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
504 * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
505 * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
506 * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
507 * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.png: Added.
508 * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
509 * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
510 * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
511 * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
512 * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
513 * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
514 * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
515 * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
516 * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
517 * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
518 * platform/chromium-mac-lion/fast/repaint/transform-replaced-shadows-expected.png: Added.
519 * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
520 * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
521 * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
522 * platform/chromium-mac-lion/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
523 * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
524 * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
525 * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
526 * platform/chromium-mac-snowleopard/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
527 * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
528 * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
529 * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png:
530 * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
531 * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png:
532 * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png:
533 * platform/chromium-mac-snowleopard/fast/repaint/transform-replaced-shadows-expected.png: Added.
534 * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
535 * platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
536 * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
537 * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
538 * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
539 * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
540 * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
541 * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
542 * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
543 * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
544 * platform/chromium-mac/fast/canvas/canvas-shadow-expected.txt: Removed.
545 * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
546 * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
547 * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
548 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
549 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
550 * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
551 * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png: Added.
552 * platform/chromium-mac/fast/transforms/shadows-expected.png:
553 * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
554 * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
555 * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
556 * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
557 * platform/chromium-win-xp/fast/box-shadow: Removed.
558 * platform/chromium-win-xp/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
559 * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png: Added.
560 * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png: Added.
561 * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
562 * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
563 * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
564 * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added.
565 * platform/chromium-win-xp/fast/repaint/transform-replaced-shadows-expected.png: Added.
566 * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added.
567 * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows: Added.
568 * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
569 * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
570 * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png:
571 * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
572 * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
573 * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
574 * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
575 * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
576 * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
577 * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Added.
578 * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
579 * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
580 * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
581 * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
582 * platform/chromium/TestExpectations:
583 * platform/chromium/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
584 * platform/chromium/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
585 * platform/chromium/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
586 * platform/efl-wk1/compositing/shadows: Added.
587 * platform/efl-wk1/compositing/shadows/shadow-drawing-expected.png: Added.
588 * platform/efl-wk1/fast/box-shadow: Added.
589 * platform/efl-wk1/fast/box-shadow/basic-shadows-expected.png: Added.
590 * platform/efl-wk1/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
591 * platform/efl-wk1/fast/box-shadow/box-shadow-transformed-expected.png: Added.
592 * platform/efl-wk1/fast/box-shadow/scaled-box-shadow-expected.png: Added.
593 * platform/efl-wk1/fast/canvas: Added.
594 * platform/efl-wk1/fast/canvas/canvas-incremental-repaint-expected.png: Added.
595 * platform/efl-wk1/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
596 * platform/efl-wk1/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
597 * platform/efl-wk1/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
598 * platform/efl-wk1/fast/repaint/shadow-multiple-vertical-expected.png: Added.
599 * platform/efl-wk1/fast/transforms: Added.
600 * platform/efl-wk1/fast/transforms/shadows-expected.png: Added.
601 * platform/efl-wk1/svg/css: Added.
602 * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Added.
603 * platform/efl/compositing/shadows/shadow-drawing-expected.png: Removed.
604 * platform/efl/fast/box-shadow/basic-shadows-expected.png: Removed.
605 * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
606 * platform/efl/fast/box-shadow/box-shadow-transformed-expected.png: Removed.
607 * platform/efl/fast/box-shadow/scaled-box-shadow-expected.png: Removed.
608 * platform/efl/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
609 * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Removed.
610 * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
611 * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
612 * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
613 * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
614 * platform/efl/fast/transforms/shadows-expected.png: Removed.
615 * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
616 * platform/gtk/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
618 2012-11-15 Sheriff Bot <webkit.review.bot@gmail.com>
620 Unreviewed, rolling out r134800 and r134805.
621 http://trac.webkit.org/changeset/134800
622 http://trac.webkit.org/changeset/134805
623 https://bugs.webkit.org/show_bug.cgi?id=102417
625 This patch broke chromium port (Requested by jianli on
628 * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
629 * fast/mediastream/RTCPeerConnection-datachannel.html:
631 2012-11-15 Tommy Widenflycht <tommyw@google.com>
633 [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
634 https://bugs.webkit.org/show_bug.cgi?id=102386
636 Reviewed by Adam Barth.
638 * fast/mediastream/RTCPeerConnection-datachannel.html:
639 * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
641 2012-11-15 Rick Byers <rbyers@chromium.org>
643 No tests for changing mouse cursors
644 https://bugs.webkit.org/show_bug.cgi?id=100550
646 Reviewed by Brent Fulgham.
648 Add a simple test covering the basic scenarios of changing a mouse
649 cursor with CSS. This includes most of the cases currently covered
650 by ManualTests/*cursor*.
652 * fast/events/mouse-cursor-expected.txt: Added.
653 * fast/events/mouse-cursor.html: Added.
655 2012-11-13 Jer Noble <jer.noble@apple.com>
657 Support loading of blob URLs in AVFoundation.
658 https://bugs.webkit.org/show_bug.cgi?id=102182
660 Reviewed by Eric Carlson.
662 Add a new test which verifies blob url support in video elements.
664 * media/video-src-blob-expected.txt: Added.
665 * media/video-src-blob.html: Added.
666 * platform/mac/TestExpectations: Add expected failure results for OSX releases where
667 custom media loading is not supported.
669 2012-11-15 Sheriff Bot <webkit.review.bot@gmail.com>
671 Unreviewed, rolling out r134649 and r134665.
672 http://trac.webkit.org/changeset/134649
673 http://trac.webkit.org/changeset/134665
674 https://bugs.webkit.org/show_bug.cgi?id=102413
676 Broke a ton of downstream chromium tests (Requested by japhet
679 * http/tests/inspector/network/network-iframe-load-and-delete.html:
680 * http/tests/loading/redirect-methods-expected.txt:
681 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
682 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
683 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
685 2012-11-15 Mike West <mkwst@chromium.org>
687 Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
688 https://bugs.webkit.org/show_bug.cgi?id=102391
690 This test is leaking state into the following test. Skipping it here,
691 and will look for a fix in 85522 (oooooold!).
693 * platform/mac/TestExpectations:
694 Skip sandboxed-iframe-form-top.html
695 * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
696 We're no longer leaking into this test; remove the platform specific
699 2012-11-15 Erik Arvidsson <arv@chromium.org>
701 Update DOMException name: NotSupportedError
702 https://bugs.webkit.org/show_bug.cgi?id=102139
704 Reviewed by Ojan Vafai.
706 Updated tests and expectations.
708 * editing/pasteboard/data-transfer-items-expected.txt:
709 * fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt:
710 * fast/canvas/canvas-createImageData-expected.txt:
711 * fast/canvas/canvas-getImageData-invalid-expected.txt:
712 * fast/canvas/canvas-putImageData-expected.txt:
713 * fast/canvas/canvas-putImageData.js:
714 * fast/canvas/linearGradient-infinite-values-expected.txt:
715 * fast/canvas/radialGradient-infinite-values-expected.txt:
716 * fast/canvas/resources/canvas-2d-imageData-create-nonfinite.js:
717 * fast/canvas/script-tests/canvas-createImageData.js:
718 * fast/canvas/script-tests/canvas-getImageData-invalid.js:
719 * fast/canvas/script-tests/linearGradient-infinite-values.js:
720 * fast/canvas/script-tests/radialGradient-infinite-values.js:
721 * fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js:
722 * fast/dom/HTMLMeterElement/set-meter-properties-expected.txt:
723 * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js:
724 * fast/dom/HTMLProgressElement/set-progress-properties-expected.txt:
725 * fast/dom/Node/initial-values-expected.txt:
726 * fast/dom/importNode-null-expected.txt:
727 * fast/dynamic/insertAdjacentText-expected.txt:
728 * fast/forms/date/input-valueasnumber-date-expected.txt:
729 * fast/forms/date/input-valueasnumber-date.html:
730 * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
731 * fast/forms/datetime/input-valueasnumber-datetime.html:
732 * fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt:
733 * fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html:
734 * fast/forms/month/input-valueasnumber-month-expected.txt:
735 * fast/forms/month/input-valueasnumber-month.html:
736 * fast/forms/number/number-valueasnumber-expected.txt:
737 * fast/forms/number/number-valueasnumber.html:
738 * fast/forms/range/input-valueasnumber-range-expected.txt:
739 * fast/forms/range/input-valueasnumber-range.html:
740 * fast/forms/time/time-valueasnumber-expected.txt:
741 * fast/forms/time/time-valueasnumber.html:
742 * fast/forms/week/input-valueasnumber-week-expected.txt:
743 * fast/forms/week/input-valueasnumber-week.html:
744 * fast/mediastream/RTCPeerConnection-expected.txt:
745 * fast/mediastream/argument-types-expected.txt:
746 * fast/mediastream/getusermedia-expected.txt:
747 * fast/mediastream/script-tests/argument-types.js:
748 * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
749 * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
750 * platform/chromium/dom/xhtml/level3/core/documentsetxmlversion03-expected.txt:
751 * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
752 * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
753 * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
754 * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
755 * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
756 * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
757 * svg/dom/SVGAngle-expected.txt:
758 * svg/dom/SVGLength-expected.txt:
759 * svg/dom/SVGLength-px-expected.txt:
760 * svg/dom/SVGPreserveAspectRatio-expected.txt:
761 * transforms/cssmatrix-2d-interface-expected.txt:
762 * transforms/cssmatrix-3d-interface-expected.txt:
764 2012-11-15 Mike West <mkwst@chromium.org>
766 Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
767 https://bugs.webkit.org/show_bug.cgi?id=102391
769 This test is leaking state into the following test. Skipping it here,
770 and will look for a fix in 85522 (oooooold!).
772 * platform/mac/TestExpectations:
773 Skip sandboxed-iframe-form-top.html
774 * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
775 We're no longer leaking into this test; remove the platform specific
778 2012-11-15 Erik Arvidsson <arv@chromium.org>
780 Update DOMException name: NoModificationAllowedError
781 https://bugs.webkit.org/show_bug.cgi?id=102134
783 Reviewed by Ojan Vafai.
785 Updated tests and expectations.
787 * dom/xhtml/level1/core/hc_nodevalue03-expected.txt:
788 * fast/dom/EntityReference/readonly-exceptions-expected.txt:
789 * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
790 * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
791 * fast/dom/computed-style-set-property-expected.txt:
792 * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
793 * fast/dom/outerText-no-element-expected.txt:
794 * fast/dom/setPrimitiveValue-exceptions-expected.txt:
795 * fast/dom/setPrimitiveValue-expected.txt:
796 * fast/dynamic/outerHTML-no-element-expected.txt:
797 * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
798 * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
799 * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
800 * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt:
801 * platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
802 * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
803 * platform/chromium/svg/custom/baseval-animval-equality-expected.txt:
804 * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
805 * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
806 * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
807 * platform/qt/svg/dom/altGlyph-dom-expected.txt:
808 * svg/animations/animate-gradient-transform-expected.txt:
809 * svg/dom/SVGColor-expected.txt:
810 * svg/dom/SVGLengthList-basics-expected.txt:
811 * svg/dom/SVGNumberList-basics-expected.txt:
812 * svg/dom/SVGPaint-expected.txt:
813 * svg/dom/SVGTransformList-basics-expected.txt:
814 * svg/dom/SVGViewSpec-defaults-expected.txt:
815 * svg/dom/altGlyph-dom-expected.txt:
817 2012-11-15 Eric Carlson <eric.carlson@apple.com>
819 Update computed line position algorithm
820 https://bugs.webkit.org/show_bug.cgi?id=93779
822 Reviewed by Philippe Normand.
824 Compute the position of a text track relative to rendered tracks. This is needed to position
825 cues correctly when there is more than one text track.
827 * media/track/track-cue-container-rendering-position-expected.txt: Added.
828 * media/track/track-cue-container-rendering-position.html: Added.
830 2012-11-15 Andreas Kling <kling@webkit.org>
832 REGRESSION(r134408): Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement().
833 <http://webkit.org/b/102304>
835 Reviewed by Anders Carlsson.
837 * fast/dom/cloneNode-below-body-attribute-merging-expected.txt: Added.
838 * fast/dom/cloneNode-below-body-attribute-merging.html: Added.
840 2012-11-15 Justin Novosad <junov@google.com>
842 Cleanup test expectations after rebaseline r134668
843 https://bugs.webkit.org/show_bug.cgi?id=101974
847 * platform/chromium/TestExpectations:
849 2012-11-15 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
853 Move some expectations from efl-wk1/ to efl/ since they should
854 work for both ports (and were originally there).
856 Skip an additional HiDPI test.
858 * platform/efl-wk1/fast/borders: Removed.
859 * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Removed.
860 * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Removed.
861 * platform/efl-wk1/fast/css: Removed.
862 * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
863 * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Removed.
864 * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
865 * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed.
866 * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Removed.
867 * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Removed.
868 * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed.
869 * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Removed.
870 * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Removed.
871 * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Removed.
872 * platform/efl-wk1/fast/media: Removed.
873 * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.png: Removed.
874 * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt: Removed.
875 * platform/efl-wk1/fast/repaint/control-clip-expected.png: Removed.
876 * platform/efl-wk1/svg/dom: Removed.
877 * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Removed.
878 * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Removed.
879 * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Removed.
880 * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Removed.
881 * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Removed.
882 * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Removed.
883 * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
884 * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Removed.
885 * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Removed.
886 * platform/efl/TestExpectations:
887 * platform/efl/fast/borders/border-radius-wide-border-01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png.
888 * platform/efl/fast/borders/border-radius-wide-border-05-expected.png: Added.
889 * platform/efl/fast/borders/borderRadiusInset01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png.
890 * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png.
891 * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png.
892 * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png.
893 * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png.
894 * platform/efl/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.png.
895 * platform/efl/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.txt.
896 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png.
897 * platform/efl/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-clip-expected.png.
898 * platform/efl/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png.
899 * platform/efl/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/select-empty-option-height-expected.png.
900 * platform/efl/fast/forms/zoomed-controls-expected.png: Added.
901 * platform/efl/fast/media/mq-js-media-except-01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/media/mq-js-media-except-01-expected.png.
902 * platform/efl/fast/media/mq-js-media-except-01-expected.txt: Copied from LayoutTests/platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt.
903 * platform/efl/fast/repaint/control-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/repaint/control-clip-expected.png.
904 * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png.
905 * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png.
906 * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png.
907 * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png.
908 * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png.
909 * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png.
910 * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png.
911 * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png.
912 * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png.
914 2012-11-15 Elliott Sprehn <esprehn@chromium.org>
916 Prevent creation of detached frames in ShadowRoot
917 https://bugs.webkit.org/show_bug.cgi?id=102333
919 Reviewed by Dimitri Glazkov.
921 Test that you cannot create a detached frame using a ShadowRoot
922 and iframe unload handlers.
924 * fast/frames/detached-shadow-frame-expected.txt: Added.
925 * fast/frames/detached-shadow-frame.html: Added.
927 2012-11-15 Shinya Kawanaka <shinyak@chromium.org>
929 Changing pseudoClass (:visited) should cause distribution.
930 https://bugs.webkit.org/show_bug.cgi?id=101700
932 Reviewed by Dimitri Glazkov.
934 * fast/dom/shadow/pseudoclass-update-visited-anchor-expected.html: Added.
935 * fast/dom/shadow/pseudoclass-update-visited-anchor.html: Added.
936 * fast/dom/shadow/pseudoclass-update-visited-area-expected.html: Added.
937 * fast/dom/shadow/pseudoclass-update-visited-area.html: Added.
939 2012-11-15 Stephen Chenney <schenney@chromium.org>
941 [Chromium] Disable SK_IGNORE_FAST_BLURRECT
943 Unreviewed test expectations update
945 * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
946 * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
947 * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
948 * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
949 * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png:
950 * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
951 * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
952 * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
953 * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
954 * platform/chromium-linux/fast/transforms/shadows-expected.png:
955 * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
956 * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png:
957 * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
958 * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
959 * platform/chromium/TestExpectations:
961 2012-11-15 Stephen Chenney <schenney@chromium.org>
963 Rebaseline after r134736
965 Unreviewed expectations update.
967 Very minor changes, not entirely clear why but not a problem at all.
968 Probably due to animation cauising an initial valeue to differ
971 * platform/chromium-linux/compositing/checkerboard-expected.png:
972 * platform/chromium-mac/compositing/checkerboard-expected.png:
973 * platform/chromium-win/compositing/checkerboard-expected.png:
975 2012-11-15 KwangYong Choi <ky0.choi@samsung.com>
977 [EFL] Update pixel test expectation for datalist tests
978 https://bugs.webkit.org/show_bug.cgi?id=102365
980 Unreviewed EFL gardening.
982 * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
983 * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:
985 2012-11-15 Csaba Osztrogonác <ossy@webkit.org>
987 REGRESSION(r134495): It made svg/custom/use-instanceRoot-event-listeners.xhtml fail and fast/events/attribute-listener-deletion-crash.html timeout
988 https://bugs.webkit.org/show_bug.cgi?id=102183
990 Unreviewed gardening, unskip now passing tests after r134666.
992 * platform/qt/TestExpectations:
994 2012-11-15 Mike West <mkwst@chromium.org>
996 We should trigger a console warning when we encounter invalid sandbox flags.
997 https://bugs.webkit.org/show_bug.cgi?id=101956
999 Reviewed by Adam Barth.
1001 * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt: Added.
1002 * http/tests/security/contentSecurityPolicy/sandbox-invalid-header.html: Added.
1003 * http/tests/security/sandboxed-iframe-invalid-expected.txt: Added.
1004 * http/tests/security/sandboxed-iframe-invalid.html: Added.
1006 2012-11-15 Keishi Hattori <keishi@webkit.org>
1008 [Chromium] Add tests for month suggestion picker
1009 https://bugs.webkit.org/show_bug.cgi?id=102040
1011 Reviewed by Kent Tamura.
1013 Adding tests for <input type=date> with datalist.
1015 * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.png: Added.
1016 * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
1017 * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
1018 * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
1019 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.txt: Added.
1020 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance.html: Added.
1021 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.txt: Added.
1022 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl.html: Added.
1023 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
1024 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar.html: Added.
1025 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
1026 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html: Added.
1027 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute-expected.txt: Added.
1028 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html: Added.
1029 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations-expected.txt: Added.
1030 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html: Added.
1031 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload-expected.txt: Added.
1032 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload.html: Added.
1033 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute-expected.txt: Added.
1034 * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html: Added.
1035 * platform/chromium/TestExpectations:
1037 2012-11-15 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
1039 [EFL] Gardening after r134628
1040 https://bugs.webkit.org/show_bug.cgi?id=102368
1042 Unreviewed gardening.
1044 Skip test compositing/overflow/scrolling-without-painting.html added at r134628
1045 and which does not pass on EFL.
1047 * platform/efl/TestExpectations:
1049 2012-11-15 Ryosuke Niwa <rniwa@webkit.org>
1051 Fix tests after r134637.
1053 * fast/harness/perftests/runs-per-second-iterations.html:
1054 * fast/harness/perftests/runs-per-second-log.html:
1055 * platform/qt/TestExpectations:
1057 2012-11-15 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
1059 [EFL][WK2] Rebase fast/media/mq-js-media-except-01.html after r134618
1060 https://bugs.webkit.org/show_bug.cgi?id=102362
1062 Unreviewed rebaseline.
1064 Rebased fast/media/mq-js-media-except-01.html after r134618.
1066 * platform/efl-wk2/fast/media/mq-js-media-except-01-expected.txt: Added.
1068 2012-11-15 Csaba Osztrogonác <ossy@webkit.org>
1070 [Qt] Unreviewed gardening, skip new failing tests.
1072 * platform/qt/TestExpectations:
1074 2012-11-15 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
1076 [Qt] Unreviewed gardening. Rebaseline after r134649.
1078 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1079 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1080 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1082 2012-11-15 Kent Tamura <tkent@chromium.org>
1084 Support stand-alone month names in calendar picker
1085 https://bugs.webkit.org/show_bug.cgi?id=102196
1087 Reviewed by Kentaro Hara.
1089 Update a pixel result for Russian calendar picker. Now it contains
1090 a stand-alone month name.
1092 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
1094 2012-11-15 Kentaro Hara <haraken@chromium.org>
1096 Unreviewed. Rebaselined images.
1098 * platform/chromium-win/fast/forms/zoomed-controls-expected.png: Added.
1099 * platform/chromium/TestExpectations:
1101 2012-11-14 Shinya Kawanaka <shinyak@chromium.org>
1103 Changing pseudoClass (:disabled) should cause distribution.
1104 https://bugs.webkit.org/show_bug.cgi?id=101901
1106 Reviewed by Hajime Morita.
1108 * fast/dom/shadow/pseudoclass-update-disabled-button-expected.html: Added.
1109 * fast/dom/shadow/pseudoclass-update-disabled-button.html: Added.
1110 * fast/dom/shadow/pseudoclass-update-disabled-fieldset-expected.html: Added.
1111 * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html: Added.
1112 * fast/dom/shadow/pseudoclass-update-disabled-input-expected.html: Added.
1113 * fast/dom/shadow/pseudoclass-update-disabled-input.html: Added.
1114 * fast/dom/shadow/pseudoclass-update-disabled-optgroup-expected.txt: Added.
1115 * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html: Added.
1116 * fast/dom/shadow/pseudoclass-update-disabled-option-expected.txt: Added.
1117 * fast/dom/shadow/pseudoclass-update-disabled-option.html: Added.
1118 * fast/dom/shadow/pseudoclass-update-disabled-select-expected.html: Added.
1119 * fast/dom/shadow/pseudoclass-update-disabled-select.html: Added.
1120 * fast/dom/shadow/pseudoclass-update-disabled-textarea-expected.html: Added.
1121 * fast/dom/shadow/pseudoclass-update-disabled-textarea.html: Added.
1123 2012-11-14 Sheriff Bot <webkit.review.bot@gmail.com>
1125 Unreviewed, rolling out r134691, r134703, r134715, r134716,
1127 http://trac.webkit.org/changeset/134691
1128 http://trac.webkit.org/changeset/134703
1129 http://trac.webkit.org/changeset/134715
1130 http://trac.webkit.org/changeset/134716
1131 http://trac.webkit.org/changeset/134733
1132 https://bugs.webkit.org/show_bug.cgi?id=102342
1134 "Broke the Apple Windows Debug and GTK builds." (Requested by
1137 * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed.
1138 * platform/chromium/fast/storage/serialized-script-value.html: Removed.
1140 2012-11-14 Kentaro Hara <haraken@chromium.org>
1142 Unreviewed. Rebaselined images.
1144 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
1145 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
1146 * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
1147 * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
1149 2012-11-14 Dirk Schulze <krit@webkit.org>
1151 Support animation of basic shape 'polygon'
1152 https://bugs.webkit.org/show_bug.cgi?id=102080
1154 Reviewed by Daniel Bates.
1156 Added animation test for basic shape 'polygon' to existing test
1157 css3/masking/clip-path-animation.html and
1158 fast/exclusions/shape-inside/shape-inside-animation.html.
1160 * animations/resources/animation-test-helpers.js:
1162 * css3/masking/clip-path-animation-expected.txt:
1163 * css3/masking/clip-path-animation.html:
1164 * fast/exclusions/shape-inside/shape-inside-animation-expected.txt:
1165 * fast/exclusions/shape-inside/shape-inside-animation.html:
1167 2012-11-14 Shinya Kawanaka <shinyak@chromium.org>
1169 Changing pseudoClass (:checked) should cause distribution.
1170 https://bugs.webkit.org/show_bug.cgi?id=101902
1172 Reviewed by Dimitri Glazkov.
1174 Since an option element does not create a renderer, we cannot make its test a reftest.
1176 * fast/dom/shadow/pseudoclass-update-checked-input-expected.html: Added.
1177 * fast/dom/shadow/pseudoclass-update-checked-input.html: Added.
1178 * fast/dom/shadow/pseudoclass-update-checked-option-expected.txt: Added.
1179 * fast/dom/shadow/pseudoclass-update-checked-option.html: Added.
1181 2012-11-14 Keishi Hattori <keishi@webkit.org>
1183 Add tests for week picker
1184 https://bugs.webkit.org/show_bug.cgi?id=101555
1186 Reviewed by Kent Tamura.
1188 Adding tests for month picker.
1190 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
1191 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
1192 * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
1193 (selectedWeek): Returns value of selected week.
1194 * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.txt: Added.
1195 * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.txt: Added.
1196 * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step.html: Added.
1197 * platform/chromium/fast/forms/calendar-picker/week-picker-appearance.html: Added.
1198 * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: Added.
1199 * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Added.
1200 * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt: Added.
1201 * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html: Added.
1202 * platform/chromium/TestExpectations:
1204 2012-11-14 Shinya Kawanaka <shinyak@chromium.org>
1206 Changing pseudoClass (:link) should cause distribution
1207 https://bugs.webkit.org/show_bug.cgi?id=101698
1209 Reviewed by Hajime Morita.
1211 * fast/dom/shadow/pseudoclass-update-link-anchor-expected.html: Added.
1212 * fast/dom/shadow/pseudoclass-update-link-anchor.html: Added.
1213 * fast/dom/shadow/pseudoclass-update-link-area-expected.html: Added.
1214 * fast/dom/shadow/pseudoclass-update-link-area.html: Added.
1216 2012-11-14 Kentaro Hara <haraken@chromium.org>
1218 Unreviewed. Rebaselined images.
1220 * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
1221 * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png:
1222 * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png:
1223 * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
1224 * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png:
1225 * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png:
1226 * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
1227 * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
1228 * platform/chromium-mac/fast/repaint/control-clip-expected.png:
1229 * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-clip-expected.png.
1230 * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-option-wrap-expected.png.
1231 * platform/efl-wk1/fast/repaint/control-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/control-clip-expected.png.
1233 2012-11-14 Kentaro Hara <haraken@chromium.org>
1235 Unreviwed. Rebaselined images.
1237 * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png:
1238 * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/select-empty-option-height-expected.png.
1240 2012-11-14 Kentaro Hara <haraken@chromium.org>
1242 Unreviewed. Rebaselined images.
1244 * platform/chromium-linux/fast/forms/zoomed-controls-expected.png: Added.
1245 * platform/chromium-mac-lion/fast/forms/zoomed-controls-expected.png: Added.
1246 * platform/chromium-mac-snowleopard/fast/forms/zoomed-controls-expected.png: Added.
1247 * platform/chromium-mac/fast/forms/zoomed-controls-expected.png: Added.
1248 * platform/chromium/TestExpectations:
1250 2012-11-14 David Grogan <dgrogan@chromium.org>
1252 IndexedDB: Test conversions batch 4
1253 https://bugs.webkit.org/show_bug.cgi?id=102267
1255 Reviewed by Tony Chang.
1257 These are tests that don't have the js file in resources. The only
1258 interesting bit is that lazy-index-population uncovered a potential bug.
1260 I think tutorial.html has outlived its usefulness now that there are
1261 more tutorials on the web. It was very outdated. It is deleted in
1264 * storage/indexeddb/deletedatabase-transaction-expected.txt:
1265 * storage/indexeddb/deletedatabase-transaction.html:
1266 * storage/indexeddb/dont-commit-on-blocked-expected.txt:
1267 * storage/indexeddb/dont-commit-on-blocked.html:
1268 * storage/indexeddb/lazy-index-population-expected.txt:
1269 * storage/indexeddb/lazy-index-population.html:
1270 * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
1271 * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
1272 * storage/indexeddb/mozilla/resources/object-identity.js:
1273 Test added here to replace test covered in tutorial.html
1275 * storage/indexeddb/noblobs-expected.txt:
1276 * storage/indexeddb/noblobs.html:
1277 * storage/indexeddb/resources/dont-commit-on-blocked-worker.js:
1278 (onSetVersionSuccess):
1279 * storage/indexeddb/structured-clone-expected.txt:
1280 * storage/indexeddb/structured-clone.html:
1281 * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt:
1282 * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html:
1283 * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt:
1284 * storage/indexeddb/transaction-complete-with-js-recursion.html:
1285 * storage/indexeddb/tutorial-expected.txt: Removed.
1286 * storage/indexeddb/tutorial.html: Removed.
1288 2012-11-14 Filip Pizlo <fpizlo@apple.com>
1290 Read-only properties created with putDirect() should tell the structure that there are read-only properties
1291 https://bugs.webkit.org/show_bug.cgi?id=102292
1293 Reviewed by Gavin Barraclough.
1295 * fast/js/function-dot-length-read-only-expected.txt: Added.
1296 * fast/js/function-dot-length-read-only.html: Added.
1297 * fast/js/jsc-test-list:
1298 * fast/js/script-tests/function-dot-length-read-only.js: Added.
1302 2012-11-14 Alec Flett <alecflett@chromium.org>
1304 Add tests for explicit serialization values
1305 https://bugs.webkit.org/show_bug.cgi?id=96818
1307 Reviewed by Adam Barth.
1309 Make sure SerializedScriptValues are backward compatible with future changes.
1311 * platform/chromium/fast/storage/serialized-script-value.html: Added.
1313 2012-11-14 Dimitri Glazkov <dglazkov@chromium.org>
1315 [Chromium] Marked more virtual/deferred/fast/images as failing.
1316 https://bugs.webkit.org/show_bug.cgi?id=102294
1318 2012-11-14 Dimitri Glazkov <dglazkov@chromium.org>
1320 [Chromium] Marked platform/chromium/virtual/deferred/fast/images/exif-orientation.html as failing.
1321 https://bugs.webkit.org/show_bug.cgi?id=102294
1323 2012-11-14 Tony Chang <tony@chromium.org>
1325 Crash in flexbox when removing absolutely positioned children
1326 https://bugs.webkit.org/show_bug.cgi?id=100465
1328 Reviewed by Ojan Vafai.
1330 Test case for the crash.
1332 * css3/flexbox/crash-removing-out-of-flow-child-expected.txt: Added.
1333 * css3/flexbox/crash-removing-out-of-flow-child.html: Added.
1335 2012-11-14 Dirk Schulze <krit@webkit.org>
1337 [CSS Exclusions] Basic shapes on 'shape-inside' should be animatable
1338 https://bugs.webkit.org/show_bug.cgi?id=102123
1340 Reviewed by Antti Koivisto.
1342 Add new animation test for 'shape-inside', similar to 'clip-path' test.
1344 * animations/resources/animation-test-helpers.js:
1346 (comparePropertyValue):
1347 * fast/exclusions/shape-inside/shape-inside-animation-expected.txt: Added.
1348 * fast/exclusions/shape-inside/shape-inside-animation.html: Added.
1350 2012-11-14 Justin Novosad <junov@google.com>
1352 Updating baselines after r134631
1353 https://bugs.webkit.org/show_bug.cgi?id=101974
1357 * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png: Removed.
1358 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
1359 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
1360 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
1361 * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
1362 * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png:
1363 * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
1364 * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
1365 * platform/chromium-mac/fast/borders/border-radius-wide-border-01-expected.png:
1366 * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
1367 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
1368 * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
1369 * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png:
1370 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
1371 * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
1372 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
1373 * platform/efl-wk1/fast/borders: Added.
1374 * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Added.
1375 * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Added.
1376 * platform/efl-wk1/fast/forms/validation-message-appearance-expected.png: Added.
1377 * platform/efl/fast/borders/border-radius-wide-border-01-expected.png: Removed.
1378 * platform/efl/fast/borders/borderRadiusInset01-expected.png: Removed.
1379 * platform/efl/fast/forms/validation-message-appearance-expected.png: Removed.
1381 2012-11-14 David Grogan <dgrogan@chromium.org>
1383 IndexedDB: test conversion batch 3
1384 https://bugs.webkit.org/show_bug.cgi?id=102168
1386 Reviewed by Tony Chang.
1388 These were all pretty straightforward. metadata.html could include
1389 some additional tests that check the metadata after a versionchange
1390 transaction aborts, but I think that's tested in one of the intversion
1393 * storage/indexeddb/exceptions-expected.txt:
1394 * storage/indexeddb/factory-deletedatabase-expected.txt:
1395 * storage/indexeddb/index-duplicate-keypaths-expected.txt:
1396 * storage/indexeddb/index-multientry-expected.txt:
1397 * storage/indexeddb/index-population-expected.txt:
1398 * storage/indexeddb/metadata-expected.txt:
1399 * storage/indexeddb/resources/database-basics.js:
1400 Fix failure when run as a chromium browser test.
1402 * storage/indexeddb/resources/exceptions.js:
1403 Moved some asserts from running before the database is opened to
1404 afterward but they appear to be testing the same thing.
1405 (transactionComplete):
1406 close can't proceed until the transactions are complete, something
1407 setVersion didn't have to deal with.
1409 * storage/indexeddb/resources/factory-deletedatabase.js:
1410 The conditions under which deleteDatabase is called in this test is
1411 _slightly_ different. Previously, deleteDatabase was called from
1412 inside a versionchange transaction, causing the original connection
1413 to receive a versionchange event. With upgradeneeded we have to close
1414 the original connection before entering a versionchange transaction,
1415 so the second connection is now what closes in response to the
1416 deleteDatabase's versionchange event.
1418 * storage/indexeddb/resources/index-duplicate-keypaths.js:
1419 (testCollideAutoIncrementSetup):
1420 (testCollideAutoIncrement):
1421 * storage/indexeddb/resources/index-multientry.js:
1423 (createIndexOnStoreWithData):
1424 * storage/indexeddb/resources/index-population.js:
1425 (prepareDatabase.request.onsuccess):
1430 * storage/indexeddb/resources/metadata.js:
1432 (snapshotConnection1):
1433 (secondOpen.request.onupgradeneeded):
1434 (secondOpen.request.onsuccess):
1436 (thirdOpen.request.onupgradeneeded):
1437 (thirdOpen.request.onerror):
1439 (fourthOpen.request.onupgradeneeded):
1440 (fourthOpen.request.onsuccess):
1444 2012-11-14 Dimitri Glazkov <dglazkov@chromium.org>
1446 [Chromium] Updating baselines after r134631.
1448 2012-11-14 Dimitri Glazkov <dglazkov@chromium.org>
1450 Marked fake-mouse-move tests as failing.
1451 https://bugs.webkit.org/show_bug.cgi?id=102277
1453 2012-11-14 Erik Arvidsson <arv@chromium.org>
1455 Update DOMException name: WrongDocumentError
1456 https://bugs.webkit.org/show_bug.cgi?id=102096
1458 Reviewed by Ojan Vafai.
1460 Updated tests and expectations.
1462 * fast/dom/Range/compareBoundaryPoints-1-expected.txt:
1463 * fast/dom/Range/compareBoundaryPoints-1.html:
1464 * fast/dom/move-nodes-across-documents.html:
1466 2012-11-14 Nate Chapin <japhet@chromium.org>
1468 Move empty loading to DocumentLoader, simplify FrameLoader::init()
1469 https://bugs.webkit.org/show_bug.cgi?id=101512
1471 Reviewed by Adam Barth.
1473 Don't expect resource load callbacks for empty loads.
1475 * http/tests/inspector/network/network-iframe-load-and-delete.html:
1476 * http/tests/loading/redirect-methods-expected.txt:
1477 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1478 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1479 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1481 2012-11-14 Erik Arvidsson <arv@chromium.org>
1483 Update DOMException name: InvalidStateError
1484 https://bugs.webkit.org/show_bug.cgi?id=102241
1486 Reviewed by Ojan Vafai.
1488 Updated tests and expectations.
1490 * fast/dom/HTMLDialogElement/dialog-open-expected.txt:
1491 * fast/dom/HTMLDialogElement/dialog-open.html:
1492 * fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt:
1493 * fast/dom/HTMLDialogElement/dialog-show-modal.html:
1494 * fast/dom/Range/range-intersectsNode-exception-expected.txt:
1495 * fast/dom/Range/range-intersectsNode-exception.html:
1496 * fast/dom/Range/range-intersectsNode-expected.txt:
1497 * fast/dom/Range/resources/intersectsNode.js:
1498 * fast/dom/Selection/collapseToX-empty-selection-expected.txt:
1499 * fast/dom/Selection/script-tests/collapseToX-empty-selection.js:
1500 * fast/events/message-port-clone-expected.txt:
1501 * fast/events/message-port-multi-expected.txt:
1502 * fast/files/read-file-async-expected.txt:
1503 * fast/files/workers/worker-read-file-async-expected.txt:
1504 * fast/forms/color/color-setrangetext-expected.txt:
1505 * fast/forms/date/date-setrangetext-expected.txt:
1506 * fast/forms/date/date-stepup-stepdown-expected.txt:
1507 * fast/forms/date/date-stepup-stepdown.html:
1508 * fast/forms/datetime/datetime-setrangetext-expected.txt:
1509 * fast/forms/datetime/datetime-stepup-stepdown-expected.txt:
1510 * fast/forms/datetime/datetime-stepup-stepdown.html:
1511 * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt:
1512 * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt:
1513 * fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html:
1514 * fast/forms/file/file-setrangetext-expected.txt:
1515 * fast/forms/file/input-file-value-expected.txt:
1516 * fast/forms/hidden/hidden-setrangetext-expected.txt:
1517 * fast/forms/image/image-setrangetext-expected.txt:
1518 * fast/forms/input-stepup-stepdown-expected.txt:
1519 * fast/forms/input-stepup-stepdown.html:
1520 * fast/forms/input-valueasnumber-unsupported-expected.txt:
1521 * fast/forms/input-valueasnumber-unsupported.html:
1522 * fast/forms/month/input-valueasdate-expected.txt:
1523 * fast/forms/month/input-valueasdate.html:
1524 * fast/forms/month/month-setrangetext-expected.txt:
1525 * fast/forms/month/month-stepup-stepdown-expected.txt:
1526 * fast/forms/month/month-stepup-stepdown.html:
1527 * fast/forms/number/number-setrangetext-expected.txt:
1528 * fast/forms/number/number-stepup-stepdown-expected.txt:
1529 * fast/forms/number/number-stepup-stepdown-from-renderer.html:
1530 * fast/forms/number/number-stepup-stepdown.html:
1531 * fast/forms/number/number-valueasnumber-expected.txt:
1532 * fast/forms/number/number-valueasnumber.html:
1533 * fast/forms/range/range-setrangetext-expected.txt:
1534 * fast/forms/range/range-stepup-stepdown-expected.txt:
1535 * fast/forms/range/range-stepup-stepdown-from-renderer.html:
1536 * fast/forms/range/range-stepup-stepdown.html:
1537 * fast/forms/setrangetext-expected.txt:
1538 * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
1539 * fast/forms/time/time-setrangetext-expected.txt:
1540 * fast/forms/time/time-stepup-stepdown-expected.txt:
1541 * fast/forms/time/time-stepup-stepdown.html:
1542 * fast/forms/week/week-setrangetext-expected.txt:
1543 * fast/forms/week/week-stepup-stepdown-expected.txt:
1544 * fast/forms/week/week-stepup-stepdown.html:
1545 * fast/js/dfg-custom-getter-throw-expected.txt:
1546 * fast/js/dfg-custom-getter-throw-inlined-expected.txt:
1547 * fast/js/script-tests/dfg-custom-getter-throw-inlined.js:
1548 * fast/js/script-tests/dfg-custom-getter-throw.js:
1549 * fast/mediastream/MediaStreamTrackList-expected.txt:
1550 * fast/notifications/notifications-document-close-crash-expected.txt:
1551 * fast/speech/scripted/start-exception-expected.txt:
1552 * fast/speech/scripted/start-exception.html:
1553 * fast/workers/worker-context-multi-port-expected.txt:
1554 * fast/workers/worker-multi-port-expected.txt:
1555 * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt:
1556 * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
1557 * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt:
1558 * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt:
1559 * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt:
1560 * fast/xpath/detached-subtree-invalidate-iterator-expected.txt:
1561 * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
1562 * http/tests/media/media-source/video-media-source-duration-changed-expected.txt:
1563 * http/tests/media/media-source/video-media-source-objects-expected.txt:
1564 * http/tests/xmlhttprequest/exceptions-expected.txt:
1565 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
1566 * platform/chromium-mac/fast/notifications/notifications-document-close-crash-expected.txt:
1567 * platform/qt/editing/pasteboard/data-transfer-items-expected.txt:
1568 * platform/qt/fast/notifications/notifications-document-close-crash-expected.txt:
1569 * storage/websql/open-database-set-empty-version-expected.txt:
1571 2012-11-14 Li Yin <li.yin@intel.com>
1573 createDelay should raise exception when the maxDelayTime parameter is incorrect.
1574 https://bugs.webkit.org/show_bug.cgi?id=102173
1576 Reviewed by Chris Rogers.
1578 Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html
1579 The specified value must be greater than zero and less than three minutes or a
1580 NOT_SUPPORTED_ERR exception will be thrown.
1582 * webaudio/delaynode-maxdelaylimit-expected.txt:
1583 * webaudio/delaynode-maxdelaylimit.html:
1585 2012-11-14 Dimitri Glazkov <dglazkov@chromium.org>
1587 [Chromium] css3/filters/custom/custom-filter-property-computed-style.html is a flaky timeout in debug.
1588 https://bugs.webkit.org/show_bug.cgi?id=90207
1590 2012-11-14 Dimitri Glazkov <dglazkov@chromium.org>
1592 [Chromium] Updated the type of flakiness for fast/forms/select/select-state-restore.html.
1593 https://bugs.webkit.org/show_bug.cgi?id=90207
1595 * platform/chromium/TestExpectations: Updated.
1597 2012-11-14 Erik Arvidsson <arv@chromium.org>
1599 Unreviewed. Rebaselined test results.
1601 * fast/media/mq-js-media-except-01-expected.txt: Renamed from LayoutTests/platform/mac/fast/media/mq-js-media-except-01-expected.txt.
1602 * platform/chromium-linux-x86/svg/dom/SVGTransformList-basics-expected.png: Removed.
1603 * platform/chromium-mac-lion/svg/dom/SVGLengthList-appendItem-expected.png:
1604 * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
1605 * platform/chromium-mac-lion/svg/dom/SVGLengthList-getItem-expected.png:
1606 * platform/chromium-mac-lion/svg/dom/SVGLengthList-initialize-expected.png:
1607 * platform/chromium-mac-lion/svg/dom/SVGLengthList-insertItemBefore-expected.png:
1608 * platform/chromium-mac-lion/svg/dom/SVGLengthList-removeItem-expected.png:
1609 * platform/chromium-mac-lion/svg/dom/SVGLengthList-replaceItem-expected.png:
1610 * platform/chromium-mac-lion/svg/dom/SVGNumberList-basics-expected.png:
1611 * platform/chromium-mac-lion/svg/dom/SVGTransformList-basics-expected.png:
1612 * platform/chromium-win/fast/media/mq-js-media-except-01-expected.png:
1613 * platform/chromium-win/svg/dom/SVGLengthList-appendItem-expected.png:
1614 * platform/chromium-win/svg/dom/SVGLengthList-basics-expected.png:
1615 * platform/chromium-win/svg/dom/SVGLengthList-getItem-expected.png:
1616 * platform/chromium-win/svg/dom/SVGLengthList-initialize-expected.png:
1617 * platform/chromium-win/svg/dom/SVGLengthList-insertItemBefore-expected.png:
1618 * platform/chromium-win/svg/dom/SVGLengthList-removeItem-expected.png:
1619 * platform/chromium-win/svg/dom/SVGLengthList-replaceItem-expected.png:
1620 * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png:
1621 * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.png:
1622 * platform/chromium/fast/media/mq-js-media-except-01-expected.txt: Removed.
1623 * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-01-expected.txt.
1624 * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-appendItem-expected.png.
1625 * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
1626 * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-initialize-expected.png.
1627 * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png.
1628 * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png.
1629 * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGNumberList-basics-expected.png.
1630 * platform/qt/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
1631 * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
1633 2012-11-14 Zan Dobersek <zandobersek@gmail.com>
1635 Unreviewed GTK gardening.
1637 Adding back and updating baselines that were removed by accident in r133908.
1639 * platform/gtk/fast/forms/basic-textareas-quirks-expected.png:
1640 * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Added.
1642 2012-11-14 Zan Dobersek <zandobersek@gmail.com>
1644 Unreviewed GTK gardening.
1646 Adding or updating baselines for changes in r134618.
1647 Adding timeout expectations for
1648 - fast/dom/Window/open-window-min-size.html, added in r134586 and
1649 - inspector-protocol/nmi-webaudio.html, added in r134593.
1651 * platform/gtk/TestExpectations:
1652 * platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
1653 * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
1655 2012-11-12 Slavomir Kaslev <skaslev@google.com>
1657 [Chromium] Rebaselined video LayoutTests for software compositor
1658 https://bugs.webkit.org/show_bug.cgi?id=101973
1660 Reviewed by Adrienne Walker.
1662 Rebaselined failing video LayouTests caused by different filtering
1663 result between Skia and Mesa for the software compositor.
1665 * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
1666 * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
1667 * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
1668 * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
1669 * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
1670 * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
1671 * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
1672 * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
1673 * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
1674 * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
1675 * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
1676 * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
1677 * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
1678 * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
1679 * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
1680 * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
1681 * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
1682 * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
1683 * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
1684 * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
1685 * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
1686 * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
1687 * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
1688 * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
1689 * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
1690 * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
1691 * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
1692 * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
1693 * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
1694 * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
1695 * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
1696 * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
1697 * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
1698 * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
1699 * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
1700 * platform/chromium-win/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
1701 * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
1702 * platform/chromium/TestExpectations:
1704 2012-11-14 Justin Novosad <junov@google.com>
1706 Boxes with rounded corners and thin borders are too slow to draw
1707 https://bugs.webkit.org/show_bug.cgi?id=101974
1709 Reviewed by Simon Fraser.
1711 New test that purposely triggers the BackgroundOverBorder painting path
1712 in WebCore::RenderBox, to test it with thick borders, off-diagonal
1713 mitring, an anti-aliased rounded border wedge, and a border of width 0.
1715 * fast/borders/border-radius-wide-border-05.html: Added.
1716 * fast/borders/border-radius-wide-border-05-expected.txt: Added.
1717 * LayoutTests/platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png: Added.
1718 * LayoutTests/platform/chromium/TestExpectations: Added Expectations.
1719 Added expectations for tests pixels results that require rebaselining
1721 2012-11-14 Sami Kyostila <skyostil@chromium.org>
1723 Optimize painting of composited scrolling layers
1724 https://bugs.webkit.org/show_bug.cgi?id=96087
1726 Reviewed by Simon Fraser.
1728 Test that accelerated scrolling layers can be scrolled without repainting
1729 their contents. Note that this test will not pass unless
1730 ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.
1732 * compositing/overflow/scrolling-without-painting-expected.txt: Added.
1733 * compositing/overflow/scrolling-without-painting.html: Added.
1734 * platform/chromium/TestExpectations: Mark test as expected to fail
1736 * platform/mac/TestExpectations: Skip the test.
1738 2012-11-14 Dimitri Glazkov <dglazkov@chromium.org>
1740 Rebaseline fast/media/mq-js-media-except-01.html after r134618.
1742 2012-11-14 Dimitri Glazkov <dglazkov@chromium.org>
1744 [Chromium] Mark webgl-background-color.html as failing.
1745 http://webkit.org/b/102247
1747 * platform/chromium/TestExpectations: Marked as failing.
1749 2012-11-14 Erik Arvidsson <arv@chromium.org>
1751 Unreviewed gardening.
1753 Updating pixel tests expectations after r134613
1755 * LayoutTests/platform/chromium/TestExpectations:
1756 * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-appendItem-expected.png:
1757 * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
1758 * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-getItem-expected.png:
1759 * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-initialize-expected.png:
1760 * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-insertItemBefore-expected.png:
1761 * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-removeItem-expected.png:
1762 * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-replaceItem-expected.png:
1763 * platform/chromium-mac-snowleopard/svg/dom/SVGNumberList-basics-expected.png:
1764 * platform/chromium-mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png:
1765 * platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.png:
1766 * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
1767 * platform/chromium-mac/svg/dom/SVGLengthList-getItem-expected.png:
1768 * platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.png:
1769 * platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.png:
1770 * platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.png:
1771 * platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.png:
1772 * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png:
1773 * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png:
1774 * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-getItem-expected.png.
1775 * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-removeItem-expected.png.
1776 * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGTransformList-basics-expected.png.
1778 2012-11-14 Erik Arvidsson <arv@chromium.org>
1780 Update DOMException name: NotFoundError
1781 https://bugs.webkit.org/show_bug.cgi?id=102137
1783 Reviewed by Ojan Vafai.
1785 Updated tests and expectations.
1787 * fast/dom/Document/replaceChild-null-oldChild-expected.txt:
1788 * fast/dom/Document/script-tests/replaceChild-null-oldChild.js:
1789 * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
1790 * fast/dom/Range/range-intersectsNode-expected.txt:
1791 * fast/dom/incompatible-operations-expected.txt:
1792 * fast/dom/incompatible-operations.html:
1793 * fast/dom/setter-type-enforcement-expected.txt:
1794 * fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
1795 * fast/events/remove-target-with-shadow-in-drag-expected.txt:
1796 * fast/files/workers/worker-read-blob-sync-expected.txt:
1797 * fast/files/workers/worker-read-file-sync-expected.txt:
1798 * fast/inspector-support/uncaught-dom8-exception-expected.txt:
1799 * fast/js/dot-node-base-exception-expected.txt:
1800 * fast/js/script-tests/dot-node-base-exception.js:
1801 * fast/mutation/observe-exceptions-expected.txt:
1802 * platform/chromium-linux/fast/media/mq-js-media-except-01-expected.png:
1803 * platform/chromium-win/fast/media/mq-js-media-except-01-expected.txt:
1804 * platform/chromium/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
1805 * platform/chromium/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
1806 * platform/chromium/fast/events/remove-target-with-shadow-in-drag-expected.txt:
1807 * platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt:
1808 * platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt:
1809 * platform/chromium/fast/media/mq-js-media-except-01-expected.txt:
1810 * platform/efl/fast/media/mq-js-media-except-01-expected.txt:
1811 * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt:
1812 * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
1813 * platform/mac/fast/media/mq-js-media-except-01-expected.txt:
1814 * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
1816 2012-11-14 Dimitri Glazkov <dglazkov@chromium.org>
1818 Mark files that need rebaselines as failing.
1819 https://bugs.webkit.org/show_bug.cgi?id=102087
1821 * platform/chromium/TestExpectations: Added expectations.
1823 2012-11-14 Erik Arvidsson <arv@chromium.org>
1825 Update DOMException name: IndexSizeError
1826 https://bugs.webkit.org/show_bug.cgi?id=102087
1828 Reviewed by Ojan Vafai.
1830 Updated tests and expectations.
1832 * editing/selection/extend-expected.txt:
1833 * fast/canvas/canvas-getImageData-invalid-expected.txt:
1834 * fast/canvas/canvas-overloads-drawImage-expected.txt:
1835 * fast/canvas/script-tests/canvas-getImageData-invalid.js:
1836 * fast/canvas/script-tests/canvas-overloads-drawImage.js:
1837 * fast/canvas/webgl/data-view-test-expected.txt:
1838 * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
1839 * fast/dom/HTMLInputElement/input-size-attribute.html:
1840 * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
1841 * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
1842 * fast/dom/css-mediarule-functions-expected.txt:
1843 * fast/dom/css-mediarule-functions.html:
1844 * fast/forms/input-maxlength-expected.txt:
1845 * fast/forms/input-maxlength.html:
1846 * fast/forms/number/number-size-expected.txt:
1847 * fast/forms/number/number-size.html:
1848 * fast/forms/search/search-setrangetext-expected.txt:
1849 * fast/forms/setrangetext-expected.txt:
1850 * fast/forms/textarea-maxlength-expected.txt:
1851 * fast/forms/textarea-maxlength.html:
1852 * fast/forms/textarea/textarea-setrangetext-expected.txt:
1853 * fast/html/marquee-element-expected.txt:
1854 * fast/inspector-support/uncaught-dom1-exception-expected.txt:
1855 * fast/js/select-options-add-expected.txt:
1856 * fast/speech/scripted/speechgrammar-basics-expected.txt:
1857 * inspector/styles/set-property-boundaries-expected.txt:
1858 * platform/chromium-mac/fast/dynamic/015-expected.txt:
1859 * platform/chromium-win/fast/dynamic/015-expected.txt:
1860 * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
1861 * platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt:
1862 * platform/efl/fast/dynamic/015-expected.txt:
1863 * platform/gtk/fast/dynamic/015-expected.txt:
1864 * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
1865 * platform/mac/fast/dynamic/015-expected.txt:
1866 * platform/qt/fast/dynamic/015-expected.txt:
1867 * svg/custom/acid3-test-77-expected.txt:
1868 * svg/custom/getSubStringLength-expected.txt:
1869 * svg/custom/selectSubString-expected.txt:
1870 * svg/dom/SVGLengthList-appendItem-expected.txt:
1871 * svg/dom/SVGLengthList-basics-expected.txt:
1872 * svg/dom/SVGLengthList-getItem-expected.txt:
1873 * svg/dom/SVGLengthList-initialize-expected.txt:
1874 * svg/dom/SVGLengthList-insertItemBefore-expected.txt:
1875 * svg/dom/SVGLengthList-removeItem-expected.txt:
1876 * svg/dom/SVGLengthList-replaceItem-expected.txt:
1877 * svg/dom/SVGNumberList-basics-expected.txt:
1878 * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt:
1879 * svg/dom/SVGPointList-basics-expected.txt:
1880 * svg/dom/SVGStringList-basics-expected.txt:
1881 * svg/dom/SVGTransformList-basics-expected.txt:
1882 * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
1884 2012-11-14 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1886 [EFL] Add some missing pixel expectations.
1888 * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
1889 * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
1890 * platform/efl/fast/replaced/width100percent-textarea-expected.png: Added.
1892 2012-11-14 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1894 [EFL] WK1 gardening.
1896 Skip fast/dom/Window/open-window-min-size.html and add some
1897 WK1-specific pixel results which do not look wrong per se.
1899 * platform/efl-wk1/TestExpectations:
1900 * platform/efl-wk1/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
1901 * platform/efl-wk1/fast/repaint/selection-after-delete-expected.png: Added.
1902 * platform/efl-wk1/fast/repaint/selection-after-remove-expected.png: Added.
1903 * platform/efl-wk1/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
1905 2012-11-14 Ádám Kallai <kadam@inf.u-szeged.hu>
1907 [Qt] Unreviewed gardening. Skip failing tests.
1909 * platform/qt/TestExpectations:
1911 2012-11-14 Ilya Tikhonovsky <loislo@chromium.org>
1913 Unreviewed test fix for r134593.
1915 * inspector-protocol/nmi-webaudio.html:
1917 2012-11-14 Dominik Röttsches <dominik.rottsches@intel.com>
1919 [EFL] Unreviewed gardening.
1921 anchor-*download.html wander between crashing and failing.
1922 Marking winsize test as failure and added to bug.
1924 * platform/efl-wk2/TestExpectations:
1926 2012-11-09 Ilya Tikhonovsky <loislo@chromium.org>
1928 Web Inspector: NMI add instrumentation for WebAudo related stuff.
1929 They use about 16Mb for shared data on pages with webaudio.
1930 As example Angry Birds app.
1931 https://bugs.webkit.org/show_bug.cgi?id=101729
1933 Reviewed by Yury Semikhatsky.
1935 Plain vanilla instrumentation for audio and webaudio classes.
1936 AudioContext is a kind of ActiveDOMObject. I found that these objects
1937 are accessible through ScriptExecutuionContext and ScriptExecutionContext
1938 is an ancestor of Document. Document class was instrumented earler.
1939 I instrumented ActiveDOMObject, ScriptExecutionContext and other ancestors
1940 and now AudioContext and other ActiveDOMObjects are reacheable from Document.
1942 * inspector-protocol/nmi-webaudio-expected.txt: Added.
1943 * inspector-protocol/nmi-webaudio.html: Added.
1945 2012-11-14 Pavel Feldman <pfeldman@chromium.org>
1947 Not reviewed: proper baselines for inspector's timeline-timer-fired-from-eval-call-site.
1949 * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt:
1951 2012-11-14 Kenneth Rohde Christiansen <kenneth@webkit.org>
1953 Clean up use of adjustWindowRect
1954 https://bugs.webkit.org/show_bug.cgi?id=102072
1956 Reviewed by Gyuyoung Kim.
1958 Test that minimum sizes are honored.
1960 * fast/dom/Window/open-window-min-size.html: Added.
1961 * fast/dom/Window/open-window-min-size-expected.txt: Added.
1962 * fast/dom/Window/resources/report-size-and-close.html: Added.
1963 * platform/mac/TestExpectations: Skipped as it times out.
1965 2012-11-14 Kentaro Hara <haraken@chromium.org>
1967 Unreviewed. Fixed lint error.
1969 * platform/chromium/TestExpectations:
1971 2012-11-14 Takashi Sakamoto <tasak@google.com>
1973 Crash when replacing parts of text inputs with content: url(...)
1974 https://bugs.webkit.org/show_bug.cgi?id=101133
1976 Reviewed by Kent Tamura.
1978 * fast/forms/number/number-content-url-crash-expected.txt: Added.
1979 * fast/forms/number/number-content-url-crash.html: Added.
1980 * fast/forms/search/search-content-url-crash-expected.txt: Added.
1981 * fast/forms/search/search-content-url-crash.html: Added.
1983 2012-11-14 Dominik Röttsches <dominik.rottsches@intel.com>
1985 [EFL] Unreviewed gardening.
1987 The bots don't have mercy today.
1989 * platform/efl-wk2/TestExpectations:
1991 2012-11-14 Kent Tamura <tkent@chromium.org>
1993 Support for localization tests of calendar picker
1994 https://bugs.webkit.org/show_bug.cgi?id=102181
1996 Reviewed by Kentaro Hara.
1998 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
1999 * platform/chromium/TestExpectations:
2000 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
2001 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.
2003 2012-11-14 Sheriff Bot <webkit.review.bot@gmail.com>
2005 Unreviewed, rolling out r134566.
2006 http://trac.webkit.org/changeset/134566
2007 https://bugs.webkit.org/show_bug.cgi?id=102197
2009 "it broke Chromium Android Release build" (Requested by
2010 haraken on #webkit).
2012 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Removed.
2013 * platform/chromium/TestExpectations:
2014 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Removed.
2015 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Removed.
2017 2012-11-14 Zan Dobersek <zandobersek@gmail.com>
2019 Unreviewed GTK gardening.
2021 Updating the platform-specific baseline for fast/js/global-constructors.html
2022 and removing the failure expectation for said test.
2024 * platform/gtk/TestExpectations:
2025 * platform/gtk/fast/js/global-constructors-expected.txt:
2027 2012-11-14 Eugene Klyuchnikov <eustas.bug@gmail.com>
2029 Web Inspector: Timeline: 'undefined' javascript filenames.
2030 https://bugs.webkit.org/show_bug.cgi?id=101334
2032 Reviewed by Yury Semikhatsky.
2034 Test that callSite for TimerFired is resolved even for evaled scripts.
2036 * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt: Added.
2037 * inspector/timeline/timeline-timer-fired-from-eval-call-site.html: Added.
2039 2012-11-14 Shinya Kawanaka <shinyak@chromium.org>
2041 Changing pseudoClass (:target) should cause distribution
2042 https://bugs.webkit.org/show_bug.cgi?id=101699
2044 Reviewed by Hajime Morita.
2046 * fast/dom/shadow/pseudoclass-update-target-expected.html: Added.
2047 * fast/dom/shadow/pseudoclass-update-target.html: Added.
2049 2012-11-14 Dominik Röttsches <dominik.rottsches@intel.com>
2051 [EFL] Unreviewed gardening.
2053 Mark two failures after r134456.
2055 * platform/efl/TestExpectations:
2057 2012-11-14 Kent Tamura <tkent@chromium.org>
2059 Support for localization tests of calendar picker
2060 https://bugs.webkit.org/show_bug.cgi?id=102181
2062 Reviewed by Kentaro Hara.
2064 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
2065 * platform/chromium/TestExpectations:
2066 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
2067 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.
2069 2012-11-14 Zan Dobersek <zandobersek@gmail.com>
2071 Unreviewed GTK gardening.
2073 Moving some expectations into a more proper section while
2076 * platform/gtk/TestExpectations:
2078 2012-11-14 Mihnea Ovidenie <mihnea@adobe.com>
2080 After r134205 was rolled out in http://trac.webkit.org/changeset/134425,
2081 we have to re-enable the skipped tests that were failing because of r134205.
2082 https://bugs.webkit.org/show_bug.cgi?id=102090
2084 Reviewed by Adam Barth.
2086 The initial rollout for r134205 and the related r134226, r134419 failed.
2088 * platform/chromium/TestExpectations:
2089 * platform/qt/TestExpectations:
2091 2012-11-13 Zan Dobersek <zandobersek@gmail.com>
2093 Unreviewed GTK gardening.
2095 Expanding failure expectations for the inspector/debugger/live-edit.html test.
2096 Adding failure and timeout expectations for two tests that regressed after r134495.
2097 Adding failure expectation for a test added in r134099.
2099 * platform/gtk/TestExpectations:
2101 2012-11-13 Csaba Osztrogonác <ossy@webkit.org>
2103 Unreviewed gardening, skip new failing tests.
2105 * platform/qt/TestExpectations:
2107 2012-11-13 Kentaro Hara <haraken@chromium.org>
2109 Unreviewed. Marked platform/chromium/virtual/gpu/fast/hidpi/image-set-without-specified-width.html
2112 * platform/chromium/TestExpectations:
2114 2012-11-13 Csaba Osztrogonác <ossy@webkit.org>
2116 Unreviewed gardening, update expected files after r134435.
2118 * dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
2119 * fast/dom/DOMException/prototype-object-expected.txt:
2120 * fast/dom/DOMException/stack-trace-expected.txt:
2122 2012-11-13 Kunihiko Sakamoto <ksakamoto@chromium.org>
2124 Enable calendar picker for input types datetime/datetime-local
2125 https://bugs.webkit.org/show_bug.cgi?id=101889
2127 Reviewed by Kent Tamura.
2129 Added tests for calendar picker for inpt type=datetime/datetime-local.
2131 * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-expected.txt: Added.
2132 * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html: Added.
2133 * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt: Added.
2134 * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal.html: Added.
2136 2012-11-13 Keishi Hattori <keishi@webkit.org>
2138 Enable datalist UI for input types week and month
2139 https://bugs.webkit.org/show_bug.cgi?id=102041
2141 Reviewed by Kent Tamura.
2143 * platform/chromium/fast/forms/datalist/input-list-expected.txt:
2145 2012-11-13 Shinya Kawanaka <shinyak@chromium.org>
2147 Collect necessary features for SelectRuleFeatureSet
2148 https://bugs.webkit.org/show_bug.cgi?id=102160
2150 Reviewed by Dimitri Glazkov.
2152 * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt:
2153 * fast/dom/shadow/shadow-select-attribute-featureset.html:
2155 2012-11-13 Kentaro Hara <haraken@chromium.org>
2157 Unreviewed. Rebaselined test results.
2159 * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.
2160 * platform/chromium-win/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.
2162 2012-11-13 David Grogan <dgrogan@chromium.org>
2164 IndexedDB: non-trivial test conversion batch 2
2165 https://bugs.webkit.org/show_bug.cgi?id=101998
2167 Reviewed by Tony Chang.
2169 * storage/indexeddb/cursor-overloads-expected.txt:
2170 * storage/indexeddb/cursor-overloads.html:
2171 Trivial conversion that I missed last time around.
2173 * storage/indexeddb/database-basics-expected.txt:
2174 * storage/indexeddb/database-close-expected.txt:
2175 * storage/indexeddb/database-closepending-flag-expected.txt:
2176 * storage/indexeddb/delete-closed-database-object-expected.txt:
2177 * storage/indexeddb/resources/database-basics.js:
2178 Removed test that shows calling setVersion inside a version change
2179 transaction is an error. Replaced with test showing same error for a
2180 generic transaction.
2182 * storage/indexeddb/resources/database-close.js:
2183 Formerly used both unblocked setVersion and deleteDatabase to signal
2184 that a connection was closed, now just used deleteDatabase.
2186 * storage/indexeddb/resources/database-closepending-flag.js:
2187 Straightforward, it just has multiple opens.
2189 2012-11-13 Erik Arvidsson <arv@chromium.org>
2191 Update DOMException name: InvalidCharacterError
2192 https://bugs.webkit.org/show_bug.cgi?id=102128
2194 Reviewed by Darin Adler.
2196 Updated tests and expectations.
2198 * fast/dom/Document/createElement-invalid-names-expected.txt:
2199 * fast/dom/Document/createElement-invalid-names.html:
2200 * fast/dom/Element/prefix-setter-exception-expected.txt:
2201 * fast/dom/Window/atob-btoa-expected.txt:
2202 * fast/dom/dataset-expected.txt:
2203 * fast/dom/dataset-xhtml-expected.txt:
2204 * fast/dom/script-tests/dataset-xhtml.js:
2205 * fast/dom/script-tests/dataset.js:
2207 2012-11-13 Elliott Sprehn <esprehn@chromium.org>
2209 Disable frame loading instead of throwing exceptions on subtree modifications in ChildFrameDisconnector
2210 https://bugs.webkit.org/show_bug.cgi?id=102012
2212 Reviewed by Ojan Vafai.
2214 Remove console log output from the exception we no longer throw. Since we no
2215 longer throw an exception we don't need a platform specific output file either.
2217 Also add a test that we don't throw an exception during modifications to subtrees
2220 * fast/frames/modifications-in-subtree-unload-expected.html: Added.
2221 * fast/frames/modifications-in-subtree-unload.html: Added.
2222 * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
2223 * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt: Removed.
2225 2012-11-13 Dirk Pranke <dpranke@chromium.org>
2227 Revert r134474; turns out these tests were failing.
2229 I need to figure out what's going on here ...
2231 * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Removed.
2232 * platform/chromium/TestExpectations:
2234 2012-11-13 Dirk Pranke <dpranke@chromium.org>
2236 Update chromium-mac-lion baselines after r134516. Unreviewed.
2238 * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png:
2239 * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Added.
2240 * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png: Added.
2242 2012-11-13 Tab Atkins <jackalmage@gmail.com>
2244 CSS @charset parsing is too loose, doesn't match other browsers
2245 https://bugs.webkit.org/show_bug.cgi?id=101527
2247 Reviewed by Alexey Proskuryakov.
2249 Removed the old css-charset-evil.html test,
2250 which tested for our loose parsing of @charset.
2251 Now that we're tightening our parsing to match the spec and IE's and FF's new behavior,
2252 I added a more comprehensive test of incorrect @charset rules,
2253 to ensure that we correctly reject them.
2255 * fast/encoding/css-charset-evil-expected.txt: Removed.
2256 * fast/encoding/css-charset-evil.css: Removed.
2257 * fast/encoding/css-charset-evil.html: Removed.
2258 * fast/encoding/css-charset-evil/css-charset-evil-a1.css: Added.
2259 * fast/encoding/css-charset-evil/css-charset-evil-a2.css: Added.
2260 * fast/encoding/css-charset-evil/css-charset-evil-a3.css: Added.
2261 * fast/encoding/css-charset-evil/css-charset-evil-a4.css: Added.
2262 * fast/encoding/css-charset-evil/css-charset-evil-b1.css: Added.
2263 * fast/encoding/css-charset-evil/css-charset-evil-b2.css: Added.
2264 * fast/encoding/css-charset-evil/css-charset-evil-b3.css: Added.
2265 * fast/encoding/css-charset-evil/css-charset-evil-b4.css: Added.
2266 * fast/encoding/css-charset-evil/css-charset-evil-b5.css: Added.
2267 * fast/encoding/css-charset-evil/css-charset-evil-b6.css: Added.
2268 * fast/encoding/css-charset-evil/css-charset-evil-b7.css: Added.
2269 * fast/encoding/css-charset-evil/css-charset-evil-b8.css: Added.
2270 * fast/encoding/css-charset-evil/css-charset-evil-c1.css: Added.
2271 * fast/encoding/css-charset-evil/css-charset-evil-c2.css: Added.
2272 * fast/encoding/css-charset-evil/css-charset-evil-c3.css: Added.
2273 * fast/encoding/css-charset-evil/css-charset-evil-d1.css: Added.
2274 * fast/encoding/css-charset-evil/css-charset-evil-expected.txt: Added.
2275 * fast/encoding/css-charset-evil/css-charset-evil.html: Added.
2277 2012-11-13 Thiago Marcos P. Santos <thiago.santos@intel.com>
2279 [EFL] Add new baselines after r134435
2280 https://bugs.webkit.org/show_bug.cgi?id=102125
2282 Unreviewed gardening.
2284 * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
2285 * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Added.
2286 * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Added.
2287 * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
2288 * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Added.
2289 * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Added.
2291 2012-11-13 Dirk Pranke <dpranke@chromium.org>
2293 More chromium-mac-mountainlion rebaselining and bug triaging.
2294 https://bugs.webkit.org/show_bug.cgi?id=99749
2298 * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png: Added.
2299 * platform/chromium-mac-lion/compositing/direct-image-compositing-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/direct-image-compositing-expected.png.
2300 * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png.
2301 * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/dynamic/text-combine-expected.png.
2302 * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.txt: Added.
2303 * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png.
2304 * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt.
2305 * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-combined-text-expected.png.
2306 * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.txt: Added.
2307 * platform/chromium-mac-lion/fast/text/emphasis-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-expected.png.
2308 * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png.
2309 * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt.
2310 * platform/chromium-mac-lion/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png.
2311 * platform/chromium-mac-lion/fast/writing-mode/border-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.png.
2312 * platform/chromium-mac-lion/fast/writing-mode/border-vertical-lr-expected.txt: Added.
2313 * platform/chromium-mac-lion/fast/writing-mode/box-shadow-horizontal-bt-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png.
2314 * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png.
2315 * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-rl-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png.
2316 * platform/chromium-mac-lion/fast/writing-mode/broken-ideographic-font-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png.
2317 * platform/chromium-mac-lion/fast/writing-mode/broken-ideographic-font-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.txt.
2318 * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png.
2319 * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png.
2320 * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png.
2321 * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png.
2322 * platform/chromium-mac-lion/platform/chromium/fast/text/text-stroke-with-border-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png.
2323 * platform/chromium-mac-lion/svg/custom/foreign-object-skew-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/foreign-object-skew-expected.png.
2324 * platform/chromium-mac-lion/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png.
2325 * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/hixie/perf/007-expected.png.
2326 * platform/chromium-mac-lion/tables/mozilla/bugs/bug11026-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png.
2327 * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png:
2328 * platform/chromium-mac/compositing/direct-image-compositing-expected.png:
2329 * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png:
2330 * platform/chromium-mac/fast/dynamic/text-combine-expected.png:
2331 * platform/chromium-mac/fast/dynamic/text-combine-expected.txt: Added.
2332 * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png:
2333 * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt:
2334 * platform/chromium-mac/fast/text/emphasis-combined-text-expected.png:
2335 * platform/chromium-mac/fast/text/emphasis-combined-text-expected.txt: Added.
2336 * platform/chromium-mac/fast/text/emphasis-expected.png:
2337 * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
2338 * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt:
2339 * platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
2340 * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.png:
2341 * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.txt: Added.
2342 * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
2343 * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
2344 * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
2345 * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png:
2346 * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.txt:
2347 * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
2348 * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
2349 * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
2350 * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
2351 * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
2352 * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png:
2353 * platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
2354 * platform/chromium-mac/svg/hixie/perf/007-expected.png:
2355 * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png:
2356 * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
2357 * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
2358 * platform/chromium/TestExpectations:
2360 2012-11-13 Kenichi Ishibashi <bashi@chromium.org>
2362 [WebSocket] send() and close() should not throw an exception for an unpaired surrogate but use the replacement character
2363 https://bugs.webkit.org/show_bug.cgi?id=101569
2365 Reviewed by Alexey Proskuryakov.
2367 - Updated tests which try to send unpaired surrogates.
2368 These tests should not throw SYNTAX_ERR.
2369 - Add a test that checks whether WebKit throws SYNTAX_ERR when a close
2372 * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt: Added.
2373 * http/tests/websocket/tests/hybi/close-reason-too-long.html: Ditto.
2374 * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Updated.
2375 * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Ditto.
2376 * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Ditto.
2377 * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Ditto.
2379 2012-11-13 Christophe Dumez <christophe.dumez@intel.com>
2381 Make HTMLLegendElement.form behave according to specification
2382 https://bugs.webkit.org/show_bug.cgi?id=101044
2384 Reviewed by Kent Tamura.
2386 A new fast/forms/legend/legend-form.html test to check that
2387 the legend element's form attribute behaves according to
2390 * fast/forms/legend/legend-form-expected.txt: Added.
2391 * fast/forms/legend/legend-form.html: Added.
2393 2012-11-13 Dimitri Glazkov <dglazkov@chromium.org>
2395 Unreviewed, rolling out r134377.
2396 http://trac.webkit.org/changeset/134377
2397 https://bugs.webkit.org/show_bug.cgi?id=101133
2399 Caused a mysterious Android Clang build failure, needs
2400 investigation before landing again.
2402 * fast/forms/number/number-content-url-crash-expected.txt: Removed.
2403 * fast/forms/number/number-content-url-crash.html: Removed.
2404 * fast/forms/search/search-content-url-crash-expected.txt: Removed.
2405 * fast/forms/search/search-content-url-crash.html: Removed.
2407 2012-11-13 James Robinson <jamesr@chromium.org>
2409 Rebaselines for filtering changes due to chromium r167479
2411 * platform/chromium-linux/compositing/checkerboard-expected.png: Added.
2412 * platform/chromium-mac/compositing/checkerboard-expected.png: Added.
2413 * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Added.
2414 * platform/chromium-win/compositing/checkerboard-expected.png: Added.
2415 * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png:
2417 2012-11-13 Chris Fleizach <cfleizach@apple.com>
2419 AX: MathML types need to be semantically identified in AX tree
2420 https://bugs.webkit.org/show_bug.cgi?id=101263
2422 Reviewed by Beth Dakin.
2424 * platform/mac/accessibility/mathml-elements-expected.txt: Added.
2425 * platform/mac/accessibility/mathml-elements.html: Added.
2427 2012-11-13 Dimitri Glazkov <dglazkov@chromium.org>
2429 [Chromium] Fix media/video-empty-source.html lint error.
2431 * platform/chromium/TestExpectations: Fixed.
2433 2012-11-13 Silvia Pfeiffer <silviapf@chromium.org>
2435 Clean up the inheritance tree under the MediaControls Class.
2436 https://bugs.webkit.org/show_bug.cgi?id=88871
2438 Reviewed by Eric Carlson.
2440 * platform/chromium-mac-mountainlion/TestExpectations: Added.
2441 * platform/chromium/TestExpectations:
2443 2012-11-13 Dimitri Glazkov <dglazkov@chromium.org>
2445 Unreviewed, rolling out r134446.
2446 http://trac.webkit.org/changeset/134446
2447 https://bugs.webkit.org/show_bug.cgi?id=101968
2449 Need to try a different strategy for landing a two-sided patch
2452 * platform/chromium/TestExpectations:
2454 2012-11-13 Dimitri Glazkov <dglazkov@chromium.org>
2456 Unreviewed, rolling out r134458.
2457 http://trac.webkit.org/changeset/134458
2459 Need to try a different strategy for landing a two-sided patch
2462 * platform/chromium/TestExpectations:
2464 2012-11-13 Dimitri Glazkov <dglazkov@chromium.org>
2466 Unreviewed, rolling out r134461.
2467 http://trac.webkit.org/changeset/134461
2469 Need to try a different strategy for landing a two-sided patch
2472 * platform/chromium/TestExpectations:
2474 2012-11-13 Dimitri Glazkov <dglazkov@chromium.org>
2476 [Chromium] Marked fast/workers/worker-exception-during-navigation.html as a flaky crash.
2477 https://bugs.webkit.org/show_bug.cgi?id=102131
2479 * platform/chromium/TestExpectations: Added a flaky crash expectation.
2481 2012-11-13 Chris Fleizach <cfleizach@apple.com>
2483 WebKit exposes ARIA rowheader role as AXUnknown when not contained in table/grid
2484 https://bugs.webkit.org/show_bug.cgi?id=101616
2486 Reviewed by Beth Dakin.
2488 * platform/mac/accessibility/rowheader-outside-table-role-expected.txt: Added.
2489 * platform/mac/accessibility/rowheader-outside-table-role.html: Added.
2491 2012-11-13 Dirk Pranke <dpranke@chromium.org>
2493 Remove a few old no-longer-failing tests and update one baseline.
2495 Unreviewed, gardening.
2497 * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Added.
2498 * platform/chromium/TestExpectations:
2500 2012-11-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2502 [EFL] Unreviewed gardening.
2504 Skip a few tests, update expectations when some colors varied
2505 slightly from the existing expectation and add a few new ones.
2507 * platform/efl-wk1/TestExpectations:
2508 * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
2509 * platform/efl/fast/forms/menulist-no-overflow-expected.png:
2510 * platform/efl/fast/forms/menulist-separator-painting-expected.png:
2511 * platform/efl/fast/forms/select-background-none-expected.png:
2512 * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
2513 * platform/efl/fast/forms/select-selected-expected.png:
2514 * platform/efl/fast/forms/select-visual-hebrew-expected.png:
2515 * platform/efl/fast/forms/selectlist-minsize-expected.png:
2516 * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
2517 * platform/efl/fast/html/keygen-expected.png:
2518 * platform/efl/fast/images/png-suite/test-expected.png:
2519 * platform/efl/fast/replaced/image-sizing-expected.png:
2520 * platform/efl/fast/replaced/three-selects-break-expected.png:
2521 * platform/efl/fast/replaced/width100percent-menulist-expected.png:
2522 * platform/efl/fast/ruby/overhang-horizontal-expected.png: Added.
2523 * platform/efl/fast/runin/runin-generated-before-content-expected.png: Added.
2524 * platform/efl/fast/text/updateNewFont-expected.png:
2525 * platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
2526 * platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png:
2527 * platform/efl/fast/writing-mode/english-lr-text-expected.png:
2528 * platform/efl/fast/writing-mode/horizontal-bt-replaced-selection-expected.png:
2529 * platform/efl/fast/writing-mode/vertical-lr-replaced-selection-expected.png:
2530 * platform/efl/fast/writing-mode/vertical-rl-replaced-selection-expected.png:
2531 * platform/efl/svg/filters/feColorMatrix-offset-expected.png: Added.
2532 * platform/efl/svg/filters/feDropShadow-subregion-expected.png: Added.
2533 * platform/efl/svg/filters/feGaussianBlur-subregion-expected.png: Added.
2534 * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
2535 * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
2536 * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
2537 * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
2538 * platform/efl/svg/filters/feImage-preserveAspectratio-expected.png:
2539 * platform/efl/svg/filters/feImage-subregions-expected.png:
2540 * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
2541 * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
2542 * platform/efl/svg/filters/feLighting-crash-expected.png:
2543 * platform/efl/svg/filters/feOffset-expected.png:
2544 * platform/efl/svg/filters/feTile-expected.png:
2545 * platform/efl/svg/filters/filter-on-tspan-expected.png:
2546 * platform/efl/svg/filters/filter-placement-issue-expected.png:
2547 * platform/efl/svg/filters/filter-rounding-issues-expected.png:
2548 * platform/efl/svg/filters/filter-source-position-expected.png: Added.
2549 * platform/efl/svg/filters/filteredImage-expected.png: Added.
2550 * platform/efl/svg/filters/parent-children-with-same-filter-expected.png:
2551 * platform/efl/svg/filters/shadow-on-filter-expected.png:
2552 * platform/efl/svg/filters/subRegion-one-effect-expected.png:
2553 * platform/efl/svg/filters/subRegion-two-effects-expected.png:
2554 * platform/efl/svg/foreignObject/filter-expected.png: Added.
2555 * platform/efl/svg/text/selection-doubleclick-expected.png:
2557 2012-11-13 Chris Fleizach <cfleizach@apple.com>
2559 AX: file upload input text value is not exposed through accessibility
2560 https://bugs.webkit.org/show_bug.cgi?id=100583
2562 Reviewed by Beth Dakin.
2564 * platform/mac/accessibility/file-upload-button-subrole-expected.txt: Added.
2565 * platform/mac/accessibility/file-upload-button-subrole.html: Added.
2567 2012-11-13 Sheriff Bot <webkit.review.bot@gmail.com>
2569 Unreviewed, rolling out r133944.
2570 http://trac.webkit.org/changeset/133944
2571 https://bugs.webkit.org/show_bug.cgi?id=102118
2573 Only JS bindings support NATIVE_TYPE_ERR (Requested by arv on
2576 * fast/dom/Element/attr-param-typechecking-expected.txt:
2577 * fast/dom/Element/script-tests/attr-param-typechecking.js:
2579 2012-11-13 Dana Jansens <danakj@chromium.org>
2581 Unreviewed test expectations for animation tests.
2583 * platform/chromium/TestExpectations:
2585 2012-11-13 Dimitri Glazkov <dglazkov@chromium.org>
2587 [Chromium] Pacify linter and tweak expectations to avoid conflicts.
2589 * platform/chromium/TestExpectations: Tweaked.
2591 2012-11-13 Sami Kyostila <skyostil@chromium.org>
2593 Allow painting outside overflow clip in accelerated scrolling layers
2594 https://bugs.webkit.org/show_bug.cgi?id=100524
2596 Reviewed by Simon Fraser.
2598 Added a test to check painting outside the overflow clip. Note that this will
2599 not pass unless ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.
2601 * compositing/overflow/updating-scrolling-content-expected.txt: Added.
2602 * compositing/overflow/updating-scrolling-content.html: Added.
2603 * platform/chromium/TestExpectations: Mark test as expected to fail
2605 * platform/mac/TestExpectations: Skip the test.
2607 2012-11-13 Dimitri Glazkov <dglazkov@chromium.org>
2609 [Chromium] Remove the test that is now passing.
2611 * platform/chromium/TestExpectations: Removed expectation of failure.
2613 2012-11-13 Dimitri Glazkov <dglazkov@chromium.org>
2615 Unreviewed, rolling out r134434.
2616 http://trac.webkit.org/changeset/134434
2617 https://bugs.webkit.org/show_bug.cgi?id=102072
2619 The test that was added asserts in loader.
2621 * fast/dom/Window/open-window-min-size-expected.txt: Removed.
2622 * fast/dom/Window/open-window-min-size.html: Removed.
2623 * fast/dom/Window/resources/print-close.html: Removed.
2625 2012-11-13 Slavomir Kaslev <skaslev@google.com>
2627 [Chromium] Rebaselined platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas.html
2628 https://bugs.webkit.org/show_bug.cgi?id=101997
2630 Reviewed by James Robinson.
2632 Since we disabled hardware accelerated canvas when in software compositing mode,
2633 this layout test doesn't create any layers which is the correct behaviour.
2635 * platform/chromium/TestExpectations:
2636 * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
2638 2012-11-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2640 Revert the changes from r134388 and r134426 as r134345 was rolled out.
2642 * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
2643 * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
2644 * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
2645 * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
2647 2012-11-13 Dimitri Glazkov <dglazkov@chromium.org>
2649 Unreviewed, rolling out r134367.
2650 http://trac.webkit.org/changeset/134367
2651 https://bugs.webkit.org/show_bug.cgi?id=100738
2653 Speculative rollout, could have cause Dromaeo setAttribute
2656 * fast/dom/shadow/distribution-attribute-modified-expected.html: Removed.
2657 * fast/dom/shadow/distribution-attribute-modified.html: Removed.
2658 * fast/dom/shadow/distribution-className-modified-expected.html: Removed.
2659 * fast/dom/shadow/distribution-className-modified.html: Removed.
2660 * fast/dom/shadow/distribution-id-modified-expected.html: Removed.
2661 * fast/dom/shadow/distribution-id-modified.html: Removed.
2662 * fast/dom/shadow/reprojection-attribute-modified-expected.html: Removed.
2663 * fast/dom/shadow/reprojection-attribute-modified.html: Removed.
2664 * fast/dom/shadow/reprojection-className-modified-expected.html: Removed.
2665 * fast/dom/shadow/reprojection-className-modified.html: Removed.
2666 * fast/dom/shadow/reprojection-id-modified-expected.html: Removed.
2667 * fast/dom/shadow/reprojection-id-modified.html: Removed.
2669 2012-11-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2671 [EFL] More unreviewed gardening.
2673 Update some pixel expectations and skip one test.
2675 * platform/efl/TestExpectations:
2676 * platform/efl/fast/media/view-mode-media-feature-expected.png: Added property svn:mime-type.
2677 * platform/efl/fast/overflow/overflow_hidden-expected.png: Modified property svn:mime-type.
2678 * platform/efl/svg/text/text-rescale-expected.png: Added.
2680 2012-11-13 Sheriff Bot <webkit.review.bot@gmail.com>
2682 Unreviewed, rolling out r134345.
2683 http://trac.webkit.org/changeset/134345
2684 https://bugs.webkit.org/show_bug.cgi?id=102106
2686 Incomplete support for NATIVE_TYPE_ERR in objc and other
2687 bindings (Requested by jsbell on #webkit).
2689 * canvas/philip/tests/2d.drawImage.null.html:
2690 * canvas/philip/tests/2d.imageData.put.null.html:
2691 * canvas/philip/tests/2d.pattern.image.null.html:
2692 * editing/selection/extend-expected.txt:
2693 * fast/dom/Geolocation/argument-types-expected.txt:
2694 * fast/dom/Geolocation/not-enough-arguments-expected.txt:
2695 * fast/dom/Geolocation/script-tests/argument-types.js:
2697 * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
2698 * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
2699 * fast/js/select-options-add-expected.txt:
2700 * fast/mediastream/RTCIceCandidate-expected.txt:
2701 * fast/mediastream/RTCPeerConnection-expected.txt:
2702 * fast/mediastream/RTCSessionDescription-expected.txt:
2703 * media/encrypted-media/encrypted-media-syntax-expected.txt:
2704 * media/encrypted-media/encrypted-media-syntax.html:
2705 * media/video-test.js:
2706 * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
2707 * security/crypto-random-values-types-expected.txt:
2708 * svg/dom/SVGTransformList-expected.txt:
2710 2012-11-13 Joshua Bell <jsbell@chromium.org>
2712 IndexedDB: storage/indexeddb/mozilla/add-twice-failure.html is flaky following r134252
2713 https://bugs.webkit.org/show_bug.cgi?id=101996
2715 Reviewed by Dimitri Glazkov.
2717 Error being tested may cause transaction to abort, which could happen before or after
2718 test output is captured. Prevent default behavior of the error so this doesn't happen.
2720 * storage/indexeddb/mozilla/resources/add-twice-failure.js:
2721 (addSecondExpectedError):
2723 2012-11-13 Erik Arvidsson <arv@chromium.org>
2725 Update DOMException name: HierarchyRequestError
2726 https://bugs.webkit.org/show_bug.cgi?id=102092
2728 Reviewed by Ojan Vafai.
2730 Updated tests and expectations.
2732 * fast/dom/DOMException/prototype-object-expected.txt:
2733 * fast/dom/DOMException/prototype-object.html:
2734 * fast/dom/DOMException/stack-trace-expected.txt:
2735 * fast/dom/DOMException/stack-trace.html:
2736 * fast/dom/Document/replace-child-expected.txt:
2737 * fast/dom/Range/31684-expected.txt:
2738 * fast/dom/Range/range-exceptions-expected.txt:
2739 * fast/dom/Range/script-tests/31684.js:
2740 * fast/dom/Range/script-tests/range-exceptions.js:
2741 * fast/dom/Range/surroundContents-1.html:
2742 * fast/dom/css-mediarule-functions-expected.txt:
2743 * fast/dom/css-mediarule-functions.html:
2744 * fast/dom/document-set-body-expected.txt:
2745 * fast/dom/document-set-body.html:
2746 * fast/dom/move-nodes-across-documents.html:
2747 * fast/dom/processing-instruction-appendChild-exceptions-expected.txt:
2748 * fast/dom/processing-instruction-appendChild-exceptions.xhtml:
2749 * fast/dom/setter-type-enforcement-expected.txt:
2750 * fast/dom/shadow/adopt-node-with-shadow-root-expected.txt:
2751 * fast/dom/shadow/shadow-disable-expected.txt:
2752 * fast/dom/shadow/shadow-root-js-api-expected.txt:
2753 * fast/events/mutation-during-replace-child-2-expected.txt:
2754 * fast/events/mutation-during-replace-child-2.html:
2755 * fast/events/mutation-during-replace-child-expected.txt:
2756 * fast/events/mutation-during-replace-child.html:
2757 * fast/frames/adopt-iframe-into-itself-expected.txt:
2758 * fast/frames/adopt-object-into-itself-expected.txt:
2759 * fast/html/adopt-parent-frame.html:
2760 * fast/inspector-support/uncaught-dom3-exception-expected.txt:
2761 * platform/chromium/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
2762 * platform/chromium/fast/dom/DOMException/prototype-object-expected.txt:
2763 * platform/chromium/fast/dom/DOMException/stack-trace-expected.txt:
2764 * platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt:
2766 2012-11-13 Kenneth Rohde Christiansen <kenneth@webkit.org>
2768 Clean up use of adjustWindowRect
2769 https://bugs.webkit.org/show_bug.cgi?id=102072
2771 Reviewed by Alexis Menard.
2773 Test that minimum sizes are honored.
2775 * fast/dom/Window/open-window-min-size.html: Added.
2776 * fast/dom/Window/open-window-min-size-expected.txt: Added.
2777 * fast/dom/Window/resources/print-close.html: Added.
2779 2012-11-13 Bem Jones-Bey <bjonesbe@adobe.com>
2781 [CSS Exclusions] Update wrap-margin/padding to shape-margin/padding
2782 https://bugs.webkit.org/show_bug.cgi?id=97736
2784 Reviewed by Andreas Kling.
2786 Rename properties to match updated spec.
2788 * fast/exclusions/css-exclusions-disabled-expected.txt:
2789 * fast/exclusions/css-exclusions-disabled.html:
2790 * fast/exclusions/script-tests/shape-margin-parsing.js: Added.
2792 (testComputedStyle):
2794 * fast/exclusions/script-tests/shape-padding-parsing.js: Added.
2796 (testComputedStyle):
2798 * fast/exclusions/script-tests/wrap-margin-parsing.js: Removed.
2799 * fast/exclusions/script-tests/wrap-padding-parsing.js: Removed.
2800 * fast/exclusions/script-tests/wrap-parsing.js:
2801 (testComputedStyle):
2802 * fast/exclusions/shape-margin-parsing-expected.txt: Added.
2803 * fast/exclusions/shape-margin-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-padding-parsing.html.
2804 * fast/exclusions/shape-padding-parsing-expected.txt: Added.
2805 * fast/exclusions/shape-padding-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-margin-parsing.html.
2806 * fast/exclusions/wrap-margin-parsing-expected.txt: Removed.
2807 * fast/exclusions/wrap-padding-parsing-expected.txt: Removed.
2809 2012-11-13 Dimitri Glazkov <dglazkov@chromium.org>
2811 Unreviewed, rolling out r134418.
2812 http://trac.webkit.org/changeset/134418
2813 https://bugs.webkit.org/show_bug.cgi?id=101903
2815 The newly added test is crashing on cr-win.
2817 * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Removed.
2818 * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Removed.
2819 * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Removed.
2820 * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Removed.
2822 2012-11-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2824 [EFL] Properly skip all HiDPI tests which are currently failing.
2826 Skip an additional test and add a bug to each entry.
2828 * platform/efl/TestExpectations:
2829 * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Removed.
2830 * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Removed.
2832 2012-11-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2834 [EFL] Update pixel expectation for fast/repaint/table-hover-on-link.html
2836 * platform/efl/fast/repaint/table-hover-on-link-expected.png:
2838 2012-11-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2840 [EFL] More video-colorspace-yuv* gardening.
2842 These tests are also failing on WK2, so skip them in both ports.
2844 * platform/efl-wk1/TestExpectations:
2845 * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Removed.
2846 * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Removed.
2847 * platform/efl/TestExpectations:
2848 * platform/efl/media/video-colorspace-yuv420-expected.txt: Removed.
2849 * platform/efl/media/video-colorspace-yuv422-expected.txt: Removed.
2851 2012-11-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2853 Unreviewed, update expectations after r134345.
2855 * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
2856 * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
2857 * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
2859 2012-11-13 Sheriff Bot <webkit.review.bot@gmail.com>
2861 Unreviewed, rolling out r134205.
2862 http://trac.webkit.org/changeset/134205
2863 https://bugs.webkit.org/show_bug.cgi?id=102093
2865 Broke webkit-flow-inlines-dynamic.html on several ports
2866 (Requested by mihnea on #webkit).
2868 * fast/regions/region-style-text-shadow-expected.html: Removed.
2869 * fast/regions/region-style-text-shadow.html: Removed.
2871 2012-11-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2873 [EFL] WK1 gardening.
2875 Mark media/video-colorspace-yuv420.html and
2876 media/video-colorspace-yuv422.html as producing bad image results.
2878 * platform/efl-wk1/TestExpectations:
2880 2012-11-13 Shinya Kawanaka <shinyak@chromium.org>
2882 [Refactoring] Remove shadowPseudoId() and use setPseudo() in <meter> ElementShadow.
2883 https://bugs.webkit.org/show_bug.cgi?id=101906
2885 Reviewed by Dimitri Glazkov.
2887 * fast/dom/HTMLMeterElement/meter-element-markup-expected.txt:
2889 2012-11-13 Stephen Chenney <schenney@chromium.org>
2891 Expectations update for fast/regions/webkit-flow-inlines-dynamic.html
2892 https://bugs.webkit.org/show_bug.cgi?id=102086
2894 Unreviewed expectations update.
2896 * platform/chromium/TestExpectations:
2898 2012-11-13 Shinya Kawanaka <shinyak@chromium.org>
2900 Changing pseudoClass (:indeterminate) should cause distribution
2901 https://bugs.webkit.org/show_bug.cgi?id=101903
2903 Reviewed by Dimitri Glazkov.
2905 * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added.
2906 * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added.
2907 * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added.
2908 * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added.
2910 2012-11-13 Stephen Chenney <schenney@chromium.org>
2912 Reverting expectations update because it breaks lint
2913 https://bugs.webkit.org/show_bug.cgi?id=101982
2915 Unreviewed expectations fix.
2917 With the new-ish wekbit_skia.gyp file we do not need to change expections like this.
2919 * platform/chromium/TestExpectations:
2921 2012-11-13 Jussi Kukkonen <jussi.kukkonen@intel.com>
2923 [EFL] Rebaseline after bug 98666 (input[type=range] thumb rendering)
2924 https://bugs.webkit.org/show_bug.cgi?id=102059
2926 Unreviewed rebaseline. There were a few actual bugs (see bug 102068 and
2927 bug 102067).These changes seem correct and the image changes are tiny.
2928 The non-platform results were still wrong because they are not used
2929 by most platforms, even if the results actually match the platform results.
2931 * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
2932 * fast/forms/range/slider-thumb-stylability-expected.txt:
2933 * fast/forms/range/range-thumb-height-percentage-expected.txt:
2934 * fast/repaint/slider-thumb-float-expected.txt:
2935 * platform/efl/TestExpectations:
2936 * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
2937 * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
2938 * platform/efl/fast/forms/box-shadow-override-expected.txt:
2939 * platform/efl/fast/forms/input-appearance-height-expected.txt:
2940 * platform/efl/fast/forms/range/input-appearance-range-expected.png:
2941 * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
2942 * platform/efl/fast/forms/range/slider-padding-expected.txt:
2943 * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
2944 * platform/efl/fast/layers/video-layer-expected.txt:
2945 * platform/efl/fast/multicol/client-rects-expected.txt:
2946 * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
2947 * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
2948 * platform/efl/media/audio-controls-rendering-expected.txt:
2949 * platform/efl/media/audio-repaint-expected.txt:
2950 * platform/efl/media/controls-after-reload-expected.txt:
2951 * platform/efl/media/controls-strict-expected.txt:
2952 * platform/efl/media/controls-styling-expected.txt:
2953 * platform/efl/media/controls-styling-strict-expected.txt:
2954 * platform/efl/media/controls-without-preload-expected.txt:
2955 * platform/efl/media/media-controls-clone-expected.txt:
2956 * platform/efl/media/media-document-audio-repaint-expected.txt:
2957 * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
2958 * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
2959 * platform/efl/media/video-display-toggle-expected.txt:
2960 * platform/efl/media/video-empty-source-expected.txt:
2961 * platform/efl/media/video-no-audio-expected.txt:
2962 * platform/efl/media/video-zoom-controls-expected.txt:
2964 2012-11-13 Csaba Osztrogonác <ossy@webkit.org>
2966 [Qt] Enable Mutation observer
2967 https://bugs.webkit.org/show_bug.cgi?id=102066
2969 Reviewed by Pavel Feldman.
2971 * platform/qt/TestExpectations: Unskip now passing tests.
2973 2012-11-12 Mike Reed <reed@google.com>
2975 update expectations in advance of skia change for blurred rects
2976 https://bugs.webkit.org/show_bug.cgi?id=101982
2980 Unreviewed. Expectations change only
2982 * platform/chromium/TestExpectations:
2984 2012-11-13 Csaba Osztrogonác <ossy@webkit.org>
2986 [Qt] Unreviewed gardening, skip failing tests.
2988 * platform/qt/TestExpectations:
2990 2012-11-13 Mihnea Ovidenie <mihnea@adobe.com>
2992 [CSSRegions] Incorrect computed height for content with region-break-before
2993 https://bugs.webkit.org/show_bug.cgi?id=101862
2995 Reviewed by Julien Chaffraix.
2997 Add a test showing that when content having -webkit-region-break-before:always is flowed
2998 into a region chain with the first region being an auto-height region, the auto-height region
2999 has a computed height of 0 and the content is flowed into the second region in the chain.
3001 * fast/regions/autoheight-breakbefore-wrongheight-expected.txt: Added.
3002 * fast/regions/autoheight-breakbefore-wrongheight.html: Added.
3004 2012-11-12 Kent Tamura <tkent@chromium.org>
3006 Unable to set valid time value to input[type=time] with user interaction in some cases
3007 https://bugs.webkit.org/show_bug.cgi?id=102048
3009 Reviewed by Kentaro Hara.
3011 * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt: Added.
3012 * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html: Added.
3014 2012-11-13 Yury Semikhatsky <yurys@chromium.org>
3016 Memory instrumentation: MemoryBlock name should not include full path to the block
3017 https://bugs.webkit.org/show_bug.cgi?id=102055
3019 Reviewed by Pavel Feldman.
3021 Use Image instead of Page.Image as block identifier.
3023 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
3024 * inspector/profiler/memory-instrumentation-cached-images.html:
3025 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
3026 * inspector/profiler/memory-instrumentation-canvas.html:
3028 2012-11-13 Szilard Ledan <szledan@inf.u-szeged.hu>
3030 [Qt] Unreviewed Qt gardening.
3032 Update TestExpectations after r134345.
3034 * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
3036 2012-11-13 Balazs Kelemen <kbalazs@webkit.org>
3038 Unreviewed Qt gardening.
3040 Skip and rebase some tests, remove png's for reftests.
3042 * platform/qt-5.0-wk2/TestExpectations:
3043 * platform/qt-5.0-wk2/css2.1/20110323/margin-collapse-clear-016-expected.png: Added.
3044 * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-composite-source-atop-expected.png: Added.
3045 * platform/qt-5.0-wk2/css3/filters/custom/missing-custom-filter-shader-expected.png: Added.
3046 * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Removed.
3047 * platform/qt-5.0-wk2/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
3048 * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Removed.
3050 2012-11-13 Balazs Kelemen <kbalazs@webkit.org>
3052 Unreviewed Qt gardening.
3054 Amend my last commit, Ossy suggested we should not forget about
3055 past failures because of needed rebaseline.
3057 * platform/qt/TestExpectations:
3059 2012-11-13 Balazs Kelemen <kbalazs@webkit.org>
3061 Unreviewed Qt gardening.
3063 Cleanup TestExpectations to pass --lint-test-files.
3064 Removed some duplicated entries.
3066 * platform/qt-5.0-wk2/TestExpectations:
3067 * platform/qt/TestExpectations:
3069 2012-11-13 Pavel Feldman <pfeldman@chromium.org>
3071 Web Inspector: move indentation logic into TextEditorModel
3072 https://bugs.webkit.org/show_bug.cgi?id=101842
3074 Reviewed by Vsevolod Vlasov.
3076 * inspector/editor/indentation.html:
3078 2012-11-13 Takashi Sakamoto <tasak@google.com>
3080 Crash when replacing parts of text inputs with content: url(...)
3081 https://bugs.webkit.org/show_bug.cgi?id=101133
3083 Reviewed by Kent Tamura.
3085 * fast/forms/number/number-content-url-crash-expected.txt: Added.
3086 * fast/forms/number/number-content-url-crash.html: Added.
3087 * fast/forms/search/search-content-url-crash-expected.txt: Added.
3088 * fast/forms/search/search-content-url-crash.html: Added.
3090 2012-11-12 Shinya Kawanaka <shinyak@chromium.org>
3092 Changing id, className, or attribute should invalidate distribution
3093 https://bugs.webkit.org/show_bug.cgi?id=100738
3095 Reviewed by Dimitri Glazkov.
3097 We have test cases that id/class/attribute is changed, and thier reprojection cases.
3099 * fast/dom/shadow/distribution-attribute-modified-expected.html: Added.
3100 * fast/dom/shadow/distribution-attribute-modified.html: Added.
3101 * fast/dom/shadow/distribution-className-modified-expected.html: Added.
3102 * fast/dom/shadow/distribution-className-modified.html: Added.
3103 * fast/dom/shadow/distribution-id-modified-expected.html: Added.
3104 * fast/dom/shadow/distribution-id-modified.html: Added.
3105 * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added.
3106 * fast/dom/shadow/reprojection-attribute-modified.html: Added.
3107 * fast/dom/shadow/reprojection-className-modified-expected.html: Added.
3108 * fast/dom/shadow/reprojection-className-modified.html: Added.
3109 * fast/dom/shadow/reprojection-id-modified-expected.html: Added.
3110 * fast/dom/shadow/reprojection-id-modified.html: Added.
3112 2012-11-10 Dirk Schulze <krit@webkit.org>
3114 BasicShapes 'circle', 'rectangle', 'ellipse' should be animatable with themselves
3115 https://bugs.webkit.org/show_bug.cgi?id=101854
3117 Reviewed by Andreas Kling.
3119 Added an animtation test for -webkit-clip-path and tested the basic shapes.
3121 * animations/resources/animation-test-helpers.js:
3123 (basicShapeParametersMatch):
3125 (comparePropertyValue):
3126 * css3/masking/clip-path-animation-expected.txt: Added.
3127 * css3/masking/clip-path-animation.html: Added.
3129 2012-11-12 Erik Arvidsson <arv@chromium.org>
3131 Replace DOMException TYPE_MISMATCH_ERR with TypeError
3132 https://bugs.webkit.org/show_bug.cgi?id=101604
3134 Reviewed by Adam Barth.
3136 Update the tests to test for TypeError instead of DOMException with the TYPE_MISMATCH_ERR code.
3138 * canvas/philip/tests/2d.drawImage.null.html:
3139 * canvas/philip/tests/2d.imageData.put.null.html:
3140 * canvas/philip/tests/2d.pattern.image.null.html:
3141 * editing/selection/extend-expected.txt:
3142 * fast/dom/Geolocation/argument-types-expected.txt:
3143 * fast/dom/Geolocation/not-enough-arguments-expected.txt:
3144 * fast/dom/Geolocation/script-tests/argument-types.js:
3145 * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
3146 * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
3147 * fast/js/select-options-add-expected.txt:
3148 * fast/mediastream/RTCIceCandidate-expected.txt:
3149 * fast/mediastream/RTCPeerConnection-expected.txt:
3150 * fast/mediastream/RTCSessionDescription-expected.txt:
3151 * fast/mediastream/SessionDescription-expected.txt:
3152 * fast/mediastream/peerconnection-addstream-expected.txt:
3153 * fast/mediastream/peerconnection-iceoptions-expected.txt:
3154 * fast/mediastream/peerconnection-iceoptions.html:
3155 * fast/mediastream/peerconnection-removestream-expected.txt:
3156 * media/encrypted-media/encrypted-media-syntax.html:
3157 * media/video-test.js:
3158 * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
3159 * security/crypto-random-values-types-expected.txt:
3160 * svg/dom/SVGTransformList-expected.txt:
3162 2012-11-12 Joshua Bell <jsbell@chromium.org>
3164 IndexedDB: storage/indexeddb/cursor-prev-no-duplicate.html is flaky
3165 https://bugs.webkit.org/show_bug.cgi?id=101990
3167 Reviewed by Tony Chang.
3169 Race condition in test leads to flaky behavior. Refactor test to remove flake
3170 and clean up output.
3172 * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
3173 * storage/indexeddb/resources/cursor-prev-no-duplicate.js:
3174 (testFarRangeCursor_closed):
3175 (.trans.oncomplete):
3176 (.storeReq.onsuccess):
3179 2012-11-12 Hayato Ito <hayato@chromium.org>
3181 Unreviewed, gardening.
3183 Rebase after r134287.
3185 * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
3187 2012-11-12 David Grogan <dgrogan@chromium.org>
3189 IndexedDB: Convert some non-simple tests from setVersion to upgradeneeded
3190 https://bugs.webkit.org/show_bug.cgi?id=101959
3192 Reviewed by Tony Chang.
3194 Ongoing work to remove calls to setVersion from our tests before
3195 removing it from the IndexedDB API.
3197 * storage/indexeddb/create-and-remove-object-store-expected.txt:
3198 * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
3199 * storage/indexeddb/duplicates-expected.txt:
3200 * storage/indexeddb/resources/create-and-remove-object-store.js:
3201 Create and delete were running between open and setVersion, which no
3204 * storage/indexeddb/resources/database-deletepending-flag.js:
3205 Use optional object parameter instead of optional version parameter.
3207 * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
3208 This used to call delete just after issuing setVersion but before
3209 receiving the corresponding success event. Now it calls delete while
3210 in the upgradeneeded transaction, still causing the delete to be
3211 delayed by an in flight versionchange transaction.
3213 * storage/indexeddb/resources/duplicates.js:
3214 Call indexedDBTest twice to rerun the tests with a different
3217 * storage/indexeddb/resources/shared.js:
3218 Added a suffix option to support duplicates.js, switched to an
3219 optional object parameter.
3221 2012-11-12 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3223 [EFL] WebKit1 gardening.
3225 Mark fast/repaint/block-selection-gap-stale-cache.html and
3226 fast/repaint/block-selection-gap-stale-cache-2.html as image failures.
3228 * platform/efl-wk1/TestExpectations:
3230 2012-11-12 Dimitri Glazkov <dglazkov@chromium.org>
3232 [Chromium] Added more Hi-DPI wont-fixes.
3234 * platform/chromium/TestExpectations: Added wont-fixes.
3236 2012-11-11 Filip Pizlo <fpizlo@apple.com>
3238 DFG ArithMul overflow check elimination is too aggressive
3239 https://bugs.webkit.org/show_bug.cgi?id=101871
3241 Reviewed by Oliver Hunt.
3243 * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor-expected.txt: Added.
3244 * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor.html: Added.
3245 * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow-expected.txt: Added.
3246 * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow.html: Added.
3247 * fast/js/dfg-mul-big-integer-with-small-integer-expected.txt: Added.
3248 * fast/js/dfg-mul-big-integer-with-small-integer.html: Added.
3249 * fast/js/dfg-mul-big-integers-expected.txt: Added.
3250 * fast/js/dfg-mul-big-integers.html: Added.
3251 * fast/js/jsc-test-list:
3252 * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-bitor.js: Added.
3254 * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-detect-overflow.js: Added.
3256 * fast/js/script-tests/dfg-mul-big-integer-with-small-integer.js: Added.
3258 * fast/js/script-tests/dfg-mul-big-integers.js: Added.
3261 2012-11-12 Dimitri Glazkov <dglazkov@chromium.org>
3263 [Chromium] Updated expectations for calendar-picker.
3265 * platform/chromium/TestExpectations: Updated expectations.
3267 2012-11-12 Dimitri Glazkov <dglazkov@chromium.org>
3269 Marked transforms/3d/point-mapping tests as flakey.
3270 https://bugs.webkit.org/show_bug.cgi?id=101988
3272 * platform/chromium/TestExpectations: Added Expectations.
3274 2012-11-12 Dimitri Glazkov <dglazkov@chromium.org>
3276 [Chromium] Added expectations for platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html
3277 https://bugs.webkit.org/show_bug.cgi?id=101986
3279 * platform/chromium/TestExpectations: Added expectations.
3281 2012-11-12 Dimitri Glazkov <dglazkov@chromium.org>
3283 [Chromium] WonFixed hi-DPI related tests.
3284 https://bugs.webkit.org/show_bug.cgi?id=90022
3286 * platform/chromium/TestExpectations: Added expectations.
3288 2012-11-12 Ian Vollick <vollick@chromium.org>
3290 Unreviewed, update chromium-mac baselines.
3292 * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
3293 * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
3294 * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
3296 2012-11-12 Dirk Pranke <dpranke@chromium.org>
3298 Unreviewed, update chromium-mac-lion baselines after r134279.
3300 * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png: Added.
3301 * platform/chromium-mac-lion/fast/repaint/inline-outline-repaint-expected.png: Added.
3302 * platform/chromium-mac-lion/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added.
3303 * platform/chromium-mac-lion/fast/repaint/selection-after-delete-expected.png: Added.
3304 * platform/chromium-mac-lion/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
3305 * platform/chromium-mac-lion/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
3306 * platform/chromium-mac-lion/svg/custom/hit-test-with-br-expected.png: Added.
3308 2012-11-12 Dimitri Glazkov <dglazkov@chromium.org>
3310 [Chromium] Update expectations for calendar-picker tests..
3311 https://bugs.webkit.org/show_bug.cgi?id=101561
3313 * platform/chromium/TestExpectations: Updated expectations.
3315 2012-11-12 Dirk Pranke <dpranke@chromium.org>
3317 Unreviewd, update chromium-mac-mountainlion expectations for a few tests.
3319 * platform/chromium/TestExpectations:
3321 2012-11-12 Ian Vollick <vollick@chromium.org>
3323 Layout Test compositing/repaint/invalidations-on-composited-layers.html is failing/flaky
3324 https://bugs.webkit.org/show_bug.cgi?id=101219
3326 Reviewed by James Robinson.
3328 Force a style recalc before starting repaint tracking.
3330 * compositing/repaint/invalidations-on-composited-layers-expected.txt:
3331 * compositing/repaint/invalidations-on-composited-layers.html:
3332 * platform/chromium/TestExpectations:
3333 * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
3335 2012-11-12 Dirk Pranke <dpranke@chromium.org>
3337 Unreviewed, update chromium-mac-mountainlion baselines.
3339 * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
3340 * platform/chromium-mac/fast/repaint/inline-outline-repaint-expected.png:
3341 * platform/chromium-mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
3342 * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png:
3343 * platform/chromium-mac/svg/custom/foreignObject-crash-on-hover-expected.png:
3344 * platform/chromium-mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
3345 * platform/chromium-mac/svg/custom/hit-test-with-br-expected.png:
3347 2012-11-12 Dirk Pranke <dpranke@chromium.org>
3349 remove the chromium-mac-mountainlion TestExpectations file
3350 https://bugs.webkit.org/show_bug.cgi?id=101789
3352 Reviewed by Ojan Vafai.
3354 Nearly all of the tests have been updated for 10.8 and the remaining
3355 failures have been merged into the main TestExpectations file. We
3356 don't need this hook any more.
3358 * platform/chromium-mac-mountainlion/TestExpectations: Removed.
3360 2012-11-12 Arpita Bahuguna <arpitabahuguna@gmail.com>
3362 Specified width CSS tables should not include border and padding as part of that width.
3363 https://bugs.webkit.org/show_bug.cgi?id=77028
3365 Reviewed by Julien Chaffraix.
3367 * fast/table/css-table-width-with-border-padding-expected.html: Added.
3368 * fast/table/css-table-width-with-border-padding.html: Added.
3369 Test added for verifying that for specified width css tables, border
3370 and padding are not considered as part of the specified table width.
3372 The test also verifies the width values for the different box-sizing
3373 properties viz, content-box, border-box and padding-box.
3375 Out of these padding-box is currently not supported even though
3376 the test verifies against this property as well.
3377 The expected width values added for padding-box are thus incorrect
3378 and should be lesser by 100px (padding value).
3380 * fast/table/min-width-css-block-table-expected.txt:
3381 * fast/table/min-width-css-inline-table-expected.txt:
3382 * fast/table/script-tests/min-width-helpers.js:
3383 Existing test values changed for CSS tables that have percent width
3384 specified since for both these tests, border and padding has been
3385 specified for all the tables.
3387 As a result of this fix, the specified table width shall no longer
3388 include the border and padding values thereby increasing our table
3389 width size by exactly 30px (the value of border and padding in these
3391 The new values for percent width css tables now match those for FF
3394 2012-11-12 David Grogan <dgrogan@chromium.org>
3396 IndexedDB: convert tests from setVersion to upgradeneeded
3397 https://bugs.webkit.org/show_bug.cgi?id=101676
3399 Reviewed by Tony Chang.
3401 A la bug 92037, add a function to shared.js that sets up the database
3402 for tests where opening and versioning isn't the focus.
3404 * storage/indexeddb/create-object-store-options-expected.txt:
3405 * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
3406 * storage/indexeddb/createObjectStore-null-name-expected.txt:
3407 ...many tests and expected files...
3409 * storage/indexeddb/resources/shared.js:
3410 The new utility function indexedDBTest lives here.
3412 * storage/indexeddb/values-odd-types-expected.txt:
3414 2012-11-12 Tommy Widenflycht <tommyw@google.com>
3416 MediaStream API: Make sure that MediaConstraints only has optional and mandatory at the top level
3417 https://bugs.webkit.org/show_bug.cgi?id=101733
3419 Reviewed by Jochen Eisinger.
3421 This patch adds more tests for MediaConstraints.
3423 * fast/mediastream/RTCPeerConnection-expected.txt:
3424 * fast/mediastream/RTCPeerConnection.html:
3426 2012-11-12 Allan Sandfeld Jensen <allan.jensen@digia.com>
3428 [Qt] Support ResourceRequest's setTimeoutInterval
3429 https://bugs.webkit.org/show_bug.cgi?id=101731
3431 Reviewed by Simon Hausmann.
3433 Unskip now passing XHR timeout tests.
3435 * platform/qt/TestExpectations:
3437 2012-11-12 Vsevolod Vlasov <vsevik@chromium.org>
3439 Layout Test inspector/debugger/dynamic-scripts.html is flaky
3440 https://bugs.webkit.org/show_bug.cgi?id=99338
3442 Unreviewed inspector tests flakiness fix.
3444 * http/tests/inspector-enabled/dynamic-scripts.html:
3445 * inspector/debugger/dynamic-scripts.html:
3446 * platform/chromium/TestExpectations:
3448 2012-11-12 János Badics <jbadics@inf.u-szeged.hu>
3450 [Qt] REGRESSION(r134205): gardening. Skipped 2 failing reftests.
3451 https://bugs.webkit.org/show_bug.cgi?id=101933
3453 Reviewed by Csaba Osztrogonác.
3455 * platform/qt/TestExpectations:
3457 2012-11-12 Tommy Widenflycht <tommyw@google.com>
3459 Remove the V8 custom code for WebSockets constructor
3460 https://bugs.webkit.org/show_bug.cgi?id=100801
3462 Reviewed by Kentaro Hara.
3464 Added test for null argument to WebSocket(url).
3466 * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
3467 * http/tests/websocket/tests/hybi/url-parsing.html:
3468 * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
3469 * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
3470 * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
3472 2012-11-12 Balazs Kelemen <kbalazs@webkit.org>
3474 [Qt] Pixel tests need rebaseline
3475 https://bugs.webkit.org/show_bug.cgi?id=99323
3477 Unreviewed gardening.
3479 Fix my previous gardening commit: s/-actual.png/-expected.png
3481 * platform/qt/css3/filters/effect-reference-ordering-hw-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/effect-reference-ordering-hw-actual.png.
3482 * platform/qt/fast/images/png-suite/test-expected.png: Renamed from LayoutTests/platform/qt/fast/images/png-suite/test-actual.png.
3483 * platform/qt/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Renamed from LayoutTests/platform/qt/svg/as-image/image-respects-pageScaleFactor-change-actual.png.
3484 * platform/qt/svg/as-object/embedded-svg-size-changes-expected.png: Renamed from LayoutTests/platform/qt/svg/as-object/embedded-svg-size-changes-actual.png.
3485 * platform/qt/svg/as-object/nested-embedded-svg-size-changes-expected.png: Renamed from LayoutTests/platform/qt/svg/as-object/nested-embedded-svg-size-changes-actual.png.
3486 * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-actual.png.
3487 * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-actual.png.
3488 * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-actual.png.
3489 * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-actual.png.
3490 * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-actual.png.
3491 * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-actual.png.
3492 * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-actual.png.
3493 * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-actual.png.
3494 * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-actual.png.
3495 * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-actual.png.
3496 * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-actual.png.
3497 * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-actual.png.
3498 * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-actual.png.
3499 * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-actual.png.
3500 * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-actual.png.
3501 * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-actual.png.
3502 * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png.
3503 * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png.
3504 * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-actual.png.
3505 * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-actual.png.
3506 * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-actual.png.
3507 * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-actual.png.
3508 * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-actual.png.
3509 * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-actual.png.
3510 * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-actual.png.
3511 * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-actual.png.
3512 * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-actual.png.
3513 * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-actual.png.
3514 * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-actual.png.
3515 * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-actual.png.
3516 * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-actual.png.
3517 * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-actual.png.
3518 * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png.
3519 * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png.
3520 * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png.
3521 * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png.
3522 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-actual.png.
3523 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-actual.png.
3524 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-actual.png.
3525 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-actual.png.
3526 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-actual.png.
3527 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-actual.png.
3528 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-actual.png.
3529 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-actual.png.
3530 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-actual.png.
3531 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-actual.png.
3532 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-actual.png.
3533 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-actual.png.
3534 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-actual.png.
3535 * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-actual.png.
3536 * platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-actual.png.
3537 * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png.
3538 * platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-actual.png.
3539 * platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-actual.png.
3540 * platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-actual.png.
3541 * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-actual.png.
3542 * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png.
3543 * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-actual.png.
3544 * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-actual.png.
3545 * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-actual.png.
3546 * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png.
3547 * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png.
3548 * platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-actual.png.
3549 * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-actual.png.
3550 * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-actual.png.
3551 * platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-actual.png.
3552 * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png.
3553 * platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-actual.png.
3554 * platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-actual.png.
3555 * platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-actual.png.
3556 * platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-actual.png.
3557 * platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-actual.png.
3558 * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-actual.png.
3559 * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-actual.png.
3560 * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-actual.png.
3561 * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png.
3562 * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-actual.png.
3563 * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-actual.png.
3564 * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-actual.png.
3565 * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-actual.png.
3566 * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-actual.png.
3567 * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-actual.png.
3568 * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-actual.png.
3569 * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png.
3570 * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-actual.png.
3571 * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-actual.png.
3572 * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png.
3573 * platform/qt/svg/filters/subRegion-one-effect-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-one-effect-actual.png.
3574 * platform/qt/svg/filters/subRegion-two-effects-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-two-effects-actual.png.
3576 2012-11-12 Csaba Osztrogonác <ossy@webkit.org>
3578 [Qt] Unreviewed gardening, skip a new crashing test.
3580 * platform/qt/TestExpectations:
3582 2012-11-12 Eugene Klyuchnikov <eustas.bug@gmail.com>
3584 Web Inspector: Timeline: fix test expectations
3585 https://bugs.webkit.org/show_bug.cgi?id=101737
3587 Reviewed by Yury Semikhatsky.
3589 The expected order of timeline records of specific types
3590 have been changed: https://bugs.webkit.org/show_bug.cgi?id=101544
3592 This change fixes test expectations.
3593 Also removed expectation that test can fail.
3595 * inspector/timeline/timeline-receive-response-event-expected.txt:
3596 * platform/chromium/TestExpectations: Removed "fail" expectation.
3598 2012-11-12 János Badics <jbadics@inf.u-szeged.hu>
3600 [Qt] Gardening after 134099 and 134100. Skipped two tests because layoutTestController
3601 needs implementation of setBackingScaleFactor().
3603 Reviewed by Csaba Osztrogonác.
3605 * platform/qt/TestExpectations:
3607 2012-11-12 Keishi Hattori <keishi@webkit.org>
3609 Add tests for month picker
3610 https://bugs.webkit.org/show_bug.cgi?id=101556
3612 Reviewed by Kent Tamura.
3614 Adding tests for month picker.
3616 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
3617 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
3618 * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
3619 * platform/chromium/TestExpectations: Marking appearance tests as needs rebaseline.
3620 * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.txt: Added.
3621 * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.txt: Added.
3622 * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step.html: Added.
3623 * platform/chromium/fast/forms/calendar-picker/month-picker-appearance.html: Added.
3624 * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
3625 * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html: Added.
3626 * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt: Added.
3627 * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html: Added.
3628 * platform/chromium/fast/forms/calendar-picker/month-picker-with-step-expected.txt: Added.
3629 * platform/chromium/fast/forms/calendar-picker/month-picker-with-step.html: Added.
3630 * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
3631 (selectedMonth): Returns ISO string for selected month.
3633 2012-11-12 Tommy Widenflycht <tommyw@google.com>
3635 MediaStream API: Schedule the RTCDataChannel events to be triggered at idle state
3636 https://bugs.webkit.org/show_bug.cgi?id=101751
3638 Reviewed by Adam Barth.
3640 Adding shouldNotTrow to the send() calls.
3642 * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
3643 * fast/mediastream/RTCPeerConnection-datachannel.html:
3645 2012-11-12 Mihnea Ovidenie <mihnea@adobe.com>
3647 [CSSRegions]Add support for text-shadow in region styling
3648 https://bugs.webkit.org/show_bug.cgi?id=94472
3650 Reviewed by David Hyatt.
3652 Original patch by Andrei Onea.
3653 Added tests for region styling using the text-shadow property.
3655 * fast/regions/region-style-text-shadow-expected.html: Added.
3656 * fast/regions/region-style-text-shadow.html: Added.
3658 2012-11-12 Pavel Feldman <pfeldman@chromium.org>
3660 Web Inspector: wasShown is called twice when show() is called from within wasShown
3661 https://bugs.webkit.org/show_bug.cgi?id=101858
3663 Reviewed by Vsevolod Vlasov.
3665 * inspector/view-events-expected.txt:
3666 * inspector/view-events.html:
3668 2012-11-12 Mihnea Ovidenie <mihnea@adobe.com>
3670 [CSSRegions] region-style-inline-background-color.html failing on MountainLion/Chromium
3671 https://bugs.webkit.org/show_bug.cgi?id=101897
3673 Unreviewed, disable the test on Mac/Chromium until we figure out the cause of failure.
3675 * platform/chromium/TestExpectations:
3676 * platform/mac/TestExpectations:
3678 2012-11-12 Shinya Kawanaka <shinyak@chromium.org>
3680 Don't update style when attaching in HTMLMeterElement
3681 https://bugs.webkit.org/show_bug.cgi?id=101714
3683 Reviewed by Hajime Morita.
3685 * fast/dom/HTMLMeterElement/meter-bar-set-value-expected.html: Added.
3686 * fast/dom/HTMLMeterElement/meter-bar-set-value.html: Added.
3688 2012-11-11 Michael Pruett <michael@68k.org>
3690 Fix assertion failure in JSObject::tryGetIndexQuickly()
3691 https://bugs.webkit.org/show_bug.cgi?id=101869
3693 Reviewed by Filip Pizlo.
3695 Add test case for an assertion failure triggered when constructing
3696 a Blob with a sparse array.
3698 * fast/constructors/blob-sparse-array-assertion-failure.html: Added.
3700 2012-11-09 Ryosuke Niwa <rniwa@webkit.org>
3702 Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840.
3703 https://bugs.webkit.org/show_bug.cgi?id=101547
3705 Reviewed by Simon Fraser.
3707 Remove Chromium test expectations as these tests now pass.
3709 * platform/chromium/TestExpectations:
3711 2012-11-11 Dongwoo Joshua Im <dw.im@samsung.com>
3713 [CSS3] Parsing the property, text-align-last.
3714 https://bugs.webkit.org/show_bug.cgi?id=99439
3716 Reviewed by Julien Chaffraix.
3718 This patch implements the parsing side of the "text-align-last" property specified
3719 in CSS3 working draft, with "-webkit-" prefix, under ENABLE_CSS3_TEXT flag.
3720 Specification link : http://www.w3.org/TR/css3-text/#text-align-last
3722 * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html: Added.
3723 * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html: Added.
3724 * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last-inherited.js: Added.
3725 (testComputedStyle):
3726 * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last.js: Added.
3728 (testComputedStyle):
3729 * platform/chromium/TestExpectations:
3730 * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt: Added.
3731 * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt: Added.
3732 * platform/mac/TestExpectations:
3733 * platform/qt-4.8/TestExpectations:
3734 * platform/qt-mac/TestExpectations:
3735 * platform/qt/TestExpectations:
3737 2012-11-11 Keishi Hattori <keishi@webkit.org>
3739 Rebaseline month/week appearance tests
3740 https://bugs.webkit.org/show_bug.cgi?id=101561
3744 Rebaselining month/week appearance tests.
3746 * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
3747 * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
3748 * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png:
3749 * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
3750 * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png:
3751 * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
3752 * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png:
3753 * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
3754 * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png:
3755 * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
3756 * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
3757 * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png:
3758 * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
3759 * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png:
3760 * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
3761 * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png:
3762 * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
3763 * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png:
3764 * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
3765 * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
3766 * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png:
3767 * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
3768 * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png:
3769 * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
3770 * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png:
3771 * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
3772 * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png:
3773 * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
3774 * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
3775 * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png:
3776 * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
3777 * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png:
3778 * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
3779 * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png:
3780 * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
3781 * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png:
3782 * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
3783 * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
3784 * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
3785 * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png:
3786 * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
3787 * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png:
3788 * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
3789 * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png:
3790 * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
3791 * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png:
3792 * platform/chromium/TestExpectations:
3794 2012-11-11 Shinya Kawanaka <shinyak@chromium.org>
3796 [Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors.
3797 https://bugs.webkit.org/show_bug.cgi?id=101180
3799 Reviewed by Dimitri Glazkov.
3801 * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt: Added.
3802 * fast/dom/shadow/shadow-select-attribute-featureset.html: Added.
3804 2012-11-11 Sheriff Bot <webkit.review.bot@gmail.com>
3806 Unreviewed, rolling out r134144.
3807 http://trac.webkit.org/changeset/134144
3808 https://bugs.webkit.org/show_bug.cgi?id=101876
3810 seems to break win 7 chromium browser test (Requested by
3813 * fast/events/mouse-cursor-expected.txt: Removed.
3814 * fast/events/mouse-cursor.html: Removed.
3816 2012-11-11 Kent Tamura <tkent@chromium.org>
3818 Internals: MockPagePopup should not update DOM structure during detach()
3819 https://bugs.webkit.org/show_bug.cgi?id=101710
3821 Reviewed by Hajime Morita.
3823 Update tests because page popup closing becomes asynchronous.
3825 * fast/forms/resources/picker-common.js:
3826 (waitUntilClosing): Added. Helper to wait until a page popup closing.
3827 * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
3828 * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
3829 * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
3830 * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html:
3831 * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
3832 * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
3833 * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
3834 * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
3835 * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
3836 * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html:
3837 * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
3838 * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
3840 2012-11-11 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3842 [WK2] Mark fast/repaint/body-background-image.html as flaky.
3844 * platform/wk2/TestExpectations:
3846 2012-11-11 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3848 [EFL] Unreviewed gardening.
3850 Replace the pixel expectation for
3851 fast/repaint/body-background-image.html with the one generated by the
3852 WK1 port, since WK2 fails to render it properly at times (see bug
3855 * platform/efl/fast/repaint/body-background-image-expected.png:
3857 2012-11-10 Mike West <mkwst@chromium.org>
3859 Web Inspector: Multiple '%c' formatting options should all have effect.
3860 https://bugs.webkit.org/show_bug.cgi?id=101495
3862 Reviewed by Pavel Feldman.
3864 * http/tests/inspector/console-test.js:
3865 (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
3866 We're no longer putting the style directly on the message's
3867 parent, but instead on each section of the message in order to
3868 support multiple styles.
3869 * inspector/console/console-format-style-expected.txt:
3870 * inspector/console/console-format-style-whitelist-expected.txt:
3871 * inspector/console/console-format-style.html:
3873 2012-11-10 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
3875 [css] text-decoration:none no longer valid
3876 https://bugs.webkit.org/show_bug.cgi?id=101529
3878 Reviewed by Ojan Vafai.
3880 The getComputedStyle layout tests for 'text-decoration' and
3881 '-webkit-text-decoration-line' CSS properties are updated with the correct
3882 results for the 'none' value.
3884 * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt:
3885 * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js:
3886 * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt:
3887 * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js:
3888 * inspector/console/console-format-style-whitelist-expected.txt:
3890 2012-11-10 Noel Gordon <noel.gordon@gmail.com>
3892 [chromium] Unreviewed. Rebaseline fast/images/color-jpeg-with-color-profile.html on Win.
3894 * platform/chromium-win/fast/images/color-jpeg-with-color-profile-expected.png: Rebaseline.
3895 * platform/chromium/TestExpectations:
3897 2012-11-09 Ojan Vafai <ojan@chromium.org>
3899 Should only fire a single set of mouse events and update hover state once when scrolling is done
3900 https://bugs.webkit.org/show_bug.cgi?id=99940
3902 Reviewed by Levi Weintraub.
3904 Tests basic throttling. I couldn't think of a good way to test changing
3905 the delay that wouldn't make for a test that takes minutes to run.
3907 * fast/scrolling/fake-mouse-event-throttling-expected.txt: Added.
3908 * fast/scrolling/fake-mouse-event-throttling.html: Added.
3910 2012-11-09 Rick Byers <rbyers@chromium.org>
3912 [chromium] Move to USE(LAZY_NATIVE_CURSOR)
3913 https://bugs.webkit.org/show_bug.cgi?id=101501
3915 Reviewed by Adam Barth.
3917 Remove failure expectation for fast/events/mouse-cursor.html now that
3918 chromium uses the same cursor architecture as other ports.
3920 * platform/chromium/TestExpectations:
3922 2012-11-09 Rick Byers <rbyers@chromium.org>
3924 No tests for changing mouse cursors
3925 https://bugs.webkit.org/show_bug.cgi?id=100550
3927 Reviewed by Adam Barth.
3929 Add a simple test covering the basic scenarios of changing a mouse
3930 cursor with CSS. This includes most of the cases currently covered
3931 by ManualTests/*cursor*.
3933 * fast/events/mouse-cursor-expected.txt: Added.
3934 * fast/events/mouse-cursor.html: Added.
3935 * platform/chromium/TestExpectations: Add failure expectation.
3937 2012-11-09 Noel Gordon <noel.gordon@gmail.com>
3939 [chromium] Should pass fast/images/paletted-png-with-color-profile.html
3940 https://bugs.webkit.org/show_bug.cgi?id=101551
3942 Reviewed by Adam Barth.
3944 Update fast/images/paletted-png-with-color-profile.html image results for
3945 Mac and Win (Chromium Android and Linux don't support color profiles).
3947 * platform/chromium-mac/fast/images/paletted-png-with-color-profile-expected.png: Added.
3948 * platform/chromium-win/fast/images/paletted-png-with-color-profile-expected.png: Added.
3949 * platform/chromium/TestExpectations:
3951 2012-11-09 Joshua Bell <jsbell@chromium.org>
3953 [Chromium] Unreviewed gardening. One more baseline following 134112.
3955 * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
3957 2012-11-09 Tien-Ren Chen <trchen@chromium.org>
3959 Correct hit-test point scaling for document.elementFromPoint
3960 https://bugs.webkit.org/show_bug.cgi?id=101798
3962 Reviewed by Adam Barth.
3964 The hit-test point come from user JavaScript is in the document coordinate.
3965 Convert to the frame coordinate with correct scale factor for hit test.
3967 * fast/dom/elementFromPoint-scaled-scrolled-expected.txt: Added.
3968 * fast/dom/elementFromPoint-scaled-scrolled.html: Added.
3970 2012-11-09 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3972 [EFL] More gardening.
3974 media/video-seek-past-end-playing.html is still flaky on WK2, skip
3975 it on both WK1 and WK2.
3977 * platform/efl-wk1/TestExpectations:
3978 * platform/efl/TestExpectations:
3980 2012-11-09 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3982 [EFL] Unreviewed gardening.
3984 Skip fast/canvas/canvas-resize-reset-pixelRatio.html since
3985 HIGH_DPI_CANVAS is disabled by default.
3987 * platform/efl/TestExpectations:
3989 2012-11-09 Tien-Ren Chen <trchen@chromium.org>
3991 Correct scroll adjustment for touchEvent.clientX/clientY
3992 https://bugs.webkit.org/show_bug.cgi?id=101800
3994 Reviewed by Adam Barth.
3996 FrameView::scrollX/scrollY returns scroll offset in (scaled) frame coordinate.
3997 Convert to document coordinate before passing to JavaScript.
3999 * fast/events/touch/touch-scaled-scrolled-expected.txt: Added.
4000 * fast/events/touch/touch-scaled-scrolled.html: Added.
4002 2012-11-09 Alexandru Chiculita <achicu@adobe.com>
4004 [Texmap][CSS Shaders] Enable CSS Shaders in TextureMapperGL
4005 https://bugs.webkit.org/show_bug.cgi?id=98990
4007 Reviewed by Noam Rosenthal.