1 2013-02-11 Eric Carlson <eric.carlson@apple.com>
3 [Mac] Track language selection should be sticky
4 https://bugs.webkit.org/show_bug.cgi?id=109466
6 Reviewed by Dean Jackson.
8 * media/track/track-user-preferences-expected.txt: Added.
9 * media/track/track-user-preferences.html: Added.
11 * platform/chromium/TestExpectations: Skip new test, it depends on the track menu.
12 * platform/efl/TestExpectations: Ditto.
13 * platform/gtk/TestExpectations: Ditto.
14 * platform/qt/TestExpectations: Ditto.
15 * platform/win/TestExpectations: Ditto.
17 2013-02-11 Keishi Hattori <keishi@webkit.org>
19 REGRESSION (r140778):Calendar Picker buttons are wrong when rtl
20 https://bugs.webkit.org/show_bug.cgi?id=109158
22 Reviewed by Kent Tamura.
24 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
25 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
26 * platform/chromium/TestExpectations:
27 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.txt: Added.
28 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html: Added.
30 2013-02-11 Ryosuke Niwa <rniwa@webkit.org>
32 Move deletionUI tests into platform/mac
33 https://bugs.webkit.org/show_bug.cgi?id=109517
35 Reviewed by Benjamin Poulain.
37 Moved deletionUI tests into platform/mac since Mac is the only port that ships this feature.
39 * editing/deleting/5408255-expected.txt: Removed.
40 * editing/deleting/5408255.html: Removed.
41 * editing/deleting/deletionUI-single-instance.html: Removed.
42 * platform/chromium/editing/deleting/deletionUI-single-instance-expected.png: Removed.
43 * platform/chromium/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
44 * platform/efl/TestExpectations:
45 * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Copied from LayoutTests/editing/deleting/5408255-expected.txt.
46 * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Copied from LayoutTests/editing/deleting/5408255.html.
47 * platform/mac/editing/deleting/deletionUI-single-instance.html: Copied from LayoutTests/editing/deleting/deletionUI-single-instance.html.
48 * platform/qt-mac/TestExpectations:
49 * platform/qt/editing/deleting/deletionUI-single-instance-expected.png: Removed.
50 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
51 * platform/win/TestExpectations:
52 * platform/wincairo/TestExpectations:
53 * platform/wk2/TestExpectations:
55 2013-02-11 Adam Barth <abarth@webkit.org>
57 Load event fires too early with threaded HTML parser (take 2)
58 https://bugs.webkit.org/show_bug.cgi?id=109485
60 Reviewed by Eric Seidel.
62 This patch also fixes a bug whereby removing an iframe during the load
63 event would trigger DumpRenderTree to dump the test in the middle of
64 the load event. We now wait until the load event is over.
66 * compositing/iframes/remove-iframe-crash-expected.txt:
67 * fast/frames/iframe-access-screen-of-deleted-expected.txt:
68 * fast/frames/remove-frame-during-load-event-expected.txt: Added.
69 * fast/frames/remove-frame-during-load-event.html: Added.
70 * http/tests/misc/xslt-bad-import-expected.txt:
72 2013-02-11 Nico Weber <thakis@chromium.org>
74 Remove web intents code
75 https://bugs.webkit.org/show_bug.cgi?id=109501
77 Reviewed by Eric Seidel.
79 See thread "Removing ENABLE(WEB_INTENTS) code" on webkit-dev.
81 * webintents/intent-tag-expected.txt: Removed.
82 * webintents/intent-tag.html: Removed.
83 * webintents/resources/pass.html: Removed.
84 * webintents/resources/web-intents-reload-orig.html: Removed.
85 * webintents/resources/web-intents-testing.js: Removed.
86 * webintents/web-intents-api-expected.txt: Removed.
87 * webintents/web-intents-api.html: Removed.
88 * webintents/web-intents-delivery-expected.txt: Removed.
89 * webintents/web-intents-delivery-reuse-expected.txt: Removed.
90 * webintents/web-intents-delivery-reuse.html: Removed.
91 * webintents/web-intents-delivery.html: Removed.
92 * webintents/web-intents-failure-expected.txt: Removed.
93 * webintents/web-intents-failure.html: Removed.
94 * webintents/web-intents-invoke-expected.txt: Removed.
95 * webintents/web-intents-invoke-port-expected.txt: Removed.
96 * webintents/web-intents-invoke-port.html: Removed.
97 * webintents/web-intents-invoke.html: Removed.
98 * webintents/web-intents-obj-constructor-expected.txt: Removed.
99 * webintents/web-intents-obj-constructor.html: Removed.
100 * webintents/web-intents-reload-expected.txt: Removed.
101 * webintents/web-intents-reload.html: Removed.
102 * webintents/web-intents-reply-expected.txt: Removed.
103 * webintents/web-intents-reply.html: Removed.
105 2013-02-11 Stephen Chenney <schenney@chromium.org>
107 SVG DOM manipulation crash
108 https://bugs.webkit.org/show_bug.cgi?id=108709
110 Reviewed by Eric Seidel.
112 Adding a test for the case where an SVG <use> tree is rebuild due to
113 one event listener and a subsequent listener tries to access it. This
114 does not crash in WebKit but has caused problems in browser code where
115 the listener tries to access and use toNode on the target of the
116 event. The test prevents regressions and gives automated security
117 tests something to work on.
119 * svg/custom/use-listener-append-crash-expected.txt: Added.
120 * svg/custom/use-listener-append-crash.html: Added.
122 2013-02-11 Filip Pizlo <fpizlo@apple.com>
124 Strange bug in DFG OSR in JSC
125 https://bugs.webkit.org/show_bug.cgi?id=109491
127 Reviewed by Mark Hahnenberg.
129 Added one version of the test (dfg-int32-to-double-on-set-local-and-exit) that is based
130 exactly on Gabor's original test, and another that ought to fail even if I fix other bugs
131 in the future (see https://bugs.webkit.org/show_bug.cgi?id=109511).
133 * fast/js/dfg-int32-to-double-on-set-local-and-exit-expected.txt: Added.
134 * fast/js/dfg-int32-to-double-on-set-local-and-exit.html: Added.
135 * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt: Added.
136 * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit.html: Added.
137 * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-exit.js: Added.
143 * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-sometimes-exit.js: Added.
150 2013-02-11 Emil A Eklund <eae@chromium.org>
152 Change RenderFrameSet::paint to use m-rows/m_cols directly.
153 https://bugs.webkit.org/show_bug.cgi?id=108503
155 Reviewed by Eric Seidel.
157 Add test for how we render an invalid frameset.
159 * fast/frames/invalid-frameset-expected.html: Added.
160 * fast/frames/invalid-frameset.html: Added.
162 2013-02-11 Rafael Weinstein <rafaelw@chromium.org>
164 [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
165 https://bugs.webkit.org/show_bug.cgi?id=109338
167 Reviewed by Adam Barth.
169 * html5lib/resources/template.dat:
171 2013-02-11 Bem Jones-Bey <bjonesbe@adobe.com>
173 [CSS Exclusions] Handle shape-outside changing a float's overhang behavior
174 https://bugs.webkit.org/show_bug.cgi?id=106927
176 Reviewed by Julien Chaffraix.
178 This is also tested by the existing tests for shape outside on floats positioning.
180 * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang-expected.html: Added.
181 * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html: Added.
183 2013-02-11 Tim Horton <timothy_horton@apple.com>
185 FrameView::setScrollPosition should clamp scroll position before handing it to
186 ScrollingCoordinator instead of depending on ScrollView to do this
187 https://bugs.webkit.org/show_bug.cgi?id=109497
188 <rdar://problem/12631789>
190 Reviewed by Simon Fraser.
192 Adjust some test results which previously expected out-of-bounds scrolling to happen.
194 Add a test that ensures that out-of-bounds scrolling doesn't happen.
196 * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls-expected.txt: Added.
197 * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html: Added.
198 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt:
199 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt:
200 * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt:
201 * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
203 2013-02-11 Adam Barth <abarth@webkit.org>
205 The threaded HTML parser should pass all the fast/parser tests
206 https://bugs.webkit.org/show_bug.cgi?id=109486
208 Reviewed by Tony Gentilcore.
210 * fast/parser/document-close-iframe-load-partial-entity-expected.txt: Added.
211 * fast/parser/document-close-iframe-load-partial-entity.html: Added.
213 2013-02-11 Julien Chaffraix <jchaffraix@webkit.org>
215 Unreviewed Chromium rebaselining after r142500.
217 * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
218 * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png:
219 * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
220 * platform/chromium-mac/fast/repaint/selection-after-remove-expected.png:
221 * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
222 Slight painting regression that brings us back to pre-r132591 baselines.
224 2013-02-11 Joshua Bell <jsbell@chromium.org>
226 IndexedDB: database connections don't close after versionchange transaction aborts
227 https://bugs.webkit.org/show_bug.cgi?id=102298
229 Reviewed by Tony Chang.
231 Added dedicated test, updated tests dependent on buggy behavior.
233 * storage/indexeddb/aborted-versionchange-closes-expected.txt: Added.
234 * storage/indexeddb/aborted-versionchange-closes.html: Added.
235 * storage/indexeddb/lazy-index-population-expected.txt:
236 * storage/indexeddb/lazy-index-population.html: Remove manual closing.
237 * storage/indexeddb/objectstore-basics-expected.txt:
238 * storage/indexeddb/objectstore-basics-workers-expected.txt:
239 * storage/indexeddb/resources/aborted-versionchange-closes.js: Added.
240 * storage/indexeddb/resources/objectstore-basics.js: Removed dependency on bug.
242 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
244 [EFL] fast/forms/number/number-l10n-input.html is failing
245 https://bugs.webkit.org/show_bug.cgi?id=109440
247 Reviewed by Laszlo Gombos.
249 Unskip fast/forms/number/number-l10n-input.html on EFL port
252 * platform/efl/TestExpectations:
254 2013-02-11 Adam Barth <abarth@webkit.org>
256 Remove failure expectation now that this test is passing.
258 * platform/chromium/TestExpectations:
260 2013-02-11 Benjamin Poulain <benjamin@webkit.org>
262 Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings
263 https://bugs.webkit.org/show_bug.cgi?id=109349
265 Reviewed by Sam Weinig.
267 Update the tests to use InternalSettings.
269 * fast/dom/timer-increase-min-interval-and-reset-part-1.html:
270 * fast/dom/timer-increase-min-interval-repeating.html:
271 * fast/dom/timer-increase-min-interval.html:
272 * fast/dom/timer-increase-then-decrease-min-interval-repeating.html:
273 * fast/dom/timer-increase-then-decrease-min-interval.html:
275 2013-02-11 Mike West <mkwst@chromium.org>
277 CSP reports for blocked 'data:' URLs should report the scheme only.
278 https://bugs.webkit.org/show_bug.cgi?id=109429
280 Reviewed by Adam Barth.
282 * http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
283 * http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html: Added.
285 2013-02-11 Julien Chaffraix <jchaffraix@webkit.org>
287 Regression(r131539): Heap-use-after-free in WebCore::RenderBlock::willBeDestroyed
288 https://bugs.webkit.org/show_bug.cgi?id=107189
290 Reviewed by Abhishek Arya.
292 * fast/dynamic/continuation-detach-crash-expected.txt: Added.
293 * fast/dynamic/continuation-detach-crash.html: Added.
295 2013-02-11 Tony Chang <tony@chromium.org>
297 Move setFrameFlatteningEnabled from layoutTestController to window.internals.settings
298 https://bugs.webkit.org/show_bug.cgi?id=87149
300 Reviewed by Simon Fraser.
302 Update tests to use internal.settings.setFrameFlatteningEnabled, which is automatically
303 generated from Settings.in.
304 Add a Mac only test that uses overridePreference to test the API.
306 * fast/frames/flattening/crash-svg-document.html:
307 * fast/frames/flattening/frameset-flattening-advanced.html:
308 * fast/frames/flattening/frameset-flattening-grid.html:
309 * fast/frames/flattening/frameset-flattening-simple.html:
310 * fast/frames/flattening/frameset-flattening-subframe-resize.html:
311 * fast/frames/flattening/frameset-flattening-subframesets.html:
312 * fast/frames/flattening/iframe-flattening-crash.html:
313 * fast/frames/flattening/iframe-flattening-fixed-height.html:
314 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
315 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
316 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
317 * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
318 * fast/frames/flattening/iframe-flattening-fixed-width.html:
319 * fast/frames/flattening/iframe-flattening-nested.html:
320 * fast/frames/flattening/iframe-flattening-offscreen.html:
321 * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
322 * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
323 * fast/frames/flattening/iframe-flattening-out-of-view.html:
324 * fast/frames/flattening/iframe-flattening-selection-crash.html:
325 * fast/frames/flattening/iframe-flattening-simple.html:
326 * fast/frames/flattening/iframe-tiny.html:
327 * fast/spatial-navigation/snav-iframe-flattening-simple.html:
328 * fast/text-autosizing/narrow-iframe-flattened.html:
329 * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
330 * platform/chromium/TestExpectations: Chromium doesn't use frame flattening on mobile either.
331 * plugins/frameset-with-plugin-frame.html:
332 * fast/frames/flattening/crash-svg-document.html:
333 * fast/frames/flattening/frameset-flattening-advanced.html:
334 * fast/frames/flattening/frameset-flattening-grid.html:
335 * fast/frames/flattening/frameset-flattening-simple.html:
336 * fast/frames/flattening/frameset-flattening-subframe-resize.html:
337 * fast/frames/flattening/frameset-flattening-subframesets.html:
338 * fast/frames/flattening/iframe-flattening-crash.html:
339 * fast/frames/flattening/iframe-flattening-fixed-height.html:
340 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
341 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
342 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
343 * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
344 * fast/frames/flattening/iframe-flattening-fixed-width.html:
345 * fast/frames/flattening/iframe-flattening-nested.html:
346 * fast/frames/flattening/iframe-flattening-offscreen.html:
347 * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
348 * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
349 * fast/frames/flattening/iframe-flattening-out-of-view.html:
350 * fast/frames/flattening/iframe-flattening-selection-crash.html:
351 * fast/frames/flattening/iframe-flattening-simple.html:
352 * fast/frames/flattening/iframe-tiny.html:
353 * fast/spatial-navigation/snav-iframe-flattening-simple.html:
354 * fast/text-autosizing/narrow-iframe-flattened.html:
355 * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
356 * platform/chromium/TestExpectations:
357 * platform/mac/fast/frames/flattening/set-preference-expected.txt: Added.
358 * platform/mac/fast/frames/flattening/set-preference.html: Added.
359 * plugins/frameset-with-plugin-frame.html:
361 2013-02-11 Adam Barth <abarth@webkit.org>
363 document.write during window.onload can trigger DumpRenderTree to dump the render tree
364 https://bugs.webkit.org/show_bug.cgi?id=109465
366 Reviewed by Eric Seidel.
368 * fast/parser/document-write-during-load-expected.txt: Added.
369 * fast/parser/document-write-during-load.html: Added.
371 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
373 Unreviewed EFL gardening.
375 Mark fast/flexbox/line-clamp-link-after-ellipsis.html as failing
376 on EFL port. This test was introduced in r142335.
378 * platform/efl/TestExpectations:
380 2013-02-11 Andrey Kosyakov <caseq@chromium.org>
382 Web Inspector: Timeline: invalidate and force locations are same for Layout records caused by style recalculaiton
383 https://bugs.webkit.org/show_bug.cgi?id=109294
385 Reviewed by Pavel Feldman.
387 * inspector/timeline/timeline-layout-reason-expected.txt: Added.
388 * inspector/timeline/timeline-layout-reason.html: Added.
389 * inspector/timeline/timeline-test.js:
390 (initialize_Timeline.step2):
391 (initialize_Timeline.InspectorTest.evaluateWithTimeline): Extracted "performActions" step from performActionsAndPrint()
392 (initialize_Timeline.):
393 (initialize_Timeline.InspectorTest.performActionsAndPrint):
394 (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
395 (initialize_Timeline.InspectorTest.findPresentationRecord):
397 2013-02-01 Andrey Kosyakov <caseq@chromium.org>
399 Web Inspector: [Extension API] adjust inspectedWindow.eval() callback parameters to expose non-exceptional error
400 https://bugs.webkit.org/show_bug.cgi?id=108640
402 Reviewed by Vsevolod Vlasov.
404 Rebase tests following change in exception parameter to inspectedWindow.eval() callback.
406 * inspector/extensions/extensions-eval-expected.txt:
407 * inspector/extensions/extensions-eval.html:
408 * inspector/extensions/extensions-sidebar-expected.txt:
410 2013-02-11 Andrey Kosyakov <caseq@chromium.org>
412 Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API
413 https://bugs.webkit.org/show_bug.cgi?id=109443
415 Reviewed by Vsevolod Vlasov.
417 - replace additional message ports used for evaluating code in front-end with normal extension transport.
419 * http/tests/inspector/extensions-test.js:
420 (initialize_ExtensionsTest.window.buildPlatformExtensionAPI):
421 (initialize_ExtensionsTest.InspectorTest._replyToExtension):
422 (initialize_ExtensionsTest.onEvaluate):
423 * http/tests/inspector/resources/extension-main.js:
424 * inspector/extensions/extensions-audits.html:
426 2013-02-11 Joshua Bell <jsbell@chromium.org>
428 [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler
429 https://bugs.webkit.org/show_bug.cgi?id=108670
431 Reviewed by Kentaro Hara.
433 * storage/indexeddb/database-wrapper-expected.txt: Added.
434 * storage/indexeddb/database-wrapper.html: Added.
435 * storage/indexeddb/resources/database-wrapper.js: Added.
439 (openSuccess.get request.onsuccess):
446 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
448 Unreviewed EFL gardening.
450 Skip fast/forms/number/number-l10n-input.html that was added in r142122
451 but fails on EFL port.
453 * platform/efl/TestExpectations:
455 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
457 Unreviewed revert test fix attempt and skip it.
459 * inspector/editor/text-editor-home-button.html:
460 * platform/chromium/TestExpectations:
462 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
464 Web Inspector: WebInspector.Project refactorings.
465 https://bugs.webkit.org/show_bug.cgi?id=109433
467 Reviewed by Alexander Pavlov.
469 * inspector/debugger/live-edit-breakpoints.html:
470 * inspector/uisourcecode-revisions.html:
472 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
474 Unreviewed EFL gardening.
476 - Rebaseline fast/dynamic/002.html on EFL port after r142015.
477 - Skip several compositing test cases that started failing after r142112.
478 - Skip several new Kronos WebGL conformance tests that are failing on EFL WK2.
480 * platform/efl-wk2/TestExpectations:
481 * platform/efl/fast/dynamic/002-expected.png:
482 * platform/efl/fast/dynamic/002-expected.txt:
484 2013-02-11 Zan Dobersek <zdobersek@igalia.com>
486 Unreviewed GTK gardening.
488 * platform/gtk/TestExpectations: Adding a failure expectation for the
489 cssom/cssvalue-comparison.html, the test was added in r142444 and is failing
490 due to CSS image-set functionality not yet enabled in the GTK port.
492 2013-02-11 Alexei Filippov <alph@chromium.org>
494 Web Inspector: Split Profiler domain in protocol into Profiler and HeapProfiler
495 https://bugs.webkit.org/show_bug.cgi?id=108653
497 Reviewed by Yury Semikhatsky.
499 Currently CPU and heap profilers share the same domain 'Profiler' in the protocol.
500 In fact these two profile types have not too much in common. So put each into its own domain.
501 It should also help when Profiles panel gets split into several tools.
502 This is the phase 1 which adds InspectorHeapProfilerAgent but doesn't
503 change the original InspectorProfilerAgent.
505 * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js:
506 (InspectorTest.takeHeapSnapshot.InspectorTest.eventHandler.string_appeared_here):
507 (InspectorTest.takeHeapSnapshot):
508 * inspector-protocol/nmi-webaudio-leak-test.html:
509 * inspector/profiler/heap-snapshot-get-profile-crash.html:
510 * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
511 * inspector/profiler/heap-snapshot-loader.html:
512 * inspector/profiler/heap-snapshot-test.js:
513 (initialize_HeapSnapshotTest):
515 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
517 Unreviewed EFL gardening.
519 Rebaseline EFL expectation for fast/js/global-constructors.html after
522 * platform/efl/fast/js/global-constructors-expected.txt:
524 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
526 Unreviewed r142439 follow-up: test fix.
528 * inspector/editor/text-editor-home-button.html:
530 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
532 Unreviewed EFL gardening.
534 Mark 2 webgl/conformance test cases as crashing on EFL WK2.
536 * platform/efl-wk2/TestExpectations:
538 2013-02-11 Kentaro Hara <haraken@chromium.org>
540 Unreviewed gardening. Marked editing/spelling/spellcheck-async.html
543 * platform/chromium/TestExpectations:
545 2013-02-11 Kentaro Hara <haraken@chromium.org>
547 Unreviewed gardening. Added [Timeout] to http/tests/misc/window-dot-stop.html.
549 * platform/chromium/TestExpectations:
551 2013-02-11 Zan Dobersek <zdobersek@igalia.com>
553 Unreviewed GTK gardening.
555 Adjusted expectations for two flaky crashers.
556 Removed failure expectations for tests that pass.
558 * platform/gtk/TestExpectations:
560 2013-02-11 Alexander Pavlov <apavlov@chromium.org>
562 Web Inspector: Implement position-based sourcemapping for stylesheets
563 https://bugs.webkit.org/show_bug.cgi?id=109168
565 Added test for the stylesheet source mappings, followed the API changes,
566 removed RangeBasedSourceMap tests as this type of sourcemap is gone.
568 Reviewed by Vsevolod Vlasov.
570 * http/tests/inspector/compiler-script-mapping-expected.txt:
571 * http/tests/inspector/compiler-script-mapping.html:
572 * http/tests/inspector/resources/example.css.map: Added.
573 * http/tests/inspector/resources/example.scss: Added.
574 * http/tests/inspector/stylesheet-source-mapping-expected.txt: Added.
575 * http/tests/inspector/stylesheet-source-mapping.html: Added.
576 * inspector/styles/range-based-mapping-expected.txt: Removed.
577 * inspector/styles/range-based-mapping.html: Removed.
579 2013-02-11 Alexander Shalamov <alexander.shalamov@intel.com>
581 Implement CSSValue::equals(const CSSValue&) to optimise CSSValue comparison
582 https://bugs.webkit.org/show_bug.cgi?id=102901
584 Reviewed by Antti Koivisto.
586 New layout test to verify that CSSValue objects comparison works properly.
588 * cssom/cssvalue-comparison-expected.txt: Added.
589 * cssom/cssvalue-comparison.html: Added.
591 2013-02-11 Kentaro Hara <haraken@chromium.org>
593 Unreviewed gardening. Mark svg/custom/foreign-object-skew.svg
594 as [ ImageOnlyFailure Pass ].
596 * platform/chromium/TestExpectations:
598 2013-02-11 John J. Barton <johnjbarton@chromium.org>
600 Web Inspector: Don't throw exceptions in WebInspector.Color
601 https://bugs.webkit.org/show_bug.cgi?id=104835
603 Reviewed by Vsevolod Vlasov.
605 Added case to test parsing 'none' from border style
607 * inspector/styles/styles-invalid-color-values-expected.txt:
608 * inspector/styles/styles-invalid-color-values.html:
610 2013-02-11 Andrey Lushnikov <lushnikov@chromium.org>
612 Web Inspector: home button behaviour is wrong in DTE
613 https://bugs.webkit.org/show_bug.cgi?id=109154
615 Reviewed by Vsevolod Vlasov.
617 Add layout test to verify home button behaviour. Exclude this test on
618 platforms that do not have eventSender object in test shell.
620 * inspector/editor/editor-test.js:
621 (initialize_EditorTests.lineWithCursor):
622 (initialize_EditorTests.InspectorTest.textWithSelection): Added helper method to add selection symbols in text.
623 * inspector/editor/text-editor-home-button-expected.txt: Added.
624 * inspector/editor/text-editor-home-button.html: Added.
625 * platform/efl/TestExpectations:
626 * platform/mac/TestExpectations:
627 * platform/qt/TestExpectations:
629 2013-02-11 Philippe Normand <pnormand@igalia.com>
631 Unreviewed, GTK gardening
633 * platform/gtk/TestExpectations: Flagging media tests affected
636 2013-02-11 Ádám Kallai <kadam@inf.u-szeged.hu>
638 [Qt] Unreviewed gardening. Skip faling test.
639 https://bugs.webkit.org/show_bug.cgi?id=109353.
641 * platform/qt/TestExpectations:
643 2013-02-10 Chris Fleizach <cfleizach@apple.com>
645 WebSpeech: Implement basic speaking/finished speaking behavior
646 https://bugs.webkit.org/show_bug.cgi?id=107135
648 Reviewed by Sam Weinig.
650 * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added.
651 * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added.
653 2013-02-10 Kentaro Hara <haraken@chromium.org>
655 Unreviewed gardening. Rebaselined an image.
657 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
659 2013-02-10 Kentaro Hara <haraken@chromium.org>
661 Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW.
663 * platform/chromium/TestExpectations:
665 2013-02-10 Kentaro Hara <haraken@chromium.org>
667 Unreviewed gardening. Rebaselined an image.
669 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
671 2013-02-10 Kentaro Hara <haraken@chromium.org>
673 Unreviewed gardening. Rebaselined an image.
675 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
677 2013-02-10 Kentaro Hara <haraken@chromium.org>
679 Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL.
681 * platform/chromium/TestExpectations:
683 2013-02-10 Kentaro Hara <haraken@chromium.org>
685 Unreviewed gardening. Rebaselined svg/custom/foreign-object-skew.svg.
687 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
689 2013-02-10 Tim Horton <timothy_horton@apple.com>
691 REGRESSION (r132422): Page content and scrollbars are incorrectly offset after restoring a page from the page cache
692 https://bugs.webkit.org/show_bug.cgi?id=109317
693 <rdar://problem/12649131>
695 Reviewed by Simon Fraser.
697 Add a test that ensures that scroll position is correctly restored for pages coming out of the page cache when tiled drawing is enabled.
699 * platform/mac-wk2/tiled-drawing/resources/go-back.html: Added.
700 * platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html: Added.
701 * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Added.
703 2013-02-10 Philippe Normand <pnormand@igalia.com>
705 Unreviewed, GTK gardening.
707 * platform/gtk/TestExpectations: Remove duplicate test expectation
708 for media/track/track-in-band-style.html.
710 2013-02-10 Philippe Normand <pnormand@igalia.com>
712 [GStreamer] media/video-controls-fullscreen-volume.html crashes
713 https://bugs.webkit.org/show_bug.cgi?id=108682
715 Reviewed by Martin Robinson.
717 * platform/gtk/TestExpectations: Unflag now passing tests.
719 2013-02-10 Kent Tamura <tkent@chromium.org>
721 [Chromium] Test expectation update
722 https://bugs.webkit.org/show_bug.cgi?id=109376
724 * platform/chromium/TestExpectations:
725 fast/frames/seamless/seamless-inherited-origin.html is failing on debug bots.
727 2013-02-10 Philippe Normand <pnormand@igalia.com>
729 Unreviewed, GTK gardening.
731 * platform/gtk/TestExpectations: Flag new failing media/track test.
733 2013-02-10 Kent Tamura <tkent@chromium.org>
735 [Chromium] Test expectation update
736 https://bugs.webkit.org/show_bug.cgi?id=92941
738 * platform/chromium/TestExpectations:
739 accessibility/loading-iframe-updates-axtree.html is [ Timeout ].
741 2013-02-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
743 Unreviewed EFL gardening.
745 Unskip fast/encoding/parser-tests-*.html tests now that the crashes
746 have been fixed by r142385.
748 * platform/efl-wk2/TestExpectations:
750 2013-02-09 James Robinson <jamesr@chromium.org>
754 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
755 * platform/chromium/TestExpectations:
757 2013-02-09 Dominic Mazzoni <dmazzoni@google.com>
759 fast/encoding/parser-tests-*.html tests sometimes crash
760 https://bugs.webkit.org/show_bug.cgi?id=108058
762 Reviewed by Chris Fleizach.
764 Make test less brittle by (1) giving the iframe an aria-role so
765 it's never ignored, and (2) using accessibilityElementById instead
766 of assuming an element is in a specific place in the AX tree.
768 * accessibility/loading-iframe-updates-axtree.html:
770 2013-02-09 Stephen Chenney <schenney@chromium.org>
772 [Chromium] Reverting earlier change now
774 Unreviewed expectations.
776 * platform/chromium/TestExpectations: Removed all the expectations added earlier.
778 2013-02-09 Philip Rogers <pdr@google.com>
780 Sanitize m_keyTimes for paced value animations
781 https://bugs.webkit.org/show_bug.cgi?id=108828
783 Reviewed by Dirk Schulze.
785 * svg/animations/animate-keytimes-crash-expected.html: Added.
786 * svg/animations/animate-keytimes-crash.html: Added.
788 2013-02-09 Stephen Chenney <schenney@chromium.org>
790 [Chromium] Trying to turn the build.webkit.org builders greener
792 Unreviewed expectations.
794 We seem to have an issue with build.webkit.org test bots and
795 Chromium.WebKit test bots doing different things. This is temporary
796 until we figure out what went wrong.
798 * platform/chromium/TestExpectations: Re-adding all the changes due to Skia flags.
800 2013-02-09 Kent Tamura <tkent@chromium.org>
802 Fix crash by img[ismap] with content property
803 https://bugs.webkit.org/show_bug.cgi?id=108702
805 Reviewed by Adam Barth.
807 * fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt: Added.
808 * fast/dom/HTMLAnchorElement/anchor-ismap-crash.html: Added.
810 2013-02-09 Kent Tamura <tkent@chromium.org>
812 [Chromium] Test expectation update.
814 * platform/chromium/TestExpectations:
815 Correct encrypted-media-v2-*.html expectation.
817 2013-02-09 Zan Dobersek <zdobersek@igalia.com>
819 Unreviewed GTK gardening.
821 * platform/gtk/TestExpectations: Adding a failure expectation for the test introduced in r142335.
823 2013-02-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
825 Unreviewed EFL gardening.
827 Rebaseline fast/text/international/bidi-ignored-for-first-child-inline.html
830 * platform/efl/TestExpectations:
831 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
832 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
834 2013-02-09 Andrey Lushnikov <lushnikov@chromium.org>
836 Web Inspector: show whitespace characters in DTE
837 https://bugs.webkit.org/show_bug.cgi?id=108947
839 Reviewed by Pavel Feldman.
841 Add layout test to verify whitespace highlight functionality.
843 * inspector/editor/text-editor-show-whitespace-expected.txt: Added.
844 * inspector/editor/text-editor-show-whitespace.html: Added.
846 2013-02-08 Eric Carlson <eric.carlson@apple.com>
848 [Mac] respect in-band caption color
849 https://bugs.webkit.org/show_bug.cgi?id=109203
851 Reviewed by Dean Jackson.
853 * media/track/track-in-band-style-expected.txt: Added.
854 * media/track/track-in-band-style.html: Added.
856 * platform/chromium/TestExpectations: Skip new test.
857 * platform/efl/TestExpectations: Ditto.
858 * platform/gtk/TestExpectations: Ditto.
859 * platform/mac/TestExpectations: Ditto.
860 * platform/qt/TestExpectations: Ditto.
861 * platform/win/TestExpectations: Ditto.
863 2013-02-08 Gregg Tavares <gman@chromium.org>
865 Disable All WebGL Tests on WebKit for Windows
866 https://bugs.webkit.org/show_bug.cgi?id=109207
868 Unreviewed expectations update.
870 * platform/win/TestExpectations:
872 2013-02-08 Tim Horton <timothy_horton@apple.com>
874 Some tiled drawing tests use scalePageBy() incorrectly
875 https://bugs.webkit.org/show_bug.cgi?id=109336
877 Rubber-stamped by Simon Fraser.
879 scalePageBy takes (scale, x, y). Some of the tiled drawing tests are incorrectly handing them (scale, scale).
880 Adjust the tests and the expected results.
882 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html:
883 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
884 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
885 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
886 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html:
887 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html:
889 2013-02-08 Andy Estes <aestes@apple.com>
891 Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint()
892 https://bugs.webkit.org/show_bug.cgi?id=109277
894 Reviewed by Simon Fraser.
896 Remove test added by r118852 and add a test that verifies the original
899 * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Removed.
900 * fast/css/text-overflow-ellipsis-hit-test.html: Removed.
901 * fast/flexbox/line-clamp-link-after-ellipsis-expected.txt: Added.
902 * fast/flexbox/line-clamp-link-after-ellipsis.html: Added.
904 2013-02-08 Stephen Chenney <schenney@chromium.org>
906 [Chromium] Expectation modification after r142327
908 Unreviewed expectations update.
910 The test from "Bring WebKit up to speed with latest Encrypted Media spec" is slow.
912 * platform/chromium/TestExpectations:
914 2013-02-08 Stephen Chenney <schenney@chromium.org>
916 [Chromium] Expectations as a result of removing Skia code suppressions
918 Unreviewed expectations update.
920 A remaining textual fix.
922 * editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
923 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
924 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
925 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
927 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
929 [Mac] Unreviewed rebaseline
931 * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed.
932 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
934 2013-02-08 Jer Noble <jer.noble@apple.com>
936 Bring WebKit up to speed with latest Encrypted Media spec.
937 https://bugs.webkit.org/show_bug.cgi?id=97037
939 Reviewed by Eric Carlson.
941 Added new tests for the updated Encrypted Media Extensions spec.
943 * media/encrypted-media/encrypted-media-v2-events-expected.txt: Added.
944 * media/encrypted-media/encrypted-media-v2-events.html: Added.
945 * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Added.
946 * media/encrypted-media/encrypted-media-v2-syntax.html: Added.
947 * platform/Chromium/TestExpectations: Skip the new media/encrypted-media/ v2 tests.
948 * platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
950 2013-02-08 Stephen Chenney <schenney@chromium.org>
952 [Chromium] Expectations as a result of removing Skia code suppressions
954 Unreviewed expectations update.
956 Why does this test always fail to be correctly rebaselined during mass updates?
958 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
960 2013-02-08 Joshua Bell <jsbell@chromium.org>
962 IndexedDB: De-flake open-during-transaction layout test
963 https://bugs.webkit.org/show_bug.cgi?id=109072
965 Reviewed by Tony Chang.
967 This test was observed to be flaky in local runs; sometimes the transaction
968 would terminate after the third open() call rather than the second, resulting
969 in a TEXT difference. Added code to keep the transaction alive until all of
970 the open() calls are complete, and changed expectations to match.
972 * storage/indexeddb/open-during-transaction-expected.txt:
973 * storage/indexeddb/resources/open-during-transaction.js:
975 2013-02-08 Stephen Chenney <schenney@chromium.org>
977 [Chromium] Expectations as a result of removing Skia code suppressions
979 Unreviewed expectations update.
981 Cleaning up the remaining failures. With luck this is it, although probably not.
983 * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
984 * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
985 * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
986 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
987 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
988 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
989 * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
990 * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
991 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
992 * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
993 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
994 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
995 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
996 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
997 * platform/chromium-win/media/video-zoom-controls-expected.png:
999 2013-02-08 Stephen Chenney <schenney@chromium.org>
1001 Expectations as a result of removing Skia code suppressions
1003 Unreviewed expectations update.
1005 Round 19. The last, except for cleanup. Too many to list.
1007 * platform/chromium/TestExpectations:
1009 2013-02-08 Stephen Chenney <schenney@chromium.org>
1011 Expectations as a result of removing Skia code suppressions
1013 Unreviewed expectations update.
1015 Round 18. SVG all but dynamic-updates and custom tests. List omitted
1016 except for changes touching other ports.
1018 * platform/chromium/TestExpectations:
1019 * platform/efl-wk2/svg/css/circle-in-mask-with-shadow-expected.png: Added.
1020 * platform/efl-wk2/svg/css/group-with-shadow-expected.png: Added.
1021 * platform/efl-wk2/svg/css/text-gradient-shadow-expected.png: Added.
1022 * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
1023 * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
1024 * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
1025 * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Removed.
1026 * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
1027 * platform/efl/svg/css/text-gradient-shadow-expected.png: Removed.
1028 * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
1029 * platform/win-future/svg/batik/text/textPosition2-expected.txt: Added.
1030 * svg/batik/text/textPosition2-expected.txt: Replaced.
1032 2013-02-08 Stephen Chenney <schenney@chromium.org>
1034 Expectations as a result of removing Skia code suppressions
1036 Unreviewed expectations update.
1038 Round 17. SVG W3C tests. List omitted.
1040 * platform/chromium/TestExpectations:
1042 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
1044 [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode
1046 * platform/mac/TestExpectations:
1048 2013-02-08 Stephen Chenney <schenney@chromium.org>
1050 Expectations as a result of removing Skia code suppressions
1052 Unreviewed expectations update.
1054 Round 16. Everything done but SVG, and cleanup.
1056 * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Removed.
1057 * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Removed.
1058 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
1059 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
1060 * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Removed.
1061 * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Removed.
1062 * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Removed.
1063 * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Removed.
1064 * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Removed.
1065 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Removed.
1066 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Removed.
1067 * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Removed.
1068 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
1069 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
1070 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
1071 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Removed.
1072 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Removed.
1073 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Removed.
1074 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Removed.
1075 * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Removed.
1076 * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Removed.
1077 * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Removed.
1078 * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Removed.
1079 * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Removed.
1080 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Removed.
1081 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
1082 * platform/chromium-linux-x86/tables/mozilla/core: Removed.
1083 * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Removed.
1084 * platform/chromium-linux-x86/tables/mozilla/dom: Removed.
1085 * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Removed.
1086 * platform/chromium-linux-x86/tables/mozilla/other: Removed.
1087 * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Removed.
1088 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
1089 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
1090 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Removed.
1091 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
1092 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
1093 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
1094 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Removed.
1095 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Removed.
1096 * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Removed.
1097 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
1098 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
1099 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
1100 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
1101 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
1102 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
1103 * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
1104 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
1105 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
1106 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
1107 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
1108 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
1109 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
1110 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
1111 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
1112 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
1113 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
1114 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
1115 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
1116 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
1117 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
1118 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
1119 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
1120 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
1121 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
1122 * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
1123 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
1124 * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
1125 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
1126 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1127 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
1128 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
1129 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
1130 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
1131 * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
1132 * platform/chromium/TestExpectations:
1134 2013-02-08 Stephen Chenney <schenney@chromium.org>
1136 Expectations as a result of removing Skia code suppressions
1138 Unreviewed expectations update.
1140 Round 15. platform/. Too many to list.
1142 * platform/chromium/TestExpectations:
1144 2013-02-08 Stephen Chenney <schenney@chromium.org>
1146 Expectations as a result of removing Skia code suppressions
1148 Unreviewed expectations update.
1150 Round 14. Remaining tests up to platform in sorted order. Too many to list.
1152 * platform/chromium/TestExpectations:
1154 2013-02-08 Stephen Chenney <schenney@chromium.org>
1156 Expectations as a result of removing Skia code suppressions
1158 Unreviewed expectations update.
1160 Round 13. Last of the fast tests. Too many to list. Still listing efl changes.
1162 * platform/chromium/TestExpectations:
1163 * platform/chromium/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
1164 * platform/efl-wk2/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
1165 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
1166 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
1167 * platform/efl-wk2/fast/repaint/shadow-multiple-vertical-expected.png: Added.
1168 * platform/efl-wk2/fast/text: Added.
1169 * platform/efl-wk2/fast/text/stroking-decorations-expected.png: Added.
1170 * platform/efl-wk2/fast/text/stroking-expected.png: Added.
1171 * platform/efl-wk2/fast/transforms: Added.
1172 * platform/efl-wk2/fast/transforms/shadows-expected.png: Added.
1173 * platform/efl-wk2/fast/transforms/transformed-focused-text-input-expected.png: Added.
1174 * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
1175 * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
1176 * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
1177 * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
1178 * platform/efl/fast/text/stroking-decorations-expected.png: Removed.
1179 * platform/efl/fast/text/stroking-expected.png: Removed.
1180 * platform/efl/fast/transforms/shadows-expected.png: Removed.
1181 * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: Removed.
1182 * platform/mac/fast/replaced/three-selects-break-expected.png: Removed.
1184 2013-02-08 Stephen Chenney <schenney@chromium.org>
1186 Expectations as a result of removing Skia code suppressions
1188 Unreviewed expectations update.
1190 Round 12. More fast tests. Too many to list.
1192 * platform/chromium/TestExpectations:
1194 2013-02-08 Stephen Chenney <schenney@chromium.org>
1196 [Chromium] Flakey test expectations update
1198 Unreviewed gardening.
1200 * platform/chromium/TestExpectations:
1202 2013-02-08 Stephen Chenney <schenney@chromium.org>
1204 Expectations as a result of removing Skia code suppressions
1206 Unreviewed expectations update.
1208 Round 11. Some fast tests. Elided.
1210 * platform/chromium/TestExpectations:
1212 2013-02-08 Stephen Chenney <schenney@chromium.org>
1214 Expectations as a result of removing Skia code suppressions
1216 Unreviewed expectations update.
1218 Round 10. Mac 10.6 results were wrong. This simplifies things a lot.
1220 * fast/repaint/scale-page-shrink-expected.png: Added.
1221 * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png:
1222 * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png:
1223 * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1224 * platform/chromium/fast/repaint/scale-page-shrink-expected.png: Removed.
1225 * platform/mac/fast/repaint/scale-page-shrink-expected.png: Removed.
1227 2013-02-08 Stephen Chenney <schenney@chromium.org>
1229 Expectations as a result of removing Skia code suppressions
1231 Unreviewed expectations update.
1233 Round 9. These were rebaselined earlier before all the bots were done.
1235 * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
1236 * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
1237 * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
1238 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
1239 * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
1240 * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
1241 * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
1242 * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
1243 * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
1244 * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
1245 * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
1246 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
1247 * platform/chromium-mac/svg/text/selection-styles-expected.png:
1248 * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
1249 * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
1250 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
1251 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
1252 * platform/chromium-win/svg/text/selection-styles-expected.png:
1254 2013-02-08 Stephen Chenney <schenney@chromium.org>
1256 Expectations as a result of removing Skia code suppressions
1258 Unreviewed expectations update.
1260 Round 8. Outstanding mac failure.
1262 * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1263 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1264 * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1265 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1267 2013-02-08 Stephen Chenney <schenney@chromium.org>
1269 Expectations as a result of removing Skia code suppressions
1271 Unreviewed expectations update.
1273 Round 7. Outstanding failing linux tests
1275 * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Removed.
1276 * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Removed.
1278 2013-02-08 Stephen Chenney <schenney@chromium.org>
1280 Expectations as a result of removing Skia code suppressions
1282 Unreviewed expectations update.
1284 Round 6. Outstanding failing linux tests
1286 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
1288 2013-02-08 Stephen Chenney <schenney@chromium.org>
1290 Expectations as a result of removing Skia code suppressions
1292 Unreviewed expectations update.
1294 Round 5. Editing expectations.
1296 File list truncated to remove the hundreds of files that have been updated.
1298 * platform/chromium/TestExpectations: Removed the temp expectations and re-added one mac failure case
1299 * platform/efl-wk1/editing/selection: Added.
1300 * platform/efl-wk1/editing/selection/move-by-character-6-expected.png: Added.
1301 * platform/efl/editing/selection/move-by-character-6-expected.png: Removed.
1303 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1305 [Qt] Unreviewed gardening. Update platform specific expected files after r142280.
1307 * platform/qt/fast/block/float/024-expected.txt: Update after r142280.
1308 * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Update after r142280.
1310 2013-02-08 Stephen White <senorblanco@chromium.org>
1312 [chromium] Unreviewed gardening. Remove effect-reference-hw from test expectations, since it's now passing.
1313 https://bugs.webkit.org/show_bug.cgi?id=104289
1315 * platform/chromium/TestExpectations:
1317 2013-02-08 Kent Tamura <tkent@chromium.org>
1319 [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME
1320 https://bugs.webkit.org/show_bug.cgi?id=109272
1322 Reviewed by Kentaro Hara.
1324 * platform/chromium/TestExpectations:
1325 Skip fast/forms/datetime and datetime-multiple-fields
1327 2013-02-08 Stephen Chenney <schenney@chromium.org>
1329 Expectations as a result of removing Skia code suppressions
1331 Unreviewed expectations update.
1333 Round 4. CSS expectations.
1335 * platform/chromium-linux-x86/css1/box_properties: Removed.
1336 * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Removed.
1337 * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
1338 * platform/chromium-linux-x86/css3/images: Removed.
1339 * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Removed.
1340 * platform/chromium-linux-x86/css3/selectors3/html: Removed.
1341 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
1342 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
1343 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Removed.
1344 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Removed.
1345 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Removed.
1346 * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
1347 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
1348 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
1349 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Removed.
1350 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Removed.
1351 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Removed.
1352 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
1353 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
1354 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Removed.
1355 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Removed.
1356 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Removed.
1357 * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
1358 * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
1359 * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
1360 * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.png:
1361 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
1362 * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png: Removed.
1363 * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png:
1364 * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png:
1365 * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png:
1366 * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
1367 * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
1368 * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
1369 * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
1370 * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
1371 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1372 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
1373 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
1374 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
1375 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
1376 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
1377 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
1378 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
1379 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
1380 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
1381 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
1382 * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
1383 * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
1384 * platform/chromium-mac-lion/css3/images: Removed.
1385 * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Removed.
1386 * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1387 * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
1388 * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
1389 * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Removed.
1390 * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1391 * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
1392 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
1393 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
1394 * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
1395 * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
1396 * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
1397 * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
1398 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
1399 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
1400 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.png:
1401 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
1402 * platform/chromium-win-xp/css3/images: Removed.
1403 * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Removed.
1404 * platform/chromium-win-xp/css3/selectors3: Removed.
1405 * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
1406 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
1407 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.txt:
1408 * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
1409 * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
1410 * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
1411 * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
1412 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1413 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
1414 * platform/chromium/TestExpectations:
1415 * platform/chromium/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
1416 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Removed.
1417 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Removed.
1419 2013-02-08 Stephen Chenney <schenney@chromium.org>
1421 Expectations as a result of removing Skia code suppressions
1423 Unreviewed expectations update.
1425 Round 3. Remaining expected failures that had platform-specific supppressions
1427 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
1428 * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1429 * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
1430 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
1431 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
1432 * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png:
1433 * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
1434 * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
1435 * platform/chromium-mac-lion/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
1436 * platform/chromium-mac-lion/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
1437 * platform/chromium-mac-lion/fast/css/nested-rounded-corners-expected.png:
1438 * platform/chromium-mac-lion/fast/dom/52776-expected.png:
1439 * platform/chromium-mac-lion/fast/frames/iframe-scaling-with-scroll-expected.png:
1440 * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1441 * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png:
1442 * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
1443 * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1444 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
1445 * platform/chromium-mac/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
1446 * platform/chromium-mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
1447 * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
1448 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
1449 * platform/chromium-mac/fast/dom/52776-expected.png:
1450 * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
1451 * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
1452 * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1453 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
1454 * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1455 * platform/chromium-win/fast/css/background-clip-radius-values-expected.png:
1456 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
1457 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
1458 * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
1459 * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
1460 * platform/chromium/TestExpectations:
1461 * platform/chromium/editing/pasteboard/emacs-cntl-y-001-expected.png: Removed.
1462 * platform/chromium/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Removed.
1464 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1466 [Qt] Reviewin Qt TestExpectations. Rebaseline and unskip passing tests.
1468 * platform/qt/TestExpectations:
1469 * platform/qt/svg/css/arrow-with-shadow-expected.png:
1470 * platform/qt/svg/css/arrow-with-shadow-expected.txt:
1471 * platform/qt/svg/css/clippath-with-shadow-expected.png:
1472 * platform/qt/svg/css/clippath-with-shadow-expected.txt:
1473 * platform/qt/svg/css/composite-shadow-text-expected.png:
1474 * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
1475 * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
1476 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.png: Copied from LayoutTests/platform/qt/svg/css/clippath-with-shadow-expected.png.
1477 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
1479 2013-02-08 Stephen Chenney <schenney@chromium.org>
1481 Expectations as a result of removing Skia code suppressions
1483 Unreviewed expectations update.
1485 Round 2. Failing Linux tests with no expectations
1487 * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
1488 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
1489 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
1490 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
1491 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1492 * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
1493 * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
1494 * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
1495 * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
1496 * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
1497 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
1498 * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
1499 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
1500 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
1501 * platform/chromium-linux/svg/text/selection-styles-expected.png:
1502 * platform/efl-wk2/fast/repaint: Added.
1503 * platform/efl-wk2/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
1504 * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
1505 * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
1507 2013-02-08 Stephen Chenney <schenney@chromium.org>
1509 Expectations as a result of removing Skia code suppressions
1511 Unreviewed expectations update.
1513 Round 1. Some tests that have existing expectations.
1515 * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
1516 * fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
1517 * platform/chromium-linux-x86/editing/input: Removed.
1518 * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1519 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1520 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png:
1521 * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1522 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1523 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
1524 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1525 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
1526 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
1527 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1528 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
1529 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1530 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
1531 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1532 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
1533 * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
1534 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1535 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
1536 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
1537 * platform/chromium-win-xp/editing/input: Removed.
1538 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1539 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
1540 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1541 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
1542 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
1543 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
1544 * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1545 * platform/chromium/TestExpectations:
1546 * platform/chromium/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1547 * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1548 * platform/efl-wk2/editing/input: Added.
1549 * platform/efl-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
1550 * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1551 * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1553 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1555 [Qt] Unreviewed gardening.
1556 https://bugs.webkit.org/show_bug.cgi?id=109209.
1558 * platform/qt/TestExpectations:
1559 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added after r142152.
1560 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Added after r142152.
1562 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1564 [Qt][Wk2] Unreviewed gardening. Skip failing tests.
1565 https://bugs.webkit.org/show_bug.cgi?id=109291.
1567 * platform/qt-5.0-wk2/TestExpectations:
1569 2013-02-08 Stephen Chenney <schenney@chromium.org>
1571 Expectations as a result of removing Skia code suppressions
1573 Unreviewed expectations update.
1575 These are tests that failed due to bad expectations.
1577 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
1578 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1579 * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
1580 * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
1581 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
1582 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
1583 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
1584 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
1585 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
1586 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
1587 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
1588 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
1589 * platform/chromium-win/platform/chromium/rubberbanding: Added.
1590 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
1591 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.txt: Added.
1592 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
1593 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.txt: Added.
1594 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
1595 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.txt: Added.
1596 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
1597 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.txt: Added.
1598 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
1599 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.txt: Added.
1600 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
1601 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.txt: Added.
1602 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
1603 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.txt: Added.
1604 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
1605 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.txt: Added.
1606 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
1607 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1608 * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
1609 * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png:
1610 * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
1611 * platform/chromium/TestExpectations:
1613 2013-02-08 Stephen Chenney <schenney@chromium.org>
1615 Expectations as a result of removing Skia code suppressions
1617 Unreviewed gardening.
1619 * platform/chromium/TestExpectations: Last of the Win failures.
1621 2013-02-08 Stephen Chenney <schenney@chromium.org>
1623 Expectations as a result of removing Skia code suppressions
1625 Unreviewed gardening.
1627 * platform/chromium/TestExpectations: Adding Mac rubberbanding failures
1629 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
1631 Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
1632 https://bugs.webkit.org/show_bug.cgi?id=109282
1634 Reviewed by Alexander Pavlov.
1636 * http/tests/inspector-enabled/dynamic-scripts.html:
1637 * http/tests/inspector/compiler-script-mapping.html:
1638 * http/tests/inspector/workspace-test.js:
1639 (initialize_WorkspaceTest.InspectorTest.createWorkspace):
1640 * inspector/debugger/breakpoint-manager.html:
1641 * inspector/debugger/dynamic-scripts.html:
1642 * inspector/debugger/script-snippet-model.html:
1643 * inspector/debugger/scripts-file-selector.html:
1644 * inspector/debugger/scripts-panel.html:
1645 * inspector/debugger/scripts-sorting-expected.txt:
1646 * inspector/debugger/scripts-sorting.html:
1647 * inspector/uisourcecode-revisions.html:
1649 2013-02-08 Stephen Chenney <schenney@chromium.org>
1651 Expectations as a result of removing Skia code suppressions
1653 Unreviewed gardening.
1655 * platform/chromium/TestExpectations: Outstanding Win failures
1657 2013-02-08 Stephen Chenney <schenney@chromium.org>
1659 Expectations as a result of removing Skia code suppressions
1661 Unreviewed gardening.
1663 * platform/chromium/TestExpectations: One more to get all bots green again ready for rebaselining.
1665 2013-02-08 Stephen Chenney <schenney@chromium.org>
1667 Expectations as a result of removing Skia code suppressions
1669 Unreviewed gardening.
1671 * platform/chromium/TestExpectations: Modified a MountainLion expectation
1673 2013-02-08 Stephen Chenney <schenney@chromium.org>
1675 Expectations as a result of removing Skia code suppressions
1677 Unreviewed gardening.
1679 * platform/chromium/TestExpectations:
1681 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
1683 Web Inspector: Replace workspace with project in UISourceCode constructor.
1684 https://bugs.webkit.org/show_bug.cgi?id=109256
1686 Reviewed by Alexander Pavlov.
1688 * inspector/debugger/breakpoint-manager-expected.txt:
1689 * inspector/debugger/breakpoint-manager.html:
1690 * inspector/debugger/script-formatter-search.html:
1691 * inspector/debugger/scripts-file-selector.html:
1692 * inspector/debugger/scripts-panel.html:
1693 * inspector/debugger/scripts-sorting.html:
1694 * inspector/debugger/ui-source-code-display-name.html:
1695 * inspector/debugger/ui-source-code.html:
1696 * inspector/uisourcecode-revisions.html:
1698 2013-02-08 Zan Dobersek <zdobersek@igalia.com>
1700 Unreviewed GTK gardening.
1702 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205.
1704 2013-02-08 Stephen Chenney <schenney@chromium.org>
1706 Remove Skia code suppressions
1708 Unreviewed enabling of existing optimizations
1710 Removing all skia_webkit.gyp code suppressions and adding expectations
1713 * platform/chromium/TestExpectations:
1715 2013-02-08 Stephen Chenney <schenney@chromium.org>
1717 [chromium] Unreviewed gardening. Adjusting expectations for two failures.
1719 Unreviewed Chromium expectations
1721 * platform/chromium/TestExpectations:
1723 2013-02-08 Matt Falkenhagen <falken@chromium.org>
1725 [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests.
1726 https://bugs.webkit.org/show_bug.cgi?id=96441
1728 * platform/chromium/TestExpectations:
1730 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1732 [Qt] Unreviewed gardening. Skip failing tests.
1734 * platform/qt-5.0/fast/js/global-constructors-expected.txt: Removed.
1735 * platform/qt/TestExpectations:
1736 * platform/qt/fast/js/global-constructors-expected.txt: Added after r142149.
1738 2013-02-08 KwangYong Choi <ky0.choi@samsung.com>
1740 [EFL] Mark some tests as passing with incorrect expectations
1741 https://bugs.webkit.org/show_bug.cgi?id=109173
1743 Unreviewed EFL gardening.
1745 Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.
1747 Currently, the tests are passing with their generated incorrect expectations.
1748 It should be checked if the test starts failing. It means, the test can be passing now.
1750 Below tests are marked as passing tests with incorrect expectations.
1752 fast/forms/basic-textareas-quirks.html
1753 fast/forms/input-disabled-color.html
1754 fast/forms/input-readonly-dimmed.html
1755 fast/forms/listbox-hit-test-zoomed.html
1756 fast/forms/menulist-narrow-width.html
1757 fast/forms/menulist-style-color.html
1758 fast/forms/plaintext-mode-2.html
1759 fast/forms/search-cancel-button-style-sharing.html
1760 fast/forms/search-rtl.html
1761 fast/forms/select-baseline.html
1762 fast/forms/select-style.html
1763 fast/forms/zoomed-controls.html
1765 * platform/efl-wk1/TestExpectations:
1766 * platform/efl-wk2/TestExpectations:
1767 * platform/efl/TestExpectations:
1769 2013-02-08 Kentaro Hara <haraken@chromium.org>
1771 Support a relatedTarget attribute on focus/blur events
1772 https://bugs.webkit.org/show_bug.cgi?id=109176
1774 Reviewed by Ojan Vafai.
1776 In bug 76216, we supported a relatedTarget attribute on
1777 focusin/focusout events. We should also support it on focus/blur events.
1779 See http://lists.w3.org/Archives/Public/www-dom/2012OctDec/0061.html
1780 for the www-dom discussion.
1782 * fast/dom/shadow/shadow-boundary-events-expected.txt:
1783 * fast/dom/shadow/shadow-boundary-events.html:
1784 * fast/events/related-target-focusevent-expected.txt:
1785 * fast/events/related-target-focusevent.html:
1787 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
1789 Web Inspector: reduce number of native memory instrumentation categories
1790 https://bugs.webkit.org/show_bug.cgi?id=109146
1792 Reviewed by Pavel Feldman.
1794 Updated tests to use new memory categories.
1796 * inspector-protocol/nmi-webaudio-expected.txt:
1797 * inspector-protocol/nmi-webaudio-leak-test-expected.txt:
1798 * inspector-protocol/nmi-webaudio-leak-test.html:
1799 * inspector-protocol/nmi-webaudio.html:
1800 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
1801 * inspector/profiler/memory-instrumentation-cached-images.html:
1802 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
1803 * inspector/profiler/memory-instrumentation-canvas.html:
1805 2013-02-07 Matt Falkenhagen <falken@chromium.org>
1807 [chromium] Unreviewed gardening. Flakiness on table-cell-before-after-content-around-table-row.html
1808 https://bugs.webkit.org/show_bug.cgi?id=109262
1810 An assert is sometimes hit in WebCore::RenderTableCell::styleDidChange.
1812 * platform/chromium/TestExpectations:
1814 2013-02-07 Mike West <mkwst@chromium.org>
1816 <iframe seamless> should avoid vertical scrollbars during the initial layout passes.
1817 https://bugs.webkit.org/show_bug.cgi?id=87707
1819 Reviewed by Eric Seidel.
1821 * fast/frames/seamless/seamless-float-expected.txt:
1822 * fast/frames/seamless/seamless-inline-expected.txt:
1823 Rebaseline the now-passing bits of these tests.
1825 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
1827 Unreviewed rebaseline.
1829 * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
1830 * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
1831 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
1832 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
1833 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
1834 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Added.
1835 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
1836 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
1837 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
1839 2013-02-07 Kent Tamura <tkent@chromium.org>
1841 document.activeElement should not return a non-focusable element
1842 https://bugs.webkit.org/show_bug.cgi?id=86707
1844 Reviewed by Hajime Morita.
1846 * fast/dom/HTMLDocument/set-focus-on-valid-element-expected.txt: Added.
1847 * fast/dom/HTMLDocument/set-focus-on-valid-element.html: Added.
1848 This test verifies that document.activeElement does not return an
1849 invalid or non-focusable element.
1851 2013-02-07 Matt Falkenhagen <falken@chromium.org>
1853 [chromium] Unreviewed gardening. Two webgl/conformance/context tests are timing out.
1855 See https://bugs.webkit.org/show_bug.cgi?id=109114
1857 * platform/chromium/TestExpectations:
1859 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
1861 Cleaning up after r142208
1862 https://bugs.webkit.org/show_bug.cgi?id=109228
1866 The commit-queue didn't remove these files for some reason. Removing them manually.
1868 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1869 * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1870 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1871 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1872 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1873 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1874 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1876 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
1878 Rebaseline text output for contentOpaque
1879 https://bugs.webkit.org/show_bug.cgi?id=108656
1881 Unreviewed rebaseline.
1883 * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
1884 * platform/chromium/TestExpectations:
1885 * platform/chromium/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
1886 * platform/mac/TestExpectations:
1887 * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
1888 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
1890 2013-02-07 Matt Falkenhagen <falken@chromium.org>
1892 Unreviewed gardening. Rebaseline bidi-ignored-for-first-child-inline.html
1893 which was failing on Chromium Mac after r142152.
1895 * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Renamed from LayoutTests/platform/chromium/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt.
1897 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
1899 Unreviewed, rolling out r142113.
1900 http://trac.webkit.org/changeset/142113
1901 https://bugs.webkit.org/show_bug.cgi?id=109244
1903 tests started failing after r142081 was rolled out in r142166
1904 (Requested by falken on #webkit).
1906 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
1907 * inspector/profiler/memory-instrumentation-cached-images.html:
1908 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
1909 * inspector/profiler/memory-instrumentation-canvas.html:
1911 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
1913 getComputedStyle() doesn't report intermediate values during a transition of a pseudo element
1914 https://bugs.webkit.org/show_bug.cgi?id=106535
1916 Reviewed by Ojan Vafai.
1918 Update tests to also check getComputedStyle during animations and transitions.
1920 * fast/css-generated-content/pseudo-animation-expected.txt:
1921 * fast/css-generated-content/pseudo-animation.html:
1922 * fast/css-generated-content/pseudo-transition-expected.txt:
1923 * fast/css-generated-content/pseudo-transition.html:
1925 2013-02-07 Kent Tamura <tkent@chromium.org>
1927 [Chromium-Android] Disable input[type=datetime]
1928 https://bugs.webkit.org/show_bug.cgi?id=107614
1930 Reviewed by Kentaro Hara.
1932 * platform/chromium/TestExpectations:
1933 Tetsts in fast/forms/datetime/ fail.
1935 2013-02-07 Jeffrey Pfau <jpfau@apple.com>
1937 [Mac] Unreviewed, skip crashing test
1939 * platform/mac/TestExpectations:
1941 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
1943 [CSS Regions] Turn selecting-text-through-different-region-flows test into a reftest
1944 https://bugs.webkit.org/show_bug.cgi?id=109228
1946 Reviewed by Eric Seidel.
1948 Simplify and turn the test into a reftest, remove the unnecessary expected files.
1950 * fast/regions/selecting-text-through-different-region-flows-expected.html: Added.
1951 * fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1952 * fast/regions/selecting-text-through-different-region-flows.html:
1953 * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1954 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1955 * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1956 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1957 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1958 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1959 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1960 * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1961 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
1962 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
1964 2013-02-07 Alexei Svitkine <asvitkine@chromium.org>
1966 Chromium: Hang parsing bidi control chars on Mac OS X 10.6
1967 https://bugs.webkit.org/show_bug.cgi?id=108877
1969 This was broken a while ago by:
1970 https://bugs.webkit.org/show_bug.cgi?id=83045
1972 On 10.6, CoreText will not produce any runs covering the
1973 Unicode BiDi RTL mark control char, which causes an infinite
1974 loop in ComplexTextController::indexOfCurrentRun() due to no
1975 run covering the character at offset 0.
1977 This patch fixes that issue by finding the earliest run
1978 explicitly via the minimum stringBegin() index instead of
1979 relying on a run existing that covers offset 0.
1981 Fixes hang on many BiDi wikipedia pages on Chromium/Mac10.6.
1982 Chromium bug: http://crbug.com/167844
1984 New test in the same style as harfbuzz-buffer-overrun.html
1987 Reviewed by Eric Seidel.
1989 * fast/text/international/rtl-mark-expected.txt: Added.
1990 * fast/text/international/rtl-mark.html: Added.
1992 2013-02-07 Kentaro Hara <haraken@chromium.org>
1994 Implement FocusEvent constructor
1995 https://bugs.webkit.org/show_bug.cgi?id=109170
1997 Reviewed by Adam Barth.
1999 Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
2001 FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR
2002 flag, which is enabled on Chromium and Safari.
2004 * fast/dom/constructed-objects-prototypes-expected.txt:
2005 * fast/events/constructors/focus-event-constructor-expected.txt: Added.
2006 * fast/events/constructors/focus-event-constructor.html: Added.
2007 * platform/efl/TestExpectations:
2008 * platform/gtk/TestExpectations:
2009 * platform/qt/TestExpectations:
2010 * platform/win/TestExpectations:
2011 * platform/wincairo/TestExpectations:
2013 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
2015 HTML parser should queue MutationRecords for its operations
2016 https://bugs.webkit.org/show_bug.cgi?id=89351
2018 Reviewed by Eric Seidel.
2020 Add new test mutation records in the parser and fix shadow-dom.html
2021 test since it used setTimeout and sometimes could observe parser
2024 * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
2025 * fast/dom/MutationObserver/parser-mutations.html: Added.
2026 * fast/dom/MutationObserver/shadow-dom-expected.txt:
2027 * fast/dom/MutationObserver/shadow-dom.html:
2029 2013-02-07 Adam Barth <abarth@webkit.org>
2031 fast/parser/document-write-noscript.html fails for threaded HTML parser
2032 https://bugs.webkit.org/show_bug.cgi?id=109237
2034 Reviewed by Eric Seidel.
2036 This tests basic document.write functionality. There doesn't appear to
2037 be another fast/parser test that covers this basic case (although it's
2038 convered in some more complicated test cases incidentally.)
2040 * fast/parser/document-write-basic-expected.txt: Added.
2041 * fast/parser/document-write-basic.html: Added.
2043 2013-02-07 Keishi Hattori <keishi@webkit.org>
2045 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
2046 https://bugs.webkit.org/show_bug.cgi?id=109136
2048 Reviewed by Kent Tamura.
2050 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
2051 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
2052 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
2053 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
2054 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
2055 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
2056 * platform/chromium/TestExpectations:
2058 2013-02-07 Terry Anderson <tdanderson@chromium.org>
2060 Non-scrollable divs and non-scrollable iframes can scroll with touch
2061 https://bugs.webkit.org/show_bug.cgi?id=109087
2063 Reviewed by Eric Seidel.
2065 Two new layout tests added to demonstrate that the changes to
2066 RenderLayer::scrollBy() and closestScrollableNodeCandidate() in
2067 EventHandler.cpp are both necessary to ensure that non-scrollable
2068 divs and non-scrollable iframes cannot be scrolled with touch.
2070 * fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
2071 * fast/events/touch/gesture/touch-gesture-noscroll-div.html: Added.
2072 * fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
2073 * fast/events/touch/gesture/touch-gesture-noscroll-iframe.html: Added.
2074 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
2075 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
2077 2013-02-07 Michelangelo De Simone <michelangelo@webkit.org>
2079 [CSS Shaders] Add the last blending step
2080 https://bugs.webkit.org/show_bug.cgi?id=104012
2082 Added a test to check the correct blending in presence of a transparent backdrop.
2084 Reviewed by Dean Jackson.
2086 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Added.
2087 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Added.
2088 * platform/mac/TestExpectations: This test is currently skipped on Mac for slight color
2089 differences, please see the relevant bug: http://webkit.org/b/107487
2091 2013-02-07 Hans Muller <hmuller@adobe.com>
2093 [CSS Exclusions] Ignore ExclusionPolygon edges above minLogicalIntervalTop
2094 https://bugs.webkit.org/show_bug.cgi?id=107566
2096 Reviewed by David Hyatt.
2098 Added a simple polygonal shape-inside test where only a subset of the polygon edges
2099 should contribute to each line's offset edges.
2101 * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html: Added.
2102 * fast/exclusions/shape-inside/shape-inside-first-fit-004.html: Added.
2104 2013-02-07 James Craig <jcraig@apple.com>
2106 Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
2107 https://bugs.webkit.org/show_bug.cgi?id=109027
2109 Reviewed by Chris Fleizach.
2111 New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles.
2113 * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
2114 * platform/mac/accessibility/role-subrole-roledescription.html: Added.
2116 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
2118 Unreviewed GTK gardening.
2120 * platform/gtk/TestExpectations: Adding a failure expectation for a test in r142122.
2121 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142149.
2123 2013-02-07 Benjamin Poulain <bpoulain@apple.com>
2125 Move pauseAnimation/pauseTransition from TestRunner to Internals
2126 https://bugs.webkit.org/show_bug.cgi?id=109107
2128 Reviewed by Anders Carlsson.
2130 Change the tests with the following:
2131 -Use the methods on Internals instead of TestRunner.
2132 -Adapt the calls to pass a particular element instead of an ID.
2133 -Remove feature detection. Having Internals implies having the feature.
2135 * animations/animation-hit-test-transform.html:
2136 * animations/animation-hit-test.html:
2137 * animations/animation-internals-api-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-expected.txt.
2138 * animations/animation-internals-api-multiple-keyframes-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes-expected.txt.
2139 * animations/animation-internals-api-multiple-keyframes.html: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes.html.
2140 * animations/animation-internals-api.html: Renamed from LayoutTests/animations/animation-drt-api.html.
2141 * animations/change-keyframes-name.html:
2142 * animations/change-transform-style-during-animation.html:
2143 * animations/missing-from-to-transforms.html:
2144 * animations/missing-from-to.html:
2145 * animations/resources/animation-test-helpers.js:
2146 (checkExpectedValue):
2148 * css3/calc/transitions-dependent.html:
2149 * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
2150 * transitions/opacity-transition-zindex.html:
2151 * transitions/resources/transition-test-helpers.js:
2153 * transitions/transition-drt-api-delay.html:
2154 * transitions/transition-drt-api.html:
2155 * transitions/transition-hit-test-transform.html:
2156 * transitions/transition-hit-test.html:
2158 2013-02-07 Rik Cabanier <cabanier@adobe.com>
2160 Add support for parsing of -webkit-background-blend-mode
2161 https://bugs.webkit.org/show_bug.cgi?id=108547
2163 Reviewed by David Hyatt.
2165 Added parsing and general CSS handling of -webkit-background-blend-mode per
2166 https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#background-blend-mode
2168 * css3/compositing/background-blend-mode-property-expected.txt: Added.
2169 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2170 * css3/compositing/background-blend-mode-property-parsing.html: Added.
2171 * css3/compositing/background-blend-mode-property.html: Added.
2172 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
2175 (testBlendModeRule):
2176 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
2179 * css3/compositing/background-blend-mode-property-expected.txt: Added.
2180 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2181 * css3/compositing/background-blend-mode-property-parsing.html: Added.
2182 * css3/compositing/background-blend-mode-property.html: Added.
2183 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
2186 (testBlendModeRule):
2187 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
2189 * platform/chromium/css3/compositing/background-blend-mode-property-expected.txt: Added.
2190 * platform/chromium/css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2192 2013-02-07 Gavin Peters <gavinp@chromium.org>
2194 Unreviewed, rolling out r142142.
2195 http://trac.webkit.org/changeset/142142
2196 https://bugs.webkit.org/show_bug.cgi?id=109154
2198 Mac expectations were not right. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Feditor%2Ftext-editor-home-button.html
2200 * inspector/editor/text-editor-home-button-expected.txt: Removed.
2201 * inspector/editor/text-editor-home-button.html: Removed.
2202 * platform/efl/TestExpectations:
2203 * platform/mac/TestExpectations:
2204 * platform/qt/TestExpectations:
2206 2013-02-07 Bear Travis <betravis@adobe.com>
2208 [CSS Exclusions] shape-inside does not properly handle padding or border
2209 https://bugs.webkit.org/show_bug.cgi?id=102715
2211 Reviewed by David Hyatt.
2213 Test that borders and padding are properly accounted for when laying out text in
2216 * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Modified to no longer
2218 * fast/exclusions/shape-inside/shape-inside-box-sizing-expected.html: Added.
2219 * fast/exclusions/shape-inside/shape-inside-box-sizing.html: Added.
2221 2013-01-27 Robert Hogan <robert@webkit.org>
2223 CSS 2.1 failure: floats-149 fails
2224 https://bugs.webkit.org/show_bug.cgi?id=95772
2226 Reviewed by David Hyatt.
2228 * css2.1/20110323/floats-149-expected.html: Added.
2229 * css2.1/20110323/floats-149.htm: Added.
2230 * fast/inline/inline-with-empty-inline-children-expected.txt: Added.
2231 * fast/inline/inline-with-empty-inline-children.html: Added.
2232 * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
2234 2013-02-07 Max Vujovic <mvujovic@adobe.com>
2236 [CSS Shaders] Add WebKitCSSFilterRule to DOMWindow.idl
2237 https://bugs.webkit.org/show_bug.cgi?id=109082
2239 Move the at-rule parsing tests to the recently added folder named
2240 "custom-with-at-rule-parsing".
2242 Remove the "custom-filter" prefix from the test filenames to
2243 match the new convention.
2245 Update the tests to use the "shouldHaveConstructor" JS helper function instead of the
2246 "shouldBeType" JS helper function. Among other things, using "shouldHaveConstructor" tests
2247 that window.WebKitCSSFilterRule is defined. "shouldHaveConstructor" has the same
2248 behavior in JSC and V8, unlike "shouldBeType". Therefore, remove the Chromium-specific text
2249 expectation file that was previously needed for "shouldBeType".
2251 Reviewed by Dean Jackson.
2253 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-invalid-expected.txt.
2254 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid.html: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-invalid.html.
2255 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Added.
2256 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid.html: Renamed from LayoutTests/css3/filters/custom/custom-filter-parsing-at-rule-valid.html.
2257 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js: Renamed from LayoutTests/css3/filters/script-tests/custom-filter-parsing-at-rule-invalid.js.
2258 (testInvalidFilterAtRule):
2259 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-valid.js: Renamed from LayoutTests/css3/filters/script-tests/custom-filter-parsing-at-rule-valid.js.
2263 * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
2264 * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
2266 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
2268 Web Inspector: Remove unused workspace field from NetworkUISourceCodeProvider
2269 https://bugs.webkit.org/show_bug.cgi?id=109201
2271 Reviewed by Pavel Feldman.
2273 * inspector/debugger/network-uisourcecode-provider.html:
2275 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
2277 Web Inspector: home button behaviour is wrong in DTE
2278 https://bugs.webkit.org/show_bug.cgi?id=109154
2280 Reviewed by Vsevolod Vlasov.
2282 Add layout test to verify home button behaviour. Exclude this test on
2283 platforms that do not have eventSender object in test shell.
2285 * inspector/editor/text-editor-home-button-expected.txt: Added.
2286 * inspector/editor/text-editor-home-button.html: Added.
2287 * platform/efl/TestExpectations:
2288 * platform/mac/TestExpectations:
2289 * platform/qt/TestExpectations:
2291 2013-02-07 Allan Sandfeld Jensen <allan.jensen@digia.com>
2293 Scrollbars misplaced with accelerated compositing for overflow scroll
2294 https://bugs.webkit.org/show_bug.cgi?id=108625
2296 Reviewed by Simon Fraser.
2298 Update the results for the one test that explicitly set accelerated compositing for overflow scroll,
2299 and used to have bad results for non-chromium. The new baselines are almost identical to chomium baseline.
2301 * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
2302 * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
2304 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
2306 [Qt] Unreviewed gardening. Added platform specific expected files after r140693.
2307 https://bugs.webkit.org/show_bug.cgi?id=107567.
2309 * platform/qt/TestExpectations:
2310 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
2311 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
2312 * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
2313 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
2314 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
2315 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
2316 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
2317 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
2318 * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
2319 * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
2320 * platform/qt/fast/text/whitespace/006-expected.png:
2321 * platform/qt/fast/text/whitespace/006-expected.txt:
2322 * platform/qt/fast/text/whitespace/007-expected.png:
2323 * platform/qt/fast/text/whitespace/007-expected.txt:
2324 * platform/qt/svg/batik/text/xmlSpace-expected.png:
2325 * platform/qt/svg/batik/text/xmlSpace-expected.txt:
2326 * platform/qt/svg/carto.net/combobox-expected.png:
2327 * platform/qt/svg/carto.net/combobox-expected.txt:
2328 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
2329 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
2330 * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
2331 * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
2332 * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
2333 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
2335 2013-02-07 Gavin Peters <gavinp@chromium.org>
2337 Unreviewed, rolling out r142111.
2338 http://trac.webkit.org/changeset/142111
2339 https://bugs.webkit.org/show_bug.cgi?id=108055
2341 win7 bot didn't display Arabic, see http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=platform%2Fchromium%2Ffast%2Fforms%2Fcalendar-picker%2Fcalendar-picker-appearance-required-ar.html
2343 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
2344 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
2345 * platform/chromium/TestExpectations:
2346 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Removed.
2347 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Removed.
2348 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Removed.
2349 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Removed.
2351 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
2353 Web Inspector: [Regression] Map.size() returns negative values.
2354 https://bugs.webkit.org/show_bug.cgi?id=109174
2356 Reviewed by Yury Semikhatsky.
2358 * inspector/map-expected.txt:
2359 * inspector/map.html:
2361 2013-02-07 Kent Tamura <tkent@chromium.org>
2363 Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers
2364 https://bugs.webkit.org/show_bug.cgi?id=109160
2366 Reviewed by Kentaro Hara.
2368 * fast/forms/number/number-l10n-input-expected.txt: Added.
2369 * fast/forms/number/number-l10n-input.html: Added.
2371 2013-02-07 Stephen White <senorblanco@chromium.org>
2373 [chromium] New baselines for GPU-accelerated reference filters tests. Unreviewed.
2374 https://bugs.webkit.org/show_bug.cgi?id=104289
2376 * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
2377 * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png:
2378 * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
2379 * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
2380 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
2381 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
2382 * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
2383 * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
2384 * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png:
2385 * platform/chromium/TestExpectations:
2387 2013-02-07 Peter Rybin <prybin@chromium.org>
2389 Web Inspector: support JavaScript variable mutation in protocol and V8 bindings
2390 https://bugs.webkit.org/show_bug.cgi?id=107829
2392 Reviewed by Pavel Feldman.
2394 * inspector-protocol/debugger-setVariableValue-expected.txt: Added.
2395 * inspector-protocol/debugger-setVariableValue.html: Added.
2396 * inspector/console/command-line-api-expected.txt:
2397 * platform/chromium/inspector-protocol/debugger-setVariableValue-expected.txt: Added.
2399 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
2401 Web Inspector: reduce number of native memory instrumentation categories
2402 https://bugs.webkit.org/show_bug.cgi?id=109146
2404 Reviewed by Pavel Feldman.
2406 Fix layout tests that started failing after r142081.
2408 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
2409 * inspector/profiler/memory-instrumentation-cached-images.html:
2410 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
2411 * inspector/profiler/memory-instrumentation-canvas.html:
2413 2013-02-07 Keishi Hattori <keishi@webkit.org>
2415 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
2416 https://bugs.webkit.org/show_bug.cgi?id=108055
2418 Reviewed by Kent Tamura.
2420 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
2421 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
2422 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
2423 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
2424 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
2425 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
2426 * platform/chromium/TestExpectations:
2428 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
2430 [Qt] Unreviewed gardening. Skip failing test.
2432 * platform/qt/TestExpectations:
2434 2013-02-07 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2436 [Qt] Unreviwed gardening. Rebaselining and skipping new failures.
2438 * platform/qt/TestExpectations:
2439 * platform/qt/fast/dynamic/002-expected.txt:
2440 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
2441 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
2443 2013-02-07 Gregg Tavares <gman@chromium.org>
2445 Add WebGL Conformance Tests state, renderbuffers, and reading folders.
2446 https://bugs.webkit.org/show_bug.cgi?id=109121
2448 Reviewed by Kenneth Russell.
2450 * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
2451 * webgl/conformance/reading/read-pixels-pack-alignment.html: Added.
2452 * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
2453 * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
2454 * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Added.
2455 * webgl/conformance/renderbuffers/framebuffer-test.html: Added.
2456 * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
2457 * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Added.
2458 * webgl/conformance/state/gl-enable-enum-test-expected.txt: Added.
2459 * webgl/conformance/state/gl-enable-enum-test.html: Added.
2460 * webgl/conformance/state/gl-enum-tests-expected.txt: Added.
2461 * webgl/conformance/state/gl-enum-tests.html: Added.
2462 * webgl/conformance/state/gl-get-calls-expected.txt: Added.
2463 * webgl/conformance/state/gl-get-calls.html: Added.
2464 * webgl/conformance/state/gl-geterror-expected.txt: Added.
2465 * webgl/conformance/state/gl-geterror.html: Added.
2466 * webgl/conformance/state/gl-getstring-expected.txt: Added.
2467 * webgl/conformance/state/gl-getstring.html: Added.
2468 * webgl/resources/webgl_test_files/conformance/reading/00_test_list.txt: Added.
2469 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Added.
2470 * webgl/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Added.
2471 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
2472 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Added.
2473 * webgl/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Added.
2474 * webgl/resources/webgl_test_files/conformance/state/00_test_list.txt: Added.
2475 * webgl/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Added.
2476 * webgl/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Added.
2477 * webgl/resources/webgl_test_files/conformance/state/gl-get-calls.html: Added.
2478 * webgl/resources/webgl_test_files/conformance/state/gl-geterror.html: Added.
2479 * webgl/resources/webgl_test_files/conformance/state/gl-getstring.html: Added.
2481 2013-02-07 Gregg Tavares <gman@chromium.org>
2483 Add WebGL Conformance Tests rendering folder.
2484 https://bugs.webkit.org/show_bug.cgi?id=109122
2486 Reviewed by Kenneth Russell.
2488 * webgl/conformance/rendering/culling-expected.txt: Added.
2489 * webgl/conformance/rendering/culling.html: Added.
2490 * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
2491 * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
2492 * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
2493 * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Added.
2494 * webgl/conformance/rendering/gl-clear-expected.txt: Added.
2495 * webgl/conformance/rendering/gl-clear.html: Added.
2496 * webgl/conformance/rendering/gl-drawelements-expected.txt: Added.
2497 * webgl/conformance/rendering/gl-drawelements.html: Added.
2498 * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
2499 * webgl/conformance/rendering/gl-scissor-fbo-test.html: Added.
2500 * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
2501 * webgl/conformance/rendering/line-loop-tri-fan.html: Added.
2502 * webgl/conformance/rendering/simple-expected.txt: Added.
2503 * webgl/conformance/rendering/simple.html: Added.
2504 * webgl/conformance/rendering/triangle-expected.txt: Added.
2505 * webgl/conformance/rendering/triangle.html: Added.
2506 * webgl/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Added.
2507 * webgl/resources/webgl_test_files/conformance/rendering/culling.html: Added.
2508 * webgl/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
2509 * webgl/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Added.
2510 * webgl/resources/webgl_test_files/conformance/rendering/gl-clear.html: Added.
2511 * webgl/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Added.
2512 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-fbo-test.html: Added.
2513 * webgl/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Added.
2514 * webgl/resources/webgl_test_files/conformance/rendering/simple.html: Added.
2515 * webgl/resources/webgl_test_files/conformance/rendering/triangle.html: Added.
2516 * webgl/resources/webgl_test_files/conformance/rendering/vertex-texture-fetch.html: Added.
2518 2013-02-07 Gregg Tavares <gman@chromium.org>
2520 Add WebGL Conformance Tests programs folder.
2521 https://bugs.webkit.org/show_bug.cgi?id=109120
2523 Reviewed by Kenneth Russell.
2525 * webgl/conformance/programs/get-active-test-expected.txt: Added.
2526 * webgl/conformance/programs/get-active-test.html: Added.
2527 * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
2528 * webgl/conformance/programs/gl-bind-attrib-location-test.html: Added.
2529 * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Added.
2530 * webgl/conformance/programs/gl-get-active-attribute.html: Added.
2531 * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Added.
2532 * webgl/conformance/programs/gl-get-active-uniform.html: Added.
2533 * webgl/conformance/programs/gl-getshadersource-expected.txt: Added.
2534 * webgl/conformance/programs/gl-getshadersource.html: Added.
2535 * webgl/conformance/programs/gl-shader-test-expected.txt: Added.
2536 * webgl/conformance/programs/gl-shader-test.html: Added.
2537 * webgl/conformance/programs/invalid-UTF-16-expected.txt: Added.
2538 * webgl/conformance/programs/invalid-UTF-16.html: Added.
2539 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
2540 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
2541 * webgl/resources/webgl_test_files/conformance/programs/00_test_list.txt: Added.
2542 * webgl/resources/webgl_test_files/conformance/programs/get-active-test.html: Added.
2543 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Added.
2544 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Added.
2545 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Added.
2546 * webgl/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Added.
2547 * webgl/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Added.
2548 * webgl/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Added.
2549 * webgl/resources/webgl_test_files/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
2551 2013-02-07 Gregg Tavares <gman@chromium.org>
2553 Add WebGL Conformance Tests context folder.
2554 https://bugs.webkit.org/show_bug.cgi?id=109114
2556 Reviewed by Kenneth Russell.
2558 * webgl/conformance/context/constants-expected.txt: Added.
2559 * webgl/conformance/context/constants.html: Added.
2560 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
2561 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
2562 * webgl/conformance/context/context-lost-expected.txt: Added.
2563 * webgl/conformance/context/context-lost-restored-expected.txt: Added.
2564 * webgl/conformance/context/context-lost-restored.html: Added.
2565 * webgl/conformance/context/context-lost.html: Added.
2566 * webgl/conformance/context/context-release-upon-reload-expected.txt: Added.
2567 * webgl/conformance/context/context-release-upon-reload.html: Added.
2568 * webgl/conformance/context/context-release-with-workers-expected.txt: Added.
2569 * webgl/conformance/context/context-release-with-workers.html: Added.
2570 * webgl/conformance/context/context-type-test-expected.txt: Added.
2571 * webgl/conformance/context/context-type-test.html: Added.
2572 * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
2573 * webgl/conformance/context/incorrect-context-object-behaviour.html: Added.
2574 * webgl/conformance/context/methods-expected.txt: Added.
2575 * webgl/conformance/context/methods.html: Added.
2576 * webgl/conformance/context/premultiplyalpha-test-expected.txt: Added.
2577 * webgl/conformance/context/premultiplyalpha-test.html: Added.
2578 * webgl/conformance/context/resource-sharing-test-expected.txt: Added.
2579 * webgl/conformance/context/resource-sharing-test.html: Added.
2580 * webgl/resources/webgl_test_files/conformance/context/00_test_list.txt: Added.
2581 * webgl/resources/webgl_test_files/conformance/context/constants.html: Added.
2582 * webgl/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
2583 * webgl/resources/webgl_test_files/conformance/context/context-lost-restored.html: Added.
2584 * webgl/resources/webgl_test_files/conformance/context/context-lost.html: Added.
2585 * webgl/resources/webgl_test_files/conformance/context/context-release-upon-reload.html: Added.
2586 * webgl/resources/webgl_test_files/conformance/context/context-release-with-workers.html: Added.
2587 * webgl/resources/webgl_test_files/conformance/context/context-type-test.html: Added.
2588 * webgl/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Added.
2589 * webgl/resources/webgl_test_files/conformance/context/methods.html: Added.
2590 * webgl/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Added.
2591 * webgl/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Added.
2592 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-child-with-worker.html: Added.
2593 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-upon-reload-child.html: Added.
2594 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-worker.js: Added.
2596 2013-02-07 Gregg Tavares <gman@chromium.org>
2598 Add WebGL Conformance Tests uniforms folder.
2599 https://bugs.webkit.org/show_bug.cgi?id=109112
2601 Reviewed by Kenneth Russell.
2603 * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
2604 * webgl/conformance/uniforms/gl-uniform-bool.html: Added.
2605 * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
2606 * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
2607 * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
2608 * webgl/conformance/uniforms/gl-unknown-uniform.html: Added.
2609 * webgl/conformance/uniforms/null-uniform-location-expected.txt: Added.
2610 * webgl/conformance/uniforms/null-uniform-location.html: Added.
2611 * webgl/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Added.
2612 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Added.
2613 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-packing-restrictions.html: Added.
2614 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-struct-unused.html: Added.
2615 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-unused-array-elements-get-truncated.html: Added.
2616 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
2617 * webgl/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Added.
2618 * webgl/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Added.
2619 * webgl/resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.
2621 2013-02-07 Gregg Tavares <gman@chromium.org>
2623 Add WebGL Conformance Tests canvas folder.
2624 https://bugs.webkit.org/show_bug.cgi?id=109113
2626 Reviewed by Kenneth Russell.
2628 * webgl/conformance/canvas/canvas-test-expected.txt: Added.
2629 * webgl/conformance/canvas/canvas-test.html: Added.
2630 * webgl/conformance/canvas/canvas-zero-size-expected.txt: Added.
2631 * webgl/conformance/canvas/canvas-zero-size.html: Added.
2632 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
2633 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
2634 * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
2635 * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
2636 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
2637 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
2638 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
2639 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
2640 * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
2641 * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
2642 * webgl/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Added.
2643 * webgl/resources/webgl_test_files/conformance/canvas/canvas-test.html: Added.
2644 * webgl/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Added.
2645 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
2646 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
2647 * webgl/resources/webgl_test_files/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
2648 * webgl/resources/webgl_test_files/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
2649 * webgl/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
2651 2013-02-07 Gregg Tavares <gman@chromium.org>
2653 Add WebGL Conformance Tests texture folder.
2654 https://bugs.webkit.org/show_bug.cgi?id=109111
2656 Reviewed by Kenneth Russell.
2658 * webgl/conformance/textures/compressed-tex-image-expected.txt: Added.
2659 * webgl/conformance/textures/compressed-tex-image.html: Added.
2660 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Added.
2661 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
2662 * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Added.
2663 * webgl/conformance/textures/gl-get-tex-parameter.html: Added.
2664 * webgl/conformance/textures/gl-teximage-expected.txt: Added.
2665 * webgl/conformance/textures/gl-teximage.html: Added.
2666 * webgl/conformance/textures/mipmap-fbo-expected.txt: Added.
2667 * webgl/conformance/textures/mipmap-fbo.html: Added.
2668 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
2669 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
2670 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
2671 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
2672 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
2673 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
2674 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
2675 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
2676 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
2677 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
2678 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Added.
2679 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
2680 * webgl/conformance/textures/tex-image-webgl-expected.txt: Added.
2681 * webgl/conformance/textures/tex-image-webgl.html: Added.
2682 * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Added.
2683 * webgl/conformance/textures/tex-image-with-format-and-type.html: Added.
2684 * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Added.
2685 * webgl/conformance/textures/tex-image-with-invalid-data.html: Added.
2686 * webgl/conformance/textures/tex-input-validation-expected.txt: Added.
2687 * webgl/conformance/textures/tex-input-validation.html: Added.
2688 * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Added.
2689 * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
2690 * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Added.
2691 * webgl/conformance/textures/tex-sub-image-2d.html: Added.
2692 * webgl/conformance/textures/texparameter-test-expected.txt: Added.
2693 * webgl/conformance/textures/texparameter-test.html: Added.
2694 * webgl/conformance/textures/texture-attachment-formats-expected.txt: Added.
2695 * webgl/conformance/textures/texture-attachment-formats.html: Added.
2696 * webgl/conformance/textures/texture-clear-expected.txt: Added.
2697 * webgl/conformance/textures/texture-clear.html: Added.
2698 * webgl/conformance/textures/texture-complete-expected.txt: Added.
2699 * webgl/conformance/textures/texture-complete.html: Added.
2700 * webgl/conformance/textures/texture-formats-test-expected.txt: Added.
2701 * webgl/conformance/textures/texture-formats-test.html: Added.
2702 * webgl/conformance/textures/texture-hd-dpi-expected.txt: Added.
2703 * webgl/conformance/textures/texture-hd-dpi.html: Added.
2704 * webgl/conformance/textures/texture-npot-expected.txt: Added.
2705 * webgl/conformance/textures/texture-npot.html: Added.
2706 * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Added.
2707 * webgl/conformance/textures/texture-size-cube-maps.html: Added.
2708 * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Added.
2709 * webgl/conformance/textures/texture-sub-image-cube-maps.html: Added.
2710 * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Added.
2711 * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Added.
2712 * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Added.
2713 * webgl/conformance/textures/texture-upload-cube-maps.html: Added.
2714 * webgl/resources/webgl_test_files/conformance/textures/00_test_list.txt: Added.
2715 * webgl/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Added.
2716 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
2717 * webgl/resources/webgl_test_files/conformance/textures/gl-get-tex-parameter.html: Added.
2718 * webgl/resources/webgl_test_files/conformance/textures/gl-teximage.html: Added.
2719 * webgl/resources/webgl_test_files/conformance/textures/mipmap-fbo.html: Added.
2720 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
2721 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
2722 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
2723 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
2724 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
2725 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
2726 * webgl/resources/webgl_test_files/conformance/textures/tex-image-webgl.html: Added.
2727 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Added.
2728 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Added.
2729 * webgl/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Added.
2730 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
2731 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Added.
2732 * webgl/resources/webgl_test_files/conformance/textures/texparameter-test.html: Added.
2733 * webgl/resources/webgl_test_files/conformance/textures/texture-attachment-formats.html: Added.
2734 * webgl/resources/webgl_test_files/conformance/textures/texture-clear.html: Added.
2735 * webgl/resources/webgl_test_files/conformance/textures/texture-complete.html: Added.
2736 * webgl/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Added.
2737 * webgl/resources/webgl_test_files/conformance/textures/texture-hd-dpi.html: Added.
2738 * webgl/resources/webgl_test_files/conformance/textures/texture-npot.html: Added.
2739 * webgl/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Added.
2740 * webgl/resources/webgl_test_files/conformance/textures/texture-sub-image-cube-maps.html: Added.
2741 * webgl/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Added.
2742 * webgl/resources/webgl_test_files/conformance/textures/texture-upload-cube-maps.html: Added.
2744 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
2746 Web Inspector: highlight matching braces in DTE.
2747 https://bugs.webkit.org/show_bug.cgi?id=108697
2749 Reviewed by Pavel Feldman.
2751 New layout test to verify brace matching functionality. Fix some
2752 layout test expectations as the patch removes braces from highlight
2755 * inspector/editor/brace-matcher-expected.txt: Added.
2756 * inspector/editor/brace-matcher.html: Added.
2757 * inspector/editor/highlighter-basics-expected.txt:
2758 * inspector/editor/text-editor-long-line-expected.txt:
2760 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2762 Rollout r142058 various crashes and timeouts on AppleMac and Chromium
2763 https://bugs.webkit.org/show_bug.cgi?id=109152
2765 Reviewed by Pavel Feldman.
2767 Unreviewed gardening. r142058 added failing tests and marked many as
2768 Skip or Failure but there are also Timeouts and Crashes causing
2771 * platform/chromium/TestExpectations:
2772 * platform/mac/TestExpectations:
2773 * platform/win/TestExpectations:
2774 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
2775 * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
2776 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
2777 * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
2778 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
2779 * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
2780 * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
2781 * webgl/conformance/canvas/to-data-url-test.html: Removed.
2782 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
2783 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
2784 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
2785 * webgl/conformance/context/context-creation-and-destruction.html: Removed.
2786 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
2787 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
2788 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
2789 * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
2790 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
2791 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
2792 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
2793 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
2794 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
2795 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
2796 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
2797 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
2798 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
2799 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
2800 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
2801 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
2802 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
2803 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
2804 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
2805 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
2806 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
2807 * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
2808 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
2809 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
2810 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
2811 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
2812 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
2813 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
2814 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
2815 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
2816 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
2817 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
2818 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
2819 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
2820 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
2821 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
2822 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
2823 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
2824 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
2825 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
2826 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
2827 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
2828 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
2829 * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
2830 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
2831 * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
2832 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
2833 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
2834 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
2835 * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
2836 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
2837 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
2838 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
2839 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
2840 * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
2841 * webgl/conformance/more/functions/drawArrays.html: Removed.
2842 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
2843 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
2844 * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
2845 * webgl/conformance/more/functions/drawElements.html: Removed.
2846 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
2847 * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
2848 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
2849 * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
2850 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
2851 * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
2852 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
2853 * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
2854 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
2855 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
2856 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
2857 * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
2858 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
2859 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
2860 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
2861 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
2862 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
2863 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
2864 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
2865 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
2866 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
2867 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
2868 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
2869 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
2870 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
2871 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
2872 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
2873 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
2874 * webgl/conformance/programs/program-test-expected.txt: Removed.
2875 * webgl/conformance/programs/program-test.html: Removed.
2876 * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
2877 * webgl/conformance/reading/read-pixels-test.html: Removed.
2878 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
2879 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
2880 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
2881 * webgl/conformance/rendering/gl-scissor-test.html: Removed.
2882 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
2883 * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
2884 * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
2885 * webgl/conformance/rendering/multisample-corruption.html: Removed.
2886 * webgl/conformance/rendering/point-size-expected.txt: Removed.
2887 * webgl/conformance/rendering/point-size.html: Removed.
2888 * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
2889 * webgl/conformance/state/gl-object-get-calls.html: Removed.
2890 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
2891 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
2892 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
2893 * webgl/conformance/textures/gl-pixelstorei.html: Removed.
2894 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
2895 * webgl/conformance/textures/origin-clean-conformance.html: Removed.
2896 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
2897 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
2898 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
2899 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
2900 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
2901 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
2902 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
2903 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
2904 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
2905 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
2906 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
2907 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
2908 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
2909 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
2910 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
2911 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
2912 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
2913 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
2914 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
2915 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
2916 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
2917 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
2918 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
2919 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
2920 * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
2921 * webgl/conformance/textures/texture-active-bind-2.html: Removed.
2922 * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
2923 * webgl/conformance/textures/texture-active-bind.html: Removed.
2924 * webgl/conformance/textures/texture-mips-expected.txt: Removed.
2925 * webgl/conformance/textures/texture-mips.html: Removed.
2926 * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
2927 * webgl/conformance/textures/texture-npot-video.html: Removed.
2928 * webgl/conformance/textures/texture-size-expected.txt: Removed.
2929 * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
2930 * webgl/conformance/textures/texture-size-limit.html: Removed.
2931 * webgl/conformance/textures/texture-size.html: Removed.
2932 * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
2933 * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
2934 * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
2935 * webgl/conformance/uniforms/uniform-default-values.html: Removed.
2936 * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
2937 * webgl/conformance/uniforms/uniform-location.html: Removed.
2938 * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
2939 * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
2940 * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
2941 * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
2942 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
2943 * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Removed.
2944 * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
2945 * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Removed.
2946 * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
2947 * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Removed.
2948 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
2949 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
2950 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
2951 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
2952 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
2953 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
2954 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
2955 * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Removed.
2956 * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
2957 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
2958 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
2959 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
2960 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
2961 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
2962 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
2963 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
2964 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
2965 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
2966 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
2967 * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
2968 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
2969 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
2970 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
2971 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
2972 * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
2973 * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
2974 * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
2975 * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
2976 * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
2977 * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
2978 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
2979 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
2980 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
2981 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
2982 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
2983 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
2984 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
2985 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
2986 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Removed.
2987 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
2988 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
2989 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
2990 * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
2991 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
2992 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
2993 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
2994 * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
2995 * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Removed.
2996 * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
2997 * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
2998 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Removed.
2999 * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
3000 * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
3001 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
3002 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
3003 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
3004 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
3005 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
3006 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
3007 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
3008 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
3009 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
3010 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
3011 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
3012 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
3013 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
3014 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
3015 * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
3016 * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
3017 * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Removed.
3018 * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
3019 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
3020 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Removed.
3021 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
3022 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
3024 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
3026 [Qt] Unreviewed gardening. Skip failing WebGL tests.
3028 * platform/qt/TestExpectations:
3030 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
3032 Unreviewed, rolling out r142067.
3033 http://trac.webkit.org/changeset/142067
3034 https://bugs.webkit.org/show_bug.cgi?id=109147
3036 adding Slow modifier did not help completely (Requested by
3039 * platform/chromium/TestExpectations:
3041 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
3043 Unreviewed GTK gardening.
3045 Expanding failure expectation for fast/dom/Window/slow-unload-handler.html.
3046 Adding failure expectation for the new fast/css/negative-text-indent-in-inline-block.html
3049 * platform/gtk/TestExpectations:
3051 2013-02-03 Kentaro Hara <haraken@chromium.org>
3053 WebKit's focus events are UIEvents (instead of FocusEvent) and thus don't expose .relatedTarget
3054 https://bugs.webkit.org/show_bug.cgi?id=76216
3056 Reviewed by Eric Seidel.
3058 Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-FocusEvent
3060 This patch creates a new FocusEvent class with a relatedTarget attribute.
3061 Now when focusin or focusout events are dispatched, a FocusEvent is created with
3062 the relatedTarget attribute set accordingly.
3064 * fast/dom/shadow/shadow-boundary-events-expected.txt:
3065 * fast/dom/shadow/shadow-boundary-events.html:
3066 * fast/events/related-target-focusevent-expected.txt: Added.
3067 * fast/events/related-target-focusevent.html: Added.
3069 2013-02-06 Mike West <mkwst@chromium.org>
3071 Entity-header extension headers honored on 304 responses.
3072 https://bugs.webkit.org/show_bug.cgi?id=72414
3074 Reviewed by Alexey Proskuryakov.
3076 * http/tests/security/XFrameOptions/resources/nph-cached-xfo.pl: Added.
3077 * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: Added.
3078 * http/tests/security/XFrameOptions/x-frame-options-cached.html: Added.
3079 * http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt: Added.
3080 * http/tests/security/contentSecurityPolicy/cached-frame-csp.html: Added.
3081 * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: Added.
3082 * http/tests/security/xssAuditor/cached-frame-expected.txt: Added.
3083 * http/tests/security/xssAuditor/cached-frame.html: Added.
3084 * http/tests/security/xssAuditor/resources/nph-cached.pl: Added.
3086 2013-02-06 Matt Falkenhagen <falken@chromium.org>
3088 Unreviewed gardening. Marking all webgl/conformance tests as slow.
3090 * platform/chromium/TestExpectations:
3092 2013-02-06 Tom Sepez <tsepez@chromium.org>
3094 document.referrer leakage with XSS Auditor page block
3095 https://bugs.webkit.org/show_bug.cgi?id=109089
3097 Reviewed by Adam Barth.
3099 Test prints the referrer to show it isn't leaked.
3101 * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
3102 * http/tests/security/xssAuditor/full-block-script-tag.html:
3104 2013-02-06 Matt Falkenhagen <falken@chromium.org>
3106 Unreviewed gardening. Marking gl-vertexattribpointer.html as slow.
3108 * platform/chromium/TestExpectations:
3110 2013-02-06 Gregg Tavares <gman@chromium.org>
3112 Adds failing WebGL Conformance Tests.
3113 https://bugs.webkit.org/show_bug.cgi?id=109075
3115 Reviewed by Kenneth Russell.
3117 * platform/chromium/TestExpectations:
3118 * platform/mac/TestExpectations:
3119 * platform/win/TestExpectations:
3120 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
3121 * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
3122 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
3123 * webgl/conformance/canvas/buffer-preserve-test.html: Added.
3124 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
3125 * webgl/conformance/canvas/drawingbuffer-test.html: Added.
3126 * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
3127 * webgl/conformance/canvas/to-data-url-test.html: Added.
3128 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
3129 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
3130 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
3131 * webgl/conformance/context/context-creation-and-destruction.html: Added.
3132 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
3133 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
3134 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
3135 * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
3136 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
3137 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
3138 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
3139 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
3140 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
3141 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
3142 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
3143 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
3144 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
3145 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
3146 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
3147 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
3148 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
3149 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
3150 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
3151 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
3152 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
3153 * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
3154 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
3155 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
3156 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
3157 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
3158 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
3159 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
3160 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
3161 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
3162 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
3163 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
3164 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
3165 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
3166 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
3167 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
3168 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
3169 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
3170 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
3171 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
3172 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
3173 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
3174 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
3175 * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
3176 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
3177 * webgl/conformance/more/functions/copyTexImage2D.html: Added.
3178 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
3179 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
3180 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
3181 * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
3182 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
3183 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
3184 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
3185 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
3186 * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
3187 * webgl/conformance/more/functions/drawArrays.html: Added.
3188 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
3189 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
3190 * webgl/conformance/more/functions/drawElements-expected.txt: Added.
3191 * webgl/conformance/more/functions/drawElements.html: Added.
3192 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
3193 * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
3194 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
3195 * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
3196 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
3197 * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
3198 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
3199 * webgl/conformance/more/functions/texImage2DHTML.html: Added.
3200 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
3201 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
3202 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
3203 * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
3204 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
3205 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
3206 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
3207 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
3208 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
3209 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
3210 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
3211 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
3212 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
3213 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
3214 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
3215 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
3216 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
3217 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
3218 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
3219 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
3220 * webgl/conformance/programs/program-test-expected.txt: Added.
3221 * webgl/conformance/programs/program-test.html: Added.
3222 * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
3223 * webgl/conformance/reading/read-pixels-test.html: Added.
3224 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
3225 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
3226 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
3227 * webgl/conformance/rendering/gl-scissor-test.html: Added.
3228 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
3229 * webgl/conformance/rendering/more-than-65536-indices.html: Added.
3230 * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
3231 * webgl/conformance/rendering/multisample-corruption.html: Added.
3232 * webgl/conformance/rendering/point-size-expected.txt: Added.
3233 * webgl/conformance/rendering/point-size.html: Added.
3234 * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
3235 * webgl/conformance/state/gl-object-get-calls.html: Added.
3236 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
3237 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
3238 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
3239 * webgl/conformance/textures/gl-pixelstorei.html: Added.
3240 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
3241 * webgl/conformance/textures/origin-clean-conformance.html: Added.
3242 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
3243 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
3244 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
3245 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
3246 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
3247 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
3248 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
3249 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
3250 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
3251 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
3252 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
3253 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
3254 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
3255 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
3256 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
3257 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
3258 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
3259 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
3260 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
3261 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
3262 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
3263 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
3264 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
3265 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
3266 * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
3267 * webgl/conformance/textures/texture-active-bind-2.html: Added.
3268 * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
3269 * webgl/conformance/textures/texture-active-bind.html: Added.
3270 * webgl/conformance/textures/texture-mips-expected.txt: Added.
3271 * webgl/conformance/textures/texture-mips.html: Added.
3272 * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
3273 * webgl/conformance/textures/texture-npot-video.html: Added.
3274 * webgl/conformance/textures/texture-size-expected.txt: Added.
3275 * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
3276 * webgl/conformance/textures/texture-size-limit.html: Added.
3277 * webgl/conformance/textures/texture-size.html: Added.
3278 * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
3279 * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
3280 * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
3281 * webgl/conformance/uniforms/uniform-default-values.html: Added.
3282 * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
3283 * webgl/conformance/uniforms/uniform-location.html: Added.
3284 * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
3285 * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
3286 * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
3287 * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
3288 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
3289 * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
3290 * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
3291 * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
3292 * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
3293 * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
3294 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
3295 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
3296 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
3297 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
3298 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
3299 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
3300 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
3301 * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
3302 * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
3303 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
3304 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
3305 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
3306 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
3307 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
3308 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
3309 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
3310 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
3311 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
3312 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
3313 * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
3314 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
3315 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
3316 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
3317 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
3318 * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
3319 * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
3320 * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
3321 * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
3322 * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
3323 * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
3324 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
3325 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
3326 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
3327 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
3328 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
3329 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
3330 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
3331 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
3332 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
3333 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
3334 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
3335 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
3336 * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
3337 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
3338 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
3339 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
3340 * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
3341 * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
3342 * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
3343 * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
3344 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
3345 * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
3346 * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
3347 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
3348 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
3349 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
3350 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
3351 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
3352 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
3353 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
3354 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
3355 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
3356 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
3357 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
3358 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
3359 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
3360 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
3361 * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
3362 * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
3363 * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
3364 * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
3365 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
3366 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
3367 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
3368 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
3370 2013-02-06 Terry Anderson <tdanderson@chromium.org>
3372 Add support for gesture scroll events that do not propagate to enclosing scrollables
3373 https://bugs.webkit.org/show_bug.cgi?id=108849
3375 Reviewed by Antonio Gomes.
3377 New tests added to ensure that GestureScrollUpdateWithoutPropagation events will not
3378 propagate to the scrollable parent of their target when the target has no area
3379 left to be scrolled.
3381 Modified two chromium-specific plugin tests to ensure that the plugins receive
3382 GestureScrollUpdate events when GestureScrollUpdateWithoutPropagation events are
3385 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
3386 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
3387 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
3388 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
3389 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
3390 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
3391 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
3392 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
3393 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
3394 * platform/chromium/plugins/gesture-events-expected.txt:
3395 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
3396 * platform/chromium/plugins/gesture-events-scrolled.html:
3397 * platform/chromium/plugins/gesture-events.html:
3399 2013-02-06 Ojan Vafai <ojan@chromium.org>
3401 [Chromium] table-section-overflow-clip-crash.html hits an assert
3402 https://bugs.webkit.org/show_bug.cgi?id=108594
3404 Reviewed by Levi Weintraub.
3406 * platform/chromium/TestExpectations:
3408 2013-02-06 Ojan Vafai <ojan@chromium.org>
3410 display:none file upload button crashes
3411 https://bugs.webkit.org/show_bug.cgi?id=109102
3413 Reviewed by Levi Weintraub.
3415 * fast/forms/file/display-none-upload-button-expected.txt: Added.
3416 * fast/forms/file/display-none-upload-button.html: Added.
3417 Tests that we don't crash. Also exposes a bug that the baseline and height of
3418 the input don't include the height of the filename text.
3420 2013-02-06 Stephen Chenney <schenney@chromium.org>
3422 [Chromium] Test expectations update for Skia change.
3424 Unreviewed expectations update
3426 Files that we were expecting to fail. Now being rebaselined.
3428 * platform/chromium-linux-x86/svg/text/text-viewbox-rescale-expected.png: Added.
3429 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
3430 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
3431 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
3432 * platform/chromium-linux/svg/text/selection-styles-expected.png:
3433 * platform/chromium-linux/svg/text/text-viewbox-rescale-expected.png:
3434 * platform/chromium-mac-lion/svg/text/text-viewbox-rescale-expected.png:
3435 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
3436 * platform/chromium-mac/svg/text/text-viewbox-rescale-expected.png:
3437 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
3438 * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
3440 2013-02-06 Dima Gorbik <dgorbik@apple.com>
3442 Reset the border property for -webkit-slider-thumb in unknown-pseudo-element-matching test
3443 https://bugs.webkit.org/show_bug.cgi?id=109101
3445 We check that the style matches a pseudo element by setting its height to 1px.
3446 Some user agents, like iOS, have default border styles that affect the minimum height,
3447 so we need to reset those.
3449 Reviewed by Joseph Pecoraro.
3451 * fast/css/unknown-pseudo-element-matching.html:
3453 2013-02-06 Dirk Schulze <dschulze@adobe.com>
3455 Context's currentPath should check for passed type
3456 https://bugs.webkit.org/show_bug.cgi?id=109097
3458 Reviewed by Dean Jackson.
3460 Add checks with different data types as value for canvas.currentPath.
3462 * fast/canvas/canvas-currentPath-crash-expected.txt: Added.
3463 * fast/canvas/canvas-currentPath-crash.html: Added.
3464 * fast/canvas/script-tests/canvas-currentPath-crash.js: Added.
3465 * platform/chromium/TestExpectations:
3466 * platform/efl/TestExpectations:
3467 * platform/gtk/TestExpectations:
3468 * platform/mac/TestExpectations:
3469 * platform/qt/TestExpectations:
3471 2013-02-06 Stephen Chenney <schenney@chromium.org>
3473 [Chromium] Test expectations update for Skia change.
3475 Unreviewed expectations update
3477 Files that we were expecting to fail. Now being rebaselined.
3479 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
3480 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
3481 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
3482 * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
3483 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
3484 * platform/chromium-linux/svg/custom/text-ctm-expected.png:
3485 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
3486 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
3487 * platform/chromium-mac/svg/custom/text-ctm-expected.txt:
3488 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
3489 * platform/chromium-win/svg/custom/text-ctm-expected.png:
3490 * platform/chromium-win/svg/custom/text-ctm-expected.txt: Removed.
3491 * platform/gtk/svg/custom/text-ctm-expected.txt: Removed.
3492 * svg/custom/text-ctm-expected.txt: Added.
3494 2013-02-06 Rafael Weinstein <rafaelw@chromium.org>
3496 [HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode.
3497 https://bugs.webkit.org/show_bug.cgi?id=109090
3499 Reviewed by Adam Barth.
3501 * html5lib/resources/template.dat:
3503 2013-02-06 Stephen Chenney <schenney@chromium.org>
3505 [Chromium] Test expectations update for Skia change.
3507 Unreviewed expectations update
3509 Files that we were expecting to fail. Now being rebaslined.
3511 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Removed.
3512 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
3513 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Removed.
3514 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
3515 * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
3516 * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
3517 * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
3518 * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
3519 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
3520 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
3521 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
3522 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
3523 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Added.
3524 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
3525 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
3526 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
3527 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
3529 2013-02-06 Stephen Chenney <schenney@chromium.org>
3531 [Chromium] Test expectations update for Skia change.
3533 Unreviewed expectations update
3535 And these too. See change below.
3537 * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
3538 * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-text-expected.txt: Added.
3539 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
3540 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-text-expected.txt: Added.
3542 2013-02-06 Stephen Chenney <schenney@chromium.org>
3544 [Chromium] Test expectations update for Skia change.
3546 Unreviewed expectations update
3548 Apparently there are width differences on the mac platforms. These were
3549 clobbered qwhen I updated the 10.8 expectations.
3551 * platform/chromium-mac-lion/fast/writing-mode/japanese-lr-text-expected.txt: Added.
3552 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-lr-text-expected.txt: Added.
3554 2013-02-06 Dima Gorbik <dgorbik@apple.com>
3556 Store the language internally instead of using lang attribute for WebVTT nodes
3557 https://bugs.webkit.org/show_bug.cgi?id=108858
3559 Reviewed by Eric Carlson.
3561 * media/track/captions-webvtt/styling-lang.vtt:
3562 * media/track/track-css-matching-lang-expected.txt:
3563 * media/track/track-css-matching-lang.html:
3565 2013-02-06 Levi Weintraub <leviw@chromium.org>
3567 Negative text indents can break RenderBlock's inline maximum preferred width calculation
3568 https://bugs.webkit.org/show_bug.cgi?id=108973
3570 Reviewed by Emil A Eklund.
3572 * fast/css/negative-text-indent-in-inline-block-expected.html: Added.
3573 * fast/css/negative-text-indent-in-inline-block.html: Added.
3575 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
3577 Unreviewed GTK gardening.
3579 Expanding failure expectation for fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html.
3581 * platform/gtk/TestExpectations:
3583 2013-02-06 Sheriff Bot <webkit.review.bot@gmail.com>
3585 Unreviewed, rolling out r142025.
3586 http://trac.webkit.org/changeset/142025
3587 https://bugs.webkit.org/show_bug.cgi?id=109091
3589 broke the build (Requested by tdanderson on #webkit).
3591 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
3592 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Removed.
3593 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
3594 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Removed.
3595 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
3596 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Removed.
3597 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
3598 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
3599 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
3600 * platform/chromium/plugins/gesture-events-expected.txt:
3601 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
3602 * platform/chromium/plugins/gesture-events-scrolled.html:
3603 * platform/chromium/plugins/gesture-events.html:
3605 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
3607 Unreviewed GTK gardening.
3609 Rebaselining and adding a few failure expectations after r142015.
3611 * platform/gtk/TestExpectations:
3612 * platform/gtk/fast/dynamic/002-expected.txt:
3614 2013-02-06 Terry Anderson <tdanderson@chromium.org>
3616 Add support for gesture scroll events that do not propagate to enclosing scrollables
3617 https://bugs.webkit.org/show_bug.cgi?id=108849
3619 Reviewed by Antonio Gomes.
3621 New tests added to ensure that GestureScrollUpdateNotPropagated events will not
3622 propagate to the scrollable parent of their target when the target has no area
3623 left to be scrolled.
3625 Modified two chromium-specific plugin tests to ensure that the plugins receive
3626 GestureScrollUpdate events when GestureScrollUpdateNotPropagated events are
3629 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
3630 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
3631 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
3632 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
3633 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
3634 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
3635 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
3636 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
3637 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
3638 * platform/chromium/plugins/gesture-events-expected.txt:
3639 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
3640 * platform/chromium/plugins/gesture-events-scrolled.html:
3641 * platform/chromium/plugins/gesture-events.html:
3643 2013-02-06 Ryosuke Niwa <rniwa@webkit.org>
3645 REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
3646 https://bugs.webkit.org/show_bug.cgi?id=108380
3648 Reviewed by Alexey Proskuryakov.
3650 Re-enable tests that have been temporarily disabled.
3652 * platform/mac/TestExpectations:
3654 2013-02-06 Uday Kiran <udaykiran@motorola.com>
3656 Implement 'vmax' from CSS3 values and units
3657 https://bugs.webkit.org/show_bug.cgi?id=91440
3659 Reviewed by Antti Koivisto.
3661 vmax is implemented as primitive length unit.
3662 New length type ViewportPercentageMax is added and included support for fetching the value
3663 of this viewport percentage unit based on current viewport size.
3665 The specification related to this implementation is
3666 http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths.
3668 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt:
3669 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
3670 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute-expected.html: Added.
3671 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute.html: Added.
3672 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-expected.html: Added.
3673 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax.html: Added.
3675 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
3677 Unreviewed GTK gardening.
3679 Walked through the WontFix test expectations, expanding them with the expected failure.
3680 This forces the test to run but not complain as long as the failure is the same as expected.
3682 * platform/gtk/TestExpectations:
3684 2013-02-06 Stephen White <senorblanco@chromium.org>
3686 Suppress failures for minor pixel diffs which will be caused when https://codereview.chromium.org/12217047/ lands. Unreviewed.
3687 https://bugs.webkit.org/show_bug.cgi?id=104289
3689 * platform/chromium/TestExpectations:
3691 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
3693 Unreviewed GTK gardening.
3695 Marking required tests as slow so the test runs are not interrupted when timeouts
3696 occur in tests that would actually pass if given enough time.
3698 * platform/gtk/TestExpectations:
3700 2013-02-06 Pravin D <pravind.2k4@gmail.com>
3702 When a block element is made inline positioned and has static left and right, it does not follow inline formatting context
3703 https://bugs.webkit.org/show_bug.cgi?id=91665
3705 Reviewed by Julien Chaffraix.
3707 * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Added.
3708 * fast/dynamic/absolute-positioned-to-static-positioned.html: Added.
3709 * fast/dynamic/floating-to-non-floating-expected.txt: Added.
3710 * fast/dynamic/floating-to-non-floating.html: Added.
3711 * fast/dynamic/non-floating-to-floating-expected.txt: Added.
3712 * fast/dynamic/non-floating-to-floating.html: Added.
3713 * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Added.
3714 * fast/dynamic/static-positioned-to-absolute-positioned.html: Added.
3715 Testcases for the patch.
3717 * fast/dynamic/resources/helper-bug91665.js: Added.
3718 * fast/dynamic/resources/style-bug91665.css: Added.
3719 Common javascript functions and css classes used by the above testcases.
3721 * fast/css/first-letter-removed-added-expected.txt:
3722 Previously failing sub-test is passing.
3724 * fullscreen/full-screen-fixed-pos-parent-expected.txt:
3725 Change orthogonal to the current patch.
3727 * platform/mac/fast/dynamic/002-expected.txt:
3728 * platform/chromium-win/fast/dynamic/002-expected.txt:
3729 * platform/chromium/fast/dynamic/002-expected.txt:
3730 Expected change. The testcase has a static block element followed by a text node wrapped
3731 in an anonymous block. When the block element becomes floating, it is out of the flow context.
3732 Thus the text node must no longer be wrapped by the anonymous block.
3734 * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
3735 * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
3736 Progression. Previously we used to repaint the a much larger area as compared to the behavior
3737 with the patch, which repaints only the area affected due to the change in style(position)
3738 of certain elements.
3740 * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
3741 * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
3742 * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
3743 * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
3744 Added platform specific images.
3746 2013-02-06 Chris Fleizach <cfleizach@apple.com>
3748 AX: if <html> has an ARIA attribute, it's exposed as an AXGroup
3749 https://bugs.webkit.org/show_bug.cgi?id=109008
3751 Reviewed by Ryosuke Niwa.
3753 * accessibility/html-html-element-is-ignored-expected.txt: Added.
3754 * accessibility/html-html-element-is-ignored.html: Added.
3755 * platform/chromium/TestExpectations:
3757 2013-02-06 Shawn Singh <shawnsingh@chromium.org>
3759 RenderLayer hasVisibleContent() has inconsistent semantics causing disappearing composited layers
3760 https://bugs.webkit.org/show_bug.cgi?id=108118
3762 Reviewed by Simon Fraser.
3764 * compositing/visibility/visibility-on-distant-descendant-expected.png: Added.
3765 * compositing/visibility/visibility-on-distant-descendant-expected.txt: Added.
3766 * compositing/visibility/visibility-on-distant-descendant.html: Added.
3768 2013-02-06 Gregg Tavares <gman@chromium.org>
3770 Adds the WebGL Conformance Test ogles support files.
3771 https://bugs.webkit.org/show_bug.cgi?id=109063
3773 Reviewed by Kenneth Russell.
3775 Note: This was reviewed offline because the patch was too large to upload to
3776 bugs.webkit.org. It doesn't add any LayoutTests. It only adds support files.
3778 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary.frag: Added.
3779 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary_ref.frag: Added.
3780 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary.vert: Added.
3781 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary_ref.vert: Added.
3782 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary.frag: Added.
3783 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary_ref.frag: Added.
3784 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary.vert: Added.
3785 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary_ref.vert: Added.
3786 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary.frag: Added.
3787 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary_ref.frag: Added.
3788 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary.vert: Added.
3789 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary_ref.vert: Added.
3790 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary.frag: Added.
3791 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary_ref.frag: Added.
3792 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary.vert: Added.
3793 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary_ref.vert: Added.
3794 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary.frag: Added.
3795 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary_ref.frag: Added.
3796 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary.vert: Added.
3797 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary_ref.vert: Added.
3798 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary.frag: Added.
3799 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary_ref.frag: Added.
3800 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary.vert: Added.
3801 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary_ref.vert: Added.
3802 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag.frag: Added.
3803 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag_ref.frag: Added.
3804 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert.vert: Added.
3805 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert_ref.vert: Added.
3806 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag.frag: Added.
3807 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag_ref.frag: Added.
3808 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert.vert: Added.
3809 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert_ref.vert: Added.
3810 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag.frag: Added.
3811 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag_ref.frag: Added.
3812 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert.vert: Added.
3813 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert_ref.vert: Added.
3814 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag.frag: Added.
3815 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag_ref.frag: Added.
3816 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert.vert: Added.
3817 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert_ref.vert: Added.
3818 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_frag.frag: Added.
3819 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_vert.vert: Added.
3820 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_frag.frag: Added.
3821 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_vert.vert: Added.
3822 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_frag.frag: Added.
3823 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_vert.vert: Added.
3824 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary.frag: Added.
3825 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary_ref.frag: Added.
3826 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary.vert: Added.
3827 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary_ref.vert: Added.
3828 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary.frag: Added.
3829 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary_ref.frag: Added.
3830 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary.vert: Added.
3831 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary_ref.vert: Added.
3832 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary.frag: Added.
3833 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary_ref.frag: Added.
3834 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary.vert: Added.
3835 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary_ref.vert: Added.
3836 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary.frag: Added.
3837 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary_ref.frag: Added.
3838 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary.frag: Added.
3839 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary_ref.frag: Added.
3840 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary.vert: Added.
3841 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary_ref.vert: Added.
3842 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary.vert: Added.
3843 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary_ref.vert: Added.
3844 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary.frag: Added.
3845 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary_ref.frag: Added.
3846 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary.frag: Added.
3847 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary_ref.frag: Added.
3848 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary.vert: Added.
3849 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary_ref.vert: Added.
3850 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary.vert: Added.
3851 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary_ref.vert: Added.
3852 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary.frag: Added.
3853 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary_ref.frag: Added.
3854 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary.frag: Added.
3855 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary_ref.frag: Added.
3856 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary.vert: Added.
3857 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary_ref.vert: Added.
3858 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary.vert: Added.
3859 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary_ref.vert: Added.
3860 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_frag.frag: Added.
3861 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_vert.vert: Added.
3862 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_frag.frag: Added.
3863 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_vert.vert: Added.
3864 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_frag.frag: Added.
3865 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_vert.vert: Added.
3866 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_frag.frag: Added.
3867 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_vert.vert: Added.
3868 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_frag.frag: Added.
3869 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_vert.vert: Added.
3870 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_frag.frag: Added.
3871 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_vert.vert: Added.
3872 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_frag.frag: Added.
3873 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_vert.vert: Added.
3874 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_frag.frag: Added.
3875 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_vert.vert: Added.
3876 * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_frag.frag: Added.
3877 * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_vert.vert: Added.
3878 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Data_Types_frag.frag: Added.
3879 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Standard_Library_frag.frag: Added.
3880 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectBuiltInOveride_frag.frag: Added.
3881 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectComma_frag.frag: Added.
3882 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding1_vert.vert: Added.
3883 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding2_vert.vert: Added.
3884 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstruct_vert.vert: Added.
3885 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension10_V100_frag.frag: Added.
3886 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension1_V100_frag.frag: Added.
3887 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension4_V100_frag.frag: Added.
3888 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFull_vert.vert: Added.
3889 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_frag.frag: Added.
3890 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_vert.vert: Added.
3891 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFunction1_vert.vert: Added.
3892 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectModule_frag.frag: Added.
3893 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse1_frag.frag: Added.
3894 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_frag.frag: Added.
3895 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_vert.vert: Added.
3896 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest1_frag.frag: Added.
3897 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest_frag.frag: Added.
3898 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess5_frag.frag: Added.
3899 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess8_frag.frag: Added.
3900 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess9_frag.frag: Added.
3901 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_frag.frag: Added.
3902 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_vert.vert: Added.
3903 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_frag.frag: Added.
3904 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_vert.vert: Added.
3905 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle3_frag.frag: Added.
3906 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectVersion_V100_frag.frag: Added.
3907 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/DuplicateVersion1_V100_frag.frag: Added.
3908 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/FunctionParam_vert.vert: Added.
3909 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Include_Preprocessor_Directive_frag.frag: Added.
3910 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Low_Level_Assembly_Reserved_Words_frag.frag: Added.
3911 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Main_Parameters_vert.vert: Added.
3912 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest3_frag.frag: Added.
3913 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest4_frag.frag: Added.
3914 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Constant_Conversions_frag.frag: Added.
3915 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Scalar_Vector_Expressions_frag.frag: Added.
3916 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/TernaryOp_frag.frag: Added.
3917 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Texture_Rectangle_Samplers_frag.frag: Added.
3918 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array10_frag.frag: Added.
3919 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array11_frag.frag: Added.
3920 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array1_frag.frag: Added.
3921 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array2_frag.frag: Added.
3922 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array3_frag.frag: Added.
3923 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array4_frag.frag: Added.
3924 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array5_frag.frag: Added.
3925 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array6_frag.frag: Added.