[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / ChangeLog
1 2012-05-30  Emil A Eklund  <eae@chromium.org>
2
3         Unreviewed test expectations updates for window and mac now that we no longer skip a couple of tests on those platforms.
4
5         * platform/chromium-mac-leopard/fast/backgrounds/background-position-parsing-expected.png:
6         * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.png:
7         * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.txt:
8         * platform/chromium-win/fast/block/margin-collapse/103-expected.png:
9         * platform/chromium-win/fast/block/margin-collapse/103-expected.txt:
10
11 2012-05-30  Dan Bernstein  <mitz@apple.com>
12
13         [Qt] REGRESSION(r118568): It broke fast/forms/textarea-maxlength.html on Qt 4.8
14         https://bugs.webkit.org/show_bug.cgi?id=87740
15
16         Reviewed by Darin Adler.
17
18         * platform/qt-4.8/Skipped: Removed fast/forms/textarea-maxlength.html.
19
20 2012-05-30  Raphael Kubo da Costa  <rakuco@webkit.org>
21
22         [EFL] Gardening. Unskip test that is now passing.
23
24         * platform/efl/test_expectations.txt:
25
26 2012-05-30  Emil A Eklund  <eae@chromium.org>
27
28         Unreviewed chromium snowleopard rebaseline for background-position-parsing test following r118978.
29
30         * platform/chromium-mac-snowleopard/fast/backgrounds/background-position-parsing-expected.png:
31
32 2012-05-30  Alec Flett  <alecflett@chromium.org>
33
34         IndexedDB: Implement IDBTransaction.error and IDBRequest.error
35         https://bugs.webkit.org/show_bug.cgi?id=87865
36
37         Reviewed by Tony Chang.
38
39         * storage/indexeddb/basics-expected.txt:
40         * storage/indexeddb/basics-workers-expected.txt:
41         * storage/indexeddb/create-and-remove-object-store-expected.txt:
42         * storage/indexeddb/cursor-continue-expected.txt:
43         * storage/indexeddb/cursor-update-expected.txt:
44         * storage/indexeddb/database-basics-expected.txt:
45         * storage/indexeddb/deleteIndex-expected.txt:
46         * storage/indexeddb/factory-cmp-expected.txt:
47         * storage/indexeddb/get-keyrange-expected.txt:
48         * storage/indexeddb/index-basics-expected.txt:
49         * storage/indexeddb/index-basics-workers-expected.txt:
50         * storage/indexeddb/index-count-expected.txt:
51         * storage/indexeddb/index-unique-expected.txt:
52         * storage/indexeddb/invalid-keys-expected.txt:
53         * storage/indexeddb/key-generator-expected.txt:
54         * storage/indexeddb/key-type-array-expected.txt:
55         * storage/indexeddb/keypath-edges-expected.txt:
56         * storage/indexeddb/keyrange-expected.txt:
57         * storage/indexeddb/objectstore-autoincrement-expected.txt:
58         * storage/indexeddb/objectstore-basics-expected.txt:
59         * storage/indexeddb/objectstore-basics-workers-expected.txt:
60         * storage/indexeddb/objectstore-count-expected.txt:
61         * storage/indexeddb/open-cursor-expected.txt:
62         * storage/indexeddb/readonly-expected.txt:
63         * storage/indexeddb/resources/basics.js:
64         (test):
65         (openCallback):
66         * storage/indexeddb/resources/create-and-remove-object-store.js:
67         (testCreateAndRemove):
68         (cleanDatabase):
69         (tryOnceMore):
70         * storage/indexeddb/resources/cursor-continue.js:
71         (ascendingErrorTestLessThan.request.onsuccess):
72         (ascendingErrorTestLessThan):
73         (ascendingErrorTestEqual.request.onsuccess):
74         (ascendingErrorTestEqual):
75         (descendingErrorTestGreaterThan.request.onsuccess):
76         (descendingErrorTestGreaterThan):
77         (descendingErrorTestEqual.request.onsuccess):
78         (descendingErrorTestEqual):
79         (onTransactionComplete):
80         * storage/indexeddb/resources/cursor-update.js:
81         (keyCursor):
82         * storage/indexeddb/resources/database-basics.js:
83         (testClose):
84         * storage/indexeddb/resources/database-quota.js:
85         (logError):
86         * storage/indexeddb/resources/deleteIndex.js:
87         (twiddleIndexes):
88         (postTwiddling):
89         * storage/indexeddb/resources/factory-cmp.js:
90         (testValidKeys):
91         (testInvalidKeys):
92         * storage/indexeddb/resources/get-keyrange.js:
93         (getNullTest):
94         * storage/indexeddb/resources/index-basics.js:
95         (index3Count):
96         * storage/indexeddb/resources/index-count.js:
97         * storage/indexeddb/resources/index-unique.js:
98         (addMoreDataFailed):
99         * storage/indexeddb/resources/invalid-keys.js:
100         * storage/indexeddb/resources/key-generator.js:
101         * storage/indexeddb/resources/key-type-array.js:
102         (testDepthLimits):
103         * storage/indexeddb/resources/keypath-edges.js:
104         * storage/indexeddb/resources/keyrange.js:
105         (test):
106         * storage/indexeddb/resources/objectstore-autoincrement.js:
107         (getAbrahamSuccess):
108         * storage/indexeddb/resources/objectstore-basics.js:
109         (setVersionSuccess):
110         (createIndex):
111         (addAgainFailure):
112         (removeSuccessButNotThere):
113         (testPreConditions.request.onsuccess):
114         (testPreConditions):
115         * storage/indexeddb/resources/objectstore-count.js:
116         * storage/indexeddb/resources/open-cursor.js:
117         (cursorWithKeySuccess):
118         (cursorSuccess):
119         * storage/indexeddb/resources/readonly.js:
120         (openSuccess):
121         * storage/indexeddb/resources/set_version_queue.js:
122         (connectionError):
123         * storage/indexeddb/resources/shared.js:
124         (unexpectedErrorCallback):
125         (evalAndExpectException):
126         * storage/indexeddb/resources/transaction-abort-workers.js:
127         (transactionAborted):
128         (transactionCompleted):
129         (timeoutTest.transaction.onabort):
130         (timeoutTest):
131         (errorTransactionAborted):
132         * storage/indexeddb/resources/transaction-abort.js:
133         (firstAdd):
134         (secondAdd):
135         (transactionAborted):
136         * storage/indexeddb/resources/transaction-after-close.js:
137         (firstTransactionComplete):
138         * storage/indexeddb/resources/transaction-and-objectstore-calls.js:
139         (created):
140         (afterComplete):
141         * storage/indexeddb/resources/transaction-basics.js:
142         (testInactiveAbortedTransaction):
143         (testInactiveCompletedTransaction):
144         (testInvalidMode):
145         * storage/indexeddb/resources/transaction-read-only.js:
146         (setVersionDone):
147         (gotCursor):
148         * storage/indexeddb/set_version_queue-expected.txt:
149         * storage/indexeddb/transaction-abort-expected.txt:
150         * storage/indexeddb/transaction-abort-workers-expected.txt:
151         * storage/indexeddb/transaction-after-close-expected.txt:
152         * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
153         * storage/indexeddb/transaction-basics-expected.txt:
154         * storage/indexeddb/transaction-read-only-expected.txt:
155
156 2012-05-30  Emil A Eklund  <eae@chromium.org>
157
158         Unreviewed chromium mac rebaseline for changes in r118978.
159
160         * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.png:
161         * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.txt:
162         * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
163         * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
164         * platform/chromium/test_expectations.txt:
165
166 2012-05-30  Emil A Eklund  <eae@chromium.org>
167
168         Floats wraps incorrectly when top edge has subpixel precision
169         https://bugs.webkit.org/show_bug.cgi?id=87688
170
171         Reviewed by Levi Weintraub.
172         
173         When computing the logical left and right offsets for a float we
174         incorrectly floored the logical top when passing it to the float search
175         adapter. This caused it to return incorrect values where the floored and
176         pixel snapped values are not the same.
177
178         * fast/sub-pixel/float-wrap-with-subpixel-top-expected.html: Added.
179         * fast/sub-pixel/float-wrap-with-subpixel-top.html: Added.
180         * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.png:
181         * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.txt:
182         * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
183         * platform/chromium/test_expectations.txt:
184         * platform/efl/Skipped:
185         * platform/gtk-wk2/Skipped:
186         * platform/mac-lion/Skipped:
187         * platform/mac-snowleopard/Skipped:
188         * platform/mac-wk2/Skipped:
189         * platform/mac/Skipped:
190         * platform/qt-4.8/Skipped:
191         * platform/qt/Skipped:
192         * platform/win-wk2/Skipped:
193         * platform/win-xp/Skipped:
194         * platform/win/Skipped:
195         * platform/wincairo/Skipped:
196         * platform/wk2/Skipped:
197
198 2012-05-30  Christophe Dumez  <christophe.dumez@intel.com>
199
200         [EFL] EFL's DRT should print the number of MessagePorts for new each new intent
201         https://bugs.webkit.org/show_bug.cgi?id=86841
202
203         Reviewed by Adam Barth.
204
205         Unskip the test case which requires the DumpRenderTree to print out
206         the number of MessagePorts for each new intent.
207
208         * platform/efl/test_expectations.txt:
209
210 2012-05-30  Emil A Eklund  <eae@chromium.org>
211
212         Inline blocks with margin wrap incorrectly with subpixel layout turned on
213         https://bugs.webkit.org/show_bug.cgi?id=87897
214
215         Reviewed by Levi Weintraub.
216
217         Add test for inline blocks with a subpixel margin. Marked as skipped on
218         all platforms but chromium as subpixel layout has not yet been enabled
219         for any other platform.
220
221         * fast/sub-pixel/inline-block-with-margin-expected.html: Added.
222         * fast/sub-pixel/inline-block-with-margin.html: Added.
223         * platform/efl/Skipped:
224         * platform/gtk-wk2/Skipped:
225         * platform/mac-lion/Skipped:
226         * platform/mac-snowleopard/Skipped:
227         * platform/mac-wk2/Skipped:
228         * platform/mac/Skipped:
229         * platform/qt-4.8/Skipped:
230         * platform/qt/Skipped:
231         * platform/win-wk2/Skipped:
232         * platform/win-xp/Skipped:
233         * platform/win/Skipped:
234         * platform/wincairo/Skipped:
235         * platform/wk2/Skipped:
236
237 2012-05-30  Jessie Berlin  <jberlin@apple.com>
238
239         [Qt][GTK][Mac][Win] New plugins/npruntime/delete-plugin-within-* tests introduced in r117012
240         fail/crash
241         https://bugs.webkit.org/show_bug.cgi?id=86443
242
243         Skip these tests on Windows because they crash.
244
245         * platform/win/Skipped:
246
247 2012-05-30  Raphael Kubo da Costa  <rakuco@webkit.org>
248
249         [EFL] Unreviewed gardening in fast/transforms.
250
251         Unskip passing tests that just needed baselines and update the
252         PNGs for a few ones which were already passing.
253
254         * platform/efl/Skipped:
255         * platform/efl/fast/transforms/bounding-rect-zoom-expected.png:
256         * platform/efl/fast/transforms/diamond-expected.png:
257         * platform/efl/fast/transforms/identity-matrix-expected.png:
258         * platform/efl/fast/transforms/overflow-with-transform-expected.png:
259         * platform/efl/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
260         * platform/efl/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
261         * platform/efl/fast/transforms/skew-with-unitless-zero-expected.png:
262         * platform/efl/fast/transforms/transform-on-inline-expected.png:
263         * platform/efl/fast/transforms/transform-positioned-ancestor-expected.png:
264         * platform/efl/fast/transforms/transform-table-row-expected.png:
265         * platform/efl/fast/transforms/transformed-caret-expected.png:
266         * platform/efl/fast/transforms/transformed-caret-expected.txt:
267         * platform/efl/fast/transforms/transformed-focused-text-input-expected.png:
268         * platform/efl/fast/transforms/transformed-focused-text-input-expected.txt:
269         * platform/efl/fast/transforms/transforms-with-opacity-expected.png:
270
271 2012-05-30  Raphael Kubo da Costa  <rakuco@webkit.org>
272
273         [EFL] Unreviewed gardening in fast/parser.
274
275         Unskip a passing test that just needed a baseline and update the
276         PNGs for a few ones which were already passing.
277
278         * platform/efl/Skipped:
279         * platform/efl/fast/parser/001-expected.png:
280         * platform/efl/fast/parser/bad-xml-slash-expected.png:
281         * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png:
282         * platform/efl/fast/parser/document-write-option-expected.png:
283         * platform/efl/fast/parser/entity-comment-in-style-expected.png:
284         * platform/efl/fast/parser/entity-comment-in-style-expected.txt:
285         * platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
286         * platform/efl/fast/parser/fonts-expected.png:
287         * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png:
288         * platform/efl/fast/parser/open-comment-in-style-expected.png:
289         * platform/efl/fast/parser/open-comment-in-textarea-expected.png:
290         * platform/efl/fast/parser/title-error-test-expected.png:
291         * platform/efl/fast/parser/xhtml-alternate-entities-expected.png:
292         * platform/efl/test_expectations.txt:
293
294 2012-05-30  Tony Chang  <tony@chromium.org>
295
296         rename flexbox css values from justify and distribute to space-between and space-around
297         https://bugs.webkit.org/show_bug.cgi?id=87867
298
299         Reviewed by Ojan Vafai.
300
301         * css3/flexbox/columns-auto-size.html:
302         * css3/flexbox/css-properties-expected.txt:
303         * css3/flexbox/css-properties.html:
304         * css3/flexbox/flex-pack.html:
305         * css3/flexbox/multiline-line-pack-horizontal-column-expected.txt:
306         * css3/flexbox/multiline-line-pack-horizontal-column.html:
307         * css3/flexbox/multiline-line-pack.html:
308         * css3/flexbox/multiline-pack-expected.txt:
309         * css3/flexbox/multiline-pack.html:
310         * css3/flexbox/position-absolute-child.html:
311         * css3/flexbox/true-centering.html:
312
313 2012-05-30  Rafael Weinstein  <rafaelw@chromium.org>
314
315         [Chromium] rebaseline fast/dom/Window/mozilla-focus-blur.html
316
317
318         * platform/chromium/fast/dom/Window/mozilla-focus-blur-expected.txt: Added.
319
320 2012-05-30  Jessie Berlin  <jberlin@apple.com>
321
322         [Win] Many editing tests failing
323         https://bugs.webkit.org/show_bug.cgi?id=87890
324
325         Add/updated expected (failing?) results for Windows editing tests.
326
327         * platform/win/editing/deleting/delete-start-block-expected.txt: Added.
328         * platform/win/editing/deleting/regional-indicators-expected.txt: Added.
329         * platform/win/editing/input: Added.
330         * platform/win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
331         * platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
332         * platform/win/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added.
333         * platform/win/editing/selection/caret-ltr-right-expected.txt:
334         * platform/win/editing/selection/caret-rtl-2-left-expected.txt:
335         * platform/win/editing/selection/caret-rtl-right-expected.txt:
336         * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
337         * platform/win/editing/selection/transformed-selection-rects-expected.txt:
338         * platform/win/editing/spelling/grammar-paste-expected.txt: Added.
339         * platform/win/editing/spelling/spellcheck-async-mutation-expected.txt: Added.
340         * platform/win/editing/spelling/spellcheck-queue-expected.txt: Added.
341         * platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Added.
342
343 2012-05-29  Adrienne Walker  <enne@google.com>
344
345         Transformed fixed position layers have an incorrect overlap map entry
346         https://bugs.webkit.org/show_bug.cgi?id=64201
347
348         Reviewed by Darin Adler.
349
350         Add a test for a layer with both fixed position and a transform to
351         verify that this is considered as fixed position with respect to the
352         root.
353
354         Also, add a test with a child layer with fixed position and a parent
355         with a transform to verify that the child is not considered as fixed
356         position with respect to the root.
357
358         * compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
359         * compositing/layer-creation/fixed-position-and-transform-expected.txt: Added.
360         * compositing/layer-creation/fixed-position-and-transform.html: Added.
361         * compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
362         * compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
363         * compositing/layer-creation/fixed-position-under-transform.html: Added.
364
365 2012-05-30  Oliver Hunt  <oliver@apple.com>
366
367         DFG does not correctly handle exceptions caught in the LLInt
368         https://bugs.webkit.org/show_bug.cgi?id=87885
369
370         Reviewed by Filip Pizlo.
371
372         Pile of code to convince the DFG to throw an exception that ends up being caught
373         in the LLInt
374
375         * fast/js/exception-propagate-from-dfg-to-llint-expected.txt: Added.
376         * fast/js/exception-propagate-from-dfg-to-llint.html: Added.
377         * fast/js/script-tests/exception-propagate-from-dfg-to-llint.js: Added.
378         (o.toString):
379         (h):
380         (g):
381         (f1):
382         (f2):
383
384 2012-05-30  Ulan Degenbaev  <ulan@chromium.org>
385
386         [v8] Crash after redefining setter on typed array to a number
387         https://bugs.webkit.org/show_bug.cgi?id=87862
388
389         Reviewed by Kenneth Russell.
390
391         Remove calls to typed array set() method from C++.
392         Store the copying script as a hidden property of a typed array prototype.
393
394         * fast/canvas/webgl/array-override-set-expected.txt: Added.
395         * fast/canvas/webgl/array-override-set.html: Added.
396
397 2012-05-30  Stephen Chenney  <schenney@chromium.org>
398
399         http/tests/cache/subresource-expiration-2.html is slow on Linux
400
401         Unreviewed Chromium test expectations expansion.
402
403         * platform/chromium/test_expectations.txt:
404
405 2012-05-30  Tim Horton  <timothy_horton@apple.com>
406
407         fast/dom/Window/mozilla-focus-blur.html is failing on Mac
408         https://bugs.webkit.org/show_bug.cgi?id=87884
409         <rdar://problem/11558864>
410
411         Unreviewed failing baselines after http://trac.webkit.org/changeset/118916.
412
413         * platform/mac/fast/dom/Window/mozilla-focus-blur-expected.txt: Added.
414
415 2012-05-30  Stephen Chenney  <schenney@chromium.org>
416
417         Layout Test perf/mouse-event.html is flaky on Linux
418         https://bugs.webkit.org/show_bug.cgi?id=87886
419
420         Unreviewed Chromium expectations update for perf/mouse-event.html
421
422         * platform/chromium/test_expectations.txt:
423
424 2012-05-30  Stephen Chenney  <schenney@chromium.org>
425
426         Unreviewed Chromium expectations update for http/tests/media/media-source/video-media-source-errors.html
427
428         * platform/chromium/test_expectations.txt:
429
430 2012-05-30  Alexey Proskuryakov  <ap@apple.com>
431
432         * platform/wk2/Skipped: Skipping newly added file-last-modified-after-delete.html,
433         because WTR doesn't implement beginDragWithFiles.
434
435 2012-05-30  Shinya Kawanaka  <shinyak@chromium.org>
436
437         comparePositions in htmlediting should consider nested Shadow DOM.
438         https://bugs.webkit.org/show_bug.cgi?id=87623
439
440         Reviewed by Ryosuke Niwa.
441
442         * editing/shadow/compare-positions-in-nested-shadow-expected.txt: Added.
443         * editing/shadow/compare-positions-in-nested-shadow.html: Added.
444
445 2012-05-30  Erik Arvidsson  <arv@chromium.org>
446
447         [V8] Clean up V8LazyEventListener to use one less function call
448         https://bugs.webkit.org/show_bug.cgi?id=87785
449
450         Reviewed by Kentaro Hara.
451
452         Instead of relying on 'arguments' we rely on 'this'. 'this' cannot be intercepted by a
453         with-statement so it is safe to use that to bind the context objects. This allows us to
454         remove one layer of function indirection in the generated code.
455
456         * platform/chromium-win/inspector/debugger/debugger-scripts-expected.txt:
457
458 2012-05-30  Stephen Chenney  <schenney@chromium.org>
459
460         Unreviewed Chromium test expectations for fast/layers/scroll-with-transform-composited-layer.html
461
462         * platform/chromium/test_expectations.txt:
463
464 2012-05-30  Xueqing Huang  <huangxueqing@baidu.com>
465
466         The tests listed in win/Skipped should be removed after this change, but some of these need to rebaseline in Windows, we do that in bug#87610.
467         https://bugs.webkit.org/show_bug.cgi?id=86296
468
469         Reviewed by Tony Chang.
470
471         * platform/win/Skipped:
472
473 2012-05-30  Alexey Proskuryakov  <ap@apple.com>
474
475         * fast/files/read-blob-async-expected.txt: Updating results to what Mac WK1 bot sees
476         (two additional "result: null" lines).
477
478 2012-05-30  David Barton  <dbarton@mathscribe.com>
479
480         mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
481         https://bugs.webkit.org/show_bug.cgi?id=86786
482
483         Somehow these weren't included in r118935.
484
485         Unreviewed gardening.
486
487         * platform/mac-lion/Skipped:
488         * platform/mac/Skipped:
489
490 2012-05-30  Stephen Chenney  <schenney@chromium.org>
491
492         Unreviewed Chromium test expectations update.
493
494         tex-image-with-format-and-type.html
495         tex-image-with-format-and-type.html
496         formaction-attribute.html
497         terminate-during-sync-operation.html
498
499         * platform/chromium/test_expectations.txt:
500
501 2012-05-30  Marcelo Lira  <marcelo.lira@openbossa.org>
502
503         WebKit2: Implement layoutTestController.setPluginsEnabled() in WebKitTestRunner.
504         https://bugs.webkit.org/show_bug.cgi?id=58593
505
506         Unskip passing tests.
507
508         Reviewed by Darin Adler.
509
510         * platform/wk2/Skipped:
511
512 2012-05-30  Rafael Weinstein  <rafaelw@chromium.org>
513
514         Updating test expectations (css3/filters/custom-filter-property-computed-style,
515         fast/frames/cached-frame-counter).
516
517         * platform/chromium/test_expectations.txt:
518
519 2012-05-30  David Barton  <dbarton@mathscribe.com>
520
521         mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
522         https://bugs.webkit.org/show_bug.cgi?id=86786
523
524         The test result files below contain slightly improved metrics (usually by a single
525         pixel) and some other very minor (visually undetectable) pixel changes. To be honest,
526         I'm not sure what caused all these changes, since a lot of mathml tests have been
527         skipped or failing for a while. The small metric improvements were not caused by changes
528         in mathml code - perhaps LayoutUnit rounding or other 1-pixel corrections in logical
529         width code? At any rate, I'd like to rebaseline these tests, and unskip them and other
530         mathml tests.
531
532         Unreviewed rebaselining/gardening.
533
534         * platform/mac-lion/Skipped:
535         * platform/mac/Skipped:
536         * platform/mac/mathml/presentation/attributes-expected.png:
537         * platform/mac/mathml/presentation/fenced-mi-expected.png:
538         * platform/mac/mathml/presentation/fractions-expected.png:
539         * platform/mac/mathml/presentation/fractions-expected.txt:
540         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
541         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
542         * platform/mac/mathml/presentation/mo-stretch-expected.png:
543         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
544         * platform/mac/mathml/presentation/roots-expected.png:
545         * platform/mac/mathml/presentation/subsup-expected.png:
546         * platform/mac/mathml/presentation/subsup-expected.txt:
547
548 2012-05-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
549
550         [EFL][DRT] http/tests/navigation/new-window-redirect-history.html does not pass
551         https://bugs.webkit.org/show_bug.cgi?id=87848
552
553         Reviewed by Csaba Osztrogonác.
554
555         * platform/efl/Skipped: Unskipped http/tests/navigation/new-window-redirect-history.html.
556
557 2012-05-30  Sergio Villar Senin  <svillar@igalia.com>
558
559         Unreviewed, removed some tests from the test_expectations file as
560         they have been regularly passing in the 3 GTK bots for some time.
561
562         * platform/gtk/test_expectations.txt:
563
564 2012-05-30  Jessie Berlin  <jberlin@apple.com>
565
566         [Win] REGRESSION(r118018) fast/js/names.html failing due to JavaScriptExperiments not being
567         enabled on Windows
568         https://bugs.webkit.org/show_bug.cgi?id=87858
569
570         Skip the test on Windows to get the bots greener.
571
572         * platform/win/Skipped:
573
574 2012-05-30  Jessie Berlin  <jberlin@apple.com>
575
576         More Windows test cleanup.
577
578         Update the Skipped list and tests for features turned on/off on Windows.
579
580         * platform/win/Skipped:
581         * platform/win/fast/dom/constructed-objects-prototypes-expected.txt: Added.
582         * platform/win/fast/js/global-constructors-expected.txt:
583
584 2012-05-30  Kinuko Yasuda  <kinuko@chromium.org>
585
586         File.lastModifiedDate must return null if the modified time info is not available
587         https://bugs.webkit.org/show_bug.cgi?id=87709
588
589         Reviewed by Kentaro Hara.
590
591         * http/tests/local/fileapi/file-last-modified-after-delete-expected.txt: Added.
592         * http/tests/local/fileapi/file-last-modified-after-delete.html: Added.
593         * http/tests/local/fileapi/resources/temp-file-utils.js: Added.
594         * http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js: Added.
595         * http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js: Factored out common temp-file related functions into temp-file-utils.js.
596         * http/tests/local/fileapi/send-sliced-dragged-file.html:
597
598 2012-05-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
599
600         [EFL][DRT] EFL's DRT needs "postProgressFinishedNotification" message
601         https://bugs.webkit.org/show_bug.cgi?id=87833
602
603         Reviewed by Tor Arne Vestbø.
604
605         * platform/efl/Skipped: Unskipped http/tests/loading/progress-finished-callback.html.
606
607 2012-05-30  Stephen Chenney  <schenney@chromium.org>
608
609         [Chromium] Layout Test http/tests/media/media-source/webm/video-media-source-*.html is flaky
610         https://bugs.webkit.org/show_bug.cgi?id=85952
611
612         Unreviewed Chromium expectations update to broaden expectations.
613
614         * platform/chromium/test_expectations.txt:
615
616 2012-05-30  Jochen Eisinger  <jochen@chromium.org>
617
618         Match Firefox restrictions to window.blur and window.focus
619         https://bugs.webkit.org/show_bug.cgi?id=86969
620
621         Reviewed by Adam Barth.
622
623         * fast/dom/HTMLDocument/hasFocus.html:
624         * fast/dom/Window/mozilla-focus-blur-expected.txt: Added.
625         * fast/dom/Window/mozilla-focus-blur.html: Added.
626         * fast/notifications/notifications-click-event-focus-expected.txt: Added.
627         * fast/notifications/notifications-click-event-focus.html: Added.
628
629 2012-05-30  Zan Dobersek  <zandobersek@gmail.com>
630
631         Unreviewed GTK gardening, updating platform-specific baselines after r118902.
632
633         * platform/gtk/fast/js/global-constructors-expected.txt:
634
635 2012-05-30  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
636
637         [Qt] Gardening. Shadow DOM is disabled on Qt.
638
639         Reviewed by Csaba Osztrogonác.
640
641         * platform/qt/Skipped: Skip fast/dom/shadow/shadow-element.html.
642
643 2012-05-30  David Barr  <davidbarr@chromium.org>
644
645         Update test expectations for tests duplicated in Skipped
646         https://bugs.webkit.org/show_bug.cgi?id=87822
647
648         Unreviewed gardening; updating test expectations.
649
650         * platform/mac/Skipped:
651         * platform/mac/test_expectations.txt:
652         * platform/qt/Skipped:
653         * platform/qt/test_expectations.txt:
654         * platform/qt-5.0-wk1/Skipped:
655         * platform/qt-mac/Skipped:
656
657 2012-05-30  David Barr  <davidbarr@chromium.org>
658
659         [GTK] Update test expectations after r118841.
660         https://bugs.webkit.org/show_bug.cgi?id=87827
661
662         Unreviewed gardening; updating test expectations
663
664         * platform/gtk/test_expectations.txt:
665
666 2012-05-30  MORITA Hajime  <morrita@google.com>
667
668         [Shadow DOM] HTMLContentElement and HTMLShadowElement constructors should be visible.
669         https://bugs.webkit.org/show_bug.cgi?id=87818
670
671         Added constructor checks.
672         
673         Reviewed by Kentaro Hara.
674
675         * fast/dom/shadow/content-element-api-expected.txt:
676         * fast/dom/shadow/content-element-api.html:
677         * fast/dom/shadow/shadow-element-expected.txt:
678         * fast/dom/shadow/shadow-element.html:
679
680 2012-05-30  Mike Lawther  <mikelawther@chromium.org>
681
682         CSS3 calc: Implement CSSOM support
683         https://bugs.webkit.org/show_bug.cgi?id=84551
684
685         Reviewed by Ryosuke Niwa.
686
687         * css3/calc/cssom-expected.txt: Added.
688         * css3/calc/cssom.html: Added.
689
690 2012-05-29  Li Yin  <li.yin@intel.com>
691
692         [FileAPI] The result attribute of FileReader shuold use null to replace empty string
693         https://bugs.webkit.org/show_bug.cgi?id=87578
694
695         Reviewed by Jian Li.
696
697         Spec: http://www.w3.org/TR/FileAPI/#dfn-result
698         If the readyState is EMPTY (no read method has been called) or an error in
699         reading the File or Blob has occurred (using any read method), then the result
700         attribute MUST return null.
701
702         Currently, webkit return empty string, not null.
703
704         * fast/files/read-file-async-expected.txt:
705         * fast/files/resources/read-common.js:
706         (logResult):
707         (loadFailed):
708         * fast/files/resources/read-file-test-cases.js:
709         (testReadAgainAfterFailedReadStep1):
710         * fast/files/workers/worker-read-file-async-expected.txt:
711
712 2012-05-29  Kent Tamura  <tkent@chromium.org>
713
714         [Chromium] Test expectation update.
715
716         Rebaseline for placeholder-related tests.
717
718         * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt:
719         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png: Added.
720         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
721         * platform/chromium-linux/fast/forms/search-styled-expected.txt:
722         * platform/chromium-linux/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
723         * platform/chromium-mac-leopard/fast/forms/input-placeholder-paint-order-expected.png: Added.
724         * platform/chromium-mac-leopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
725         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.txt: Removed.
726         * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Removed.
727         * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
728         * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt:
729         * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png: Added.
730         * platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt:
731         * platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
732         * platform/chromium-mac/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
733         * platform/chromium-win-xp/fast/forms/search-styled-expected.txt:
734         * platform/chromium-win/fast/css/text-overflow-input-expected.txt:
735         * platform/chromium-win/fast/forms/date/date-appearance-expected.txt:
736         * platform/chromium-win/fast/forms/input-placeholder-paint-order-expected.png: Added.
737         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
738         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
739         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
740         * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
741         * platform/chromium-win/fast/forms/search-styled-expected.txt:
742         * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
743         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
744         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
745         * platform/chromium-win/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
746         * platform/chromium/test_expectations.txt:
747
748 2012-05-29  Yoshifumi Inoue  <yosin@chromium.org>
749
750         REGRESSION(r111497): The "option" element doesn't match CSS pseudo class :enabled
751         https://bugs.webkit.org/show_bug.cgi?id=87719
752
753         Reviewed by Kent Tamura.
754
755         * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png: Updated. Text color of option element is bule from CSS pseudo class option:enabled.
756         * platform/chromium/test_expectations.txt: Update comment.
757
758 2012-05-29  Hayato Ito  <hayato@chromium.org>
759
760         Refactor shadow-dom-event-dispatching.html.
761         https://bugs.webkit.org/show_bug.cgi?id=87626
762
763         Reviewed by Dimitri Glazkov.
764
765         There are badly named functions in shadow-dom-event-dispatching.html.
766         e.g. prepareDOMTree1, prepareDOMTree2 and so on.
767         That should have better namings which make the intention of each test clear.
768
769         * fast/dom/shadow/shadow-dom-event-dispatching.html:
770
771 2012-05-29  Raphael Kubo da Costa  <rakuco@webkit.org>
772
773         [EFL] Gardening after r118845 and r118851.
774
775         Apparently some baselines were not updated as expected, fixing
776         that now.
777
778         * platform/efl/fast/ruby/ruby-text-before-after-content-expected.png: Added.
779         * platform/efl/fast/ruby/ruby-text-before-after-content-expected.txt:
780         * platform/efl/fast/selectors/166-expected.png:
781         * platform/efl/fast/selectors/166-expected.txt:
782         * platform/efl/fast/selectors/unqualified-hover-strict-expected.png:
783         * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Added.
784         * platform/efl/svg/batik/text/textAnchor-expected.txt:
785         * platform/efl/svg/batik/text/textOnPath3-expected.txt:
786         * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
787         * platform/efl/svg/carto.net/tabgroup-expected.txt:
788         * platform/efl/transitions/cross-fade-background-image-expected.txt: Added.
789         * platform/efl/transitions/cross-fade-border-image-expected.txt: Added.
790
791 2012-05-29  Christophe Dumez  <christophe.dumez@intel.com>
792
793         Some Content Security Policy console messages are missing line numbers in JSC
794         https://bugs.webkit.org/show_bug.cgi?id=87558
795
796         Reviewed by Adam Barth.
797
798         Remove Mac/EFL/GTK/Qt-specific expectations for Content Security Policy
799         tests now that the line numbers are correctly printed.
800
801         * platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
802         * platform/efl/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.
803         * platform/gtk/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
804         * platform/gtk/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.
805         * platform/mac/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
806         * platform/mac/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.
807         * platform/qt/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
808         * platform/qt/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.
809
810 2012-05-29  Filip Pizlo  <fpizlo@apple.com>
811
812         DFG should keep captured variables alive until the (inline) return.
813         https://bugs.webkit.org/show_bug.cgi?id=87205
814
815         Reviewed by Gavin Barraclough.
816
817         * fast/js/dfg-inline-arguments-osr-exit-and-capture-expected.txt: Added.
818         * fast/js/dfg-inline-arguments-osr-exit-and-capture.html: Added.
819         * fast/js/script-tests/dfg-inline-arguments-osr-exit-and-capture.js: Added.
820         (foo):
821         (bar):
822         (baz):
823
824 2012-05-29  Alexis Menard  <alexis.menard@openbossa.org>
825
826         [CSS3 Backgrounds and Borders] Implement box-decoration-break parsing.
827         https://bugs.webkit.org/show_bug.cgi?id=87678
828
829         Reviewed by Eric Seidel.
830
831         Add a new test to cover the parsing part of the new css property. Also rebase the
832         existing tests which are listing the css properties of the style.
833
834         * fast/box-decoration-break/box-decoration-break-parsing-expected.txt: Added.
835         * fast/box-decoration-break/box-decoration-break-parsing.html: Added.
836         * fast/css/getComputedStyle/computed-style-expected.txt:
837         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
838         * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
839         * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
840         * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt:
841         * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
842         * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
843         * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
844         * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
845         * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
846         * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
847         * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
848         * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
849         * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
850         * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
851         * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
852         * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
853         * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
854         * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
855         * platform/mac/svg/css/getComputedStyle-basic-expected.txt:
856         * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
857         * platform/qt/svg/css/getComputedStyle-basic-expected.txt:
858         * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
859         * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
860         * svg/css/getComputedStyle-basic-expected.txt:
861
862 2012-05-29  David Barr  <davidbarr@chromium.org>
863
864         [text-overflow: ellipsis] WebKit should ignore the ellipsis for the purpose of dispatching mouse events
865         https://bugs.webkit.org/show_bug.cgi?id=63781
866
867         Reviewed by Eric Seidel.
868
869         * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Added.
870         * fast/css/text-overflow-ellipsis-hit-test.html: Added.
871
872 2012-05-29  Jessie Berlin  <jberlin@apple.com>
873
874         <progress> element is unsupported on Windows
875         https://bugs.webkit.org/show_bug.cgi?id=49769
876
877         Add platform-specific results for tests that use the progress element on Windows.
878
879         * platform/win/fast/forms/label: Added.
880         * platform/win/fast/forms/label/labelable-elements-expected.txt: Added.
881         * platform/win/fast/forms/label/labels-add-htmlFor-label-expected.txt: Added.
882         * platform/win/fast/forms/label/labels-add-parent-label-expected.txt: Added.
883         * platform/win/fast/forms/label/labels-change-htmlFor-attribute-expected.txt: Added.
884         * platform/win/fast/forms/label/labels-multiple-sibling-labels-expected.txt: Added.
885         * platform/win/fast/forms/label/labels-parent-and-sibling-labels-expected.txt: Added.
886         * platform/win/fast/forms/label/labels-remove-htmlFor-attribute-expected.txt: Added.
887         * platform/win/fast/forms/label/labels-remove-htmlFor-label-expected.txt: Added.
888         * platform/win/fast/forms/label/labels-remove-parent-label-expected.txt: Added.
889         * platform/win/fast/forms/label/labels-set-htmlFor-attribute-expected.txt: Added.
890
891 2012-05-29  Rafael Weinstein  <rafaelw@chromium.org>
892
893         Updating test expectation (media/track/track-cues-missed CRASH).
894
895         * platform/chromium/test_expectations.txt:
896
897 2012-05-29  Raphael Kubo da Costa  <rakuco@webkit.org>
898
899         [EFL] Unreviewed gardening.
900
901         Unskip a lot of fast/selectors tests which were really passing all
902         the time, they just needed updated baselines after the jhbuild and
903         font commits.
904
905         * platform/efl/Skipped:
906         * platform/efl/fast/selectors/001-expected.png:
907         * platform/efl/fast/selectors/002-expected.png:
908         * platform/efl/fast/selectors/003-expected.png:
909         * platform/efl/fast/selectors/004-expected.png:
910         * platform/efl/fast/selectors/005-expected.png:
911         * platform/efl/fast/selectors/006-expected.png:
912         * platform/efl/fast/selectors/007a-expected.png:
913         * platform/efl/fast/selectors/007b-expected.png:
914         * platform/efl/fast/selectors/008-expected.png:
915         * platform/efl/fast/selectors/009-expected.png:
916         * platform/efl/fast/selectors/010-expected.png:
917         * platform/efl/fast/selectors/011-expected.png:
918         * platform/efl/fast/selectors/012-expected.png:
919         * platform/efl/fast/selectors/013-expected.png:
920         * platform/efl/fast/selectors/014-expected.png:
921         * platform/efl/fast/selectors/015-expected.png:
922         * platform/efl/fast/selectors/018-expected.png:
923         * platform/efl/fast/selectors/018b-expected.png:
924         * platform/efl/fast/selectors/021-expected.png:
925         * platform/efl/fast/selectors/021b-expected.png:
926         * platform/efl/fast/selectors/032-expected.png:
927         * platform/efl/fast/selectors/034-expected.png:
928         * platform/efl/fast/selectors/038-expected.png:
929         * platform/efl/fast/selectors/040-expected.png:
930         * platform/efl/fast/selectors/043-expected.png:
931         * platform/efl/fast/selectors/043b-expected.png:
932         * platform/efl/fast/selectors/044-expected.png:
933         * platform/efl/fast/selectors/044b-expected.png:
934         * platform/efl/fast/selectors/044c-expected.png:
935         * platform/efl/fast/selectors/044d-expected.png:
936         * platform/efl/fast/selectors/045-expected.png:
937         * platform/efl/fast/selectors/045b-expected.png:
938         * platform/efl/fast/selectors/045c-expected.png:
939         * platform/efl/fast/selectors/046-expected.png:
940         * platform/efl/fast/selectors/054-expected.png:
941         * platform/efl/fast/selectors/056-expected.png:
942         * platform/efl/fast/selectors/058-expected.png:
943         * platform/efl/fast/selectors/059-expected.png:
944         * platform/efl/fast/selectors/060-expected.png:
945         * platform/efl/fast/selectors/061-expected.png:
946         * platform/efl/fast/selectors/063-expected.png:
947         * platform/efl/fast/selectors/064-expected.png:
948         * platform/efl/fast/selectors/066-expected.png:
949         * platform/efl/fast/selectors/066b-expected.png:
950         * platform/efl/fast/selectors/072-expected.png:
951         * platform/efl/fast/selectors/072b-expected.png:
952         * platform/efl/fast/selectors/077-expected.png:
953         * platform/efl/fast/selectors/077b-expected.png:
954         * platform/efl/fast/selectors/078b-expected.png:
955         * platform/efl/fast/selectors/083-expected.png:
956         * platform/efl/fast/selectors/087b-expected.png:
957         * platform/efl/fast/selectors/090b-expected.png:
958         * platform/efl/fast/selectors/154-expected.png:
959         * platform/efl/fast/selectors/155-expected.png:
960         * platform/efl/fast/selectors/155a-expected.png:
961         * platform/efl/fast/selectors/155b-expected.png:
962         * platform/efl/fast/selectors/155c-expected.png:
963         * platform/efl/fast/selectors/155d-expected.png:
964         * platform/efl/fast/selectors/156b-expected.png:
965         * platform/efl/fast/selectors/157-expected.png:
966         * platform/efl/fast/selectors/158-expected.png:
967         * platform/efl/fast/selectors/160-expected.png:
968         * platform/efl/fast/selectors/168-expected.png:
969         * platform/efl/fast/selectors/168a-expected.png:
970         * platform/efl/fast/selectors/169-expected.png:
971         * platform/efl/fast/selectors/169a-expected.png:
972         * platform/efl/fast/selectors/lang-inheritance-expected.png:
973         * platform/efl/fast/selectors/lang-inheritance2-expected.png:
974         * platform/efl/fast/selectors/lang-vs-xml-lang-expected.png:
975         * platform/efl/fast/selectors/lang-vs-xml-lang-xhtml-expected.png:
976         * platform/efl/fast/selectors/visited-descendant-expected.png:
977
978 2012-05-29  Raphael Kubo da Costa  <rakuco@webkit.org>
979
980         [EFL] Unreviewed gardening.
981
982         House cleaning on Skipped: remove tests which do not exist, unskip
983         some which are passing and add expectations for some which were
984         lacking them.
985
986         * platform/efl/Skipped:
987         * platform/efl/editing/selection/fake-doubleclick-expected.png: Added.
988         * platform/efl/editing/selection/fake-doubleclick-expected.txt: Added.
989         * platform/efl/fast/borders/border-image-slice-constrained-expected.png: Added.
990         * platform/efl/fast/borders/border-image-slice-constrained-expected.txt: Added.
991         * platform/efl/fast/borders/border-mixed-alpha-expected.png: Added.
992         * platform/efl/fast/borders/borderRadiusArcs01-expected.txt: Added.
993         * platform/efl/fast/borders/borderRadiusDouble01-expected.txt: Added.
994         * platform/efl/fast/borders/borderRadiusDouble02-expected.txt: Added.
995         * platform/efl/fast/borders/borderRadiusDouble03-expected.txt: Added.
996         * platform/efl/fast/borders/borderRadiusGroove01-expected.txt: Added.
997         * platform/efl/fast/borders/borderRadiusGroove02-expected.txt: Added.
998         * platform/efl/fast/borders/borderRadiusInset01-expected.txt: Added.
999         * platform/efl/fast/borders/borderRadiusOutset01-expected.txt: Added.
1000         * platform/efl/fast/borders/borderRadiusRidge01-expected.txt: Added.
1001         * platform/efl/fast/borders/scaled-border-image-expected.png: Added.
1002         * platform/efl/fast/borders/scaled-border-image-expected.txt: Added.
1003         * platform/efl/fast/forms/input-appearance-disabled-expected.png: Added.
1004         * platform/efl/fast/forms/input-appearance-disabled-expected.txt: Added.
1005         * platform/efl/fast/forms/input-appearance-readonly-expected.png: Added.
1006         * platform/efl/fast/forms/input-appearance-readonly-expected.txt: Added.
1007         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png: Added.
1008         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
1009         * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
1010         * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
1011         * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
1012         * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
1013         * platform/efl/fast/forms/textarea-scrollbar-expected.png: Added.
1014         * platform/efl/fast/forms/textarea-scrollbar-expected.txt: Added.
1015         * platform/efl/fast/line-grid/line-grid-floating-expected.png: Added.
1016         * platform/efl/fast/line-grid/line-grid-floating-expected.txt: Added.
1017         * platform/efl/fast/line-grid/line-grid-inside-columns-expected.png: Added.
1018         * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt: Added.
1019         * platform/efl/fast/line-grid/line-grid-into-floats-expected.png: Added.
1020         * platform/efl/fast/line-grid/line-grid-into-floats-expected.txt: Added.
1021         * platform/efl/fast/line-grid/line-grid-positioned-expected.png: Added.
1022         * platform/efl/fast/line-grid/line-grid-positioned-expected.txt: Added.
1023         * platform/efl/fast/repaint/4774354-expected.png: Added.
1024         * platform/efl/fast/repaint/4774354-expected.txt: Added.
1025         * platform/efl/fast/repaint/4776765-expected.png: Added.
1026         * platform/efl/fast/repaint/4776765-expected.txt: Added.
1027         * platform/efl/fast/repaint/delete-into-nested-block-expected.png: Added.
1028         * platform/efl/fast/repaint/delete-into-nested-block-expected.txt: Added.
1029         * platform/efl/fast/repaint/inline-outline-repaint-expected.png: Added.
1030         * platform/efl/fast/repaint/inline-outline-repaint-expected.txt: Added.
1031         * platform/efl/fast/repaint/selection-after-delete-expected.png: Added.
1032         * platform/efl/fast/repaint/selection-after-delete-expected.txt: Added.
1033         * platform/efl/fast/selectors/159-expected.png: Added.
1034         * platform/efl/fast/selectors/159-expected.txt: Added.
1035         * platform/efl/fast/selectors/177a-expected.png: Added.
1036         * platform/efl/fast/selectors/177a-expected.txt: Added.
1037         * platform/efl/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Added.
1038         * platform/efl/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Added.
1039         * platform/efl/fast/table/colspanMinWidth-vertical-expected.png:
1040         * platform/efl/fast/table/colspanMinWidth-vertical-expected.txt:
1041         * platform/efl/fast/text/delete-hard-break-character-expected.png: Added.
1042         * platform/efl/fast/text/delete-hard-break-character-expected.txt: Added.
1043         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png: Added.
1044         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt: Added.
1045         * platform/efl/mathml/presentation/roots-expected.png: Added.
1046         * platform/efl/mathml/presentation/roots-expected.txt: Added.
1047         * platform/efl/mathml/presentation/row-alignment-expected.png: Added.
1048         * platform/efl/mathml/presentation/row-alignment-expected.txt: Added.
1049         * platform/efl/media/controls-styling-expected.png: Added.
1050         * platform/efl/media/controls-styling-expected.txt: Added.
1051         * platform/efl/svg/batik/text/textAnchor-expected.png: Added.
1052         * platform/efl/svg/batik/text/textOnPath3-expected.png: Added.
1053         * platform/efl/svg/batik/text/verticalTextOnPath-expected.png: Added.
1054         * platform/efl/svg/carto.net/tabgroup-expected.png: Added.
1055         * platform/efl/transitions/cross-fade-background-image-expected.png: Added.
1056         * platform/efl/transitions/cross-fade-border-image-expected.png: Added.
1057         * platform/efl/transitions/default-timing-function-expected.png:
1058         * platform/efl/transitions/default-timing-function-expected.txt:
1059         * platform/efl/transitions/move-after-transition-expected.png:
1060         * platform/efl/transitions/move-after-transition-expected.txt:
1061         * platform/efl/transitions/svg-text-shadow-transition-expected.png:
1062         * platform/efl/transitions/svg-text-shadow-transition-expected.txt:
1063
1064 2012-05-29  Rafael Weinstein  <rafaelw@chromium.org>
1065
1066         Updating test expectations (fast/forms/form-associated-element-removal MISSING).
1067
1068         * platform/chromium/test_expectations.txt:
1069
1070 2012-05-29  Victor Carbune  <victor@rosedu.org>
1071
1072         Display cues in the controls area
1073         https://bugs.webkit.org/show_bug.cgi?id=87591
1074
1075         Reviewed by Eric Carlson.
1076
1077         * media/media-volume-slider-rendered-normal-expected.txt: Renamed from LayoutTests/media/video-controls-rendering-toggle-display-none-expected.txt.
1078         * media/media-volume-slider-rendered-normal.html: Renamed from LayoutTests/media/video-controls-rendering-toggle-display-none.html.
1079         * platform/chromium/test_expectations.txt: Unmarked tests.
1080         * platform/efl/test_expectations.txt: Unmarked tests.
1081         * platform/mac/test_expectations.txt: Unmarked tests.
1082
1083 2012-05-29  Raphael Kubo da Costa  <rakuco@webkit.org>
1084
1085         [EFL] Gardening. Unskip passing test.
1086
1087         * platform/efl/Skipped:
1088         * platform/efl/editing/input/emacs-ctrl-o-expected.png: Added.
1089         * platform/efl/editing/input/emacs-ctrl-o-expected.txt: Added.
1090
1091 2012-05-29  Alec Flett  <alecflett@chromium.org>
1092
1093         IndexedDB: Align codes and names for IDB-specific and DOM-specific errors/exceptions
1094         https://bugs.webkit.org/show_bug.cgi?id=87276
1095
1096         Reviewed by Tony Chang.
1097
1098         * storage/indexeddb/constants-expected.txt:
1099         * storage/indexeddb/resources/constants.js:
1100         (test):
1101
1102 2012-05-29  Csaba Osztrogonác  <ossy@webkit.org>
1103
1104         [Qt] Unreviewed gardening, skip new failing tests
1105         because of missing LayoutTestController implementation.
1106
1107         * platform/qt/Skipped:
1108
1109 2012-05-29  Alexander Shalamov  <alexander.shalamov@intel.com>
1110
1111         [EFL] Unskip scroll related layout tests
1112         https://bugs.webkit.org/show_bug.cgi?id=87765
1113
1114         Unreviewed EFL gardening.
1115
1116         * platform/efl/Skipped:
1117
1118 2012-05-29  Jessie Berlin  <jberlin@apple.com>
1119
1120         AX: windows DRT needs to implement ::press
1121         https://bugs.webkit.org/show_bug.cgi?id=36145
1122
1123         Add more tests that use press to the Windows Skipped list.
1124
1125         * platform/win/Skipped:
1126
1127 2012-05-29  Alexey Proskuryakov  <ap@apple.com>
1128
1129         fast/events/message-port-close.html hits ASSERT in Debug
1130         https://bugs.webkit.org/show_bug.cgi?id=85811
1131
1132         * platform/mac/Skipped: I think that it's just this one test with a delayed effect. Skipping
1133         it, and unskipping a victim.
1134
1135 2012-05-29  Rafael Weinstein  <rafaelw@chromium.org>
1136
1137         Updating chromium test_expectations (svg/dom/viewspec-parser timeouts)
1138
1139         * platform/chromium/test_expectations.txt:
1140
1141 2012-05-29  Jessie Berlin  <jberlin@apple.com>
1142
1143         JSC doesn't support heap profiling.
1144         https://bugs.webkit.org/show_bug.cgi?id=50485
1145
1146         Add another heap profiling test to the Mac and Windows Skipped lists.
1147
1148         * platform/mac/Skipped:
1149         * platform/win/Skipped:
1150
1151 2012-05-29  Alexey Proskuryakov  <ap@apple.com>
1152
1153         WTR doesn't support beginDragWithFiles.
1154
1155         * platform/wk2/Skipped: Added fast/files/file-list-test.html
1156
1157 2012-05-29  Jessie Berlin  <jberlin@apple.com>
1158
1159         Clean up the Windows WK2 Skipped list.
1160
1161         Update it for the moves / renames in r96918, r102226, and r108612.
1162
1163         * platform/win-wk2/Skipped:
1164
1165 2012-05-29  Jessie Berlin  <jberlin@apple.com>
1166
1167         JSC doesn't support heap profiling.
1168         https://bugs.webkit.org/show_bug.cgi?id=50485
1169
1170         Add two heap profiling tests to the Windows Skipped list.
1171
1172         * platform/win/Skipped:
1173
1174 2012-05-29  Julien Chaffraix  <jchaffraix@webkit.org>
1175
1176         REGRESSION(r111742): box-sizing: border-box doesn't work on fixed table layout
1177         https://bugs.webkit.org/show_bug.cgi?id=87536
1178
1179         Reviewed by Tony Chang.
1180
1181         * fast/table/fixed-table-layout/cell-box-sizing-fixed-table-layout-expected.html: Added.
1182         * fast/table/fixed-table-layout/cell-box-sizing-fixed-table-layout.html: Added.
1183         This test covers the regression.
1184
1185         * fast/table/fixed-table-layout/column-box-sizing-fixed-table-layout-expected.html: Added.
1186         * fast/table/fixed-table-layout/column-box-sizing-fixed-table-layout.html: Added.
1187         * fast/table/fixed-table-layout/column-group-box-sizing-fixed-table-layout-expected.html: Added.
1188         * fast/table/fixed-table-layout/column-group-box-sizing-fixed-table-layout.html: Added.
1189         * fast/table/fixed-table-layout/column-in-column-group-box-sizing-fixed-table-layout-expected.html: Added.
1190         * fast/table/fixed-table-layout/column-in-column-group-box-sizing-fixed-table-layout.html: Added.
1191         Those test ensured I didn't regress and document our current behavior ie that column and column group fixed
1192         width apply to the cell's border-box.
1193
1194 2012-05-25  Ojan Vafai  <ojan@chromium.org>
1195
1196         Absolute positioned elements in a relative positioned CSS3 Flexbox fail to display properly
1197         https://bugs.webkit.org/show_bug.cgi?id=58453
1198
1199         Reviewed by Tony Chang.
1200
1201         * css3/flexbox/align-absolute-child-expected.txt: Added.
1202         * css3/flexbox/align-absolute-child.html: Added.
1203         * css3/flexbox/position-absolute-child-expected.txt:
1204         * css3/flexbox/position-absolute-child.html:
1205
1206 2012-05-29  Jessie Berlin  <jberlin@apple.com>
1207
1208         [Win] ~1/2 of all the iframe seamless tests fail
1209         https://bugs.webkit.org/show_bug.cgi?id=87543
1210
1211         Rubber-stamped by Eric Seidel.
1212
1213         Remove the platform-specific results as they are no longer needed.
1214
1215         * platform/win/fast/frames/seamless/seamless-basic-expected.txt: Removed.
1216         * platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt: Removed.
1217         * platform/win/fast/frames/seamless/seamless-form-get-expected.txt: Removed.
1218         * platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt: Removed.
1219         * platform/win/fast/frames/seamless/seamless-form-post-expected.txt: Removed.
1220         * platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt: Removed.
1221         * platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt: Removed.
1222         * platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt: Removed.
1223         * platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt: Removed.
1224         * platform/win/fast/frames/seamless/seamless-window-location-expected.txt: Removed.
1225         * platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt: Removed.
1226         * platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Removed.
1227         * platform/win/fast/frames/seamless/seamless-window-open-expected.txt: Removed.
1228
1229 2012-05-29  Abhishek Arya  <inferno@chromium.org>
1230
1231         Crash due to text fragment destruction when updating first-letter block.
1232         https://bugs.webkit.org/show_bug.cgi?id=87751
1233
1234         Reviewed by Eric Seidel.
1235
1236         * fast/text/text-fragment-first-letter-update-crash-expected.txt: Added.
1237         * fast/text/text-fragment-first-letter-update-crash.html: Added.
1238
1239 2012-05-29  Thiago Marcos P. Santos  <thiago.santos@intel.com>
1240
1241         [EFL] Gardening of failing tests and new passes
1242         https://bugs.webkit.org/show_bug.cgi?id=87754
1243
1244         Unreviewed gardening.
1245
1246         * platform/efl/Skipped:
1247         * platform/efl/fast/forms/select/optgroup-rendering-expected.png: Added.
1248         * platform/efl/fast/forms/select/optgroup-rendering-expected.txt: Added.
1249         * platform/efl/test_expectations.txt:
1250
1251 2012-05-29  Sheriff Bot  <webkit.review.bot@gmail.com>
1252
1253         Unreviewed, rolling out r118620.
1254         http://trac.webkit.org/changeset/118620
1255         https://bugs.webkit.org/show_bug.cgi?id=87760
1256
1257         This patch causes regression to read an empty file/blob via
1258         FileReader (Requested by jianli on #webkit).
1259
1260         * fast/files/blob-slice-test-expected.txt:
1261         * fast/files/read-blob-async-expected.txt:
1262         * fast/files/read-file-async-expected.txt:
1263         * fast/files/resources/read-common.js:
1264         (logResult):
1265         * fast/files/workers/worker-read-blob-async-expected.txt:
1266         * fast/files/workers/worker-read-file-async-expected.txt:
1267
1268 2012-05-29  Jessie Berlin  <jberlin@apple.com>
1269
1270         [Win] ASSERT(m_manualStream) failed in PluginView::didFinishLoading running
1271         fast/loader/reload-zero-byte-plugin.html
1272
1273         Skip the test on Windows to get the bots greener.
1274
1275         * platform/win/Skipped:
1276
1277 2012-05-29  Rafael Weinstein  <rafaelw@chromium.org>
1278
1279         Adding VISTA timeout expectations to a number of viewport tests. Also, narrowing optgroup-clicking.html
1280         to be just MAC.
1281
1282         * platform/chromium/test_expectations.txt:
1283
1284 2012-05-29  Victor Carbune  <victor@rosedu.org>
1285
1286         Update cue event dispatching for zero and negative duration cues
1287         https://bugs.webkit.org/show_bug.cgi?id=85143
1288
1289         Reviewed by Eric Carlson.
1290
1291         * media/track/captions-webvtt/missed-cues.vtt: Added negative
1292         duration cue and changed a missed cue to have zero-length.
1293         * media/track/track-cues-missed-expected.txt: Updated.
1294         * media/track/track-cues-missed.html: Updated.
1295
1296 2012-05-29  MORITA Hajime  <morrita@google.com>
1297
1298         ShadowRoot.getElementById() returns removed node.
1299         https://bugs.webkit.org/show_bug.cgi?id=62184
1300
1301         Reviewed by Dimitri Glazkov.
1302
1303         * fast/dom/shadow/get-element-by-id-in-shadow-mutation-expected.txt: Added.
1304         * fast/dom/shadow/get-element-by-id-in-shadow-mutation.html: Added.
1305
1306 2012-05-29  Alexey Proskuryakov  <ap@apple.com>
1307
1308         * platform/mac/Skipped: Skipping a heap profiler test (unsupported functionality).
1309
1310 2012-05-29  Jessie Berlin  <jberlin@apple.com>
1311
1312         Regression: fast/forms/select/optgroup-clicking.html is failing / timing out
1313         https://bugs.webkit.org/show_bug.cgi?id=87748
1314
1315         This test times out on Mac if there is no interaction with the keyboard. Skip it to keep the
1316         bots green.
1317
1318         * platform/mac/Skipped:
1319
1320 2012-05-29  Alexei Filippov  <alexeif@chromium.org>
1321
1322         Web Inspector: Retainers are missing for all objects
1323         https://bugs.webkit.org/show_bug.cgi?id=87655
1324
1325         Reviewed by Yury Semikhatsky.
1326
1327         * inspector/profiler/heap-snapshot-summary-retainers-expected.txt: Added.
1328         * inspector/profiler/heap-snapshot-summary-retainers.html: Added.
1329         * inspector/profiler/heap-snapshot-test.js:
1330         (initialize_HeapSnapshotTest.):
1331         (initialize_HeapSnapshotTest):
1332
1333 2012-05-29  Simon Pena  <spena@igalia.com>
1334
1335         [GTK] fast tests needs rebaseline after r118733
1336         https://bugs.webkit.org/show_bug.cgi?id=87729
1337
1338         Unreviewed GTK gardening, updated fast pngs.
1339
1340         * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.png:
1341         * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.png:
1342         * platform/gtk/fast/forms/placeholder-position-expected.png:
1343         * platform/gtk/fast/forms/placeholder-pseudo-style-expected.png:
1344         * platform/gtk/fast/forms/search-styled-expected.png:
1345         * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.png:
1346         * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.png:
1347         * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.png:
1348
1349 2012-05-29  Jessie Berlin  <jberlin@apple.com>
1350
1351         [Mac] fast/forms/select/optgroup-rendering.html "failing" since introduction in r118772
1352         https://bugs.webkit.org/show_bug.cgi?id=87752
1353
1354         Add expected (failing?) results to get the bots green.
1355
1356         * platform/mac/fast/forms/select/optgroup-rendering-expected.png: Added.
1357         * platform/mac/fast/forms/select/optgroup-rendering-expected.txt: Added.
1358
1359 2012-05-29  Zan Dobersek  <zandobersek@gmail.com>
1360
1361         Unreviewed GTK gardening after r118776. The failing test was split into
1362         5 separate tests, but we're still failing all of them.
1363
1364         * platform/gtk/test_expectations.txt:
1365
1366 2012-05-29  Li Yin  <li.yin@intel.com>
1367
1368         [FileAPI] Miss FileList test
1369         https://bugs.webkit.org/show_bug.cgi?id=87696
1370
1371         Reviewed by Kentaro Hara.
1372
1373         WebKit should have the test to track the attribute of FileList.
1374
1375         * fast/files/file-list-test-expected.txt: Added.
1376         * fast/files/file-list-test.html: Added.
1377
1378 2012-05-29  Jessie Berlin  <jberlin@apple.com>
1379
1380         [Mac] fast/events/message-port-constructor-for-deleted-document.html ASSERTS in Debug.
1381
1382         This is happening often enough that it is necessary to add the test to the Mac Skipped list
1383         in order to keep the bots green.
1384
1385         * platform/mac/Skipped:
1386
1387 2012-05-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>
1388
1389         [EFL][DRT] move idn encoding test to test_expectations.txt
1390         https://bugs.webkit.org/show_bug.cgi?id=86080
1391
1392         Unreviewed gardening. Implementing copy{En,De}codedHostName just
1393         to test them is not useful: marking fast/encoding/idn-security.html
1394         as expected to fail.
1395
1396         * platform/efl/Skipped:
1397         * platform/efl/test_expectations.txt:
1398
1399 2012-05-29  Csaba Osztrogonác  <ossy@webkit.org>
1400
1401         [Qt] Unreviewed gardening.
1402
1403         * platform/qt-5.0-wk2/compositing/geometry/composited-in-columns-expected.txt: Added.
1404         * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png:
1405         * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt:
1406         * platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.png: Added.
1407         * platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt:
1408         * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.png:
1409         * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt:
1410         * platform/wk2/Skipped:
1411
1412 2012-05-29  Marcus Bulach  <bulach@chromium.org>
1413
1414         [chromium] Regression: fast/forms/select/optgroup-clicking.html is failing
1415         https://bugs.webkit.org/show_bug.cgi?id=87748
1416
1417         Unreviewed gardening.
1418
1419         This test was added by r118772 and it fails with a mismatch in menulist.selectedIndex.
1420
1421         * platform/chromium/test_expectations.txt:
1422
1423 2012-05-29  Tony Payne  <tpayne@chromium.org>
1424
1425         Fix new layout tests for images with color profiles by using fixed size
1426         https://bugs.webkit.org/show_bug.cgi?id=87542
1427
1428         Reviewed by Kent Tamura.
1429
1430         * fast/images/jpeg-with-color-profile.html: Use width=400px instead of 50% to make sure size is consistent across ports.
1431         * fast/images/png-with-color-profile.html: Use width=40px instead of 50% to make sure size is consistent across ports.
1432
1433 2012-05-29  Ilya Tikhonovsky  <loislo@chromium.org>
1434
1435         Unreviewed: Web Inspector: single line fix.
1436         heap-snapshot-loader are failing in Debug configuration because the list of profiles is not empty.
1437
1438         * inspector/profiler/heap-snapshot-loader.html:
1439
1440 2012-05-29  Marcus Bulach  <bulach@chromium.org>
1441
1442         Split svg/dom/viewspec-parser.html in smaller tests
1443         https://bugs.webkit.org/show_bug.cgi?id=87726
1444
1445         Reviewed by Andreas Kling.
1446
1447         This test was added by r118735.
1448         Splits into smaller independent tests to avoid timeouts on ports such as chromium.
1449
1450         * svg/dom/resources/viewspec-parser.js: Added.
1451         (buildTestsToRun):
1452         (zoomAndPanToString):
1453         (viewSpecToString):
1454         (testString.string_appeared_here.makeURLRelative):
1455         (testFragment):
1456         (startNextTest):
1457         (continueFuzzing.else.script.onload):
1458         (continueFuzzing):
1459         * svg/dom/viewspec-parser-1-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
1460         * svg/dom/viewspec-parser-1.html: Added.
1461         * svg/dom/viewspec-parser-2-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
1462         * svg/dom/viewspec-parser-2.html: Added.
1463         * svg/dom/viewspec-parser-3-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
1464         * svg/dom/viewspec-parser-3.html: Added.
1465         * svg/dom/viewspec-parser-4-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
1466         * svg/dom/viewspec-parser-4.html: Added.
1467         * svg/dom/viewspec-parser-5-expected.txt: Renamed from LayoutTests/svg/dom/viewspec-parser-expected.txt.
1468         * svg/dom/viewspec-parser-5.html: Added.
1469         * svg/dom/viewspec-parser.html: Removed.
1470
1471 2012-05-29  Csaba Osztrogonác  <ossy@webkit.org>
1472
1473         Unreviewed gardening, skip failing tests.
1474
1475         * platform/mac/Skipped:
1476         * platform/qt/Skipped:
1477
1478 2012-05-29  Yoshifumi Inoue  <yosin@chromium.org>
1479
1480         REGRESSION(r109729): The optgroup element's "disabled" attribute has no effect to rendering and selection
1481         https://bugs.webkit.org/show_bug.cgi?id=87614
1482
1483         Reviewed by Kent Tamura.
1484
1485         Note: An image for optgroup-rendering.html will be change due by
1486         BUG-87719. Color of option elements should be blue (:enabled 
1487         pseudo class) instead of green.
1488
1489         * fast/forms/select/optgroup-clicking-expected.txt: Added.
1490         * fast/forms/select/optgroup-clicking.html: Added.
1491         * fast/forms/select/optgroup-disabled-expected.txt: Added.
1492         * fast/forms/select/optgroup-disabled.html: Added.
1493         * fast/forms/select/optgroup-rendering.html: Added.
1494         * platform/chromium/test_expectations.txt: Add MISSING entry for optgroup-rendering.html.
1495         * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png: Added.
1496         * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.txt: Added.
1497
1498 2012-05-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
1499
1500         REGRESSION(r118742): It made inspector/profiler/heap-snapshot-loader.html fail on Lion, Qt
1501         https://bugs.webkit.org/show_bug.cgi?id=87741
1502
1503         Reviewed by Csaba Osztrogonác.
1504
1505         * platform/qt/Skipped: Skip the failing test.
1506
1507 2012-05-29  Thiago Marcos P. Santos  <thiago.santos@intel.com>
1508
1509         [EFL] Tests needs gardening after r118733
1510         https://bugs.webkit.org/show_bug.cgi?id=87733
1511
1512         Unreviewed gardening.
1513
1514         * platform/efl/fast/css/text-overflow-input-expected.txt:
1515         * platform/efl/fast/forms/search-styled-expected.png:
1516         * platform/efl/fast/forms/search-styled-expected.txt:
1517         * platform/efl/test_expectations.txt:
1518
1519 2012-05-29  Andrei Bucur  <abucur@adobe.com>
1520
1521         [CSS Regions]Rename NamedFlow::overflow to NamedFlow::overset
1522         https://bugs.webkit.org/show_bug.cgi?id=87491
1523
1524         This patch updates the CSSOM property name overflow to overset. There are no changes in functionality.
1525         Link to spec: http://www.w3.org/TR/2012/WD-css3-regions-20120503/
1526
1527         The test was refactored to be more similar to the other script tests (by using make-new-script-test)
1528
1529         Reviewed by Andreas Kling.
1530
1531         * fast/regions/webkit-named-flow-overflow-expected.txt: Removed.
1532         * fast/regions/webkit-named-flow-overflow.html: Removed.
1533         * fast/regions/webkit-named-flow-overset-expected.txt: Added.
1534         * fast/regions/webkit-named-flow-overset.html: Added.
1535
1536 2012-05-29  Csaba Osztrogonác  <ossy@webkit.org>
1537
1538         [Qt] REGRESSION(r118568): It broke fast/forms/textarea-maxlength.html on Qt 4.8
1539         https://bugs.webkit.org/show_bug.cgi?id=87740
1540
1541         Unreviewed gardening.
1542
1543         * platform/qt-4.8/Skipped: Skip fast/forms/textarea-maxlength.html until proper fix.
1544
1545 2012-05-29  Csaba Osztrogonác  <ossy@webkit.org>
1546
1547         [Qt] Unreviewed gardening.
1548
1549         * platform/qt-4.8/Skipped: Skip fast/parser/innerhtml-with-prefixed-elements.xhtml because of buggy QtXmlPatterns.
1550         * platform/qt-5.0/Skipped: Unskip fast/parser/innerhtml-with-prefixed-elements.xhtml, because libxslt works fine.
1551         * platform/qt/Skipped: Unskip a non-existing test.
1552         * platform/qt/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added.
1553         * platform/qt/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Updated.
1554
1555 2012-05-29  Zan Dobersek  <zandobersek@gmail.com>
1556
1557         Unreviewed GTK gardening after r118733 and r118735.
1558
1559         * platform/gtk/fast/css/text-overflow-input-expected.txt:
1560         * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
1561         * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
1562         * platform/gtk/fast/forms/placeholder-position-expected.txt:
1563         * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
1564         * platform/gtk/fast/forms/search-styled-expected.txt:
1565         * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
1566         * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
1567         * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
1568         * platform/gtk/test_expectations.txt:
1569
1570 2012-05-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
1571
1572         [Qt] Unreviewed Gardening. Update test expectations after r118733.
1573
1574         * platform/qt/fast/css/text-overflow-input-expected.txt:
1575         * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
1576         * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
1577         * platform/qt/fast/forms/placeholder-position-expected.txt:
1578         * platform/qt/fast/forms/placeholder-pseudo-style-expected.txt:
1579         * platform/qt/fast/forms/search-styled-expected.txt:
1580         * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
1581         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
1582         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
1583
1584 2012-05-29  Stephanie Lewis  <slewis@apple.com>
1585
1586         Unreviewed, skipping failing test
1587         See https://bugs.webkit.org/show_bug.cgi?id=87728
1588
1589         * platform/mac/Skipped:
1590
1591 2012-05-29  Stephanie Lewis  <slewis@apple.com>
1592
1593         Unreviewed, updating results after http://trac.webkit.org/projects/webkit/changeset/118733
1594
1595         * platform/mac/fast/css/text-overflow-input-expected.txt:
1596         * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
1597         * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
1598         * platform/mac/fast/forms/placeholder-position-expected.txt:
1599         * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
1600         * platform/mac/fast/forms/search-styled-expected.txt:
1601         * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
1602         * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
1603         * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
1604
1605 2012-05-29  Kent Tamura  <tkent@chromium.org>
1606
1607         [Chromium] Update test expectations
1608         https://bugs.webkit.org/show_bug.cgi?id=87155
1609
1610         More placehodler tests.
1611
1612         * platform/chromium/test_expectations.txt:
1613
1614 2012-05-29  Kent Tamura  <tkent@chromium.org>
1615
1616         [Chromium] Update test expectations.
1617         https://bugs.webkit.org/show_bug.cgi?id=87155
1618
1619         Placeholder-related render dumps need to be udpated.
1620
1621         * platform/chromium/test_expectations.txt:
1622
1623 2012-05-29  János Badics  <jbadics@inf.u-szeged.hu>
1624
1625         [Qt] Unreviewed gardening after r118618. http/tests/cache/cancel-in-progress-load.html
1626         fails with code 5.
1627         https://bugs.webkit.org/show_bug.cgi?id=35377
1628
1629         * platform/qt/Skipped:
1630
1631 2012-05-29  Ilya Tikhonovsky  <loislo@chromium.org>
1632
1633         Web Inspector: REGRESSION: load heap snapshot doesn't work.
1634         https://bugs.webkit.org/show_bug.cgi?id=87642
1635
1636         HeapSnapshotReceiver interface was introduced.
1637         It declares the API for HSLoader, HSLoaderProxy and HSSaveToFileReceiver.
1638         The HeapProfileHeader was refactored and tests were added.
1639
1640         Reviewed by Yury Semikhatsky.
1641
1642         * inspector/profiler/heap-snapshot-loader-expected.txt:
1643         * inspector/profiler/heap-snapshot-loader.html:
1644
1645 2012-05-29  Marcus Bulach  <bulach@chromium.org>
1646
1647         Test expectation pngs missing checksums are treated as MISSING by bots
1648         https://bugs.webkit.org/show_bug.cgi?id=87552
1649
1650         Unreviewed gardening.
1651
1652         This test was already failing for IMAGE and TEXT reasons prior to r118566.
1653         On r118566, new images were added, probably without an embedded checksum.
1654         It looks like our test infrastructure thinks that these images are MISSING.
1655         Temporarily add MISSING expectations, so that we can proceed with this (failing) test.
1656
1657         * platform/chromium/test_expectations.txt:
1658
1659 2012-05-29  Marcus Bulach  <bulach@chromium.org>
1660
1661         Test expectation pngs missing checksums are treated as MISSING by bots
1662         https://bugs.webkit.org/show_bug.cgi?id=87552
1663
1664         Unreviewed gardening.
1665
1666         This test was already failing for IMAGE and TEXT reasons prior to r118566.
1667         On r118566, new images were added, probably without an embedded checksum.
1668         It looks like our test infrastructure thinks that these images are MISSING.
1669         Temporarily add MISSING expectations, so that we can proceed with this (failing) test.
1670
1671         * platform/chromium/test_expectations.txt:
1672
1673 2012-05-29  Thiago Marcos P. Santos  <thiago.santos@intel.com>
1674
1675         [EFL] MathML tests needs rebaseline after r118713
1676         https://bugs.webkit.org/show_bug.cgi?id=87705
1677
1678         Unreviewed gardening.
1679
1680         * platform/efl/mathml/presentation/mo-stretch-expected.png:
1681         * platform/efl/mathml/presentation/mo-stretch-expected.txt:
1682         * platform/efl/mathml/presentation/mroot-pref-width-expected.png:
1683         * platform/efl/mathml/presentation/mroot-pref-width-expected.txt:
1684         * platform/efl/mathml/presentation/tables-expected.png:
1685         * platform/efl/mathml/presentation/tables-expected.txt:
1686
1687 2012-05-29  János Badics  <jbadics@inf.u-szeged.hu>
1688
1689         [Qt] Unreviewed gardening after r118585. Added Qt platform specific expected files.
1690         https://bugs.webkit.org/show_bug.cgi?id=86848
1691
1692         * platform/qt/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
1693         * platform/qt/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
1694
1695 2012-05-29  Eric Seidel  <eric@webkit.org>
1696
1697         Add HTMLIFrameElement.seamless property accessor now that seamless is enabled and works
1698         https://bugs.webkit.org/show_bug.cgi?id=87708
1699
1700         Reviewed by Adam Barth.
1701
1702         * fast/frames/seamless/seamless-basic-expected.txt:
1703         * fast/frames/seamless/seamless-inherited-origin-expected.txt:
1704         * fast/frames/seamless/seamless-nested-expected.txt:
1705         * fast/frames/seamless/seamless-quirks-expected.txt:
1706         * fast/frames/seamless/seamless-sandbox-flag-expected.txt:
1707         * fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt:
1708         * http/tests/security/seamless/seamless-cross-origin-expected.txt:
1709         * http/tests/security/seamless/seamless-sandbox-srcdoc-expected.txt:
1710
1711 2012-05-29  Nikolas Zimmermann  <nzimmermann@rim.com>
1712
1713         SVGViewSpec DOM bindings aka SVGSVGElement.currentView is unimplemented
1714         https://bugs.webkit.org/show_bug.cgi?id=15495
1715
1716         Reviewed by Rob Buis.
1717
1718         Re-enable a long disabled test for SVGViewSpec, and make it actually work.
1719         Extend SVGViewSpec test coverage, and rebaseline results that changed due the SVGViewSpec constructor addition.
1720
1721         Make linking-a-03-b-all.svg a reftest, to avoid rebaselines on all platforms.
1722
1723         * platform/chromium-linux/svg/custom/linking-a-03-b-all-expected.png: Removed.
1724         * platform/chromium-mac/svg/custom/linking-a-03-b-all-expected.png: Removed.
1725         * platform/chromium-win/fast/js/global-constructors-expected.txt:
1726         * platform/chromium-win/svg/custom/linking-a-03-b-all-expected.png: Removed.
1727         * platform/chromium-win/svg/custom/linking-a-03-b-all-expected.txt: Removed.
1728         * platform/gtk/fast/js/global-constructors-expected.txt:
1729         * platform/gtk/svg/custom/linking-a-03-b-all-expected.png: Removed.
1730         * platform/gtk/svg/custom/linking-a-03-b-all-expected.txt: Removed.
1731         * platform/mac/fast/js/global-constructors-expected.txt:
1732         * platform/mac/svg/custom/linking-a-03-b-all-expected.png: Removed.
1733         * platform/mac/svg/custom/linking-a-03-b-all-expected.txt: Removed.
1734         * platform/qt/fast/js/global-constructors-expected.txt:
1735         * platform/qt/svg/custom/linking-a-03-b-all-expected.png: Removed.
1736         * platform/qt/svg/custom/linking-a-03-b-all-expected.txt: Removed.
1737         * platform/win/fast/js/global-constructors-expected.txt:
1738         * svg/custom/global-constructors-expected.txt:
1739         * svg/custom/linking-a-03-b-all-expected.svg: Added.
1740         * svg/dom/SVGViewSpec-defaults-expected.txt: Added.
1741         * svg/dom/SVGViewSpec-defaults.html: Added.
1742         * svg/dom/SVGViewSpec-expected.txt: Added.
1743         * svg/dom/SVGViewSpec.html: Added.
1744         * svg/dom/complex-svgView-specification-expected.html: Added.
1745         * svg/dom/complex-svgView-specification.html: Added.
1746         * svg/dom/resources/viewspec-target.svg: Added.
1747         * svg/dom/script-tests/SVGViewSpec-defaults.js: Added.
1748         * svg/dom/script-tests/SVGViewSpec.js: Added.
1749         (completeTest.script.onload):
1750         (completeTest):
1751         (testFragment):
1752         (matrixToString):
1753         (continueTesting):
1754         * svg/dom/viewspec-parser-expected.txt: Added.
1755         * svg/dom/viewspec-parser.html: Renamed from LayoutTests/svg/dom/viewspec-parser.html-disabled.
1756
1757 2012-05-29  Marcus Bulach  <bulach@chromium.org>
1758
1759         [chromium] Adjust expectations for fast/layers/clip-rects-assertion-expected.txt
1760         https://bugs.webkit.org/show_bug.cgi?id=87671
1761
1762         Unreviewed gardening.
1763         Test has been fixed by r118724, remove expectation.
1764
1765         * platform/chromium/test_expectations.txt:
1766
1767 2012-05-29  Kent Tamura  <tkent@chromium.org>
1768
1769         REGRESSION (r90971): the cursor is painted “behind” the placeholder text
1770         https://bugs.webkit.org/show_bug.cgi?id=87155
1771
1772         Reviewed by Hajime Morita.
1773
1774         * fast/forms/input-placeholder-paint-order-2-expected.html: Added.
1775         * fast/forms/input-placeholder-paint-order-2.html: Added.
1776         * fast/forms/input-placeholder-paint-order.html: Added.
1777         * fast/forms/textarea/textarea-placeholder-paint-order-2-expected.html: Added.
1778         * fast/forms/textarea/textarea-placeholder-paint-order-2.html: Added.
1779         * fast/forms/textarea/textarea-placeholder-paint-order.html: Added.
1780         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.png: Added.
1781         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.txt: Added.
1782         * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
1783         * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
1784         * platform/chromium/test_expectations.txt:
1785
1786 2012-05-29  János Badics  <jbadics@inf.u-szeged.hu>
1787
1788         [Qt] Unreviewed gardening after r118631. http/tests/appcache/load-from-appcache-defer-resume-crash.html
1789         fails because of missing LayoutTestController::setUseDeferredFrameLoading implementation.
1790
1791         * platform/qt/Skipped:
1792
1793 2012-05-28  Csaba Osztrogonác  <ossy@webkit.org>
1794
1795         [Qt] New fast/dom/window-scroll-scaling.html made 3-400 tests flakey
1796         https://bugs.webkit.org/show_bug.cgi?id=87700
1797
1798         Unreviewed gardening to paint the bot less and less red.
1799
1800         * platform/qt/Skipped: Skip fast/dom/window-scroll-scaling.html until proper fix.
1801
1802 2012-05-28  Kent Tamura  <tkent@chromium.org>
1803
1804         Fix a crash in HTMLFormControlElement::disabled().
1805         https://bugs.webkit.org/show_bug.cgi?id=86534
1806
1807         Reviewed by Ryosuke Niwa.
1808
1809         Add a testcase to confirm <lagend> doesn't affect validation.
1810
1811         * fast/forms/datalist/datalist-child-validation-expected.txt:
1812         * fast/forms/datalist/datalist-child-validation.html:
1813
1814 2012-05-28  Marcus Bulach  <bulach@chromium.org>
1815
1816         Removes pixel result requirements from fast/layers/clip-rects-assertion-expected.txt
1817         https://bugs.webkit.org/show_bug.cgi?id=87663
1818
1819         Unreviewed gardening.
1820
1821         This test was added by r118612, but no pixel result were provided.
1822         It seems that it's enough to remove the param for dumpAsText() and just use the text text output.
1823         * fast/layers/clip-rects-assertion.html:
1824
1825 2012-05-28  Takashi Toyoshima  <toyoshim@chromium.org>
1826
1827         [WebSocket] Receiving reserved close codes, 1005, 1006, and 1015 must appear as code=1006 and wasClean=false
1828         https://bugs.webkit.org/show_bug.cgi?id=87084
1829
1830         Reviewed by Kent Tamura.
1831
1832         Add test cases where server initiates a closing handshake with forbidden status codes.
1833
1834         * http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
1835         * http/tests/websocket/tests/hybi/close-code-and-reason.html:
1836         * http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
1837         * http/tests/websocket/tests/hybi/workers/resources/close-code-and-reason.js:
1838         (WebSocketTest.prototype.onclose):
1839
1840 2012-05-28  Kent Tamura  <tkent@chromium.org>
1841
1842         Form controls in <fieldset disabled> should not be validated.
1843         https://bugs.webkit.org/show_bug.cgi?id=87381
1844
1845         Reviewed by Hajime Morita.
1846
1847         * fast/forms/fieldset/validation-in-fieldset-expected.txt: Added.
1848         * fast/forms/fieldset/validation-in-fieldset.html: Added.
1849
1850 2012-05-28  Rakesh KN  <rakesh.kn@motorola.com>
1851
1852         [Forms] HTMLFieldSetElement.idl doesn't have elements attribute.
1853         https://bugs.webkit.org/show_bug.cgi?id=80110
1854
1855         Reviewed by Kent Tamura.
1856
1857         * fast/forms/fieldset/fieldset-elements-expected.txt: Added.
1858         * fast/forms/fieldset/fieldset-elements.html: Added.
1859         * fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt: Added.
1860         * fast/forms/fieldset/fieldset-form-collection-radionode-list.html: Added.
1861
1862 2012-05-28  David Barton  <dbarton@mathscribe.com>
1863
1864         mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
1865         https://bugs.webkit.org/show_bug.cgi?id=86786
1866
1867         Unreviewed gardening - add back these two tests to skip for now.
1868
1869         * platform/mac/Skipped:
1870
1871 2012-05-28  David Barton  <dbarton@mathscribe.com>
1872
1873         mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
1874         https://bugs.webkit.org/show_bug.cgi?id=86786
1875
1876         Reviewed by Darin Adler.
1877
1878         * platform/mac/Skipped:
1879         * platform/mac/mathml/presentation/mo-stretch-expected.png:
1880         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
1881         * platform/mac/mathml/presentation/row-alignment-expected.png:
1882         * platform/mac/mathml/presentation/row-alignment-expected.txt:
1883         * platform/mac/mathml/presentation/tables-expected.png:
1884         * platform/mac/mathml/presentation/tables-expected.txt:
1885
1886 2012-05-28  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
1887
1888         Flaky tests in fast/profiler/
1889         https://bugs.webkit.org/show_bug.cgi?id=84102
1890
1891         Unreviewed gardening.
1892
1893         Tests fast/profiler/stop-profiling-after-setTimeout.html and
1894         fast/profiler/dead-time.html were still failing after
1895         https://bugs.webkit.org/show_bug.cgi?id=42328 . Mac and chromium
1896         already skip these tests.
1897
1898         * platform/efl/Skipped:
1899         * platform/gtk/test_expectations.txt:
1900         * platform/qt/Skipped:
1901
1902 2012-05-25  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
1903
1904         WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled
1905         https://bugs.webkit.org/show_bug.cgi?id=42328
1906
1907         Reviewed by Eric Seidel.
1908
1909         Updated tests to use windows.internals instead of layoutTestController.
1910
1911         * fast/profiler/anonymous-event-handler.html:
1912         * fast/profiler/anonymous-function-called-from-different-contexts.html:
1913         * fast/profiler/anonymous-function-calls-built-in-functions.html:
1914         * fast/profiler/anonymous-function-calls-eval.html:
1915         * fast/profiler/anonymous-functions-with-display-names.html:
1916         * fast/profiler/apply.html:
1917         * fast/profiler/built-in-function-calls-anonymous.html:
1918         * fast/profiler/built-in-function-calls-user-defined-function.html:
1919         * fast/profiler/call-register-leak.html:
1920         * fast/profiler/call.html:
1921         * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
1922         * fast/profiler/compare-multiple-profiles.html:
1923         * fast/profiler/constructor.html:
1924         * fast/profiler/dead-time.html:
1925         * fast/profiler/document-dot-write.html:
1926         * fast/profiler/event-handler.html:
1927         * fast/profiler/execution-context-and-eval-on-same-line.html:
1928         * fast/profiler/inline-event-handler.html:
1929         * fast/profiler/many-calls-in-the-same-scope.html:
1930         * fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
1931         * fast/profiler/multiple-and-different-scoped-function-calls.html:
1932         * fast/profiler/multiple-anonymous-functions-called-from-the-same-function.html:
1933         * fast/profiler/multiple-frames.html:
1934         * fast/profiler/named-functions-with-display-names.html:
1935         * fast/profiler/nested-anonymous-functon.html:
1936         * fast/profiler/nested-start-and-stop-profiler.html:
1937         * fast/profiler/no-execution-context.html:
1938         * fast/profiler/one-execution-context.html:
1939         * fast/profiler/profile-calls-in-included-file.html:
1940         * fast/profiler/profile-with-no-title.html:
1941         * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
1942         * fast/profiler/profiling-from-a-nested-location.html:
1943         * fast/profiler/simple-event-call.html:
1944         * fast/profiler/simple-no-level-change.html:
1945         * fast/profiler/start-and-stop-profiler-multiple-times.html:
1946         * fast/profiler/start-and-stop-profiling-in-the-same-function.html:
1947         * fast/profiler/start-but-dont-stop-profiling.html:
1948         * fast/profiler/stop-profiling-after-setTimeout.html:
1949         * fast/profiler/stop-then-function-call.html:
1950         * fast/profiler/throw-exception-from-eval.html-disabled:
1951         * fast/profiler/two-execution-contexts.html:
1952         * fast/profiler/user-defined-function-calls-built-in-functions.html:
1953         * fast/profiler/window-dot-eval.html:
1954         * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
1955         * platform/wk2/Skipped:
1956
1957 2012-05-28  Yong Li  <yoli@rim.com>
1958
1959         Crash on incomplete :not().
1960         https://bugs.webkit.org/show_bug.cgi?id=86673
1961
1962         Reviewed by Antti Koivisto.
1963
1964         Add a test case that makes CSS parser create incomplete
1965         :not selector.
1966
1967         * fast/css/crash-on-incomplete-not.html: Added.
1968         * fast/css/crash-on-incomplete-not-expected.txt: Added.
1969
1970 2012-05-28  Marcus Bulach  <bulach@chromium.org>
1971
1972         [chromium] Adjust expectations for fast/layers/clip-rects-assertion-expected.txt
1973         https://bugs.webkit.org/show_bug.cgi?id=87671
1974
1975         Unreviewed gardening.
1976         Temporarily adds "MISSING" for this test.
1977
1978         * platform/chromium/test_expectations.txt:
1979
1980 2012-05-28  Marcus Bulach  <bulach@chromium.org>
1981
1982         [chromium] http/tests/cache/cancel-in-progress-load.html is flaky
1983         https://bugs.webkit.org/show_bug.cgi?id=87657
1984
1985         Unreviewed gardening.
1986         It should be "MISSING" rather than "IMAGE" (fixes r118683).
1987
1988         * platform/chromium/test_expectations.txt:
1989
1990 2012-05-28  Marcus Bulach  <bulach@chromium.org>
1991
1992         Adds missing expectation after r118577
1993         https://bugs.webkit.org/show_bug.cgi?id=87670
1994
1995         Unreviewed gardening.
1996         A few baselines were already added by r118584. Adds baseline for Windows.
1997
1998         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
1999
2000 2012-05-28  Antti Koivisto  <antti@apple.com>
2001
2002         REGRESSION(r96517): Attribute selector fails to match dynamically modified style attribute
2003         https://bugs.webkit.org/show_bug.cgi?id=87349
2004
2005         Reviewed by Andreas Kling.
2006
2007         * fast/css/dynamic-style-attribute-query-expected.txt: Added.
2008         * fast/css/dynamic-style-attribute-query.html: Added.
2009
2010 2012-05-28  Marcus Bulach  <bulach@chromium.org>
2011
2012         [Chromium] [V8] Layout Test fast/js/string-replace-2.html failing following 11594 => 11648 v8 update
2013         https://bugs.webkit.org/show_bug.cgi?id=87423
2014
2015         Unreviewed gardening.
2016         
2017         We have rolled v8 and we can now set the expectation for both debug and release back to TEXT.
2018
2019         * platform/chromium/test_expectations.txt:
2020
2021 2012-05-28  Peter Rybin  <peter.rybin@gmail.com>
2022
2023         Web Inspector: Expose function (closure) scopes in remote protocol
2024         https://bugs.webkit.org/show_bug.cgi?id=86861
2025
2026         Reviewed by Yury Semikhatsky.
2027
2028         Test for function details now checks scopes.
2029
2030         * inspector/debugger/function-details-expected.txt:
2031         * inspector/debugger/function-details.html:
2032         * platform/chromium/inspector/debugger/function-details-expected.txt:
2033
2034 2012-05-28  Marcus Bulach  <bulach@chromium.org>
2035
2036         [chromium] Rebaseline following r118598
2037         https://bugs.webkit.org/show_bug.cgi?id=87669
2038
2039         Unreviewed gardening.
2040
2041         In chromium we print a prefix "line 1:" on one console message.
2042
2043         * platform/chromium/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
2044         * platform/chromium/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
2045
2046 2012-05-28  Marcus Bulach  <bulach@chromium.org>
2047
2048         [chromium] http/tests/cache/cancel-in-progress-load.html is flaky
2049         https://bugs.webkit.org/show_bug.cgi?id=87657
2050
2051         Unreviewed gardening.
2052
2053         Adds PASS and IMAGE expectations.
2054
2055         * platform/chromium/test_expectations.txt:
2056
2057 2012-05-28  Marcus Bulach  <bulach@chromium.org>
2058
2059         [chromium] http/tests/cache/cancel-in-progress-load.html is flaky
2060         https://bugs.webkit.org/show_bug.cgi?id=87657
2061
2062         Unreviewed gardening.
2063
2064         r118618 added this new test but it's been flaky in chromium.
2065
2066         * platform/chromium/test_expectations.txt:
2067
2068 2012-05-28  Marcus Bulach  <bulach@chromium.org>
2069
2070         [chromium] Baseline compositing/geometry/composited-in-columns.html
2071         https://bugs.webkit.org/show_bug.cgi?id=87653
2072
2073         Unreviewed gardening.
2074
2075         r118567 introduced a new test. Chromium is positioning the layers
2076         a few pixels off.
2077         Set the baseline for IMAGE+TEXT temporarily.
2078
2079         * platform/chromium/test_expectations.txt:
2080
2081 2012-05-28  Marcus Bulach  <bulach@chromium.org>
2082
2083         [chromium] LayoutTestController needs DeferredFrameLoading flag
2084         https://bugs.webkit.org/show_bug.cgi?id=87652
2085   
2086         Unreviewed gardening.
2087
2088         r118631 introduced a new test and a new API on LayoutTestController
2089         that we need to implement in chromium.
2090         Skip the test temporarily.
2091
2092         * platform/chromium/test_expectations.txt:
2093
2094 2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>
2095
2096         fast/tokenizer/entities-01.html & fast/tokenizer/entities-03.html need new baseline after r118672
2097         https://bugs.webkit.org/show_bug.cgi?id=87648
2098
2099         Unreviewed gardening.
2100
2101         r118672 fixed a rendering bug with &AElig but did not update the
2102         expected results for fast/tokenizer/entities-01.html and
2103         fast/tokenizer/entities-03.html.
2104
2105         * fast/tokenizer/entities-01-expected.txt:
2106         * fast/tokenizer/entities-03-expected.txt:
2107
2108 2012-05-28  Peter Beverloo  <peter@chromium.org>
2109
2110         &AElig doesn't get rendered as U+00C6
2111         https://bugs.webkit.org/show_bug.cgi?id=87465
2112
2113         Reviewed by Adam Barth.
2114
2115         Test that the (current) first alphabetical entity in the named entity
2116         table (&AElig, without a semi-colon) renders as expected.
2117
2118         * html5lib/resources/entities02.dat:
2119
2120 2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>
2121
2122         [EFL] fast/dom/beforeload/image-object-before-load* need to be skipped after r118618
2123         https://bugs.webkit.org/show_bug.cgi?id=87632
2124
2125         Unreviewed EFL gardening.
2126         fast/dom/beforeload/image-object-before-load* need to be skipped after
2127         r118618. The issue will be addressed in Bug 87631.
2128
2129         * platform/efl/test_expectations.txt:
2130
2131 2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>
2132
2133         [EFL] http/tests/appcache/abort-cache* are flaky and should be skipped
2134         https://bugs.webkit.org/show_bug.cgi?id=87634
2135
2136         Unreviewed EFL gardening. Aborting application cache downloads is
2137         flaky on EFL port so we need to skip the corresponding test cases for
2138         now.
2139
2140         * platform/efl/test_expectations.txt:
2141
2142 2012-05-28  Alexander Shalamov  <alexander.shalamov@intel.com>
2143
2144         [EFL] Move input element's internal spinner layout tests to test_expectations.txt
2145         https://bugs.webkit.org/show_bug.cgi?id=87629
2146
2147         Unreviewed EFL gardening.
2148
2149         * platform/efl/Skipped:
2150         * platform/efl/test_expectations.txt:
2151
2152 2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>
2153
2154         [EFL] Unreviewed EFL gardening after r118585
2155         https://bugs.webkit.org/show_bug.cgi?id=87621
2156
2157         Unreviewed EFL Gardening.
2158
2159         Two contentSecurityPolicy tests need expectation for EFL port after
2160         r118585 due to line numbers not being printed. Mac and GTK port are
2161         already doing the same.
2162
2163         * platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
2164         * platform/efl/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
2165
2166 2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>
2167
2168         [EFL] Test added in r118577 is failing and should be skipped
2169         https://bugs.webkit.org/show_bug.cgi?id=87620
2170
2171         Unreviewed EFL gardening. Skipping new test introduced in r118577
2172         which is failing on our port.
2173
2174         * platform/efl/test_expectations.txt:
2175
2176 2012-05-28  Christophe Dumez  <christophe.dumez@intel.com>
2177
2178         [EFL] New tests added in r118567 should be skipped on EFL port
2179         https://bugs.webkit.org/show_bug.cgi?id=87618
2180
2181         Unreviewed EFL gardening. Move the test added in r118567 to test
2182         expectations since the EFL port lacks support for
2183         LayoutTestController::layerTreeAsText.
2184
2185         * platform/efl/test_expectations.txt:
2186
2187 2012-05-28  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2188
2189         Move allowRoundingHacks to Internals interface
2190         https://bugs.webkit.org/show_bug.cgi?id=87328
2191
2192         Reviewed by Hajime Morita.
2193
2194         Invoke allowRoundingHacks function from internals, because it is able to work in the
2195         cross-port way via the Internals interface.
2196
2197         * platform/mac/fast/text/rounding-hacks-expansion.html:
2198         * platform/mac/fast/text/rounding-hacks.html:
2199
2200 2012-05-27  Shinya Kawanaka  <shinyak@chromium.org>
2201
2202         cut, copy or paste event won't be fired in Shadow DOM.
2203         https://bugs.webkit.org/show_bug.cgi?id=87352
2204
2205         Reviewed by Dimitri Glazkov.
2206
2207         * fast/dom/shadow/cppevent-in-shadow-expected.txt: Added.
2208         * fast/dom/shadow/cppevent-in-shadow.html: Added.
2209         * fast/dom/shadow/cppevent-input-in-shadow-expected.txt: Added.
2210         * fast/dom/shadow/cppevent-input-in-shadow.html: Added.
2211
2212 2012-05-27  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>
2213
2214         [EFL] Enable blob support for the EFL port
2215         https://bugs.webkit.org/show_bug.cgi?id=85363
2216
2217         Reviewed by Hajime Morita.
2218
2219         Unskip tests which require blob support to be enabled.
2220
2221         * platform/efl/Skipped:
2222         * platform/efl/test_expectations.txt:
2223
2224 2012-05-27  Hayato Ito  <hayato@chromium.org>
2225
2226         Support multiple shadow roots in event dispatching.
2227         https://bugs.webkit.org/show_bug.cgi?id=87470
2228
2229         Reviewed by Dimitri Glazkov.
2230
2231         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
2232         * fast/dom/shadow/shadow-dom-event-dispatching.html:
2233
2234 2012-05-27  Takashi Sakamoto  <tasak@google.com>
2235
2236         fast/dom/shadow/content-element-in-media.html is wrong.
2237         https://bugs.webkit.org/show_bug.cgi?id=81310
2238
2239         Modifying to check() to dump expected and actual text at the same
2240         absolute position, because DumpRenderTree dumps absolute x,y-position
2241         information for a layer which contains RenderVideo. For example,
2242         backgroundClip at (8,163), clip at (8, 163) and so on.
2243
2244         Reviewed by Hajime Morita.
2245
2246         * fast/dom/resources/shadow-test-driver.js:
2247         (check):
2248         Disabled actual block when dumping expected block as text, and vice
2249         versa.
2250         * platform/chromium/test_expectations.txt:
2251         Removed BUGWK81310.
2252
2253 2012-05-27  Benjamin Poulain  <bpoulain@apple.com>
2254
2255         When pages are loaded from AppCache with DeferredLoading, willSendRequest() is never called
2256         https://bugs.webkit.org/show_bug.cgi?id=87582
2257
2258         Reviewed by Darin Adler.
2259
2260         * http/tests/appcache/load-from-appcache-defer-resume-crash-expected.txt: Added.
2261         * http/tests/appcache/load-from-appcache-defer-resume-crash.html: Added.
2262         * http/tests/appcache/resources/load-from-appcache-defer-resume-bounce-back.html: Added.
2263         * http/tests/appcache/resources/load-from-appcache-defer-resume-crash.manifest: Added.
2264
2265 2012-05-27  Zan Dobersek  <zandobersek@gmail.com>
2266
2267         Unreviewed GTK gardening after r118618.
2268
2269         * platform/gtk/test_expectations.txt:
2270
2271 2012-05-27  Li Yin  <li.yin@intel.com>
2272
2273         [FileAPI] FileReader should fire progress event when blob has been completely read into memory
2274         https://bugs.webkit.org/show_bug.cgi?id=87585
2275
2276         Reviewed by Kentaro Hara.
2277
2278         From Spec: http://www.w3.org/TR/FileAPI/#dfn-progress-event
2279         One progress event will fire when blob has been completely read into memory.
2280         Firefox, Opera and IE follows the spec.
2281         Webkit based browser doesn't do that, it only fires progress event at interval of 50ms.
2282         WebKit should add the behavior to make the conformance with the spec.
2283
2284         * fast/files/file-reader-event-listener-expected.txt:
2285         * fast/files/file-reader-event-listener.html:
2286
2287 2012-05-26  Li Yin  <li.yin@intel.com>
2288
2289         [FileAPI] The result attribute of FileReader shuold use null to replace empty string
2290         https://bugs.webkit.org/show_bug.cgi?id=87578
2291
2292         Reviewed by Kentaro Hara.
2293
2294         From Spec: http://www.w3.org/TR/FileAPI/#filedata-attr
2295         Before read method has been called or an error in reading has occurred,
2296         the result attribute should be null, not empty string.
2297         WebKit should change the returned value empty string into null to keep
2298         conformance with the spec.
2299
2300         * fast/files/blob-slice-test-expected.txt:
2301         * fast/files/read-blob-async-expected.txt:
2302         * fast/files/read-file-async-expected.txt:
2303         * fast/files/resources/read-common.js:
2304         (logResult):
2305         * fast/files/workers/worker-read-blob-async-expected.txt:
2306         * fast/files/workers/worker-read-file-async-expected.txt:
2307
2308 2012-05-26  Nate Chapin  <japhet@chromium.org>
2309
2310         Test for https://bugs.webkit.org/show_bug.cgi?id=35377.
2311
2312         Reviewed by Darin Adler.
2313
2314         * http/tests/cache/cancel-in-progress-load-expected.txt: Added.
2315         * http/tests/cache/cancel-in-progress-load.html: Added.
2316         * http/tests/misc/write-while-waiting.html: Add waitUntilDone()/notifyDone().
2317             The slow script will now be cancelled when the script element is removed from the document.
2318             Without waitUntilDone(), LayoutTestController will immediately end the test upon cancellation
2319             of the last resource.
2320
2321 2012-05-26  Simon Fraser  <simon.fraser@apple.com>
2322
2323         fast/block/inline-children-root-linebox-crash.html asserts after r118567
2324         https://bugs.webkit.org/show_bug.cgi?id=87544
2325
2326         Reviewed by Darin Adler.
2327         
2328         Remove fast/block/inline-children-root-linebox-crash.html from the skipped
2329         list.
2330         
2331         New, more complex writing mode flipping test with compositing.
2332
2333         * compositing/geometry/flipped-blocks-inline-mapping-expected.txt: Added.
2334         * compositing/geometry/flipped-blocks-inline-mapping.html: Added.
2335         * platform/mac/Skipped:
2336
2337 2012-05-26  David Barton  <dbarton@mathscribe.com>
2338
2339         My first commit - set svn:mime-type to image/png on one .png file.
2340
2341         * platform/mac/mathml/presentation/mroot-pref-width-expected.png:
2342
2343 2012-05-26  Simon Fraser  <simon.fraser@apple.com>
2344
2345         Clip rects assertion when hovering div with transform
2346         https://bugs.webkit.org/show_bug.cgi?id=87580
2347
2348         Reviewed by Eric Seidel.
2349         
2350         Test that changes transform on hover style, testing for clipRect-related
2351         assertions.
2352
2353         * fast/layers/clip-rects-assertion-expected.txt: Added.
2354         * fast/layers/clip-rects-assertion.html: Added.
2355
2356 2012-05-26  Rob Buis  <rwlbuis@webkit.org>
2357
2358         Bug 15799: textPath element does not re-render when referenced path changes
2359         https://bugs.webkit.org/show_bug.cgi?id=15799
2360
2361         Reviewed by Nikolas Zimmermann.
2362
2363         - textPath-path-change-id.svg, react to change of id attribute on referenced path (makes the xlink:href valid).
2364         - textPath-path-change-id2.svg, react to change of id attribute on referenced path (makes the xlink:href invalid).
2365         - textPath-path-set-id.svg, react to setting of id attribute on referenced path (makes the xlink:href valid).
2366         - textPath-change-reference.svg, <textPath> references existing <path>, change the xlink:href to a non-existing one.
2367         - textPath-change-reference-using-baseval.svg, <textPath> references existing <path>, change the xlink:href to a non-existing one using SVG DOM.
2368         - textPath-change-reference2.svg, <textPath> references non-existing <path>, change xlink:href to an existing one.
2369         - textPath-change-reference2-using-baseval.svg, <textPath> references non-existing <path>, change xlink:href to an existing one using SVG DOM.
2370         - textPath-insert-path.svg, <textPath> references non-existing <path>, <path> added dynamically.
2371         - textPath-modify-child.svg, react to change on textPath content.
2372         - textPath-path-change-using-svg-dom.svg, react to change on pathSegList of referenced path.
2373         - textPath-path-change.svg, react to change on d attribute of referenced path.
2374         - textPath-path-change2.svg, react to change on d attribute of path referenced by multiple <textPath>s.
2375         - textPath-remove-path.svg, <textPath> references existing <path>, <path> is removed from DOM.
2376         - textPath-startoffset.svg, react to startOffset attribute change on <textPath>.
2377
2378         These tests are duplicated for <textPath> inside a <pattern>.
2379
2380         * svg/custom/textPath-change-id-expected.svg: Added.
2381         * svg/custom/textPath-change-id-pattern-expected.svg: Added.
2382         * svg/custom/textPath-change-id-pattern.svg: Added.
2383         * svg/custom/textPath-change-id.svg: Added.
2384         * svg/custom/textPath-change-id2-expected.svg: Added.
2385         * svg/custom/textPath-change-id2-pattern-expected.svg: Added.
2386         * svg/custom/textPath-change-id2-pattern.svg: Added.
2387         * svg/custom/textPath-change-id2.svg: Added.
2388         * svg/custom/textPath-change-reference-expected.svg: Added.
2389         * svg/custom/textPath-change-reference-pattern-expected.svg: Added.
2390         * svg/custom/textPath-change-reference-pattern.svg: Added.
2391         * svg/custom/textPath-change-reference-using-baseval-expected.svg: Added.
2392         * svg/custom/textPath-change-reference-using-baseval-pattern-expected.svg: Added.
2393         * svg/custom/textPath-change-reference-using-baseval-pattern.svg: Added.
2394         * svg/custom/textPath-change-reference-using-baseval.svg: Added.
2395         * svg/custom/textPath-change-reference.svg: Added.
2396         * svg/custom/textPath-change-reference2-expected.svg: Added.
2397         * svg/custom/textPath-change-reference2-pattern-expected.svg: Added.
2398         * svg/custom/textPath-change-reference2-pattern.svg: Added.
2399         * svg/custom/textPath-change-reference2-using-baseval-expected.svg: Added.
2400         * svg/custom/textPath-change-reference2-using-baseval-pattern-expected.svg: Added.
2401         * svg/custom/textPath-change-reference2-using-baseval-pattern.svg: Added.
2402         * svg/custom/textPath-change-reference2-using-baseval.svg: Added.
2403         * svg/custom/textPath-change-reference2.svg: Added.
2404         * svg/custom/textPath-insert-path-expected.svg: Added.
2405         * svg/custom/textPath-insert-path-pattern-expected.svg: Added.
2406         * svg/custom/textPath-insert-path-pattern.svg: Added.
2407         * svg/custom/textPath-insert-path.svg: Added.
2408         * svg/custom/textPath-modify-child-expected.svg: Added.
2409         * svg/custom/textPath-modify-child-pattern-expected.svg: Added.
2410         * svg/custom/textPath-modify-child-pattern.svg: Added.
2411         * svg/custom/textPath-modify-child.svg: Added.
2412         * svg/custom/textPath-path-change-expected.svg: Added.
2413         * svg/custom/textPath-path-change-pattern-expected.svg: Added.
2414         * svg/custom/textPath-path-change-pattern.svg: Added.
2415         * svg/custom/textPath-path-change-using-svg-dom-expected.svg: Added.
2416         * svg/custom/textPath-path-change-using-svg-dom-pattern-expected.svg: Added.
2417         * svg/custom/textPath-path-change-using-svg-dom-pattern.svg: Added.
2418         * svg/custom/textPath-path-change-using-svg-dom.svg: Added.
2419         * svg/custom/textPath-path-change.svg: Added.
2420         * svg/custom/textPath-path-change2-expected.svg: Added.
2421         * svg/custom/textPath-path-change2-pattern-expected.svg: Added.
2422         * svg/custom/textPath-path-change2-pattern.svg: Added.
2423         * svg/custom/textPath-path-change2.svg: Added.
2424         * svg/custom/textPath-remove-path-expected.svg: Added.
2425         * svg/custom/textPath-remove-path-pattern-expected.svg: Added.
2426         * svg/custom/textPath-remove-path-pattern.svg: Added.
2427         * svg/custom/textPath-remove-path.svg: Added.
2428         * svg/custom/textPath-set-id-expected.svg: Added.
2429         * svg/custom/textPath-set-id.svg: Added.
2430         * svg/custom/textPath-startoffset-expected.svg: Added.
2431         * svg/custom/textPath-startoffset-pattern-expected.svg: Added.
2432         * svg/custom/textPath-startoffset-pattern.svg: Added.
2433         * svg/custom/textPath-startoffset.svg: Added.
2434
2435 2012-05-26  Zan Dobersek  <zandobersek@gmail.com>
2436
2437         Unreviewed GTK gardening after r118577 and r118585.
2438
2439         * platform/gtk/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
2440         * platform/gtk/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
2441         * platform/gtk/test_expectations.txt:
2442
2443 2012-05-25  Sukolsak Sakshuwong  <sukolsak@google.com>
2444
2445         cursor gets trapped when border-style: dashed is used
2446         https://bugs.webkit.org/show_bug.cgi?id=37693
2447
2448         Reviewed by Tony Chang.
2449
2450         This bug has been fixed. Add a test to make sure that it won't regress.
2451
2452         * editing/selection/move-by-line-006-expected.txt: Added.
2453         * editing/selection/move-by-line-006.html: Added.
2454
2455 2012-05-25  Tony Chang  <tony@chromium.org>
2456
2457         implement new negative flexing algorithm
2458         https://bugs.webkit.org/show_bug.cgi?id=86528
2459
2460         Reviewed by Ojan Vafai.
2461
2462         * css3/flexbox/flex-algorithm-expected.txt:
2463         * css3/flexbox/flex-algorithm.html:
2464
2465 2012-05-25  Mihai Parparita  <mihaip@chromium.org>
2466
2467         Allow synchronous XHRs to be disabled in documents
2468         https://bugs.webkit.org/show_bug.cgi?id=87540
2469
2470         Reviewed by Eric Seidel.
2471
2472         Synchronous XMLHttpRequests are a problematic API, since they result
2473         in blocked UI threads. Some clients may wish to always disable them;
2474         give them a setting to do so (see also r103629 for other cases where
2475         synchronous XHRs are disabled).
2476
2477         * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt: Added.
2478         * fast/xmlhttprequest/xmlhttprequest-sync-disabled.html: Added.
2479
2480 2012-05-25  Stephanie Lewis  <slewis@apple.com>
2481
2482         Unreviewed, fix bad copy/paste.
2483
2484         * platform/mac/Skipped:
2485
2486 2012-05-25  Stephanie Lewis  <slewis@apple.com>
2487
2488         See https://bugs.webkit.org/show_bug.cgi?id=87558
2489
2490         Unreviewed, checking in expected failing results.
2491
2492         * platform/mac/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
2493         * platform/mac/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
2494
2495 2012-05-25  Stephanie Lewis  <slewis@apple.com>
2496
2497         See https://bugs.webkit.org/show_bug.cgi?id=87544
2498
2499         Unreviewed, skipping asserting test 
2500
2501         * platform/mac/Skipped:
2502
2503 2012-05-25  Lynn Neir  <lynn.neir@skype.net>
2504
2505         Updated tests as a result of implementing TextInputController in DRT for windows, https://bugs.webkit.org/show_bug.cgi?id=32021
2506
2507         Reviewed by Eric Seidel.
2508
2509         * platform/win/Skipped:
2510         * platform/win/editing/selection/5825350-1-expected.txt: Added.
2511         * platform/win/editing/selection/5825350-2-expected.txt: Added.
2512         * platform/win/editing/selection/mixed-editability-10-expected.txt:
2513         * platform/win/editing/selection/move-left-right-expected.txt: Added.
2514         * platform/win/fast/events/ime-composition-events-001-expected.txt:
2515         * platform/win/fast/forms/input-maxlength-ime-completed-expected.txt: Removed.
2516         * platform/win/fast/forms/input-maxlength-ime-preedit-expected.txt: Removed.
2517         * platform/win/svg/text/caret-in-svg-text-expected.txt: Added.
2518
2519 2012-05-25  Jessie Berlin  <jberlin@apple.com>
2520
2521         Enhance Windows DRT implementation to support platform scroll wheel events.
2522         https://bugs.webkit.org/show_bug.cgi?id=36002
2523
2524         Add another test that uses continuousMouseScrollBy to the Windows Skipped list.
2525
2526         * platform/win/Skipped:
2527
2528 2012-05-25  Abhishek Arya  <inferno@chromium.org>
2529
2530         Crash in RenderTableSection::paintCell.
2531         https://bugs.webkit.org/show_bug.cgi?id=87445
2532
2533         Reviewed by Eric Seidel and Julien Chaffraix.
2534
2535         * tables/table-section-overflow-clip-crash-expected.txt: Added.
2536         * tables/table-section-overflow-clip-crash.html: Added.
2537
2538 2012-05-25  Jessie Berlin  <jberlin@apple.com>
2539
2540         Implement spinbutton support in RenderThemeSafari
2541         https://bugs.webkit.org/show_bug.cgi?id=54662
2542
2543         Add more spinbutton tests to the Windows Skipped list.
2544
2545         * platform/win/Skipped:
2546
2547 2012-05-25  Philip Rogers  <pdr@google.com>
2548
2549         Fix for self-closing <use> tags
2550         https://bugs.webkit.org/show_bug.cgi?id=87504
2551
2552         Reviewed by Adam Barth.
2553
2554         * svg/custom/svg-self-closing-use-expected.html: Added.
2555         * svg/custom/svg-self-closing-use.html: Added.
2556
2557 2012-05-25  Jessie Berlin  <jberlin@apple.com>
2558
2559         [Win] ~1/2 of all the iframe seamless tests fail
2560         https://bugs.webkit.org/show_bug.cgi?id=87543
2561
2562         Add failing expected results for Windows in order to get the bots green.
2563
2564         * platform/win/fast/frames: Added.
2565         * platform/win/fast/frames/seamless: Added.
2566         * platform/win/fast/frames/seamless/seamless-basic-expected.txt: Added.
2567         * platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt: Added.
2568         * platform/win/fast/frames/seamless/seamless-form-get-expected.txt: Added.
2569         * platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt: Added.
2570         * platform/win/fast/frames/seamless/seamless-form-post-expected.txt: Added.
2571         * platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt: Added.
2572         * platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt: Added.
2573         * platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt: Added.
2574         * platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt: Added.
2575         * platform/win/fast/frames/seamless/seamless-window-location-expected.txt: Added.
2576         * platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt: Added.
2577         * platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Added.
2578         * platform/win/fast/frames/seamless/seamless-window-open-expected.txt: Added.
2579
2580 2012-05-25  Tommy Widenflycht  <tommyw@google.com>
2581
2582         MediaStream API: Make sure IceCallback is valid for PeerConnection00
2583         https://bugs.webkit.org/show_bug.cgi?id=87480
2584
2585         Reviewed by Adam Barth.
2586
2587         * fast/mediastream/constructors-expected.txt:
2588         * fast/mediastream/constructors.html:
2589
2590 2012-05-25  Mike West  <mkwst@chromium.org>
2591
2592         Inline script and style blocked by Content Security Policy should provide more detailed console errors.
2593         https://bugs.webkit.org/show_bug.cgi?id=86848
2594
2595         Reviewed by Adam Barth.
2596
2597         * http/tests/security/contentSecurityPolicy/combine-multiple-policies-expected.txt:
2598         * http/tests/security/contentSecurityPolicy/default-src-inline-blocked-expected.txt:
2599         * http/tests/security/contentSecurityPolicy/injected-inline-script-allowed-expected.txt: Added.
2600         * http/tests/security/contentSecurityPolicy/injected-inline-script-allowed.html: Added.
2601         * http/tests/security/contentSecurityPolicy/injected-inline-script-blocked-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt.
2602         * http/tests/security/contentSecurityPolicy/injected-inline-script-blocked.html: Added.
2603         * http/tests/security/contentSecurityPolicy/injected-inline-style-allowed-expected.txt: Added.
2604         * http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html: Added.
2605         * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt: Added.
2606         * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked.html: Added.
2607         * http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt:
2608         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
2609         * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
2610         * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked-expected.txt:
2611         * http/tests/security/contentSecurityPolicy/inline-style-blocked-expected.txt:
2612         * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
2613         * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt:
2614         * http/tests/security/contentSecurityPolicy/report-only-expected.txt:
2615         * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
2616         * http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
2617         * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
2618         * http/tests/security/contentSecurityPolicy/resources/inject-script.js: Added.
2619         * http/tests/security/contentSecurityPolicy/resources/inject-style.js: Added.
2620         * http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt:
2621         * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src-expected.txt:
2622
2623 2012-05-25  Joshua Bell  <jsbell@chromium.org>
2624
2625         [Chromium] Add missing expectations needed after http://trac.webkit.org/changeset/118577/
2626
2627         Unreviewed gardening.
2628
2629         * platform/chromium-mac-leopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
2630         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
2631         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
2632
2633 2012-05-25  Kenneth Russell  <kbr@google.com>
2634
2635         New tex-image-and-sub-image-2d-with-video tests from r118565 failing on Mac Lion
2636         https://bugs.webkit.org/show_bug.cgi?id=87541
2637
2638         Unreviewed; skipping tests until bug can be investigated.
2639
2640         * platform/mac/Skipped:
2641
2642 2012-05-25  Adam Klein  <adamk@chromium.org>
2643
2644         Remove a bunch of flaky expectations for tests that now pass.
2645
2646         Unreviewed test expectations update.
2647
2648         Also marked some nearby tests as more definitely failing.
2649
2650         * platform/chromium/test_expectations.txt:
2651
2652 2012-05-25  Adam Klein  <adamk@chromium.org>
2653
2654         compositing/overflow/overflow-positioning.html fails with timeout on multiple chromium bots
2655         https://bugs.webkit.org/show_bug.cgi?id=85771
2656
2657         Unreviewed test expectations update.
2658
2659         These tests haven't timed out lately on the Chromium bots, so removing
2660         the suppressions.
2661
2662         * platform/chromium/test_expectations.txt:
2663
2664 2012-05-25  Anna Cavender <annacc@chromium.org>
2665
2666         [Chromium] Removing tests from test_expectations.txt that are no longer crashing.
2667
2668         Unreviewed gardening.
2669
2670         * platform/chromium/test_expectations.txt:
2671
2672 2012-05-25  Anna Cavender <annacc@chromium.org>
2673
2674         [Chromium] Removing media/video-volume-slider.html from test_expectations.txt
2675
2676         Unreviewed gardening.
2677
2678         * platform/chromium/test_expectations.txt:
2679
2680 2012-05-25  Adam Klein  <adamk@chromium.org>
2681
2682         Mark some "flaky" TypedArray tests more appropriately as DEBUG SLOW
2683
2684         Unreviewed test expectations update.
2685
2686         * platform/chromium/test_expectations.txt:
2687
2688 2012-05-25  Adam Klein  <adamk@chromium.org>
2689
2690         Rebaseline Chromium expectations for fast/box-shadow/shadow-buffer-partial.html
2691
2692         Unreviewed rebaselining.
2693
2694         The same rebaseline was made in r112582, but only got the Linux expectations.
2695
2696         * fast/box-shadow/shadow-buffer-partial-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/box-shadow/shadow-buffer-partial-expected.txt.
2697         * platform/chromium-linux-x86/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
2698         * platform/chromium-mac-leopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
2699         * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
2700         * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
2701         * platform/chromium-win-vista/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
2702         * platform/chromium-win-xp/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
2703         * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
2704         * platform/chromium/test_expectations.txt:
2705         * platform/efl/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
2706         * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
2707         * platform/mac/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
2708
2709 2012-05-24  Ryosuke Niwa  <rniwa@webkit.org>
2710
2711         createContextualFragment and insertAdjacentHTML should throw syntax error
2712         https://bugs.webkit.org/show_bug.cgi?id=87454
2713
2714         Reviewed by Darin Adler.
2715
2716         Add a regression test, and rebaselined the existing tests since we throw
2717         DOMException.SYNTAX_ERR instead of DOMException.INVALID_STATE_ERR.
2718
2719         * fast/dom/xhtml-fragment-parsing-exceptions-expected.txt: Added.
2720         * fast/dom/xhtml-fragment-parsing-exceptions.xhtml: Added.
2721         * fast/innerHTML/innerHTML-changing-document-properties-expected.txt:
2722         * fast/parser/xhtml-innerhtml-null-byte-first.xhtml:
2723         * fast/parser/xhtml-innerhtml-null-byte.xhtml:
2724
2725 2012-05-25  John Knottenbelt  <jknotten@chromium.org>
2726
2727         Body scrollWidth() and scrollHeight() should be page scale-invariant
2728         https://bugs.webkit.org/show_bug.cgi?id=87494
2729
2730         RenderView::documentRect() is calculating the "scaled" document rect by applying
2731         the current transformation matrix to the unscaledDocumentRect() and then
2732         returning the rounded-out IntRect result.
2733
2734         This rounding out is incorrect because it allows the scaled rectangle to
2735         represent an area that is not actually covered by the document.
2736
2737         We fix this by applying the current transform to the document rect
2738         as a FloatRect and then explicitly converting to IntRect, which
2739         takes the floor of the resulting rectangle coordinates instead of
2740         rounding them out.
2741
2742         This is evidenced by the document.body.scrollWidth() and
2743         document.body.scrollHeight() changing under page scale factor when
2744         they are expected to remain invariant.
2745
2746         Reviewed by James Robinson.
2747
2748         * fast/dom/window-scroll-scaling-expected.txt: Added.
2749         * fast/dom/window-scroll-scaling.html: Added.
2750
2751 2012-05-25  Simon Fraser  <simon.fraser@apple.com>
2752
2753         Terrible performance on http://alliances.commandandconquer.com/ and http://www.lordofultima.com/
2754         https://bugs.webkit.org/show_bug.cgi?id=84410
2755
2756         Reviewed by Dave Hyatt.
2757         
2758         Basic tests for compositing inside columns, and in a flipped-writing-mode
2759         document.
2760
2761         * compositing/geometry/composited-in-columns-expected.png: Added.
2762         * compositing/geometry/composited-in-columns-expected.txt: Added.
2763         * compositing/geometry/composited-in-columns.html: Added.
2764         * compositing/geometry/flipped-writing-mode-expected.png: Added.
2765         * compositing/geometry/flipped-writing-mode-expected.txt: Added.
2766         * compositing/geometry/flipped-writing-mode.html: Added.
2767
2768 2012-05-25  Andras Becsi  <andras.becsi@nokia.com>
2769
2770         Acid3 fails in WebKit2 regression tests
2771         https://bugs.webkit.org/show_bug.cgi?id=87187
2772
2773         Reviewed by Alexey Proskuryakov.
2774
2775         Since the link test in the acid3.html relies on visited link tracking
2776         it should call layoutTestController.keepWebHistory() because visited
2777         link tracking is disabled by default to avoid interdependencies between
2778         test.
2779
2780         Update expected files and png's now that the result does not show the
2781         "YOU SHOULD NOT SEE THIS AT ALL" text in red in the top left corner.
2782
2783         * http/tests/misc/acid3-expected.png:
2784         * http/tests/misc/acid3-expected.txt:
2785         * http/tests/misc/acid3.html: Fix test.
2786         * platform/chromium-mac-leopard/http/tests/misc/acid3-expected.png:
2787         * platform/chromium-mac-snowleopard/http/tests/misc/acid3-expected.png:
2788         * platform/chromium-mac/http/tests/misc/acid3-expected.png:
2789         * platform/chromium-mac/http/tests/misc/acid3-expected.txt:
2790         * platform/mac-wk2/http/tests/misc/acid3-expected.png: Same as the platform independent result. Removed.
2791         * platform/mac-wk2/http/tests/misc/acid3-expected.txt: Same as the platform independent result. Removed.
2792
2793 2012-05-25  Kenneth Russell  <kbr@google.com>
2794
2795         Incorporate new tex-image-and-sub-image-2d-with-video*.html tests
2796         https://bugs.webkit.org/show_bug.cgi?id=87042
2797
2798         Reviewed by James Robinson.
2799
2800         Incorporated current version of video-related WebGL tests from
2801         Khronos repository testing uploading to all packed pixel formats.
2802
2803         * fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-video.js: Added.
2804         (generateTest.runOneIteration):
2805         (generateTest.runTest):
2806         * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt:
2807         * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt.
2808         * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
2809         * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt.
2810         * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
2811         * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt.
2812         * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
2813         * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html:
2814
2815 2012-05-25  Jessie Berlin  <jberlin@apple.com>
2816
2817         Rebaseline the Windows getComputedStyle results to reflect features
2818         turned off on Windows.
2819
2820         * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Added.
2821         * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.
2822
2823 2012-05-25  Sukolsak Sakshuwong  <sukolsak@google.com>
2824
2825         Pasting into contenteditable table cell pastes into adjacent cell instead.
2826         https://bugs.webkit.org/show_bug.cgi?id=53933
2827
2828         Reviewed by Darin Adler.
2829
2830         This bug has been fixed. Add a test to make sure that it won't regress.
2831
2832         * editing/pasteboard/paste-into-table-cell-2-expected.txt: Added.
2833         * editing/pasteboard/paste-into-table-cell-2.html: Added.
2834
2835 2012-05-25  Joshua Bell  <jsbell@chromium.org>
2836
2837         [Chromium] Remove 6 incorrect baselines from http://trac.webkit.org/changeset/117821/
2838
2839         Unreviewed gardening.
2840
2841         * platform/chromium-win/fast/viewport/viewport-126-expected.txt: Removed.
2842         * platform/chromium-win/fast/viewport/viewport-127-expected.txt: Removed.
2843         * platform/chromium-win/fast/viewport/viewport-65-expected.txt: Removed.
2844         * platform/chromium-win/fast/viewport/viewport-82-expected.txt: Removed.
2845         * platform/chromium-win/fast/viewport/viewport-84-expected.txt: Removed.
2846         * platform/chromium-win/fast/viewport/viewport-87-expected.txt: Removed.
2847
2848 2012-05-25  Jessie Berlin  <jberlin@apple.com>
2849
2850         Web Timing is not enabled on Windows
2851         https://bugs.webkit.org/show_bug.cgi?id=42435
2852
2853         Add the fast/performance tests to the Windows Skipped list.
2854
2855         * platform/win/Skipped:
2856
2857 2012-05-25  Jessie Berlin  <jberlin@apple.com>
2858
2859         File API is not yet supported on Windows
2860         https://bugs.webkit.org/show_bug.cgi?id=37957
2861
2862         Add platform specific results for a test that attempts to use the FileReaderConstructor.
2863
2864         * platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
2865
2866 2012-05-25  Sheriff Bot  <webkit.review.bot@gmail.com>
2867
2868         Unreviewed, rolling out r118395.
2869         http://trac.webkit.org/changeset/118395
2870         https://bugs.webkit.org/show_bug.cgi?id=87526
2871
2872         Breaking sites including GMail and Yahoo mail (Requested by
2873         jsbell on #webkit).
2874
2875         * fast/css/clear-float-sibling-expected.html: Removed.
2876         * fast/css/clear-float-sibling.html: Removed.
2877
2878 2012-05-25  Jessie Berlin  <jberlin@apple.com>
2879
2880         Skip the Network Information tests on Windows.
2881
2882         * platform/win/Skipped:
2883
2884 2012-05-25  Joshua Bell  <jsbell@chromium.org>
2885
2886         [Chromium] Remove 2 incorrect rebaselines from http://trac.webkit.org/changeset/117818/
2887
2888         Unreviewed gardening.
2889
2890         * platform/chromium-mac/canvas/philip/tests/2d.imageData.create1.type-expected.txt: Removed.
2891         * platform/chromium-mac/canvas/philip/tests/2d.imageData.create2.type-expected.txt: Removed.
2892
2893 2012-05-25  Jessie Berlin  <jberlin@apple.com>
2894
2895         Skip more WebGL tests on Windows.
2896
2897         * platform/win/Skipped:
2898
2899 2012-05-25  Elliot Poger  <epoger@chromium.org>
2900
2901         New baselines for http://crbug.com/129184
2902
2903         Unreviewed rebaselining.
2904
2905         * platform/chromium-linux/svg/filters/subRegion-one-effect-expected.png:
2906         * platform/chromium-linux/svg/filters/subRegion-two-effects-expected.png:
2907         * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.png:
2908         * platform/chromium-linux/transforms/svg-vs-css-expected.png:
2909         * platform/chromium-mac/svg/filters/subRegion-one-effect-expected.png:
2910         * platform/chromium-mac/svg/filters/subRegion-two-effects-expected.png:
2911         * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.png:
2912         * platform/chromium-mac/transforms/svg-vs-css-expected.png:
2913         * platform/chromium-win/svg/filters/subRegion-one-effect-expected.png:
2914         * platform/chromium-win/svg/filters/subRegion-two-effects-expected.png:
2915         * platform/chromium-win/svg/transforms/svg-css-transforms-expected.png:
2916         * platform/chromium-win/transforms/svg-vs-css-expected.png:
2917         * platform/efl/svg/filters/subRegion-one-effect-expected.txt: Removed.
2918         * platform/efl/svg/filters/subRegion-two-effects-expected.txt: Removed.
2919         * platform/gtk/svg/filters/subRegion-one-effect-expected.txt: Removed.
2920         * platform/gtk/svg/filters/subRegion-two-effects-expected.txt: Removed.
2921         * platform/mac/svg/filters/subRegion-one-effect-expected.txt: Removed.
2922         * platform/mac/svg/filters/subRegion-two-effects-expected.txt: Removed.
2923         * platform/qt/svg/filters/subRegion-one-effect-expected.txt: Removed.
2924         * platform/qt/svg/filters/subRegion-two-effects-expected.txt: Removed.
2925         * svg/filters/subRegion-one-effect-expected.txt: Added.
2926         * svg/filters/subRegion-two-effects-expected.txt: Added.
2927
2928 2012-05-25  Jessie Berlin  <jberlin@apple.com>
2929
2930         Implement LayoutTest's eventSender.beginDragWithFiles interface in windows platform
2931         https://bugs.webkit.org/show_bug.cgi?id=86296
2932
2933         Add more affected tests to the Windows Skipped list.
2934
2935         * platform/win/Skipped:
2936
2937 2012-05-25  Alexander Pavlov  <apavlov@chromium.org>
2938
2939         Web Inspector: Hangup when continuously changing a css width value in Inspector
2940         https://bugs.webkit.org/show_bug.cgi?id=85802
2941
2942         Reviewed by Vsevolod Vlasov.
2943
2944         * inspector/styles/styles-formatting-expected.txt:
2945         * inspector/styles/styles-formatting.html:
2946
2947 2012-05-25  Joshua Bell  <jsbell@chromium.org>
2948
2949         [Chromium] Widen CRASH expectation for visibility-simple-canvas2d-layer.html to include Mac10.6.
2950
2951         Unreviewed gardening.
2952
2953         * platform/chromium/test_expectations.txt:
2954
2955 2012-05-25  Joshua Bell  <jsbell@chromium.org>
2956
2957         [Chromium] Remove/restore test expectations for html5lib tests.
2958         https://bugs.webkit.org/show_bug.cgi?id=87275
2959
2960         Unreviewed gardening.
2961
2962         * platform/chromium/test_expectations.txt:
2963
2964 2012-05-25  Joshua Bell  <jsbell@chromium.org>
2965
2966         [Chromium] Remove test expectation for video-cookie.html now that the issue
2967         is fixed on the Chromium side.
2968         https://bugs.webkit.org/show_bug.cgi?id=87459
2969
2970         Unreviewed gardening.
2971
2972         * platform/chromium/test_expectations.txt:
2973
2974 2012-05-25  Jessie Berlin  <jberlin@apple.com>
2975
2976         Remove the Windows platform-specific results for window-domurl-crash.
2977
2978         r115582 changed this test to use Blob instead of WebKitBlobBuilder, so the fact that Windows
2979         doesn't support WebKitBlobBuilder no longer affects this test.
2980
2981         * platform/chromium-win/fast/dom/window-domurl-crash-expected.txt: Removed.
2982         * platform/win/fast/dom/window-domurl-crash-expected.txt: Removed.
2983
2984 2012-05-25  Vsevolod Vlasov  <vsevik@chromium.org>
2985
2986         Unreviewed chromium test expectations update.
2987
2988         * platform/chromium/test_expectations.txt:
2989
2990 2012-05-25  Alexei Filippov  <alexeif@chromium.org>
2991
2992         Web Inspector: Speed up edges iteration in heap profiler
2993         https://bugs.webkit.org/show_bug.cgi?id=87286
2994
2995         Add an extra node to nodes array that points to the end of edges array.
2996         It allows to eliminate a check for the last node in iteration code.
2997
2998         Reviewed by Yury Semikhatsky.
2999
3000         * inspector/profiler/heap-snapshot-test.js:
3001         (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
3002         (initialize_HeapSnapshotTest.InspectorTest._postprocessHeapSnapshotMock):
3003
3004 2012-05-25  Zan Dobersek  <zandobersek@gmail.com>
3005
3006         Unreviewed GTK gardening after r118166, r118291 and r118442.
3007
3008         * platform/gtk/test_expectations.txt:
3009
3010 2012-05-25  Ilya Tikhonovsky  <loislo@chromium.org>
3011
3012         Web Inspector: drop obsolete WebInspector.Uint32Array and adjust snapshot chunk size for better transfer-snapshot metric.
3013         https://bugs.webkit.org/show_bug.cgi?id=87490
3014
3015         Originally WebInspector.Uint32Array was used for dynamic array
3016         reallocation because we had no information about expected arrays sizes.
3017         Now we have these sizes and allocates array precisely.
3018
3019         Reviewed by Yury Semikhatsky.
3020
3021         * inspector/profiler/heap-snapshot-test.js:
3022         (initialize_HeapSnapshotTest.):
3023
3024 2012-05-25  Christophe Dumez  <christophe.dumez@intel.com>
3025
3026         [EFL] fast/forms/color/input-value-sanitization-color.html can be unskipped
3027         https://bugs.webkit.org/show_bug.cgi?id=87487
3028
3029         Unreviewed EFL gardening. Unskip
3030         fast/forms/color/input-value-sanitization-color.html now that
3031         INPUT_TYPE_COLOR flag has been enabled by default for EFL port in
3032         r114113.
3033
3034         * platform/efl/Skipped:
3035
3036 2012-05-25  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>
3037
3038         [EFL] [DRT] Gardening of failing tests and missing results
3039         https://bugs.webkit.org/show_bug.cgi?id=87486
3040
3041         Unreviewed EFL gardening. Some rebaselines after r118448, and updated
3042         expectations for a couple of tests.
3043
3044         * platform/efl/fast/html/details-position-expected.txt:
3045         * platform/efl/fast/replaced/width100percent-checkbox-expected.png:
3046         * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
3047         * platform/efl/fast/replaced/width100percent-radio-expected.png:
3048         * platform/efl/fast/replaced/width100percent-radio-expected.txt:
3049         * platform/efl/mathml/presentation/fractions-expected.png:
3050         * platform/efl/mathml/presentation/fractions-expected.txt:
3051         * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
3052         * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
3053         * platform/efl/mathml/presentation/mo-stretch-expected.png:
3054         * platform/efl/mathml/presentation/mo-stretch-expected.txt:
3055         * platform/efl/mathml/presentation/subsup-expected.txt:
3056         * platform/efl/test_expectations.txt:
3057
3058 2012-05-25  János Badics  <jbadics@inf.u-szeged.hu>
3059
3060         [Qt] Gardening. Skip a new test: fast/events/domactivate-sets-underlying-click-event-as-handled.html
3061         because it times out on Qt and GTK platforms.
3062
3063         Reviewed by Csaba Osztrogonác.
3064
3065         * platform/qt/Skipped:
3066
3067 2012-05-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
3068
3069         [EFL][DRT] Gardening. fast/events/option-tab.html does not pass
3070         https://bugs.webkit.org/show_bug.cgi?id=87471
3071
3072         Unreviewed. fast/events/option-tab.html should not pass as the 
3073         EFL port uses different keyboard accelerators than Safari (via Chromium).
3074
3075         * platform/efl/test_expectations.txt:
3076
3077 2012-05-25  Keishi Hattori  <keishi@webkit.org>
3078
3079         Bad checkValidity result on recently "enabled" form fields
3080         https://bugs.webkit.org/show_bug.cgi?id=85704
3081
3082         Reviewed by Kent Tamura.
3083
3084         * fast/forms/disabled-attr-checkvalidity-expected.txt: Added.
3085         * fast/forms/disabled-attr-checkvalidity.html: Added.
3086
3087 2012-05-25  János Badics  <jbadics@inf.u-szeged.hu>
3088
3089         [Qt] Unreviewed gardening after r118448. Added rebaseline to 2 tests on Qt platform that
3090         had 1 pixel differences because of rounding mistakes.
3091
3092         * platform/qt/fast/html/details-position-expected.txt:
3093         * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
3094
3095 2012-05-25  Ryosuke Niwa  <rniwa@webkit.org>
3096
3097         Pasting text in input field is not available if <body> has visibility:hidden
3098         https://bugs.webkit.org/show_bug.cgi?id=66754
3099
3100         Reviewed by Kent Tamura.
3101
3102         Add a regression test since this bug has been fixed by r99076.
3103
3104         * editing/pasteboard/input-with-visibility-hidden-expected.txt: Copied from input-with-display-none-div-expected.txt.
3105         * editing/pasteboard/input-with-visibility-hidden.html: Copied from input-with-display-none-div.html.
3106
3107 2012-05-24  Kinuko Yasuda  <kinuko@chromium.org>
3108
3109         [chromium] DataTransferItem.webkitGetAsEntry() shouldn't be exposed without flag yet
3110         https://bugs.webkit.org/show_bug.cgi?id=87457
3111
3112         Reviewed by Kent Tamura.
3113
3114         * platform/chromium/test_expectations.txt: Marking tests using webkitGetAsEntry SKIP
3115
3116 2012-05-25  Rakesh KN  <rakesh.kn@motorola.com>
3117
3118         RadioNodeList does not include a object element
3119         https://bugs.webkit.org/show_bug.cgi?id=87371
3120
3121         Reviewed by Kent Tamura.
3122
3123         * fast/forms/form-collection-radio-node-list-expected.txt:
3124         * fast/forms/form-collection-radio-node-list.html:
3125         Updated test to include test for object element.
3126
3127 2012-05-25  Jan Keromnes  <janx@linux.com>
3128
3129         Web Inspector: Resource object has no methods getContent and setContent
3130         https://bugs.webkit.org/show_bug.cgi?id=87424
3131
3132         This fixes the expected test result for `handleOpenResource()`, see fix
3133         for bug #87424 in Source/WebCore/inspector/front-end/ExtensionAPI.js.
3134
3135         Reviewed by Vsevolod Vlasov.
3136
3137         * inspector/extensions/extensions-resources-expected.txt:
3138
3139 2012-05-25  Vsevolod Vlasov  <vsevik@chromium.org>
3140
3141         Unreviewed chromium test expectations rebaseline.
3142
3143         * platform/chromium-mac-leopard/editing/spelling/grammar-markers-expected.png: Added.
3144         * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png: Added.
3145         * platform/chromium-mac/editing/spelling/grammar-markers-expected.png: Added.
3146         * platform/chromium-win/editing/spelling/grammar-markers-expected.png: Added.
3147
3148 2012-05-25  Csaba Osztrogonác  <ossy@webkit.org>
3149
3150         [Qt] Unreviewed gardening, unskip now passing tests.
3151
3152         * platform/qt/Skipped:
3153
3154 2012-05-25  Tony Payne  <tpayne@chromium.org>
3155
3156         Add tests for JPEG and PNG images with a non-generic RGB color profile
3157         https://bugs.webkit.org/show_bug.cgi?id=87437
3158
3159         No layout test currently covers a color transform except for the no-op case of a
3160         Generic RGB profile (image) -> Generic RGB profile (screen) color transform. Add
3161         tests for JPEG and PNG images with a non-identity color correction transform, in
3162         particular, use test images with a (non-generic) RGB color profile.
3163
3164         Reviewed by Kent Tamura.
3165
3166         * fast/images/jpeg-with-color-profile-expected.txt: Added.
3167         * fast/images/jpeg-with-color-profile.html: Added.
3168         * fast/images/png-with-color-profile-expected.txt: Added.
3169         * fast/images/png-with-color-profile.html: Added.
3170         * fast/images/resources/red-at-12-oclock-with-color-profile.jpg: Added. The image
3171         has an RGB color profile (non-generic). If color correction is correctly applied,
3172         the image red sector appears at the 12 o'clock position. If color correction fails,
3173         the red sector appears at 4 o'clock.
3174         * fast/images/resources/red-at-12-oclock-with-color-profile.png: Added, and ditto
3175         for the expected image red sector position and image color profile type.
3176         * platform/chromium/test_expectations.txt: Add MISSING expectations.
3177         * platform/mac-snowleopard/fast/images/jpeg-with-color-profile-expected.png: Added.
3178         * platform/mac-snowleopard/fast/images/png-with-color-profile-expected.png: Added.
3179
3180 2012-05-25  Csaba Osztrogonác  <ossy@webkit.org>
3181
3182         [Qt] Unreviewed gardening, unskip a now passing test.
3183
3184         * platform/qt/Skipped:
3185
3186 2012-05-25  Csaba Osztrogonác  <ossy@webkit.org>
3187
3188         [Qt] Unreviewed gardening. Unskip a passing test and mark it as SLOW.
3189
3190         * platform/qt/Skipped:
3191         * platform/qt/test_expectations.txt:
3192
3193 2012-05-24  Kent Tamura  <tkent@chromium.org>
3194
3195         PAGE_POPUP: window.setValueAndClosePopup should be moved to a
3196         per-context property of DOMWindow.
3197         https://bugs.webkit.org/show_bug.cgi?id=87086
3198
3199         Reviewed by Adam Barth.
3200
3201         * fast/forms/date/no-page-popup-controller-expected.txt: Added.
3202         * fast/forms/date/no-page-popup-controller.html: Added.
3203
3204 2012-05-24  Zan Dobersek  <zandobersek@gmail.com>
3205
3206         Unreviewed GTK gardening, rebaselining fast/multicol/span/clone-flexbox.html.
3207
3208         * platform/gtk/fast/multicol/span/clone-flexbox-expected.txt:
3209
3210 2012-05-24  Hironori Bono  <hbono@chromium.org>
3211
3212         Enable grammar checking on Chromium when we paste text (Take 2)
3213         https://bugs.webkit.org/show_bug.cgi?id=74393
3214
3215         Reviewed by Ryosuke Niwa.
3216
3217         This change enables grammar checking on Chromium and implements a mock grammar
3218         checker to fix a failing test.
3219
3220         * editing/spelling/grammar-markers-expected.txt: Added.
3221         * editing/spelling/grammar-markers.html: Added.
3222         * platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Added.
3223         * platform/chromium/test_expectations.txt:
3224         * platform/mac/editing/spelling/grammar-markers-expected.png: Added.
3225
3226 2012-05-24  Dominic Mazzoni  <dmazzoni@google.com>
3227
3228         Crash in WebCore::AccessibilityTable::isDataTable
3229         https://bugs.webkit.org/show_bug.cgi?id=87409
3230
3231         Reviewed by Abhishek Arya.
3232
3233         * accessibility/contenteditable-table-check-causes-crash-expected.txt: Added.
3234         * accessibility/contenteditable-table-check-causes-crash.html: Added.
3235
3236 2012-05-24  Filip Pizlo  <fpizlo@apple.com>
3237
3238         REGRESSION (r118013-r118031): Loops/Reloads under www.yahoo.com, quits after three tries with error
3239         https://bugs.webkit.org/show_bug.cgi?id=87327
3240
3241         Reviewed by Geoffrey Garen.
3242         
3243         * fast/js/dfg-check-two-structures-expected.txt: Added.
3244         * fast/js/dfg-check-two-structures.html: Added.
3245         * fast/js/script-tests/dfg-check-two-structures.js: Added.
3246         (foo):
3247
3248 2012-05-24  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>
3249
3250         [EFL] [DRT] Add support for WebKitOfflineWebApplicationCacheEnabled preference
3251         https://bugs.webkit.org/show_bug.cgi?id=86842
3252
3253         Reviewed by Antonio Gomes.
3254
3255         Unskip passing test http/tests/appcache/disabled.html
3256
3257         * platform/efl/Skipped:
3258
3259 2012-05-24  Zan Dobersek  <zandobersek@gmail.com>
3260
3261         [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
3262         https://bugs.webkit.org/show_bug.cgi?id=85591
3263
3264         Reviewed by Philippe Normand.
3265
3266         Remove CRASH text expectations for plenty of tests that have been
3267         consistently passing on all the Gtk builders.
3268
3269         * platform/gtk/test_expectations.txt:
3270
3271 2012-05-24  Joshua Bell  <jsbell@chromium.org>
3272
3273         [Chromium] Unreviewed gardening, add expectation for new failure.
3274
3275         * platform/chromium/test_expectations.txt:
3276
3277 2012-05-24  Hayato Ito  <hayato@chromium.org>
3278
3279         Fix crashes caused by a DOMCharacterDataModified event on a text node.
3280         https://bugs.webkit.org/show_bug.cgi?id=86953
3281
3282         Reviewed by Dimitri Glazkov.
3283
3284         * fast/events/dom-character-data-modified-textarea-crash-expected.txt: Added.
3285         * fast/events/dom-character-data-modified-textarea-crash.html: Added.
3286
3287 2012-05-24  Philippe Normand  <pnormand@igalia.com>
3288
3289         Unreviewed, GTK rebaselines after r118448 and r118353.
3290
3291         * platform/gtk/fast/forms/001-expected.txt:
3292         * platform/gtk/fast/html/details-position-expected.txt:
3293         * platform/gtk/fast/js/global-constructors-expected.txt:
3294         * platform/gtk/fast/multicol/span/clone-flexbox-expected.txt:
3295         * platform/gtk/fast/replaced/width100percent-checkbox-expected.txt:
3296         * platform/gtk/fast/replaced/width100percent-radio-expected.txt:
3297         * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
3298         * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
3299         * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
3300
3301 2012-05-24  Joshua Bell  <jsbell@chromium.org>
3302
3303         [Chromium] Widen expectations for a couple of tests to include LEOPARD.
3304         https://bugs.webkit.org/show_bug.cgi?id=81638
3305         https://bugs.webkit.org/show_bug.cgi?id=81931
3306
3307         Unreviewed gardening.
3308
3309         * platform/chromium/test_expectations.txt:
3310
3311 2012-05-24  Joshua Bell  <jsbell@chromium.org>
3312
3313         [Chromium] More rebaselines following r118448.
3314
3315         Unreviewed gardening (but I talked to eae about it).
3316
3317         * platform/chromium-mac-leopard/fast/forms/001-expected.png:
3318         * platform/chromium-mac-leopard/fast/replaced/width100percent-checkbox-expected.png:
3319         * platform/chromium-mac-leopard/fast/replaced/width100percent-radio-expected.png:
3320         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png:
3321         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
3322
3323 2012-05-24  Jessie Berlin  <jberlin@apple.com>
3324
3325         Disable all the shadow dom tests on Windows, since the feature isn't enabled there.
3326
3327         * platform/win/Skipped:
3328
3329 2012-05-24  Jessie Berlin  <jberlin@apple.com>
3330
3331         [Win] LayoutTests/editing/selection/selection-plugin-clear-crash.html crashes in
3332         ScrollView::delegatesScrolling
3333         https://bugs.webkit.org/show_bug.cgi?id=87431
3334
3335         Add another affected test to the Windows Skipped list.
3336
3337         * platform/win/Skipped:
3338
3339 2012-05-24  Pete Williamson  <petewil@google.com>
3340
3341         [Chromium] Re-enable some layout tests that now pass reliably
3342         https://bugs.webkit.org/show_bug.cgi?id=87064
3343
3344         Reviewed by Dmitry Titov.
3345
3346         * platform/chromium/test_expectations.txt:
3347
3348 2012-05-24  Jessie Berlin  <jberlin@apple.com>
3349
3350         ietestcenter/css3/valuesandunits/units-000.htm asserts
3351         https://bugs.webkit.org/show_bug.cgi?id=86176
3352
3353         Add it to the Windows Skipped list to get the bots green.
3354
3355         * platform/win/Skipped:
3356
3357 2012-05-24  Jessie Berlin  <jberlin@apple.com>
3358
3359         webkit crashes on debug builds when running IETC flexbox-ordinal-group-001.htm
3360         https://bugs.webkit.org/show_bug.cgi?id=85832
3361
3362         Add it to the Windows Skipped list to get the bots green.
3363
3364         * platform/win/Skipped:
3365
3366 2012-05-24  Joshua Bell  <jsbell@chromium.org>
3367
3368         [Chromium] Rebaselines following r118448.
3369
3370         Unreviewed gardening (but I talked to eae about it).
3371
3372         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
3373         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png:
3374         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png:
3375         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
3376         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
3377         * platform/chromium-mac/fast/forms/001-expected.png:
3378         * platform/chromium-mac/fast/forms/001-expected.txt:
3379         * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
3380         * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.txt:
3381         * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
3382         * platform/chromium-mac/fast/replaced/width100percent-radio-expected.txt:
3383         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
3384         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
3385         * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
3386         * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
3387
3388 2012-05-24  Joshua Bell  <jsbell@chromium.org>
3389
3390         [Chromium] Update test expectation pathnames following r118418.
3391
3392         Unreviewed gardening.
3393
3394         * platform/chromium/test_expectations.txt:
3395
3396 2012-05-24  Ryosuke Niwa  <rniwa@webkit.org>
3397
3398         REGRESSION (r112399): insertHTML doesn't respect current selection range and inserts HTML to incorrect position
3399         https://bugs.webkit.org/show_bug.cgi?id=87195
3400
3401         Reviewed by Darin Adler.
3402
3403         Add a regression test.
3404
3405         * editing/pasteboard/paste-at-end-of-node-followed-by-inline-element-expected.txt: Added.
3406         * editing/pasteboard/paste-at-end-of-node-followed-by-inline-element.html: Added.
3407
3408 2012-05-24  Emil A Eklund  <eae@chromium.org>
3409
3410         REGRESSION (115573): Incorrect rounding of margins for floats
3411         https://bugs.webkit.org/show_bug.cgi?id=87319
3412
3413         Reviewed by Eric Seidel.
3414
3415         Add new test ensuring that using margins with floats doesn't cause
3416         undesired wrapping.
3417
3418         * fast/block/float/floats-with-margin-should-not-wrap-expected.txt: Added.
3419         * fast/block/float/floats-with-margin-should-not-wrap.html: Added.
3420         * platform/mac/fast/forms/001-expected.txt:
3421         * platform/mac/fast/html/details-position-expected.txt:
3422         * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
3423         * platform/mac/fast/replaced/width100percent-radio-expected.txt:
3424         * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
3425         * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
3426         * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
3427
3428 2012-05-24  Christophe Dumez  <christophe.dumez@intel.com>
3429
3430         postMessage and webkitPostMessage should behave the same way
3431         https://bugs.webkit.org/show_bug.cgi?id=87384
3432
3433         Reviewed by Adam Barth.
3434
3435         Update global test expectation for
3436         fast/dom/Window/window-postmessage-args.html now that JSC's
3437         postMessage implementation supports transfer of MessagePorts.
3438
3439         * fast/dom/Window/window-postmessage-args-expected.txt:
3440
3441 2012-05-24  Pablo Flouret  <pablof@motorola.com>
3442
3443         Submit button doesn't submit the form if the form is wrapped by an anchor tag
3444         https://bugs.webkit.org/show_bug.cgi?id=86719
3445
3446         Reviewed by Ryosuke Niwa.
3447
3448         * fast/forms/form-in-anchor-controls-activation-expected.txt: Added.
3449         * fast/forms/form-in-anchor-controls-activation.html: Added.
3450
3451 2012-05-24  Jessie Berlin  <jberlin@apple.com>
3452
3453         Assertion failure in replaySavedEvents() when running editing/selection/drag-in-iframe.html
3454         and editing/pasteboard/drop-text-events.html and fast/events/dragging-mouse-moves.html
3455         https://bugs.webkit.org/show_bug.cgi?id=21796
3456
3457         Add yet another affected test to the Windows Skipped list to get the bots green.
3458
3459         * platform/win/Skipped:
3460
3461 2012-05-24  Jessie Berlin  <jberlin@apple.com>
3462
3463         [Win] LayoutTests/editing/selection/selection-plugin-clear-crash.html crashes
3464         https://bugs.webkit.org/show_bug.cgi?id=87431
3465
3466         Add it to the Windows Skipped list to get the bots green.
3467
3468         * platform/win/Skipped:
3469
3470 2012-05-24  Jeffrey Pfau  <jpfau@apple.com>
3471
3472         Test case for focusing readonly elements
3473         https://bugs.webkit.org/show_bug.cgi?id=87429
3474
3475         Reviewed by Joseph Pecoraro.
3476
3477         * fast/forms/input-readonly-focus-expected.txt: Added.
3478         * fast/forms/input-readonly-focus.html: Added.
3479
3480 2012-05-24  Levi Weintraub  <leviw@chromium.org>
3481
3482         Avoid creating InlineBoxes for floating and positioned objects in isolates.
3483         https://bugs.webkit.org/show_bug.cgi?id=87277
3484
3485         Reviewed by Eric Seidel.
3486
3487         * fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Added.
3488         * fast/text/international/float-as-only-child-of-isolate-crash.html: Added.
3489
3490 2012-05-24  Jessie Berlin  <jberlin@apple.com>
3491
3492         DOM ClipboardData.setData does not allow writes during clipboard events
3493         https://bugs.webkit.org/show_bug.cgi?id=17645
3494
3495         Add the more affected tests to the Windows Skipped list in order to get the bots green and
3496         clean up the entry in the Skipped list to reference the bugs.webkit.org URL instead of the
3497         Radar URL.
3498
3499         * platform/win/Skipped:
3500
3501 2012-05-24  Aaron Colwell  <acolwell@chromium.org>
3502
3503         Move format independent Media Source tests to http/tests/media/media-source
3504         https://bugs.webkit.org/show_bug.cgi?id=86688
3505
3506         Reviewed by Eric Carlson.
3507
3508         * http/tests/media/media-source/media-source.js: Added. Replaces webm/webm-media-source.js.
3509         (MediaSourceTest.SegmentHelper): Helper class for loading & managing segment data.
3510         (MediaSourceTest.SegmentHelper.prototype.init.getDataCallback):
3511         (MediaSourceTest.SegmentHelper.prototype.init): Initializes helper and starts loading segment data into memory.
3512         (MediaSourceTest.SegmentHelper.prototype.getInitSegmentDone_): Called when the initialization segment has been loaded.
3513         (MediaSourceTest.SegmentHelper.prototype.downloadMediaSegment_.getDataCallback):
3514         (MediaSourceTest.SegmentHelper.prototype.downloadMediaSegment_): Downloads the i'th media segment.
3515         (MediaSourceTest.SegmentHelper.prototype.downloadMediaSegmentDone_): Called when the media segment is download. Initiates downloading of the next segment if we don't have them all yet.
3516         (MediaSourceTest.SegmentHelper.prototype.getData_.request.onload):
3517         (MediaSourceTest.SegmentHelper.prototype.getData_): Private helper function that downloads data with XHR.
3518         (MediaSourceTest.SegmentHelper.prototype.addSourceId): Helper function that adds a SourceID using the type specified in the segmentInfo.
3519         (MediaSourceTest.SegmentHelper.prototype.appendInitSegment): Append the initialization segment using webkitSourceAppend().
3520         (MediaSourceTest.SegmentHelper.prototype.appendMediaSegment): Appends the i'th media segment using webkitSourceAppend().
3521         (MediaSourceTest.SegmentHelper.prototype.appendUntilEndOfStream): Starts appending at the i'th media segment and continues appending segments until it has appended the last one.
3522         (MediaSourceTest.SegmentHelper.prototype.getTimeForMediaSegment): Gets the starting timestamp for the i'th media segment.
3523         (MediaSourceTest.SegmentHelper.prototype.getMediaSegmentIndexForTimestamp): Gets the media segment index number for the specified timestamp.
3524         (MediaSourceTest.setSrcToMediaSourceTestURL): Helper function that sets src to webkitMediaSourceURL.
3525         (MediaSourceTest.mediaErrorString): Helper function that converts a MediaError code to a string.
3526         (MediaSourceTest.defaultOnErrorChecks): Default event handler for error events. 
3527         (MediaSourceTest.runNext_.runNextFunction): Function passed to a test case to trigger moving on to the next test.
3528         (MediaSourceTest.runNext_.errorEventHandler): Error event handler to use for a test case. This allows moving on to the next test if we get an unexpected error.
3529         (MediaSourceTest.runNext_): Private helper function for running a single test case.
3530         (MediaSourceTest.startTesting): Runs the test case harness.
3531         (MediaSourceTest.startSourceOpenTesting.testWrapperFunction): Wraps test case functions so that they will get called when webkitsourceopen event fires.
3532         (MediaSourceTest.startSourceOpenTesting): Runs the test case harness where test case functions are run from the webkitsourceopen event handler.
3533         (MediaSourceTest.runOnSourceOpen.eventHandlerFunction): 
3534         (MediaSourceTest.runOnSourceOpen): Helper function that enable Media Source and calls a function when the webkitsourceopen fires.
3535         (MediaSourceTest.logSourceState): Logs the current webkitSourceState to the console.
3536         (MediaSourceTest.expectSourceState): Helper function that verifies a webkitSourceState expectatation.
3537         (MediaSourceTest.getSourceStateName): Converts a sourcestate value into a string.
3538         (MediaSourceTest.expectReadyState): Helper function that verifies a readyState expectation.
3539         (MediaSourceTest.getReadyStateName): Converts a readyState value into a string.
3540         * http/tests/media/media-source/video-media-source-abort-expected.txt: Added.
3541         * http/tests/media/media-source/video-media-source-abort.html: Added.
3542         * http/tests/media/media-source/video-media-source-add-and-remove-ids-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-add-and-remove-ids-expected.txt.
3543         * http/tests/media/media-source/video-media-source-add-and-remove-ids.html: Added.
3544         * http/tests/media/media-source/video-media-source-errors-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-errors-expected.txt.
3545         * http/tests/media/media-source/video-media-source-errors.html: Added.
3546         * http/tests/media/media-source/video-media-source-event-attributes.html:
3547         * http/tests/media/media-source/video-media-source-play-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-play-expected.txt.
3548         * http/tests/media/media-source/video-media-source-play.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-play.html.
3549         * http/tests/media/media-source/video-media-source-seek-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-seek-expected.txt.
3550         * http/tests/media/media-source/video-media-source-seek.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-seek.html.
3551         * http/tests/media/media-source/video-media-source-state-changes-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-state-changes-expected.txt.
3552         * http/tests/media/media-source/video-media-source-state-changes.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-state-changes.html.
3553         * http/tests/media/media-source/webm/video-media-source-abort-expected.txt: Removed.
3554         * http/tests/media/media-source/webm/video-media-source-abort.html: Removed.
3555         * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids.html: Removed.
3556         * http/tests/media/media-source/webm/video-media-source-errors.html: Removed.
3557         * http/tests/media/media-source/webm/webm-media-source.js: Removed.
3558         * http/tests/media/resources/media-source/webm/segment-info.js: Added. Contains segment information for test.webm.
3559         * http/tests/media/resources/media-source/webm/test.webm.cluster-0: Removed.
3560         * http/tests/media/resources/media-source/webm/test.webm.cluster-1: Removed.
3561         * http/tests/media/resources/media-source/webm/test.webm.cluster-10: Removed.
3562         * http/tests/media/resources/media-source/webm/test.webm.cluster-11: Removed.
3563         * http/tests/media/resources/media-source/webm/test.webm.cluster-12: Removed.
3564         * http/tests/media/resources/media-source/webm/test.webm.cluster-13: Removed.
3565         * http/tests/media/resources/media-source/webm/test.webm.cluster-14: Removed.
3566         * http/tests/media/resources/media-source/webm/test.webm.cluster-15: Removed.
3567         * http/tests/media/resources/media-source/webm/test.webm.cluster-2: Removed.
3568         * http/tests/media/resources/media-source/webm/test.webm.cluster-3: Removed.
3569         * http/tests/media/resources/media-source/webm/test.webm.cluster-4: Removed.
3570         * http/tests/media/resources/media-source/webm/test.webm.cluster-5: Removed.
3571         * http/tests/media/resources/media-source/webm/test.webm.cluster-6: Removed.
3572         * http/tests/media/resources/media-source/webm/test.webm.cluster-7: Removed.
3573         * http/tests/media/resources/media-source/webm/test.webm.cluster-8: Removed.
3574         * http/tests/media/resources/media-source/webm/test.webm.cluster-9: Removed.
3575         * http/tests/media/resources/media-source/webm/test.webm.headers: Removed.
3576
3577 2012-05-24  Jessie Berlin  <jberlin@apple.com>
3578
3579         [Win] ASSERTION FAILED !m_ptr under AccessibilityController::winAddNotificationListener
3580         https://bugs.webkit.org/show_bug.cgi?id=87426
3581
3582         Add the affected tests to the Windows Skipped list in order to get the bots green.
3583
3584         * platform/win/Skipped:
3585
3586 2012-05-24  Joshua Bell  <jsbell@chromium.org>
3587
3588         [Chromium] Update test expectation for fast/js/string-replace-2.html on debug
3589         https://bugs.webkit.org/show_bug.cgi?id=87423
3590
3591         * platform/chromium/test_expectations.txt:
3592
3593 2012-05-24  Jessie Berlin  <jberlin@apple.com>
3594
3595         [Win] Crash under DocumentLoader::didTellClientAboutLoad when running
3596         fast/dom/Window/Location/window-override-location-using-defineGetter.html
3597         fast/dom/Window/Location/set-location-after-close.html
3598
3599         Skip set-location-after-close.html on Windows.
3600
3601         * platform/win/Skipped:
3602
3603 2012-05-24  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
3604
3605         [EFL] [DRT] keyboard-related tests do not pass
3606         https://bugs.webkit.org/show_bug.cgi?id=85369
3607
3608         Reviewed by Gustavo Noronha Silva.
3609
3610         * platform/efl/Skipped: Unskipped keyboard-related tests.
3611
3612 2012-05-24  Joshua Bell  <jsbell@chromium.org>
3613
3614         [Chromium] Widen test suppressions to include linux crash.
3615         https://bugs.webkit.org/show_bug.cgi?id=87160
3616
3617         Unreviewed gardening.
3618
3619         * platform/chromium/test_expectations.txt:
3620
3621 2012-05-24  Yael Aharon  <yael.aharon@nokia.com>
3622
3623         [Qt] Stop using the flag FIXED_POSITION_CREATES_STACKING_CONTEXT
3624         https://bugs.webkit.org/show_bug.cgi?id=87392
3625
3626         Reviewed by Antonio Gomes.
3627
3628         Update test expectations, since now don't turn on the setting when running layout tests.
3629         
3630         * platform/qt/fast/block/positioning/016-expected.txt:
3631         * platform/qt/fast/block/positioning/025-expected.txt:
3632
3633 2012-05-24  Robert Hogan  <robert@webkit.org>
3634
3635         Negative margin block doesn't properly clear a float enclosed by a previous sibling
3636         https://bugs.webkit.org/show_bug.cgi?id=10900
3637
3638         Reviewed by David Hyatt.
3639
3640         * fast/css/clear-float-sibling-expected.html: Added.
3641         * fast/css/clear-float-sibling.html: Added.
3642
3643 2012-05-24  Jessie Berlin  <jberlin@apple.com>
3644
3645         Clean up the Windows Skipped list a bit.
3646
3647         Update it for the renames in r108832 and the test removed in r113532.
3648         Also, replace "//" with "#" in a couple comments.
3649
3650         * platform/win/Skipped:
3651
3652 2012-05-24  Raphael Kubo da Costa  <rakuco@webkit.org>
3653
3654         [EFL] Modify keycode conversion functions to return keycodes with location information after r118001.
3655         https://bugs.webkit.org/show_bug.cgi?id=87203
3656
3657         Reviewed by Andreas Kling.
3658
3659         * platform/efl/test_expectations.txt: Unskip fast/events/keydown-leftright-keys.html.
3660
3661 2012-05-24  Alexander Shalamov  <alexander.shalamov@intel.com>
3662
3663         [EFL] Update test expectations for layout test fast/events/click-focus-anchor.html
3664         https://bugs.webkit.org/show_bug.cgi?id=87293
3665
3666         Reviewed by Eric Seidel.
3667
3668         Anchor elements are mouse focusable in EFL port.
3669
3670         * fast/events/click-focus-anchor-expected.txt:
3671         * fast/events/click-focus-anchor.html:
3672         * platform/efl/Skipped:
3673         * platform/efl/fast/events/click-focus-anchor-expected.txt:
3674         * platform/gtk/fast/events/click-focus-anchor-expected.txt:
3675         * platform/qt/fast/events/click-focus-anchor-expected.txt:
3676
3677 2012-05-24  Alexander Shalamov  <alexander.shalamov@intel.com>
3678
3679         [EFL] Update test expectations for layout test fast/events/click-focus-control.html
3680         https://bugs.webkit.org/show_bug.cgi?id=87295
3681
3682         Reviewed by Eric Seidel.
3683
3684         HTMLFormControlElement is not mouse focusable in EFL port.
3685
3686         * platform/efl/Skipped:
3687         * platform/efl/fast/events/click-focus-control-expected.txt: Added.
3688
3689 2012-05-24  János Badics  <jbadics@inf.u-szeged.hu>
3690
3691         [Qt] Unskip and rebase now passing tests from qt-5.0/Skipped list.
3692
3693         Reviewed by Csaba Osztrogonác.
3694
3695         * platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.png: Added.
3696         * platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.txt: Added.
3697         * platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.png: Added.
3698         * platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.txt: Added.
3699         * platform/qt-5.0-wk2/editing/selection/select-box-expected.png: Added.
3700         * platform/qt-5.0-wk2/editing/selection/select-box-expected.txt: Added.
3701         * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png: Added.
3702         * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
3703         * platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
3704         * platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
3705         * platform/qt-5.0-wk2/fast/dynamic/008-expected.png: Added.
3706         * platform/qt-5.0-wk2/fast/dynamic/008-expected.txt: Added.
3707         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png: Added.
3708         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.txt: Added.
3709         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png: Added.
3710         * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.txt: Added.
3711         * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Added.
3712         * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt: Added.
3713         * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png: Added.
3714         * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt: Added.
3715         * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.png: Added.
3716         * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.txt: Added.
3717         * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.png: Added.
3718         * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt: Added.
3719         * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png: Added.
3720         * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt: Added.
3721         * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.png: Added.
3722         * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.txt: Added.
3723         * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png: Added.
3724         * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt: Added.
3725         * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.png: Added.
3726         * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt: Added.
3727         * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.png: Added.
3728         * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.txt: Added.
3729         * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.png: Added.
3730         * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt: Added.
3731         * platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.png: Added.
3732         * platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.txt: Added.
3733         * platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.png: Added.
3734         * platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.txt: Added.
3735         * platform/qt-5.0-wk2/fast/replaced/three-selects-break-expected.png: Added.
3736         * platform/qt-5.0-wk2/fast/replaced/three-selects-break-expected.txt: Added.
3737         * platform/qt-5.0-wk2/fast/table/003-expected.png: Added.
3738         * platform/qt-5.0-wk2/fast/table/003-expected.txt: Added.
3739         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png: Added.
3740         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.txt: Added.
3741         * platform/qt-5.0/Skipped:
3742         * platform/qt-5.0/editing/pasteboard/4944770-1-expected.png: Added.
3743         * platform/qt-5.0/editing/pasteboard/4944770-1-expected.txt: Added.
3744         * platform/qt-5.0/editing/pasteboard/4944770-2-expected.png: Added.
3745         * platform/qt-5.0/editing/pasteboard/4944770-2-expected.txt: Added.
3746         * platform/qt-5.0/editing/selection/select-box-expected.png: Added.
3747         * platform/qt-5.0/editing/selection/select-box-expected.txt: Added.
3748         * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.png: Added.
3749         * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
3750         * platform/qt-5.0/fast/dom/DeviceMotion/create-event-expected.txt: Added.
3751         * platform/qt-5.0/fast/dom/DeviceMotion/no-page-cache-expected.txt: Added.
3752         * platform/qt-5.0/fast/dom/DeviceMotion/optional-event-properties-expected.txt: Added.
3753         * platform/qt-5.0/fast/dom/DeviceMotion/window-property-expected.txt: Added.
3754         * platform/qt-5.0/fast/dom/DeviceOrientation/create-event-expected.txt: Added.
3755         * platform/qt-5.0/fast/dom/DeviceOrientation/no-page-cache-expected.txt: Added.
3756         * platform/qt-5.0/fast/dom/DeviceOrientation/optional-event-properties-expected.txt: Added.
3757         * platform/qt-5.0/fast/dom/DeviceOrientation/window-property-expected.txt: Added.
3758         * platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
3759         * platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
3760         * platform/qt-5.0/fast/dom/Orientation/create-event-orientationchange-expected.txt: Added.
3761         * platform/qt-5.0/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
3762         * platform/qt-5.0/fast/dynamic/008-expected.png: Added.
3763         * platform/qt-5.0/fast/dynamic/008-expected.txt: Added.
3764         * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.png: Added.
3765         * platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.txt: Added.
3766         * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.png: Added.
3767         * platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.txt: Added.
3768         * platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Added.
3769         * platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Added.
3770         * platform/qt-5.0/fast/forms/form-element-geometry-expected.png: Added.
3771         * platform/qt-5.0/fast/forms/form-element-geometry-expected.txt: Added.
3772         * platform/qt-5.0/fast/forms/input-disabled-color-expected.png: Added.
3773         * platform/qt-5.0/fast/forms/input-disabled-color-expected.txt: Added.
3774         * platform/qt-5.0/fast/forms/menulist-separator-painting-expected.png: Added.
3775         * platform/qt-5.0/fast/forms/menulist-separator-painting-expected.txt: Added.
3776         * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.png: Added.
3777         * platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt: Added.
3778         * platform/qt-5.0/fast/forms/select-background-none-expected.png: Added.
3779         * platform/qt-5.0/fast/forms/select-background-none-expected.txt: Added.
3780         * platform/qt-5.0/fast/forms/select-baseline-expected.png: Added.
3781         * platform/qt-5.0/fast/forms/select-baseline-expected.txt: Added.
3782         * platform/qt-5.0/fast/forms/selectlist-minsize-expected.png: Added.
3783         * platform/qt-5.0/fast/forms/selectlist-minsize-expected.txt: Added.
3784         * platform/qt-5.0/fast/forms/textarea-align-expected.png: Added.
3785         * platform/qt-5.0/fast/forms/textarea-align-expected.txt: Added.
3786         * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.png: Added.
3787         * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.txt: Added.
3788         * platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.png: Added.
3789         * platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.txt: Added.
3790         * platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.png: Added.
3791         * platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.txt: Added.
3792         * platform/qt-5.0/fast/replaced/three-selects-break-expected.png: Added.
3793         * platform/qt-5.0/fast/replaced/three-selects-break-expected.txt: Added.
3794         * platform/qt-5.0/fast/table/003-expected.png: Added.
3795         * platform/qt-5.0/fast/table/003-expected.txt: Added.
3796         * platform/qt-5.0/fast/text/basic/003-expected.png: Added.
3797         * platform/qt-5.0/fast/text/basic/003-expected.txt: Added.
3798         * platform/qt-5.0/fast/text/large-text-composed-char-expected.png: Added.
3799         * platform/qt-5.0/fast/text/large-text-composed-char-expected.txt: Added.
3800         * platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.png: Added.
3801         * platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.txt: Added.
3802         * platform/qt-5.0/fast/xsl/document-function-expected.png: Added.
3803         * platform/qt-5.0/fast/xsl/document-function-expected.txt: Added.
3804         * platform/qt-5.0/fast/xsl/xslt-entity-expected.png: Added.
3805         * platform/qt-5.0/fast/xsl/xslt-entity-expected.txt: Added.
3806
3807 2012-05-24  Pavel Feldman  <pfeldman@chromium.org>
3808
3809         Web Inspector: [regression] search in formatted scripts is broken.
3810         https://bugs.webkit.org/show_bug.cgi?id=87377
3811
3812         Reviewed by Vsevolod Vlasov.
3813
3814         * inspector/debugger/script-formatter-search-expected.txt: Added.
3815         * inspector/debugger/script-formatter-search.html: Added.
3816
3817 2012-05-24  Jessie Berlin  <jberlin@apple.com>
3818
3819         Fix the Mac tests after r118353.
3820
3821         * platform/mac/fast/js/global-constructors-expected.txt:
3822
3823 2012-05-24  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
3824
3825         [Qt5][WK2] Gardening. Skip failing test after r118058.
3826         https://bugs.webkit.org/show_bug.cgi?id=87395
3827
3828         Reviewed by Csaba Osztrogonác.
3829
3830         * platform/qt-5.0-wk2/Skipped: Skip fast/forms/ValidityState-valueMissing-002.html.
3831
3832 2012-05-24  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
3833
3834         [Qt] Gardening. Remove no more required expected file.
3835
3836         [WK2] Skip test that uses unimplemented feature.
3837         https://bugs.webkit.org/show_bug.cgi?id=81042
3838
3839         Reviewed by Csaba Osztrogonác.
3840
3841         * platform/qt/svg/custom/global-constructors-expected.txt: Removed.
3842         * platform/wk2/Skipped: editing/spelling/grammar-markers.html.
3843
3844 2012-05-24  Sheriff Bot  <webkit.review.bot@gmail.com>
3845
3846         Unreviewed, rolling out r118352.
3847         http://trac.webkit.org/changeset/118352
3848         https://bugs.webkit.org/show_bug.cgi?id=87390
3849
3850         Caused 6 editing/spelling tests crash/fail on chromium in
3851         debug. (Requested by vsevik on #webkit).
3852
3853         * editing/spelling/grammar-markers-expected.txt: Removed.
3854         * editing/spelling/grammar-markers.html: Removed.
3855         * platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Removed.
3856         * platform/chromium/test_expectations.txt:
3857         * platform/mac/editing/spelling/grammar-markers-expected.png: Removed.
3858
3859 2012-05-24  Sheriff Bot  <webkit.review.bot@gmail.com>
3860
3861         Unreviewed, rolling out r118256.
3862         http://trac.webkit.org/changeset/118256
3863         https://bugs.webkit.org/show_bug.cgi?id=87388
3864
3865         It still fails on Qt5-WK2 (Requested by Ossy on #webkit).
3866
3867         * platform/qt-5.0-wk1/Skipped:
3868         * platform/qt-5.0/Skipped:
3869
3870 2012-05-24  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>
3871
3872         [EFL] [DRT] Add baselines for execCommand tests which are missing expected results
3873         https://bugs.webkit.org/show_bug.cgi?id=84839
3874
3875         Unreviewed gardening, add EFL baselines for execCommand tests and move a
3876         few tests which rely on copy & paste functionality to test_expectations.txt.
3877
3878         * platform/efl/editing/execCommand/4580583-1-expected.png: Added.
3879         * platform/efl/editing/execCommand/4580583-1-expected.txt: Added.
3880         * platform/efl/editing/execCommand/4580583-2-expected.png: Added.
3881         * platform/efl/editing/execCommand/4580583-2-expected.txt: Added.
3882         * platform/efl/editing/execCommand/4641880-1-expected.png: Added.
3883         * platform/efl/editing/execCommand/4641880-1-expected.txt: Added.
3884         * platform/efl/editing/execCommand/4641880-2-expected.png: Added.
3885         * platform/efl/editing/execCommand/4641880-2-expected.txt: Added.
3886         * platform/efl/editing/execCommand/4747450-expected.png: Added.
3887         * platform/efl/editing/execCommand/4747450-expected.txt: Added.
3888         * platform/efl/editing/execCommand/4916402-expected.png: Added.
3889         * platform/efl/editing/execCommand/4916402-expected.txt: Added.
3890         * platform/efl/editing/execCommand/4916541-expected.png: Added.
3891         * platform/efl/editing/execCommand/4916541-expected.txt: Added.
3892         * platform/efl/editing/execCommand/4924441-expected.png: Added.
3893         * platform/efl/editing/execCommand/4924441-expected.txt: Added.
3894         * platform/efl/editing/execCommand/5080333-1-expected.png: Added.
3895         * platform/efl/editing/execCommand/5080333-1-expected.txt: Added.
3896         * platform/efl/editing/execCommand/5080333-2-expected.png: Added.
3897         * platform/efl/editing/execCommand/5080333-2-expected.txt: Added.
3898         * platform/efl/editing/execCommand/5136770-expected.png: Added.
3899         * platform/efl/editing/execCommand/5136770-expected.txt: Added.
3900         * platform/efl/editing/execCommand/5138441-expected.png: Added.
3901         * platform/efl/editing/execCommand/5138441-expected.txt: Added.
3902         * platform/efl/editing/execCommand/5142012-1-expected.png: Added.
3903         * platform/efl/editing/execCommand/5142012-1-expected.txt: Added.
3904         * platform/efl/editing/execCommand/5142012-2-expected.png: Added.
3905         * platform/efl/editing/execCommand/5142012-2-expected.txt: Added.
3906         * platform/efl/editing/execCommand/5190926-expected.png: Added.
3907         * platform/efl/editing/execCommand/5190926-expected.txt: Added.
3908         * platform/efl/editing/execCommand/5481523-expected.png: Added.
3909         * platform/efl/editing/execCommand/5481523-expected.txt: Added.
3910         * platform/efl/editing/execCommand/5482023-expected.png: Added.
3911         * platform/efl/editing/execCommand/5482023-expected.txt: Added.
3912         * platform/efl/editing/execCommand/5569741-expected.png: Added.
3913         * platform/efl/editing/execCommand/5569741-expected.txt: Added.
3914         * platform/efl/editing/execCommand/create-list-with-hr-expected.png: Added.
3915         * platform/efl/editing/execCommand/create-list-with-hr-expected.txt: Added.
3916         * platform/efl/editing/execCommand/findString-2-expected.png: Added.
3917         * platform/efl/editing/execCommand/findString-2-expected.txt: Added.
3918         * platform/efl/editing/execCommand/findString-expected.png: Added.
3919         * platform/efl/editing/execCommand/findString-expected.txt: Added.
3920         * platform/efl/editing/execCommand/format-block-with-trailing-br-expected.png: Added.
3921         * platform/efl/editing/execCommand/indent-empty-root-expected.png: Added.
3922         * platform/efl/editing/execCommand/indent-empty-root-expected.txt: Added.
3923         * platform/efl/editing/execCommand/indent-list-item-expected.png: Added.
3924         * platform/efl/editing/execCommand/indent-list-item-expected.txt: Added.
3925         * platform/efl/editing/execCommand/indent-selection-expected.png: Added.
3926         * platform/efl/editing/execCommand/indent-selection-expected.txt: Added.
3927         * platform/efl/editing/execCommand/insert-list-and-stitch-expected.png: Added.
3928         * platform/efl/editing/execCommand/insert-list-and-stitch-expected.txt: Added.
3929         * platform/efl/editing/execCommand/insertHorizontalRule-expected.png: Added.
3930         * platform/efl/editing/execCommand/insertHorizontalRule-expected.txt: Added.
3931         * platform/efl/editing/execCommand/insertImage-expected.png: Added.
3932         * platform/efl/editing/execCommand/insertImage-expected.txt: Added.
3933         * platform/efl/editing/execCommand/nsresponder-indent-expected.png: Added.
3934         * platform/efl/editing/execCommand/nsresponder-indent-expected.txt: Added.
3935         * platform/efl/editing/execCommand/nsresponder-outdent-expected.png: Added.
3936         * platform/efl/editing/execCommand/nsresponder-outdent-expected.txt: Added.
3937         * platform/efl/editing/execCommand/outdent-blockquote-test1-expected.txt: Added.
3938         * platform/efl/editing/execCommand/outdent-blockquote-test2-expected.txt: Added.
3939         * platform/efl/editing/execCommand/outdent-blockquote-test3-expected.txt: Added.
3940         * platform/efl/editing/execCommand/outdent-blockquote-test4-expected.txt: Added.
3941         * platform/efl/editing/execCommand/print-expected.png: Added.
3942         * platform/efl/editing/execCommand/print-expected.txt: Added.
3943         * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.png: Added.
3944         * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
3945         * platform/efl/editing/execCommand/remove-list-item-1-expected.png: Added.
3946         * platform/efl/editing/execCommand/remove-list-item-1-expected.txt: Added.
3947         * platform/efl/editing/execCommand/selectAll-expected.png: Added.
3948         * platform/efl/editing/execCommand/selectAll-expected.txt: Added.
3949         * platform/efl/test_expectations.txt:
3950
3951 2012-05-24  Pavel Feldman  <pfeldman@chromium.org>
3952
3953         Web Inspector: introduce virtual resource for inspector stylesheet.
3954         https://bugs.webkit.org/show_bug.cgi?id=87357
3955
3956         Reviewed by Vsevolod Vlasov.
3957
3958         * inspector/styles/edit-inspector-stylesheet-expected.txt: Added.
3959         * inspector/styles/edit-inspector-stylesheet.html: Added.
3960         * inspector/styles/styles-add-new-rule-expected.txt:
3961         * inspector/styles/styles-add-new-rule.html:
3962         * inspector/styles/undo-add-new-rule-expected.txt:
3963
3964 2012-05-24  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
3965
3966         [EFL][DRT] LayoutTestController's setCacheModel() implementation
3967         https://bugs.webkit.org/show_bug.cgi?id=86840
3968
3969         Reviewed by Csaba Osztrogonác.
3970
3971         * platform/efl/Skipped: Unskipped fast/dom/HTMLScriptElement/nested-execution.html.
3972
3973 2012-05-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
3974
3975         [Qt] Unreviewed. Update platform specific expectation after r118353
3976
3977         * platform/qt/fast/js/global-constructors-expected.txt:
3978
3979 2012-05-24  Ádám Kallai  <kadam@inf.u-szeged.hu>
3980
3981         [Qt] Unreviewed gardening. Add platform specific expectation.
3982
3983         * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt: Added after r117672.
3984
3985 2012-05-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
3986
3987         [Qt] r118325 made two inspector tests to fail
3988         https://bugs.webkit.org/show_bug.cgi?id=87385
3989
3990         Unreviewed gardening.
3991
3992         * platform/qt/Skipped: skip the failing tests
3993
3994 2012-05-24  Rakesh KN  <rakesh.kn@motorola.com>
3995
3996         Filter for RadioNodeList should be case sensitive.
3997         https://bugs.webkit.org/show_bug.cgi?id=87369
3998
3999         Reviewed by Kent Tamura.
4000
4001         * fast/forms/form-collection-radio-node-list.html:
4002
4003 2012-05-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
4004
4005         new test fast/js/dfg-arguments-mixed-alias.html fail on 32 bit linux
4006         https://bugs.webkit.org/show_bug.cgi?id=87378
4007
4008         Unreviewed gardening.
4009
4010         * platform/qt/Skipped: skip the failing test
4011
4012 2012-05-24  Nikolas Zimmermann  <nzimmermann@rim.com>
4013
4014         SVGZoomAndPan constants are missing from window object
4015         https://bugs.webkit.org/show_bug.cgi?id=15494
4016
4017         Reviewed by Rob Buis.
4018
4019         SVGZoomAndPan is now available as global constructor, rebaseline results.
4020
4021         * svg/custom/global-constructors-expected.txt:
4022         * svg/custom/js-svg-constructors-expected.txt:
4023         * svg/custom/js-svg-constructors.svg:
4024
4025 2012-05-24  Hironori Bono  <hbono@chromium.org>
4026
4027         Enable grammar checking on Chromium when we paste text.
4028         https://bugs.webkit.org/show_bug.cgi?id=74393
4029
4030         Reviewed by Hajime Morita.
4031
4032         This change enables grammar checking on Chromium and implements a mock grammar
4033         checker to fix a failing test.
4034
4035         * editing/spelling/grammar-markers-expected.txt: Added.
4036         * editing/spelling/grammar-markers.html: Added.
4037         * platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Added.
4038         * platform/chromium/test_expectations.txt:
4039         * platform/mac/editing/spelling/grammar-markers-expected.png: Added.
4040
4041 2012-05-17  Andrey Kosyakov  <caseq@chromium.org>
4042
4043         Web Inspector: add inspector instrumentation interface for compositing
4044         https://bugs.webkit.org/show_bug.cgi?id=83842
4045
4046         Reviewed by Pavel Feldman.
4047
4048         * inspector/timeline/timeline-enum-stability-expected.txt: added CompositeLayers.
4049
4050 2012-05-24  Vivek Galatage  <vivekgalatage@gmail.com>
4051
4052         Web Inspector: localStorage items are not updated when the storage changes
4053         https://bugs.webkit.org/show_bug.cgi?id=83012
4054
4055         Reviewed by Pavel Feldman.
4056
4057         Test to verify the storage list is updated in the inspector frontend
4058         whenever there is any modifications to dom storage.
4059
4060         * inspector/storage-panel-dom-storage-update-expected.txt: Added.
4061         * inspector/storage-panel-dom-storage-update.html: Added.
4062
4063 2012-05-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
4064
4065         [Qt] REGRESSION(r118291) fast/frames/flattening/iframe-tiny.html fails
4066         https://bugs.webkit.org/show_bug.cgi?id=87363
4067
4068         Unreviewed gardening.
4069
4070         * platform/qt/Skipped: skip the failing test
4071
4072 2012-05-24  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
4073
4074         [Qt] new test fast/block/positioning/fixed-position-stacking-context.html is failing
4075         https://bugs.webkit.org/show_bug.cgi?id=87367
4076
4077         Unreviewed gardening.
4078
4079         * platform/qt/Skipped: skip the failing test
4080
4081 2012-05-24  Ádám Kallai  <kadam@inf.u-szeged.hu>
4082
4083         [Qt] Unreviewed gardening. Skip tests because ENABLE(SHADOW_DOM) is disabled.
4084
4085         * platform/qt/Skipped:
4086
4087 2012-05-24  Christophe Dumez  <christophe.dumez@intel.com>
4088
4089         [EFL] Several canvas/philip test cases can be unskipped
4090         https://bugs.webkit.org/show_bug.cgi?id=87362
4091
4092         Unreviewed EFL gardening. Unskip several canvas/philip that are now
4093         passing.
4094
4095         * platform/efl/Skipped:
4096         * platform/efl/test_expectations.txt:
4097
4098 2012-05-24  Vsevolod Vlasov  <vsevik@chromium.org>
4099
4100         Unreviewed, updating chromium test expectations.
4101
4102         * platform/chromium/test_expectations.txt:
4103
4104 2012-05-24  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
4105
4106         [EFL][DRT] compositing/repaint/opacity-between-absolute.html does not pass
4107         https://bugs.webkit.org/show_bug.cgi?id=87353
4108
4109         Unreviewed. Gardening of compositing/repaint/opacity-between-absolute.html test.
4110
4111         * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:
4112
4113 2012-05-24  Shinya Kawanaka  <shinyak@chromium.org>
4114
4115         Elements in Shadow DOM are not resizable.
4116         https://bugs.webkit.org/show_bug.cgi?id=87342
4117
4118         Reviewed by Ryosuke Niwa.
4119
4120         * fast/dom/shadow/resize-in-shadow-dom-expected.txt: Added.
4121         * fast/dom/shadow/resize-in-shadow-dom.html: Added.
4122
4123 2012-05-24  Vsevolod Vlasov  <vsevik@chromium.org>
4124
4125         Unreviewed, skipping failing tests on chromium.
4126
4127         * platform/chromium/test_expectations.txt:
4128
4129 2012-05-23  Stephanie Lewis  <slewis@apple.com>
4130
4131         See https://bugs.webkit.org/show_bug.cgi?id=87347
4132
4133         Unreviewed, skipping newly flaky test.
4134
4135         * platform/mac/Skipped:
4136
4137 2012-05-24  Christophe Dumez  <christophe.dumez@intel.com>
4138
4139         [EFL] EFL's LayoutTestController needs to implement sendWebIntentResponse
4140         https://bugs.webkit.org/show_bug.cgi?id=86867
4141
4142         Reviewed by Adam Barth.
4143
4144         Remove from test expectations the webintents tests that require
4145         support for sendWebIntentResponse() in EFL's LayoutTestController.
4146
4147         * platform/efl/test_expectations.txt:
4148
4149 2012-05-23  Filip Pizlo  <fpizlo@apple.com>
4150
4151         DFG operationTearOffActivation should return after handling the null activation case
4152         https://bugs.webkit.org/show_bug.cgi?id=87348
4153         <rdar://problem/11522295>
4154
4155         Reviewed by Oliver Hunt.
4156
4157         * fast/js/dfg-tear-off-arguments-not-activation-expected.txt: Added.
4158         * fast/js/dfg-tear-off-arguments-not-activation.html: Added.
4159         * fast/js/script-tests/dfg-tear-off-arguments-not-activation.js: Added.
4160         (bar):
4161
4162 2012-05-17  Filip Pizlo  <fpizlo@apple.com>
4163
4164         DFG should optimize aliased uses of the Arguments object of the current call frame
4165         https://bugs.webkit.org/show_bug.cgi?id=86552
4166
4167         Rubber stamped by Geoff Garen.
4168         
4169         Merged r117542 from dfgopt.
4170         
4171         Added a bunch of tests that check that our optimizations for aliased uses of the
4172         'arguments' object are robust against various forms of JavaScript crazy.
4173         
4174         * fast/js/dfg-arguments-alias-escape-expected.txt: Added.
4175         * fast/js/dfg-arguments-alias-escape.html: Added.
4176         * fast/js/dfg-arguments-alias-expected.txt: Added.
4177         * fast/js/dfg-arguments-alias.html: Added.
4178         * fast/js/dfg-arguments-cross-code-origin-expected.txt: Added.
4179         * fast/js/dfg-arguments-cross-code-origin.html: Added.
4180         * fast/js/dfg-arguments-mixed-alias-expected.txt: Added.
4181         * fast/js/dfg-arguments-mixed-alias.html: Added.
4182         * fast/js/dfg-arguments-osr-exit-expected.txt: Added.
4183         * fast/js/dfg-arguments-osr-exit.html: Added.
4184         * fast/js/dfg-arguments-unexpected-escape-expected.txt: Added.
4185         * fast/js/dfg-arguments-unexpected-escape.html: Added.
4186         * fast/js/jsc-test-list:
4187         * fast/js/script-tests/dfg-arguments-alias-escape.js: Added.
4188         (foo):
4189         (bar):
4190         * fast/js/script-tests/dfg-arguments-alias.js: Added.
4191         (foo):
4192         (bar):
4193         * fast/js/script-tests/dfg-arguments-cross-code-origin.js: Added.
4194         (foo):
4195         (bar):
4196         (baz):
4197         * fast/js/script-tests/dfg-arguments-mixed-alias.js: Added.
4198         (foo):
4199         (bar):
4200         * fast/js/script-tests/dfg-arguments-osr-exit.js: Added.
4201         (baz):
4202         (foo):
4203         (bar):
4204         * fast/js/script-tests/dfg-arguments-unexpected-escape.js: Added.
4205         (baz):
4206         (foo):
4207         (bar):
4208
4209 2012-05-23  Hayato Ito  <hayato@chromium.org>
4210
4211         Add a test case of event dispatching which uses inactive insertion points.
4212         https://bugs.webkit.org/show_bug.cgi?id=87229
4213
4214         Reviewed by Darin Adler.
4215
4216         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
4217         * fast/dom/shadow/shadow-dom-event-dispatching.html:
4218
4219 2012-05-23  Shinya Kawanaka  <shinyak@chromium.org>
4220
4221         Document.elementFromPoint exposes inner element of Shadow DOM.
4222         https://bugs.webkit.org/show_bug.cgi?id=87235
4223
4224         Reviewed by Dimitri Glazkov.
4225
4226         * fast/dom/shadow/element-from-point-in-nested-shadow-expected.txt: Added.
4227         * fast/dom/shadow/element-from-point-in-nested-shadow.html: Added.
4228
4229 2012-05-23  Sheriff Bot  <webkit.review.bot@gmail.com>
4230
4231         Unreviewed, rolling out r118297.
4232         http://trac.webkit.org/changeset/118297
4233         https://bugs.webkit.org/show_bug.cgi?id=87338
4234
4235         It caused several layout failures on Mac (Requested by
4236         sundiamonde on #webkit).
4237
4238         * fast/block/float/floats-with-margin-should-not-wrap-expected.html: Removed.
4239         * fast/block/float/floats-with-margin-should-not-wrap.html: Removed.
4240
4241 2012-05-23  Shinya Kawanaka  <shinyak@chromium.org>
4242
4243         Document.caretRangeFromPoint exposes inner elemnet of Shadow DOM.
4244         https://bugs.webkit.org/show_bug.cgi?id=87231
4245
4246         Reviewed by Dimitri Glazkov.
4247
4248         * fast/dom/shadow/caret-range-from-point-in-nested-shadow-expected.txt: Added.
4249         * fast/dom/shadow/caret-range-from-point-in-nested-shadow.html: Added.
4250
4251 2012-05-23  Julien Chaffraix  <jchaffraix@webkit.org>
4252
4253         Crash in RenderTableCol::nextColumn
4254         https://bugs.webkit.org/show_bug.cgi?id=87314
4255
4256         Reviewed by Abhishek Arya.
4257
4258         * fast/table/canvas-column-in-column-group-expected.txt: Added.
4259         * fast/table/canvas-column-in-column-group.html: Added.
4260         * fast/table/columngroup-inside-columngroup-expected.txt: Added.
4261         * fast/table/columngroup-inside-columngroup.html: Added.
4262
4263 2012-05-23  Raphael Kubo da Costa  <rakuco@webkit.org>
4264
4265         [EFL] Gardening after r118203 and r118171.
4266
4267         Remove wrong expectations added in r118171 and unskip passing
4268         tests after r118203.
4269
4270         * platform/efl/compositing/layer-creation/fixed-position-scroll-expected.png: Removed.
4271         * platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt: Removed.
4272         * platform/efl/test_expectations.txt:
4273
4274 2012-05-23  Kangil Han  <kangil.han@samsung.com>
4275
4276         [EFL][DRT] Fix WebCore library path and rebaseline result
4277         https://bugs.webkit.org/show_bug.cgi?id=86355
4278
4279         Reviewed by Dirk Pranke.
4280
4281         Currently EFL DRT uses wrong WebCore library path when running DRT.
4282         Therefore, this patch adjusted the path correctly.
4283
4284         * platform/efl/test_expectations.txt: Added some cases to skipped list since we don't support those at this stage
4285
4286 2012-05-23  Stephanie Lewis  <slewis@apple.com>
4287
4288         See https://bugs.webkit.org/show_bug.cgi?id=87208
4289
4290         Unreviewed, skipping new test that can have side effects.
4291
4292         * platform/mac/Skipped:
4293
4294 2012-05-23  Shinya Kawanaka  <shinyak@chromium.org>
4295
4296         [Shadow] mousewheel event isn't fired on nodes in Shadow DOM.
4297         https://bugs.webkit.org/show_bug.cgi?id=87218
4298
4299         Reviewed by Dimitri Glazkov.
4300
4301         * fast/dom/shadow/wheel-event-in-shadow-dom-expected.txt: Added.
4302         * fast/dom/shadow/wheel-event-in-shadow-dom.html: Added.
4303         * fast/dom/shadow/wheel-event-on-input-in-shadow-dom-expected.txt: Added.
4304         * fast/dom/shadow/wheel-event-on-input-in-shadow-dom.html: Added.
4305
4306 2012-05-23  Hayato Ito  <hayato@chromium.org>
4307
4308         Adjust a target node of a mouse event correctly when a distributed text node is clicked.
4309         https://bugs.webkit.org/show_bug.cgi?id=86999
4310
4311         Reviewed by Dimitri Glazkov.
4312
4313         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
4314         * fast/dom/shadow/shadow-dom-event-dispatching.html:
4315
4316 2012-05-23  Shinya Kawanaka  <shinyak@chromium.org>
4317
4318         [Shadow] drop event is not fired on nodes in Shadow DOM
4319         https://bugs.webkit.org/show_bug.cgi?id=85774
4320
4321         Reviewed by Dimitri Glazkov.
4322
4323         Confirms drop event is fired on div and input in Shadow DOM.
4324
4325         * fast/dom/shadow/drop-event-for-input-in-shadow-expected.txt: Added.
4326         * fast/dom/shadow/drop-event-for-input-in-shadow.html: Added.
4327         * fast/dom/shadow/drop-event-in-shadow-expected.txt: Added.
4328         * fast/dom/shadow/drop-event-in-shadow.html: Added.
4329
4330 2012-05-23  Emil A Eklund  <eae@chromium.org>
4331
4332         REGRESSION (115573): Incorrect rounding of margins for floats
4333         https://bugs.webkit.org/show_bug.cgi?id=87319
4334
4335         Reviewed by Eric Seidel.
4336
4337         Add new test ensuring that using margins with floats doesn't cause
4338         undesired wrapping.
4339
4340         * fast/block/float/floats-with-margin-should-not-wrap-expected.html: Added.
4341         * fast/block/float/floats-with-margin-should-not-wrap.html: Added.
4342
4343 2012-05-23  Eric Seidel  <eric@webkit.org>
4344
4345         Add seamless layout code (and pass most of the remaining seamless tests)
4346         https://bugs.webkit.org/show_bug.cgi?id=86608
4347
4348         Reviewed by Ojan Vafai.
4349
4350         Add a test for percent height in child documents, as well as
4351         disabling the expand-to-fill-viewport quirk of html/body elements
4352         in quirks mode.
4353         Also update all the expectations now that we pass almost all the tests.
4354
4355         * fast/frames/seamless/resources/percent-square.html: Added.
4356         * fast/frames/seamless/resources/two-inline-blocks.html:
4357         * fast/frames/seamless/seamless-basic-expected.txt:
4358         * fast/frames/seamless/seamless-float-expected.txt:
4359         * fast/frames/seamless/seamless-inherited-origin-expected.txt:
4360         * fast/frames/seamless/seamless-inherited-origin.html:
4361         * fast/frames/seamless/seamless-inline-expected.txt:
4362         * fast/frames/seamless/seamless-nested-expected.txt:
4363         * fast/frames/seamless/seamless-percent-height-expected.txt: Added.
4364         * fast/frames/seamless/seamless-percent-height.html: Added.
4365         * fast/frames/seamless/seamless-quirks-expected.txt:
4366         * fast/frames/seamless/seamless-sandbox-flag-expected.txt:
4367         * fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt:
4368
4369 2012-05-23  Tony Chang  <tony@chromium.org>
4370
4371         auto margins on flexbox should allocate space in the cross direction
4372         https://bugs.webkit.org/show_bug.cgi?id=86913
4373
4374         Reviewed by Ojan Vafai.
4375
4376         * css3/flexbox/auto-margins-expected.html: Added.
4377         * css3/flexbox/auto-margins.html: Added. These are the test cases in the spec.
4378         * css3/flexbox/flex-align-vertical-writing-mode.html: Fix tests with auto margins and add more tests.
4379         Also reduce the height so it's easier to see the test cases (these vertical tests don't check the height).
4380         * css3/flexbox/flex-align.html: Fix tests with auto margins and add more tests.
4381         * css3/flexbox/flex-flow-auto-margins.html: Fix results now that we handle auto in the cross direction.
4382
4383 2012-05-23  Joshua Bell  <jsbell@chromium.org>
4384
4385         [Chromium] Marking a pair of fast/history layout tests as flaky (TEXT).
4386         https://bugs.webkit.org/show_bug.cgi?id=87321
4387
4388         Unreviewed gardening.
4389
4390         * platform/chromium/test_expectations.txt:
4391
4392 2012-05-23  Joshua Bell  <jsbell@chromium.org>
4393
4394         [Chromium] http/tests/cache/history-only-cached-subresource-loads{-max-age-https}.html are now
4395         failing with TEXT differences, so updated failure expectations.
4396
4397         Unreviewed gardening.
4398
4399         * platform/chromium/test_expectations.txt:
4400
4401 2012-05-23  James Robinson  <jamesr@chromium.org>
4402
4403         Add a Setting to make position:fixed form a new stacking context
4404         https://bugs.webkit.org/show_bug.cgi?id=87186
4405
4406         Reviewed by Adam Barth.
4407
4408         Adds layout tests that confirm we don't creates stacking contexts for position:fixed by default, but we do when
4409         the fixedPositionCreatesStackingContext Setting is true.
4410
4411         Qt and Blackberry will need different expectations since they set this via an #ifdef
4412
4413         * fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
4414         * fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
4415         * fast/block/positioning/fixed-position-stacking-context.html: Added.
4416         * fast/block/positioning/fixed-position-stacking-context2-expected.png: Added.
4417         * fast/block/positioning/fixed-position-stacking-context2-expected.txt: Added.
4418         * fast/block/positioning/fixed-position-stacking-context2.html: Added.
4419
4420 2012-05-23  James Robinson  <jamesr@chromium.org>
4421
4422         [chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port
4423         https://bugs.webkit.org/show_bug.cgi?id=87177
4424
4425         Reviewed by Eric Seidel.
4426
4427         Mark test depending on ENABLE(OVERFLOW_SCROLLING) as an expected failure since the define is off.
4428
4429         * platform/chromium/test_expectations.txt:
4430
4431 2012-05-23  Hugo Parente Lima  <hugo.lima@openbossa.org>
4432
4433         [Qt] fast/url/path.html with Qt5 differ results on both WK1 and WK2
4434         https://bugs.webkit.org/show_bug.cgi?id=77380
4435
4436         Reviewed by Kenneth Rohde Christiansen.
4437
4438         The test pass on qt5-wk2, but not on qt5-wk1.
4439
4440         * platform/qt-5.0-wk1/Skipped:
4441         * platform/qt-5.0/Skipped:
4442
4443 2012-05-23  Kenneth Russell  <kbr@google.com>
4444
4445         webgl/context-lost failing on Lion
4446         https://bugs.webkit.org/show_bug.cgi?id=81284
4447
4448         Unreviewed test expectations update. The fix for Bug 87136 fixed
4449         the underlying bug here; adjusting test expectations.
4450
4451         * platform/mac-snowleopard/fast/canvas/webgl/context-lost-expected.txt: Removed.
4452         * platform/mac/fast/canvas/webgl/context-lost-expected.txt: Removed.
4453
4454 2012-05-23  Abhishek Arya  <inferno@chromium.org>
4455
4456         Crash in run-ins with continuations while moving back to original position.
4457         https://bugs.webkit.org/show_bug.cgi?id=87264
4458
4459         Reviewed by Julien Chaffraix.
4460
4461         * fast/runin/runin-continuations-crash-expected.txt: Added.
4462         * fast/runin/runin-continuations-crash.html: Added.
4463
4464 2012-05-23  Abhishek Arya  <inferno@chromium.org>
4465
4466         Crash in RenderInline::linesVisualOverflowBoundingBox.
4467         https://bugs.webkit.org/show_bug.cgi?id=85804
4468
4469         Reviewed by Dave Hyatt.
4470
4471         * fast/block/inline-children-root-linebox-crash-expected.txt: Added.
4472         * fast/block/inline-children-root-linebox-crash.html: Added.
4473
4474 2012-05-23  Chris Rogers  <crogers@google.com>
4475
4476         AudioParam must support fan-in (multiple audio connections)
4477         https://bugs.webkit.org/show_bug.cgi?id=83610
4478
4479         Reviewed by Kenneth Russell.
4480
4481         * webaudio/audioparam-connect-audioratesignal.html:
4482         * webaudio/audioparam-summingjunction-expected.txt: Added.
4483         * webaudio/audioparam-summingjunction.html: Added.
4484
4485 2012-04-12  Eric Uhrhane  <ericu@chromium.org>
4486
4487         There are no shared worker filesystem tests
4488         https://bugs.webkit.org/show_bug.cgi?id=83828
4489
4490         Reviewed by David Levin.
4491
4492         * fast/filesystem/resources/file-writer-events.js:
4493         Minor tweak to prevent double-import of js-test-pre.js
4494         * fast/filesystem/resources/shared-worker-stub.js: Added.
4495         Stub that imports js-test-pre.js for shared workers, so that we don't
4496         actually import the test script until postMessage has somewhere to go.
4497         * fast/filesystem/workers/file-writer-events-shared-worker-expected.txt: Added.
4498         * fast/filesystem/workers/file-writer-events-shared-worker.html: Added.
4499         The new test, running the same old file-writer-events.js that runs in
4500         document and worker context.
4501         * fast/js/resources/js-test-pre.js:
4502         Previously it looked like startWorker supported creating shared workers;
4503         there was an option, but it was a lie.  If you used it, it was
4504         completely broken.  This adds a functional minimal implementation.
4505         (startWorker.worker.port.onmessage):
4506         (startWorker):
4507         (.self.onconnect.workerPort.onmessage):
4508         (.self.onconnect):
4509         (.description):
4510         (.testFailed):
4511         (.testPassed):
4512         (.finishJSTest):
4513         (.debug):
4514         * platform/chromium/test_expectations.txt:
4515         DumpRenderTree and test_shell don't support shared workers; you have to
4516         run this by hand in Chrome.
4517
4518 2012-05-23  Christophe Dumez  <christophe.dumez@intel.com>
4519
4520         [EFL] webintents/web-intents-delivery-reuse.html is failing on EFL port
4521         https://bugs.webkit.org/show_bug.cgi?id=87092
4522
4523         Reviewed by Adam Barth.
4524
4525         Remove webintents/web-intents-delivery-reuse.html from test
4526         expectations now that window.webkitIntent is really replaceable and
4527         now that the test is passing.
4528
4529         * platform/efl/test_expectations.txt:
4530
4531 2012-05-23  Abhishek Arya  <inferno@chromium.org>
4532
4533         ASSERT failure toRenderProgress in HTMLProgressElement::didElementStateChange
4534         https://bugs.webkit.org/show_bug.cgi?id=87274
4535
4536         Reviewed by Darin Adler.
4537
4538         * fast/runin/progress-run-in-crash-expected.txt: Added.
4539         * fast/runin/progress-run-in-crash.html: Added.
4540
4541 2012-05-23  Kenneth Russell  <kbr@google.com>
4542
4543         REGRESSION(117918) - 4 webgl/tex-iomage-and-sub-image-2d-with-image tests failing on Mac bots.
4544         https://bugs.webkit.org/show_bug.cgi?id=87136
4545
4546         Reviewed by Stephen White.
4547
4548         Unskipped tests.
4549
4550         * platform/mac/Skipped:
4551
4552 2012-05-23  Chris Fleizach  <cfleizach@apple.com>
4553
4554         Regression(r112694): Crash in WebCore::AXObjectCache::postNotification
4555         https://bugs.webkit.org/show_bug.cgi?id=86029
4556
4557         Reviewed by Abhishek Arya.
4558
4559         * accessibility/content-changed-notification-causes-crash-expected.txt: Added.
4560         * accessibility/content-changed-notification-causes-crash.html: Added.
4561
4562 2012-05-23  Joshua Bell  <jsbell@chromium.org>
4563
4564         Unreviewed gardening - one more media/track test is crashy.
4565
4566         * platform/chromium/test_expectations.txt:
4567
4568 2012-05-22  Jer Noble  <jer.noble@apple.com>
4569
4570         PlatformClockCM has uninitialized m_rate member.
4571         https://bugs.webkit.org/show_bug.cgi?id=87217
4572
4573         Reviewed by Eric Carlson.
4574
4575         * media/media-controller-time-expected.txt: Added.
4576         * media/media-controller-time.html: Added.
4577
4578 2012-05-23  Levi Weintraub  <leviw@chromium.org>
4579
4580         fast/sub-pixel/layout-boxes-with-zoom.html fails at 166% zoom on Windows only
4581         https://bugs.webkit.org/show_bug.cgi?id=87282
4582
4583         Unreviewed. Marking fast/sub-pixel/layout-boxes-with-zoom.html as failing on Chromium Windows.
4584
4585         * platform/chromium/test_expectations.txt:
4586
4587 2012-05-23  Joshua Bell  <jsbell@chromium.org>
4588
4589         Unreviewed gardening - inspector/profiler/heap-snapshot-summary-show-ranges.html
4590         flakes on non-debug test runs too.
4591
4592         * platform/chromium/test_expectations.txt:
4593
4594 2012-05-23  Joshua Bell  <jsbell@chromium.org>
4595
4596         Unreviewed gardening - add timeout and crash expectations for a few tests.
4597
4598         * platform/chromium/test_expectations.txt:
4599
4600 2012-05-23  Joshua Bell  <jsbell@chromium.org>
4601
4602         Add crashing expectation for more media/track tests:
4603         track-language-preference.html, track-load-from-element-readyState.html, and
4604         track-webvtt-tc019-cue-size.html - tracked in http://webkit.org/b/87258
4605
4606         Unreviewed gardening.
4607
4608         * platform/chromium/test_expectations.txt:
4609
4610 2012-05-23  Emil A Eklund  <eae@chromium.org>
4611
4612         Unskip sub-pixel tests on chromium now that they flag has been turned on (in r 117815).
4613
4614         * platform/chromium/test_expectations.txt:
4615
4616 2012-05-23  Emil A Eklund  <eae@chromium.org>
4617
4618         Add test for subpixel precision in DOM APIs
4619         https://bugs.webkit.org/show_bug.cgi?id=85534
4620
4621         Reviewed by Eric Seidel.
4622
4623         Add test for increased precision due to subpixel support in the
4624         getBoundingClientRect api. Also test that clientWidth returns the pixel
4625         snapped value.
4626
4627         * fast/sub-pixel/client-rect-has-subpixel-precision-expected.html: Added.
4628         * fast/sub-pixel/client-rect-has-subpixel-precision.html: Added.
4629         * platform/efl/Skipped:
4630         * platform/gtk-wk2/Skipped:
4631         * platform/mac-lion/Skipped:
4632         * platform/mac-snowleopard/Skipped:
4633         * platform/mac-wk2/Skipped:
4634         * platform/mac/Skipped:
4635         * platform/qt-4.8/Skipped:
4636         * platform/qt/Skipped:
4637         * platform/win-wk2/Skipped:
4638         * platform/win-xp/Skipped:
4639         * platform/win/Skipped:
4640         * platform/wincairo/Skipped:
4641         * platform/wk2/Skipped:
4642         Mark as skipped on all platforms but chromium for now.
4643
4644 2012-05-23  Alexei Filippov  <alexeif@chromium.org>
4645
4646         Web Inspector: filter out debugging stuff from the heap class view
4647         https://bugs.webkit.org/show_bug.cgi?id=86723
4648
4649         Reviewed by Yury Semikhatsky.
4650
4651         * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html:
4652         * inspector/profiler/heap-snapshot-comparison-show-all.html:
4653         * inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.html:
4654         * inspector/profiler/heap-snapshot-containment-show-all.html:
4655         * inspector/profiler/heap-snapshot-containment-show-next.html:
4656         * inspector/profiler/heap-snapshot-containment-shown-node-count-preserved-when-sorting.html:
4657         * inspector/profiler/heap-snapshot-dominators-expansion-preserved-when-sorting.html:
4658         * inspector/profiler/heap-snapshot-dominators-show-all.html:
4659         * inspector/profiler/heap-snapshot-dominators-show-next.html:
4660         * inspector/profiler/heap-snapshot-dominators-shown-node-count-preserved-when-sorting.html:
4661         * inspector/profiler/heap-snapshot-dominators-sorting.html:
4662         * inspector/profiler/heap-snapshot-test.js:
4663         (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
4664         (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
4665         (initialize_HeapSnapshotTest):
4666         (initialize_HeapSnapshotTest.):
4667         * inspector/profiler/heap-snapshot.html:
4668
4669 2012-05-23  Dominik Röttsches  <dominik.rottsches@intel.com>
4670
4671         [EFL][DRT] Today's ingredients for a green bot
4672         https://bugs.webkit.org/show_bug.cgi?id=87244
4673
4674         Unreviewed, EFL gardening.
4675
4676         Some rebaselines, and moving out a set of new crashes that
4677         need more investigation.
4678
4679         * platform/efl/fast/css-generated-content/inline-display-types-expected.png:
4680         * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
4681         * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
4682         * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
4683         * platform/efl/fast/inline-block/001-expected.png:
4684         * platform/efl/fast/inline-block/001-expected.txt:
4685         * platform/efl/test_expectations.txt:
4686
4687 2012-05-23  Steve Block  <steveblock@google.com>
4688
4689         Add crashing expectation for media/video-src-invalid-remove.html
4690
4691         Unreviewed gardening.
4692
4693         * platform/chromium/test_expectations.txt:
4694
4695 2012-05-23  Andrei Bucur  <abucur@adobe.com>
4696
4697         [CSSRegions]Implement NamedFlow::name attribute
4698         https://bugs.webkit.org/show_bug.cgi?id=79645
4699
4700         Test for the NamedFlow::name attribute per the CSS Regions WD 3-May-2012 recommendation:
4701         http://www.w3.org/TR/2012/WD-css3-regions-20120503/
4702
4703         Reviewed by Andreas Kling.
4704
4705         * fast/regions/webkit-named-flow-name-expected.txt: Added.
4706         * fast/regions/webkit-named-flow-name.html: Added.
4707
4708 2012-05-23  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
4709
4710         Unreviewed, rolling out r118157.
4711         http://trac.webkit.org/changeset/118157
4712         https://bugs.webkit.org/show_bug.cgi?id=87100
4713
4714         Newly added tests are not connected to 8483 bug.
4715         editing/style directory should be unskiped first.
4716
4717         * platform/efl/test_expectations.txt:
4718
4719 2012-05-23  Kangil Han  <kangil.han@samsung.com>
4720
4721         [EFL][DRT] Rebaseline test results for BUG 86355
4722         https://bugs.webkit.org/show_bug.cgi?id=86956
4723
4724         Unreviewed, EFL gardening.
4725
4726         Updated test results for BUG 86355.
4727
4728         * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png:
4729         * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt:
4730         * platform/efl/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
4731         * platform/efl/compositing/color-matching/image-color-matching-expected.png:
4732         * platform/efl/compositing/color-matching/image-color-matching-expected.txt:
4733         * platform/efl/compositing/color-matching/pdf-image-match-expected.png:
4734         * platform/efl/compositing/color-matching/pdf-image-match-expected.txt:
4735         * platform/efl/compositing/compositing-visible-descendant-expected.png:
4736         * platform/efl/compositing/compositing-visible-descendant-expected.txt:
4737         * platform/efl/compositing/direct-image-compositing-expected.png:
4738         * platform/efl/compositing/direct-image-compositing-expected.txt:
4739         * platform/efl/compositing/generated-content-expected.png:
4740         * platform/efl/compositing/generated-content-expected.txt:
4741         * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png:
4742         * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt:
4743         * platform/efl/compositing/geometry/clipping-foreground-expected.png:
4744         * platform/efl/compositing/geometry/clipping-foreground-expected.txt:
4745         * platform/efl/compositing/geometry/composited-html-size-expected.png:
4746         * platform/efl/compositing/geometry/composited-html-size-expected.txt:
4747         * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
4748         * platform/efl/compositing/geometry/fixed-in-composited-expected.txt:
4749         * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
4750         * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
4751         * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png:
4752         * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt:
4753         * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
4754         * platform/efl/compositing/geometry/outline-change-expected.png:
4755         * platform/efl/compositing/geometry/outline-change-expected.txt:
4756         * platform/efl/compositing/geometry/partial-layout-update-expected.png:
4757         * platform/efl/compositing/geometry/partial-layout-update-expected.txt:
4758         * platform/efl/compositing/geometry/root-layer-update-expected.png:
4759         * platform/efl/compositing/geometry/root-layer-update-expected.txt:
4760         * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
4761         * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
4762         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
4763         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt:
4764         * platform/efl/compositing/geometry/video-opacity-overlay-expected.png:
4765         * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt:
4766         * platform/efl/compositing/iframes/composited-iframe-alignment-expected.png:
4767         * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt:
4768         * platform/efl/compositing/iframes/composited-iframe-scroll-expected.txt: Added.
4769         * platform/efl/compositing/iframes/iframe-content-flipping-expected.txt: Added.
4770         * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png:
4771         * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt:
4772         * platform/efl/compositing/iframes/leave-compositing-iframe-expected.txt: Added.
4773         * platform/efl/compositing/images/direct-image-background-color-expected.png:
4774         * platform/efl/compositing/images/direct-image-background-color-expected.txt:
4775         * platform/efl/compositing/layers-inside-overflow-scroll-expected.png:
4776         * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt:
4777         * platform/efl/compositing/masks/direct-image-mask-expected.png:
4778         * platform/efl/compositing/masks/direct-image-mask-expected.txt:
4779         * platform/efl/compositing/masks/masked-ancestor-expected.png:
4780         * platform/efl/compositing/masks/masked-ancestor-expected.txt:
4781         * platform/efl/compositing/masks/multiple-masks-expected.png:
4782         * platform/efl/compositing/masks/multiple-masks-expected.txt:
4783         * platform/efl/compositing/masks/simple-composited-mask-expected.png:
4784         * platform/efl/compositing/masks/simple-composited-mask-expected.txt:
4785         * platform/efl/compositing/overflow/ancestor-overflow-expected.png:
4786         * platform/efl/compositing/overflow/ancestor-overflow-expected.txt:
4787         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
4788         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
4789         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png:
4790         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt:
4791         * platform/efl/compositing/overflow/overflow-positioning-expected.png:
4792         * platform/efl/compositing/overflow/overflow-positioning-expected.txt:
4793         * platform/efl/compositing/overflow/overflow-scroll-expected.png:
4794         * platform/efl/compositing/overflow/overflow-scroll-expected.txt:
4795         * platform/efl/compositing/overflow/parent-overflow-expected.png:
4796         * platform/efl/compositing/overflow/parent-overflow-expected.txt:
4797         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png:
4798         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt:
4799         * platform/efl/compositing/overflow/scrollbar-painting-expected.png:
4800         * platform/efl/compositing/overflow/scrollbar-painting-expected.txt:
4801         * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
4802         * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
4803         * platform/efl/compositing/plugins/1x1-composited-plugin-expected.txt: Added.
4804         * platform/efl/compositing/plugins/composited-plugin-expected.png:
4805         * platform/efl/compositing/plugins/composited-plugin-expected.txt:
4806         * platform/efl/compositing/plugins/large-to-small-composited-plugin-expected.txt: Added.
4807         * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
4808         * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt:
4809         * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png:
4810         * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt:
4811         * platform/efl/compositing/reflections/deeply-nested-reflections-expected.png:
4812         * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt:
4813         * platform/efl/compositing/reflections/load-video-in-reflection-expected.png:
4814         * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt:
4815         * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png:
4816         * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt:
4817         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png:
4818         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt:
4819         * platform/efl/compositing/reflections/nested-reflection-animated-expected.png:
4820         * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt:
4821         * platform/efl/compositing/reflections/nested-reflection-expected.png:
4822         * platform/efl/compositing/reflections/nested-reflection-expected.txt:
4823         * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png:
4824         * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt:
4825         * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png:
4826         * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt:
4827         * platform/efl/compositing/reflections/nested-reflection-opacity-expected.png:
4828         * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt:
4829         * platform/efl/compositing/reflections/nested-reflection-size-change-expected.png:
4830         * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt:
4831         * platform/efl/compositing/reflections/nested-reflection-transformed-expected.png:
4832         * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt:
4833         * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png:
4834         * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt:
4835         * platform/efl/compositing/reflections/nested-reflection-transition-expected.png:
4836         * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt:
4837         * platform/efl/compositing/reflections/reflection-in-composited-expected.png:
4838         * platform/efl/compositing/reflections/reflection-in-composited-expected.txt:
4839         * platform/efl/compositing/reflections/reflection-opacity-expected.png:
4840         * platform/efl/compositing/reflections/reflection-opacity-expected.txt:
4841         * platform/efl/compositing/reflections/reflection-ordering-expected.png:
4842         * platform/efl/compositing/reflections/reflection-ordering-expected.txt:
4843         * platform/efl/compositing/reflections/reflection-positioning-expected.png:
4844         * platform/efl/compositing/reflections/reflection-positioning-expected.txt:
4845         * platform/efl/compositing/reflections/reflection-positioning2-expected.png:
4846         * platform/efl/compositing/reflections/reflection-positioning2-expected.txt:
4847         * platform/efl/compositing/reflections/simple-composited-reflections-expected.png:
4848         * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt:
4849         * platform/efl/compositing/reflections/transform-inside-reflection-expected.png:
4850         * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt:
4851         * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png:
4852         * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt:
4853         * platform/efl/compositing/repaint/composited-document-element-expected.png:
4854         * platform/efl/compositing/repaint/composited-document-element-expected.txt:
4855         * platform/efl/compositing/repaint/layer-repaint-expected.png:
4856         * platform/efl/compositing/repaint/layer-repaint-expected.txt:
4857         * platform/efl/compositing/repaint/layer-repaint-rects-expected.png:
4858         * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt:
4859         * platform/efl/compositing/repaint/opacity-between-absolute-expected.png:
4860         * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:
4861         * platform/efl/compositing/repaint/opacity-between-absolute2-expected.png:
4862         * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt:
4863         * platform/efl/compositing/self-painting-layers-expected.png:
4864         * platform/efl/compositing/self-painting-layers-expected.txt:
4865         * platform/efl/compositing/shadows/shadow-drawing-expected.png:
4866         * platform/efl/compositing/shadows/shadow-drawing-expected.txt:
4867         * platform/efl/compositing/sibling-positioning-expected.png:
4868         * platform/efl/compositing/sibling-positioning-expected.txt:
4869         * platform/efl/compositing/text-on-large-layer-expected.png:
4870         * platform/efl/compositing/text-on-large-layer-expected.txt:
4871         * platform/efl/compositing/transitions/scale-transition-no-start-expected.png:
4872         * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt:
4873         * platform/efl/compositing/transitions/singular-scale-transition-expected.png:
4874         * platform/efl/compositing/transitions/singular-scale-transition-expected.txt:
4875         * platform/efl/compositing/video/video-background-color-expected.png:
4876         * platform/efl/compositing/video/video-background-color-expected.txt:
4877         * platform/efl/compositing/visibility/visibility-composited-expected.png: Added.
4878         * platform/efl/compositing/visibility/visibility-composited-expected.txt: Added.
4879         * platform/efl/compositing/visibility/visibility-composited-transforms-expected.png: Copied from LayoutTests/platform/efl/mathml/presentation/fenced-expected.png.
4880         * platform/efl/compositing/visibility/visibility-composited-transforms-expected.txt: Added.
4881         * platform/efl/mathml/presentation/attributes-expected.png:
4882         * platform/efl/mathml/presentation/attributes-expected.txt:
4883         * platform/efl/mathml/presentation/fenced-expected.png:
4884         * platform/efl/mathml/presentation/fenced-expected.txt:
4885         * platform/efl/mathml/presentation/fenced-mi-expected.png:
4886         * platform/efl/mathml/presentation/fenced-mi-expected.txt:
4887         * platform/efl/mathml/presentation/fractions-expected.png:
4888         * platform/efl/mathml/presentation/fractions-expected.txt:
4889         * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
4890         * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
4891         * platform/efl/mathml/presentation/mo-stretch-expected.png: Added.
4892         * platform/efl/mathml/presentation/mo-stretch-expected.txt: Added.
4893         * platform/efl/mathml/presentation/mroot-pref-width-expected.png: Added.
4894         * platform/efl/mathml/presentation/mroot-pref-width-expected.txt: Added.
4895         * platform/efl/mathml/presentation/sub-expected.png:
4896         * platform/efl/mathml/presentation/sub-expected.txt:
4897         * platform/efl/mathml/presentation/subsup-expected.png:
4898         * platform/efl/mathml/presentation/subsup-expected.txt:
4899         * platform/efl/mathml/presentation/sup-expected.png:
4900         * platform/efl/mathml/presentation/sup-expected.txt:
4901         * platform/efl/mathml/presentation/tables-expected.png:
4902         * platform/efl/mathml/presentation/tables-expected.txt:
4903         * platform/efl/mathml/presentation/tokenElements-expected.png:
4904         * platform/efl/mathml/presentation/tokenElements-expected.txt:
4905         * platform/efl/mathml/presentation/under-expected.png:
4906         * platform/efl/mathml/presentation/under-expected.txt:
4907         * platform/efl/mathml/presentation/underover-expected.png:
4908         * platform/efl/mathml/presentation/underover-expected.txt:
4909
4910 2012-05-23  Steve Block  <steveblock@google.com>
4911
4912         Fix crashing expectation for several media/ LayoutTests
4913
4914         Unreviewed gardening.
4915
4916         * platform/chromium/test_expectations.txt:
4917
4918 2012-05-23  Steve Block  <steveblock@google.com>
4919
4920         Set crashing expectation for several media/ LayoutTests
4921
4922         Unreviewed gardening.
4923
4924         * platform/chromium/test_expectations.txt:
4925
4926 2012-05-23  Sheriff Bot  <webkit.review.bot@gmail.com>
4927
4928         Unreviewed, rolling out r118105.
4929         http://trac.webkit.org/changeset/118105
4930         https://bugs.webkit.org/show_bug.cgi?id=87255
4931
4932         New LayoutTest is causing several cookie tests to fail on
4933         numerous bots (Requested by steveblock on #webkit).
4934
4935         * http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Removed.
4936         * http/tests/cookies/js-get-and-set-http-only-cookie.php: Removed.
4937         * http/tests/cookies/script-tests/js-get-and-set-http-only-cookie.js: Removed.
4938
4939 2012-05-23  Zan Dobersek  <zandobersek@gmail.com>
4940
4941         [Gtk] EventSender should properly handle (left|right)(control|shift|alt) after r118001
4942         https://bugs.webkit.org/show_bug.cgi?id=87221
4943
4944         Reviewed by Martin Robinson.
4945
4946         Remove failing test expectations for fast/events/keydown-leftright-keys.html,
4947         the test should pass now.
4948
4949         * platform/gtk/test_expectations.txt:
4950
4951 2012-05-23  Ilya Tikhonovsky  <loislo@chromium.org>
4952
4953         Web Inspector: eliminate getters from HeapSnapshot.js
4954         https://bugs.webkit.org/show_bug.cgi?id=87241
4955
4956         getters can't be inlined by engine at the moment.
4957         I found that conversion getters into functions gives us about 600 ms
4958
4959         RESULT heap-snapshot: switch-to-containment-view= 1920 ms
4960         vs
4961         RESULT heap-snapshot: switch-to-containment-view= 1367 ms
4962
4963         Reviewed by Yury Semikhatsky.
4964
4965         * inspector/profiler/heap-snapshot.html:
4966
4967 2012-05-23  Yury Semikhatsky  <yurys@chromium.org>
4968
4969         Web Inspector: Debugger should correctly show catch scope
4970         https://bugs.webkit.org/show_bug.cgi?id=87197
4971
4972         Reviewed by Vsevolod Vlasov.
4973
4974         Added test for "catch" block to the debugger test.
4975
4976         * inspector/debugger/debugger-expand-scope-expected.txt:
4977         * inspector/debugger/debugger-expand-scope.html:
4978         * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt:
4979
4980 2012-05-23  Thiago Marcos P. Santos  <thiago.santos@intel.com>
4981
4982         [EFL] Gardening of failing tests
4983         https://bugs.webkit.org/show_bug.cgi?id=87233
4984
4985         Unreviewed gardening.
4986
4987         * platform/efl/Skipped:
4988         * platform/efl/test_expectations.txt:
4989
4990 2012-05-23  Krzysztof Czech  <k.czech@samsung.com>
4991
4992         [EFL] Gardening editing/style tests, missing baselines.
4993         https://bugs.webkit.org/show_bug.cgi?id=87100
4994
4995         Unreviewed EFL gardening.
4996
4997         * platform/efl/test_expectations.txt: added tests regarding 84839 bug, missing baselines.
4998
4999 2012-05-23  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
5000
5001         [EFL][DRT] Webarchives tests gardening
5002         https://bugs.webkit.org/show_bug.cgi?id=87225
5003
5004         Unreviewed. The EFL port has no support for webarchives, so the related testcases should 
5005         be put to test_expectations as expected to fail.
5006
5007         * platform/efl/Skipped:
5008         * platform/efl/test_expectations.txt:
5009
5010 2012-05-23  Alice Boxhall  <aboxhall@chromium.org>
5011
5012         AX: Contenteditable tables should always be exposed as data tables
5013         https://bugs.webkit.org/show_bug.cgi?id=87052
5014
5015         Reviewed by Chris Fleizach.
5016
5017         * accessibility/table-detection.html:
5018
5019 2012-05-23  Christophe Dumez  <christophe.dumez@intel.com>
5020
5021         [EFL] EFL's DRT does not print didFailProvisionalLoadWithError messages
5022         https://bugs.webkit.org/show_bug.cgi?id=85956
5023
5024         Reviewed by Gustavo Noronha Silva.
5025
5026         Unskip test cases which expect the DumpRenderTree to print
5027         didFailProvisionalLoadWithError messages.
5028         Add EFL expectation for
5029         http/tests/loading/pdf-commit-load-callbacks.html.
5030
5031         * platform/efl/Skipped:
5032         * platform/efl/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
5033         Use same expectation as for Qt.
5034         * platform/efl/test_expectations.txt:
5035
5036 2012-05-23  Christophe Dumez  <christophe.dumez@intel.com>
5037
5038         [EFL] EFL's DRT needs to call Settings::setValidationMessageTimerMagnification(-1)
5039         https://bugs.webkit.org/show_bug.cgi?id=86366
5040
5041         Reviewed by Antonio Gomes.
5042
5043         Unskip fast/forms/validation-message-appearance.html and add EFL
5044         expectation.
5045
5046         * platform/efl/Skipped:
5047         * platform/efl/fast/forms/validation-message-appearance-expected.png: Added.
5048         * platform/efl/fast/forms/validation-message-appearance-expected.txt: Added.
5049
5050 2012-05-23  Zan Dobersek  <zandobersek@gmail.com>
5051
5052         Unreviewed GTK gardening after r118001, r118011 and r118105.
5053
5054         * platform/gtk/test_expectations.txt:
5055
5056 2012-05-23  Csaba Osztrogonác  <ossy@webkit.org>
5057
5058         [Qt] Unreviewed gardening.
5059
5060         * platform/qt/Skipped: Unskip a now passing test.
5061
5062 2012-05-22  Csaba Osztrogonác  <ossy@webkit.org>
5063
5064         [Qt] Unreviewed gardening.
5065
5066         * platform/qt/Skipped: Skip new, but failing tests.
5067         * platform/qt/printing/iframe-print-expected.png: Added after r118039.
5068         * platform/qt/printing/iframe-print-expected.txt: Added after r118039.
5069
5070 2012-05-22  Csaba Osztrogonác  <ossy@webkit.org>
5071
5072         [Qt] Unreviewed gardening, skip a failing test.
5073
5074         * platform/qt/Skipped:
5075
5076 2012-05-22  Hayato Ito  <hayato@chromium.org>
5077
5078         Remove an assertion since an event's target might be a shadow root if a text node is clicked.
5079         https://bugs.webkit.org/show_bug.cgi?id=87072
5080
5081         Reviewed by Dimitri Glazkov.
5082
5083         * fast/dom/shadow/shadow-dom-event-dispatching.html:
5084
5085 2012-05-22  Dongwoo Im  <dw.im@samsung.com>
5086
5087         [EFL] Implements the registerProtocolHandler method and option.
5088         https://bugs.webkit.org/show_bug.cgi?id=73638
5089
5090         Reviewed by Andreas Kling.
5091
5092         The registerProtocolHandler() method allows Web sites to register themselves
5093         as possible handlers for particular schemes.
5094
5095         http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler
5096
5097         * platform/efl/fast/dom/register-protocol-handler-expected.txt: Added.
5098
5099 2012-05-22  Stephanie Lewis  <slewis@apple.com>
5100
5101         https://bugs.webkit.org/show_bug.cgi?id=87208
5102         Unreviewed, checking in failing results.
5103
5104         * platform/mac/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
5105
5106 2012-05-22  MORITA Hajime  <morrita@google.com>
5107
5108         REGRESSION(r116629) tests for <style scoped> is crashing
5109         https://bugs.webkit.org/show_bug.cgi?id=87191
5110
5111         - Unskipped accidentally skipped test for <style scoped>.
5112         - Updated outdated expectations.
5113
5114         Reviewed by Kent Tamura.
5115
5116         * fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
5117         * platform/chromium/test_expectations.txt:
5118
5119 2012-05-21  Shawn Singh  <shawnsingh@chromium.org>
5120
5121         Improve W3C conformance of backface-visibility
5122         https://bugs.webkit.org/show_bug.cgi?id=84195
5123
5124         Reviewed by Adrienne Walker.
5125
5126         * compositing/backface-visibility-hierarchical-transform-expected.png: Removed.
5127         * compositing/backface-visibility/backface-visibility-3d-expected.png: Added.
5128         * compositing/backface-visibility/backface-visibility-3d-expected.txt: Copied from LayoutTests/compositing/backface-visibility-expected.txt.
5129         * compositing/backface-visibility/backface-visibility-3d.html: Added.
5130         * compositing/backface-visibility/backface-visibility-hierarchical-transform-expected.png: Added.
5131         * compositing/backface-visibility/backface-visibility-hierarchical-transform-expected.txt: Renamed from LayoutTests/compositing/backface-visibility-hierarchical-transform-expected.txt.
5132         * compositing/backface-visibility/backface-visibility-hierarchical-transform.html: Renamed from LayoutTests/compositing/backface-visibility-hierarchical-transform.html.
5133         * compositing/backface-visibility/backface-visibility-non3d-expected.png: Added.
5134         * compositing/backface-visibility/backface-visibility-non3d-expected.txt: Copied from LayoutTests/compositing/backface-visibility-expected.txt.
5135         * compositing/backface-visibility/backface-visibility-non3d.html: Added.
5136         * compositing/backface-visibility/backface-visibility-simple-expected.png: Renamed from LayoutTests/compositing/backface-visibility-expected.png.
5137         * compositing/backface-visibility/backface-visibility-simple-expected.txt: Renamed from LayoutTests/compositing/backface-visibility-expected.txt.
5138         * compositing/backface-visibility/backface-visibility-simple.html: Renamed from LayoutTests/compositing/backface-visibility.html.
5139         * platform/mac/test_expectations.txt:
5140
5141 2012-05-22  Sheriff Bot  <webkit.review.bot@gmail.com>
5142
5143         Unreviewed, rolling out r118095.
5144         http://trac.webkit.org/changeset/118095
5145         https://bugs.webkit.org/show_bug.cgi?id=87201
5146
5147         "Causing crashes on Mac in
5148         WebCore::StyleResolver::adjustRenderStyle (Requested by
5149         sundiamonde on #webkit).
5150
5151         * fast/block/positioning/fixed-position-stacking-context-expected.png: Removed.
5152         * fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed.
5153         * fast/block/positioning/fixed-position-stacking-context.html: Removed.
5154         * fast/block/positioning/fixed-position-stacking-context2-expected.png: Removed.
5155         * fast/block/positioning/fixed-position-stacking-context2-expected.txt: Removed.
5156         * fast/block/positioning/fixed-position-stacking-context2.html: Removed.
5157
5158 2012-05-22  Levi Weintraub  <leviw@chromium.org>
5159
5160         NULL ptr in WebCore::RenderBlock::layoutRunsAndFloatsInRange
5161         https://bugs.webkit.org/show_bug.cgi?id=77786
5162
5163         Reviewed by Ryosuke Niwa.
5164
5165         * fast/block/line-layout/crash-in-isolate-with-positioned-child-expected.txt: Added.
5166         * fast/block/line-layout/crash-in-isolate-with-positioned-child.html: Added.
5167
5168 2012-05-22  Hayato Ito  <hayato@chromium.org>
5169
5170         Make ComposedShadowTreeWalker traverse inactive insertion points correctly.
5171         https://bugs.webkit.org/show_bug.cgi?id=86830
5172
5173         Reviewed by Dimitri Glazkov.
5174
5175         * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
5176         * fast/dom/shadow/composed-shadow-tree-walker.html:
5177
5178 2012-05-22  Stephanie Lewis  <slewis@apple.com>
5179
5180         See https://bugs.webkit.org/show_bug.cgi?id=87199
5181         Unreviewed, add failing test to skipped list.
5182
5183         * platform/mac/Skipped:
5184
5185 2012-05-22  Jason Liu  <jason.liu@torchmobile.com.cn>
5186
5187         [BlackBerry] Possible to clobber httponly cookie.
5188         https://bugs.webkit.org/show_bug.cgi?id=86067
5189
5190         Reviewed by Rob Buis.
5191
5192         * http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
5193         * http/tests/cookies/js-get-and-set-http-only-cookie.php: Added.
5194         * http/tests/cookies/script-tests/js-get-and-set-http-only-cookie.js: Added.
5195
5196 2012-05-22  Kangil Han  <kangil.han@samsung.com>
5197
5198         [EFL][DRT] Implement touch event
5199         https://bugs.webkit.org/show_bug.cgi?id=86720
5200
5201         Reviewed by Hajime Morita.
5202
5203         Currently EFL DRT doesn't support touch event.
5204         Therefore, this patch enabled it and implemented some eventSender function callbacks.
5205
5206         * platform/efl/Skipped:
5207
5208 2012-05-22  Stephanie Lewis  <slewis@apple.com>
5209
5210         Unreviewed, update result missed by http://trac.webkit.org/changeset/117673.
5211
5212         * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt:
5213
5214 2012-05-22  Stephanie Lewis  <slewis@apple.com>
5215
5216         See https://bugs.webkit.org/show_bug.cgi?id=87187
5217         <rdar://problem/11511011> acid3 fails on WebKit2 (87187)
5218
5219         Unreviewed, checking in failing results.
5220
5221         * platform/mac-wk2/http/tests/misc/acid3-expected.txt:
5222
5223 2012-05-22  James Robinson  <jamesr@chromium.org>
5224
5225         Add a Setting to make position:fixed form a new stacking context
5226         https://bugs.webkit.org/show_bug.cgi?id=87186
5227
5228         Reviewed by Adam Barth.
5229
5230         Adds layout tests that confirm we don't creates stacking contexts for position:fixed by default, but we do when
5231         the fixedPositionCreatesStackingContext Setting is true.
5232
5233         Qt and Blackberry will need different expectations since they set this via an #ifdef
5234
5235         * fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
5236         * fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
5237         * fast/block/positioning/fixed-position-stacking-context.html: Added.
5238         * fast/block/positioning/fixed-position-stacking-context2-expected.png: Added.
5239         * fast/block/positioning/fixed-position-stacking-context2-expected.txt: Added.
5240         * fast/block/positioning/fixed-position-stacking-context2.html: Added.
5241
5242 2012-05-22  Adam Barth  <abarth@webkit.org>
5243
5244         RenderInline::absoluteRects does some incorrect layout math
5245         https://bugs.webkit.org/show_bug.cgi?id=87036
5246
5247         Reviewed by Eric Seidel.
5248
5249         * fast/inline/boundingBox-with-continuation-expected.txt: Added.
5250         * fast/inline/boundingBox-with-continuation.html: Added.
5251
5252 2012-05-22  Jessie Berlin  <jberlin@apple.com>
5253
5254         Do some more clean up on the WK2 Skipped list.
5255
5256         Add bug numbers, remove tests that have been fixed, and consolidate tests that are already
5257         covered elsewhere in the file.
5258
5259         * platform/wk2/Skipped:
5260
5261 2012-05-22  Jessie Berlin  <jberlin@apple.com>
5262
5263         WebKitTestRunner needs an implementation of layoutTestController.setDefersLoading
5264         https://bugs.webkit.org/show_bug.cgi?id=64313
5265
5266         Reviewed by Jon Honeycutt.
5267
5268         * platform/wk2/Skipped:
5269         Remove a test that uses setDefersLoading from the WK2 Skipped list.
5270
5271 2012-05-22  Jessie Berlin  <jberlin@apple.com>
5272
5273         [Mac WK2] platform/mac-wk2/plugins/mouse-events-scaled.html failing
5274         https://bugs.webkit.org/show_bug.cgi?id=87182
5275
5276         Add expected (failing?) results to get the bots green.
5277
5278         * platform/mac-wk2/plugins/mouse-events-scaled-expected.txt:
5279
5280 2012-05-22  Jessie Berlin  <jberlin@apple.com>
5281
5282         WebKitTestRunner needs layoutTestController.setPrinting
5283         https://bugs.webkit.org/show_bug.cgi?id=42693
5284
5285         Add printing/iframe-print.html to the WK2 Skipped list.
5286
5287         * platform/wk2/Skipped:
5288
5289 2012-05-22  Raphael Kubo da Costa  <rakuco@webkit.org>
5290
5291         [EFL] Gardening; skip test added in r118001.
5292
5293         Skip it while the necessary mechanisms are not implemented by the
5294         port.
5295
5296         * platform/efl/test_expectations.txt:
5297
5298 2012-05-22  Dan Bernstein  <mitz@apple.com>
5299
5300         REGRESSION (r105513): CSS max-width is not applied to SVG element
5301         https://bugs.webkit.org/show_bug.cgi?id=87050
5302
5303         Reviewed by Darin Adler.
5304
5305         * svg/css/max-height-expected.png: Added.
5306         * svg/css/max-height-expected.txt: Added.
5307         * svg/css/max-height.html: Added.
5308         * svg/css/max-width-expected.png: Added.
5309         * svg/css/max-width-expected.txt: Added.
5310         * svg/css/max-width.html: Added.
5311
5312 2012-05-22  Emil A Eklund  <eae@chromium.org>
5313
5314         Unreviewed chromium test_expectations update, added bug number for a couple of skipped tests.
5315
5316         * platform/chromium/test_expectations.txt:
5317
5318 2012-05-22  Joshua Bell  <jsbell@chromium.org>
5319
5320         [Chromium] Add missing baselines for r118039.
5321
5322         Unreviewed gardening.
5323
5324         * platform/chromium-linux/printing/iframe-print-expected.png: Added.
5325         * platform/chromium-mac-leopard/printing/iframe-print-expected.png: Added.
5326         * platform/chromium-mac-snowleopard/printing/iframe-print-expected.png: Added.
5327         * platform/chromium-mac/printing/iframe-print-expected.png: Added.
5328         * platform/chromium-mac/printing/iframe-print-expected.txt: Added.
5329         * platform/chromium-win/printing/iframe-print-expected.png: Added.
5330         * platform/chromium-win/printing/iframe-print-expected.txt: Added.
5331
5332 2012-05-22  Jessie Berlin  <jberlin@apple.com>
5333
5334         WK2 Skipped list should be updated to reflect that
5335         https://bugs.webkit.org/show_bug.cgi?id=57515 has been fixed.
5336         https://bugs.webkit.org/show_bug.cgi?id=87170.
5337
5338         Reviewed by Brady Eidson.
5339
5340         Remove the tests from the Skipped list that now pass, separate out the test that crashes with
5341         its own entry, and correctly cover the shadow dom tests.
5342
5343         * platform/wk2/Skipped:
5344
5345 2012-05-22  Jessie Berlin  <jberlin@apple.com>
5346
5347         WTR needs an implementation of setAutomaticLinkDetectionEnabled
5348         https://bugs.webkit.org/show_bug.cgi?id=87162
5349
5350         Add editing/inserting/typing-space-to-trigger-smart-link.html to the WK2 Skipped list.
5351
5352         * platform/wk2/Skipped:
5353
5354 2012-05-22  Adam Barth  <abarth@webkit.org>
5355
5356         echo-inspan.pl is missing a semicolon on line 14, freaks out Apache on multiple regression tests
5357         https://bugs.webkit.org/show_bug.cgi?id=86023
5358
5359         Reviewed by Eric Seidel.
5360
5361         This typo was causing a syntax error, making us lose test coverage.
5362
5363         * http/tests/security/xssAuditor/open-iframe-src-expected.txt: Rebased result.
5364         * http/tests/security/xssAuditor/open-script-src-expected.txt: Ditto.
5365         * http/tests/security/xssAuditor/resources/echo-inspan.pl:
5366
5367 == Rolled over to ChangeLog-2012-05-22 ==