1 2013-02-12 Sheriff Bot <webkit.review.bot@gmail.com>
3 Unreviewed, rolling out r142531.
4 http://trac.webkit.org/changeset/142531
5 https://bugs.webkit.org/show_bug.cgi?id=109569
7 Causes html5lib/run-template layout test to crash. (Requested
8 by atwilson_ on #webkit).
10 * html5lib/resources/template.dat:
12 2013-02-12 Zan Dobersek <zdobersek@igalia.com>
14 [GTK] Enable CSS image-set support in development builds
15 https://bugs.webkit.org/show_bug.cgi?id=109475
17 Reviewed by Martin Robinson.
19 * platform/gtk/TestExpectations: Reclassify two failures that now fail due to
20 cursor images not loading while the other expectations are removed as the tests
22 * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Removed. The generic
23 expectation now matches the test output.
25 2013-02-12 Zan Dobersek <zdobersek@igalia.com>
27 [GTK] Enable DOM4 events constructors in development builds
28 https://bugs.webkit.org/show_bug.cgi?id=109471
30 Reviewed by Martin Robinson.
32 * platform/gtk/TestExpectations: Remove the failure expectations, the related
35 2013-02-12 Andrey Kosyakov <caseq@chromium.org>
37 Unreviewed -- suppress stray console message that emerged after r142486.
39 * inspector/extensions/extensions-events.html:
41 2013-02-12 Ryosuke Niwa <rniwa@webkit.org>
43 REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
44 https://bugs.webkit.org/show_bug.cgi?id=109557
46 Build fix. Also move this test into platform/mac as done in r142559.
48 * fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
49 * fast/dom/Element/id-in-deletebutton.html: Removed.
50 * platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
51 * platform/chromium/TestExpectations:
52 * platform/efl/TestExpectations:
53 * platform/gtk/TestExpectations:
54 * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton-expected.txt.
55 * platform/mac/editing/deleting/id-in-deletebutton.html: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton.html.
56 * platform/win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
57 * platform/wincairo/TestExpectations:
58 * platform/wk2/TestExpectations:
60 2013-02-12 Andrey Lushnikov <lushnikov@chromium.org>
62 Web Inspector: move showWhitespace option into experiments
63 https://bugs.webkit.org/show_bug.cgi?id=109552
65 Reviewed by Vsevolod Vlasov.
67 Fix layout test to switch on experiment instead of toggling one of the
70 * inspector/editor/text-editor-show-whitespace-expected.txt:
71 * inspector/editor/text-editor-show-whitespace.html:
73 2013-02-11 Yury Semikhatsky <yurys@chromium.org>
75 Web Inspector: stack trace is cut at native bind if inspector is closed
76 https://bugs.webkit.org/show_bug.cgi?id=109427
78 Reviewed by Pavel Feldman.
80 Test that stack trace for uncaught exceptions is collected when inspector
83 * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
84 * http/tests/inspector-enabled/console-exception-while-no-inspector.html: Added.
85 * platform/chromium/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
87 2013-02-12 Jochen Eisinger <jochen@chromium.org>
89 [chromium] move webrtc mocks to testrunner library
90 https://bugs.webkit.org/show_bug.cgi?id=109041
92 Reviewed by Adam Barth.
94 Temporarily disable two WebRTC tests that fail due to a bug in
95 webkit_support's getCurrentTimeMillsecond.
97 * platform/chromium/TestExpectations:
99 2013-02-12 Kent Tamura <tkent@chromium.org>
101 INPUT_MULTIPLE_FIELDS_UI: Mouse click not on sub-fields in multiple fields input should not move focus
102 https://bugs.webkit.org/show_bug.cgi?id=109544
104 Reviewed by Kentaro Hara.
106 * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt:
107 * fast/forms/time-multiple-fields/time-multiple-fields-focus.html:
108 Add test to click a delimiter.
110 2013-02-11 KwangYong Choi <ky0.choi@samsung.com>
112 [EFL] Remove webintents from TestExpectations
113 https://bugs.webkit.org/show_bug.cgi?id=109537
115 Unreviewed. webintents tests no longer exist.
117 * platform/efl/TestExpectations:
119 2013-02-11 Viatcheslav Ostapenko <sl.ostapenko@samsung.com>
121 [EFL][WebGL] WebGL content is not painted after resizing the viewport.
122 https://bugs.webkit.org/show_bug.cgi?id=106358
124 Reviewed by Noam Rosenthal.
126 Add test checking that canvas painting is correct if layer parameters were changed,
127 but webgl canvas didn't change.
129 * fast/canvas/webgl/webgl-layer-update-expected.png: Added.
130 * fast/canvas/webgl/webgl-layer-update-expected.txt: Added.
131 * fast/canvas/webgl/webgl-layer-update.html: Added.
133 2013-02-11 KwangYong Choi <ky0.choi@samsung.com>
135 [EFL] Some placeholder paint order tests are passing now
136 https://bugs.webkit.org/show_bug.cgi?id=109164
138 Unreviewed efl gardening.
140 fast/forms/input-placeholder-paint-order.html and
141 fast/forms/textarea/textarea-placeholder-paint-order.html are passing now.
143 RenderTheme::shouldShowPlaceholderWhenFocused() returns true by r127723
144 and the expectations are added by r140149.
146 * platform/efl/TestExpectations:
148 2013-02-11 KwangYong Choi <ky0.choi@samsung.com>
150 [EFL] Remove editing/deleting/deletionUI-single-instance.html from TestExpectations
151 https://bugs.webkit.org/show_bug.cgi?id=109538
153 Unreviewed. This test is removed by r142559.
155 * platform/efl/TestExpectations:
157 2013-02-11 Eric Carlson <eric.carlson@apple.com>
159 [Mac] Track language selection should be sticky
160 https://bugs.webkit.org/show_bug.cgi?id=109466
162 Reviewed by Dean Jackson.
164 * media/track/track-user-preferences-expected.txt: Added.
165 * media/track/track-user-preferences.html: Added.
167 * platform/chromium/TestExpectations: Skip new test, it depends on the track menu.
168 * platform/efl/TestExpectations: Ditto.
169 * platform/gtk/TestExpectations: Ditto.
170 * platform/qt/TestExpectations: Ditto.
171 * platform/win/TestExpectations: Ditto.
173 2013-02-11 Keishi Hattori <keishi@webkit.org>
175 REGRESSION (r140778):Calendar Picker buttons are wrong when rtl
176 https://bugs.webkit.org/show_bug.cgi?id=109158
178 Reviewed by Kent Tamura.
180 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
181 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
182 * platform/chromium/TestExpectations:
183 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.txt: Added.
184 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html: Added.
186 2013-02-11 Ryosuke Niwa <rniwa@webkit.org>
188 Move deletionUI tests into platform/mac
189 https://bugs.webkit.org/show_bug.cgi?id=109517
191 Reviewed by Benjamin Poulain.
193 Moved deletionUI tests into platform/mac since Mac is the only port that ships this feature.
195 * editing/deleting/5408255-expected.txt: Removed.
196 * editing/deleting/5408255.html: Removed.
197 * editing/deleting/deletionUI-single-instance.html: Removed.
198 * platform/chromium/editing/deleting/deletionUI-single-instance-expected.png: Removed.
199 * platform/chromium/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
200 * platform/efl/TestExpectations:
201 * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Copied from LayoutTests/editing/deleting/5408255-expected.txt.
202 * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Copied from LayoutTests/editing/deleting/5408255.html.
203 * platform/mac/editing/deleting/deletionUI-single-instance.html: Copied from LayoutTests/editing/deleting/deletionUI-single-instance.html.
204 * platform/qt-mac/TestExpectations:
205 * platform/qt/editing/deleting/deletionUI-single-instance-expected.png: Removed.
206 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
207 * platform/win/TestExpectations:
208 * platform/wincairo/TestExpectations:
209 * platform/wk2/TestExpectations:
211 2013-02-11 Adam Barth <abarth@webkit.org>
213 Load event fires too early with threaded HTML parser (take 2)
214 https://bugs.webkit.org/show_bug.cgi?id=109485
216 Reviewed by Eric Seidel.
218 This patch also fixes a bug whereby removing an iframe during the load
219 event would trigger DumpRenderTree to dump the test in the middle of
220 the load event. We now wait until the load event is over.
222 * compositing/iframes/remove-iframe-crash-expected.txt:
223 * fast/frames/iframe-access-screen-of-deleted-expected.txt:
224 * fast/frames/remove-frame-during-load-event-expected.txt: Added.
225 * fast/frames/remove-frame-during-load-event.html: Added.
226 * http/tests/misc/xslt-bad-import-expected.txt:
228 2013-02-11 Nico Weber <thakis@chromium.org>
230 Remove web intents code
231 https://bugs.webkit.org/show_bug.cgi?id=109501
233 Reviewed by Eric Seidel.
235 See thread "Removing ENABLE(WEB_INTENTS) code" on webkit-dev.
237 * webintents/intent-tag-expected.txt: Removed.
238 * webintents/intent-tag.html: Removed.
239 * webintents/resources/pass.html: Removed.
240 * webintents/resources/web-intents-reload-orig.html: Removed.
241 * webintents/resources/web-intents-testing.js: Removed.
242 * webintents/web-intents-api-expected.txt: Removed.
243 * webintents/web-intents-api.html: Removed.
244 * webintents/web-intents-delivery-expected.txt: Removed.
245 * webintents/web-intents-delivery-reuse-expected.txt: Removed.
246 * webintents/web-intents-delivery-reuse.html: Removed.
247 * webintents/web-intents-delivery.html: Removed.
248 * webintents/web-intents-failure-expected.txt: Removed.
249 * webintents/web-intents-failure.html: Removed.
250 * webintents/web-intents-invoke-expected.txt: Removed.
251 * webintents/web-intents-invoke-port-expected.txt: Removed.
252 * webintents/web-intents-invoke-port.html: Removed.
253 * webintents/web-intents-invoke.html: Removed.
254 * webintents/web-intents-obj-constructor-expected.txt: Removed.
255 * webintents/web-intents-obj-constructor.html: Removed.
256 * webintents/web-intents-reload-expected.txt: Removed.
257 * webintents/web-intents-reload.html: Removed.
258 * webintents/web-intents-reply-expected.txt: Removed.
259 * webintents/web-intents-reply.html: Removed.
261 2013-02-11 Stephen Chenney <schenney@chromium.org>
263 SVG DOM manipulation crash
264 https://bugs.webkit.org/show_bug.cgi?id=108709
266 Reviewed by Eric Seidel.
268 Adding a test for the case where an SVG <use> tree is rebuild due to
269 one event listener and a subsequent listener tries to access it. This
270 does not crash in WebKit but has caused problems in browser code where
271 the listener tries to access and use toNode on the target of the
272 event. The test prevents regressions and gives automated security
273 tests something to work on.
275 * svg/custom/use-listener-append-crash-expected.txt: Added.
276 * svg/custom/use-listener-append-crash.html: Added.
278 2013-02-11 Filip Pizlo <fpizlo@apple.com>
280 Strange bug in DFG OSR in JSC
281 https://bugs.webkit.org/show_bug.cgi?id=109491
283 Reviewed by Mark Hahnenberg.
285 Added one version of the test (dfg-int32-to-double-on-set-local-and-exit) that is based
286 exactly on Gabor's original test, and another that ought to fail even if I fix other bugs
287 in the future (see https://bugs.webkit.org/show_bug.cgi?id=109511).
289 * fast/js/dfg-int32-to-double-on-set-local-and-exit-expected.txt: Added.
290 * fast/js/dfg-int32-to-double-on-set-local-and-exit.html: Added.
291 * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt: Added.
292 * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit.html: Added.
293 * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-exit.js: Added.
299 * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-sometimes-exit.js: Added.
306 2013-02-11 Emil A Eklund <eae@chromium.org>
308 Change RenderFrameSet::paint to use m-rows/m_cols directly.
309 https://bugs.webkit.org/show_bug.cgi?id=108503
311 Reviewed by Eric Seidel.
313 Add test for how we render an invalid frameset.
315 * fast/frames/invalid-frameset-expected.html: Added.
316 * fast/frames/invalid-frameset.html: Added.
318 2013-02-11 Rafael Weinstein <rafaelw@chromium.org>
320 [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
321 https://bugs.webkit.org/show_bug.cgi?id=109338
323 Reviewed by Adam Barth.
325 * html5lib/resources/template.dat:
327 2013-02-11 Bem Jones-Bey <bjonesbe@adobe.com>
329 [CSS Exclusions] Handle shape-outside changing a float's overhang behavior
330 https://bugs.webkit.org/show_bug.cgi?id=106927
332 Reviewed by Julien Chaffraix.
334 This is also tested by the existing tests for shape outside on floats positioning.
336 * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang-expected.html: Added.
337 * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html: Added.
339 2013-02-11 Tim Horton <timothy_horton@apple.com>
341 FrameView::setScrollPosition should clamp scroll position before handing it to
342 ScrollingCoordinator instead of depending on ScrollView to do this
343 https://bugs.webkit.org/show_bug.cgi?id=109497
344 <rdar://problem/12631789>
346 Reviewed by Simon Fraser.
348 Adjust some test results which previously expected out-of-bounds scrolling to happen.
350 Add a test that ensures that out-of-bounds scrolling doesn't happen.
352 * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls-expected.txt: Added.
353 * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html: Added.
354 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt:
355 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt:
356 * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt:
357 * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
359 2013-02-11 Adam Barth <abarth@webkit.org>
361 The threaded HTML parser should pass all the fast/parser tests
362 https://bugs.webkit.org/show_bug.cgi?id=109486
364 Reviewed by Tony Gentilcore.
366 * fast/parser/document-close-iframe-load-partial-entity-expected.txt: Added.
367 * fast/parser/document-close-iframe-load-partial-entity.html: Added.
369 2013-02-11 Julien Chaffraix <jchaffraix@webkit.org>
371 Unreviewed Chromium rebaselining after r142500.
373 * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
374 * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png:
375 * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
376 * platform/chromium-mac/fast/repaint/selection-after-remove-expected.png:
377 * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
378 Slight painting regression that brings us back to pre-r132591 baselines.
380 2013-02-11 Joshua Bell <jsbell@chromium.org>
382 IndexedDB: database connections don't close after versionchange transaction aborts
383 https://bugs.webkit.org/show_bug.cgi?id=102298
385 Reviewed by Tony Chang.
387 Added dedicated test, updated tests dependent on buggy behavior.
389 * storage/indexeddb/aborted-versionchange-closes-expected.txt: Added.
390 * storage/indexeddb/aborted-versionchange-closes.html: Added.
391 * storage/indexeddb/lazy-index-population-expected.txt:
392 * storage/indexeddb/lazy-index-population.html: Remove manual closing.
393 * storage/indexeddb/objectstore-basics-expected.txt:
394 * storage/indexeddb/objectstore-basics-workers-expected.txt:
395 * storage/indexeddb/resources/aborted-versionchange-closes.js: Added.
396 * storage/indexeddb/resources/objectstore-basics.js: Removed dependency on bug.
398 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
400 [EFL] fast/forms/number/number-l10n-input.html is failing
401 https://bugs.webkit.org/show_bug.cgi?id=109440
403 Reviewed by Laszlo Gombos.
405 Unskip fast/forms/number/number-l10n-input.html on EFL port
408 * platform/efl/TestExpectations:
410 2013-02-11 Adam Barth <abarth@webkit.org>
412 Remove failure expectation now that this test is passing.
414 * platform/chromium/TestExpectations:
416 2013-02-11 Benjamin Poulain <benjamin@webkit.org>
418 Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings
419 https://bugs.webkit.org/show_bug.cgi?id=109349
421 Reviewed by Sam Weinig.
423 Update the tests to use InternalSettings.
425 * fast/dom/timer-increase-min-interval-and-reset-part-1.html:
426 * fast/dom/timer-increase-min-interval-repeating.html:
427 * fast/dom/timer-increase-min-interval.html:
428 * fast/dom/timer-increase-then-decrease-min-interval-repeating.html:
429 * fast/dom/timer-increase-then-decrease-min-interval.html:
431 2013-02-11 Mike West <mkwst@chromium.org>
433 CSP reports for blocked 'data:' URLs should report the scheme only.
434 https://bugs.webkit.org/show_bug.cgi?id=109429
436 Reviewed by Adam Barth.
438 * http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
439 * http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html: Added.
441 2013-02-11 Julien Chaffraix <jchaffraix@webkit.org>
443 Regression(r131539): Heap-use-after-free in WebCore::RenderBlock::willBeDestroyed
444 https://bugs.webkit.org/show_bug.cgi?id=107189
446 Reviewed by Abhishek Arya.
448 * fast/dynamic/continuation-detach-crash-expected.txt: Added.
449 * fast/dynamic/continuation-detach-crash.html: Added.
451 2013-02-11 Tony Chang <tony@chromium.org>
453 Move setFrameFlatteningEnabled from layoutTestController to window.internals.settings
454 https://bugs.webkit.org/show_bug.cgi?id=87149
456 Reviewed by Simon Fraser.
458 Update tests to use internal.settings.setFrameFlatteningEnabled, which is automatically
459 generated from Settings.in.
460 Add a Mac only test that uses overridePreference to test the API.
462 * fast/frames/flattening/crash-svg-document.html:
463 * fast/frames/flattening/frameset-flattening-advanced.html:
464 * fast/frames/flattening/frameset-flattening-grid.html:
465 * fast/frames/flattening/frameset-flattening-simple.html:
466 * fast/frames/flattening/frameset-flattening-subframe-resize.html:
467 * fast/frames/flattening/frameset-flattening-subframesets.html:
468 * fast/frames/flattening/iframe-flattening-crash.html:
469 * fast/frames/flattening/iframe-flattening-fixed-height.html:
470 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
471 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
472 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
473 * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
474 * fast/frames/flattening/iframe-flattening-fixed-width.html:
475 * fast/frames/flattening/iframe-flattening-nested.html:
476 * fast/frames/flattening/iframe-flattening-offscreen.html:
477 * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
478 * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
479 * fast/frames/flattening/iframe-flattening-out-of-view.html:
480 * fast/frames/flattening/iframe-flattening-selection-crash.html:
481 * fast/frames/flattening/iframe-flattening-simple.html:
482 * fast/frames/flattening/iframe-tiny.html:
483 * fast/spatial-navigation/snav-iframe-flattening-simple.html:
484 * fast/text-autosizing/narrow-iframe-flattened.html:
485 * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
486 * platform/chromium/TestExpectations: Chromium doesn't use frame flattening on mobile either.
487 * plugins/frameset-with-plugin-frame.html:
488 * fast/frames/flattening/crash-svg-document.html:
489 * fast/frames/flattening/frameset-flattening-advanced.html:
490 * fast/frames/flattening/frameset-flattening-grid.html:
491 * fast/frames/flattening/frameset-flattening-simple.html:
492 * fast/frames/flattening/frameset-flattening-subframe-resize.html:
493 * fast/frames/flattening/frameset-flattening-subframesets.html:
494 * fast/frames/flattening/iframe-flattening-crash.html:
495 * fast/frames/flattening/iframe-flattening-fixed-height.html:
496 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
497 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
498 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
499 * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
500 * fast/frames/flattening/iframe-flattening-fixed-width.html:
501 * fast/frames/flattening/iframe-flattening-nested.html:
502 * fast/frames/flattening/iframe-flattening-offscreen.html:
503 * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
504 * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
505 * fast/frames/flattening/iframe-flattening-out-of-view.html:
506 * fast/frames/flattening/iframe-flattening-selection-crash.html:
507 * fast/frames/flattening/iframe-flattening-simple.html:
508 * fast/frames/flattening/iframe-tiny.html:
509 * fast/spatial-navigation/snav-iframe-flattening-simple.html:
510 * fast/text-autosizing/narrow-iframe-flattened.html:
511 * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
512 * platform/chromium/TestExpectations:
513 * platform/mac/fast/frames/flattening/set-preference-expected.txt: Added.
514 * platform/mac/fast/frames/flattening/set-preference.html: Added.
515 * plugins/frameset-with-plugin-frame.html:
517 2013-02-11 Adam Barth <abarth@webkit.org>
519 document.write during window.onload can trigger DumpRenderTree to dump the render tree
520 https://bugs.webkit.org/show_bug.cgi?id=109465
522 Reviewed by Eric Seidel.
524 * fast/parser/document-write-during-load-expected.txt: Added.
525 * fast/parser/document-write-during-load.html: Added.
527 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
529 Unreviewed EFL gardening.
531 Mark fast/flexbox/line-clamp-link-after-ellipsis.html as failing
532 on EFL port. This test was introduced in r142335.
534 * platform/efl/TestExpectations:
536 2013-02-11 Andrey Kosyakov <caseq@chromium.org>
538 Web Inspector: Timeline: invalidate and force locations are same for Layout records caused by style recalculaiton
539 https://bugs.webkit.org/show_bug.cgi?id=109294
541 Reviewed by Pavel Feldman.
543 * inspector/timeline/timeline-layout-reason-expected.txt: Added.
544 * inspector/timeline/timeline-layout-reason.html: Added.
545 * inspector/timeline/timeline-test.js:
546 (initialize_Timeline.step2):
547 (initialize_Timeline.InspectorTest.evaluateWithTimeline): Extracted "performActions" step from performActionsAndPrint()
548 (initialize_Timeline.):
549 (initialize_Timeline.InspectorTest.performActionsAndPrint):
550 (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
551 (initialize_Timeline.InspectorTest.findPresentationRecord):
553 2013-02-01 Andrey Kosyakov <caseq@chromium.org>
555 Web Inspector: [Extension API] adjust inspectedWindow.eval() callback parameters to expose non-exceptional error
556 https://bugs.webkit.org/show_bug.cgi?id=108640
558 Reviewed by Vsevolod Vlasov.
560 Rebase tests following change in exception parameter to inspectedWindow.eval() callback.
562 * inspector/extensions/extensions-eval-expected.txt:
563 * inspector/extensions/extensions-eval.html:
564 * inspector/extensions/extensions-sidebar-expected.txt:
566 2013-02-11 Andrey Kosyakov <caseq@chromium.org>
568 Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API
569 https://bugs.webkit.org/show_bug.cgi?id=109443
571 Reviewed by Vsevolod Vlasov.
573 - replace additional message ports used for evaluating code in front-end with normal extension transport.
575 * http/tests/inspector/extensions-test.js:
576 (initialize_ExtensionsTest.window.buildPlatformExtensionAPI):
577 (initialize_ExtensionsTest.InspectorTest._replyToExtension):
578 (initialize_ExtensionsTest.onEvaluate):
579 * http/tests/inspector/resources/extension-main.js:
580 * inspector/extensions/extensions-audits.html:
582 2013-02-11 Joshua Bell <jsbell@chromium.org>
584 [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler
585 https://bugs.webkit.org/show_bug.cgi?id=108670
587 Reviewed by Kentaro Hara.
589 * storage/indexeddb/database-wrapper-expected.txt: Added.
590 * storage/indexeddb/database-wrapper.html: Added.
591 * storage/indexeddb/resources/database-wrapper.js: Added.
595 (openSuccess.get request.onsuccess):
602 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
604 Unreviewed EFL gardening.
606 Skip fast/forms/number/number-l10n-input.html that was added in r142122
607 but fails on EFL port.
609 * platform/efl/TestExpectations:
611 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
613 Unreviewed revert test fix attempt and skip it.
615 * inspector/editor/text-editor-home-button.html:
616 * platform/chromium/TestExpectations:
618 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
620 Web Inspector: WebInspector.Project refactorings.
621 https://bugs.webkit.org/show_bug.cgi?id=109433
623 Reviewed by Alexander Pavlov.
625 * inspector/debugger/live-edit-breakpoints.html:
626 * inspector/uisourcecode-revisions.html:
628 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
630 Unreviewed EFL gardening.
632 - Rebaseline fast/dynamic/002.html on EFL port after r142015.
633 - Skip several compositing test cases that started failing after r142112.
634 - Skip several new Kronos WebGL conformance tests that are failing on EFL WK2.
636 * platform/efl-wk2/TestExpectations:
637 * platform/efl/fast/dynamic/002-expected.png:
638 * platform/efl/fast/dynamic/002-expected.txt:
640 2013-02-11 Zan Dobersek <zdobersek@igalia.com>
642 Unreviewed GTK gardening.
644 * platform/gtk/TestExpectations: Adding a failure expectation for the
645 cssom/cssvalue-comparison.html, the test was added in r142444 and is failing
646 due to CSS image-set functionality not yet enabled in the GTK port.
648 2013-02-11 Alexei Filippov <alph@chromium.org>
650 Web Inspector: Split Profiler domain in protocol into Profiler and HeapProfiler
651 https://bugs.webkit.org/show_bug.cgi?id=108653
653 Reviewed by Yury Semikhatsky.
655 Currently CPU and heap profilers share the same domain 'Profiler' in the protocol.
656 In fact these two profile types have not too much in common. So put each into its own domain.
657 It should also help when Profiles panel gets split into several tools.
658 This is the phase 1 which adds InspectorHeapProfilerAgent but doesn't
659 change the original InspectorProfilerAgent.
661 * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js:
662 (InspectorTest.takeHeapSnapshot.InspectorTest.eventHandler.string_appeared_here):
663 (InspectorTest.takeHeapSnapshot):
664 * inspector-protocol/nmi-webaudio-leak-test.html:
665 * inspector/profiler/heap-snapshot-get-profile-crash.html:
666 * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
667 * inspector/profiler/heap-snapshot-loader.html:
668 * inspector/profiler/heap-snapshot-test.js:
669 (initialize_HeapSnapshotTest):
671 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
673 Unreviewed EFL gardening.
675 Rebaseline EFL expectation for fast/js/global-constructors.html after
678 * platform/efl/fast/js/global-constructors-expected.txt:
680 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
682 Unreviewed r142439 follow-up: test fix.
684 * inspector/editor/text-editor-home-button.html:
686 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
688 Unreviewed EFL gardening.
690 Mark 2 webgl/conformance test cases as crashing on EFL WK2.
692 * platform/efl-wk2/TestExpectations:
694 2013-02-11 Kentaro Hara <haraken@chromium.org>
696 Unreviewed gardening. Marked editing/spelling/spellcheck-async.html
699 * platform/chromium/TestExpectations:
701 2013-02-11 Kentaro Hara <haraken@chromium.org>
703 Unreviewed gardening. Added [Timeout] to http/tests/misc/window-dot-stop.html.
705 * platform/chromium/TestExpectations:
707 2013-02-11 Zan Dobersek <zdobersek@igalia.com>
709 Unreviewed GTK gardening.
711 Adjusted expectations for two flaky crashers.
712 Removed failure expectations for tests that pass.
714 * platform/gtk/TestExpectations:
716 2013-02-11 Alexander Pavlov <apavlov@chromium.org>
718 Web Inspector: Implement position-based sourcemapping for stylesheets
719 https://bugs.webkit.org/show_bug.cgi?id=109168
721 Added test for the stylesheet source mappings, followed the API changes,
722 removed RangeBasedSourceMap tests as this type of sourcemap is gone.
724 Reviewed by Vsevolod Vlasov.
726 * http/tests/inspector/compiler-script-mapping-expected.txt:
727 * http/tests/inspector/compiler-script-mapping.html:
728 * http/tests/inspector/resources/example.css.map: Added.
729 * http/tests/inspector/resources/example.scss: Added.
730 * http/tests/inspector/stylesheet-source-mapping-expected.txt: Added.
731 * http/tests/inspector/stylesheet-source-mapping.html: Added.
732 * inspector/styles/range-based-mapping-expected.txt: Removed.
733 * inspector/styles/range-based-mapping.html: Removed.
735 2013-02-11 Alexander Shalamov <alexander.shalamov@intel.com>
737 Implement CSSValue::equals(const CSSValue&) to optimise CSSValue comparison
738 https://bugs.webkit.org/show_bug.cgi?id=102901
740 Reviewed by Antti Koivisto.
742 New layout test to verify that CSSValue objects comparison works properly.
744 * cssom/cssvalue-comparison-expected.txt: Added.
745 * cssom/cssvalue-comparison.html: Added.
747 2013-02-11 Kentaro Hara <haraken@chromium.org>
749 Unreviewed gardening. Mark svg/custom/foreign-object-skew.svg
750 as [ ImageOnlyFailure Pass ].
752 * platform/chromium/TestExpectations:
754 2013-02-11 John J. Barton <johnjbarton@chromium.org>
756 Web Inspector: Don't throw exceptions in WebInspector.Color
757 https://bugs.webkit.org/show_bug.cgi?id=104835
759 Reviewed by Vsevolod Vlasov.
761 Added case to test parsing 'none' from border style
763 * inspector/styles/styles-invalid-color-values-expected.txt:
764 * inspector/styles/styles-invalid-color-values.html:
766 2013-02-11 Andrey Lushnikov <lushnikov@chromium.org>
768 Web Inspector: home button behaviour is wrong in DTE
769 https://bugs.webkit.org/show_bug.cgi?id=109154
771 Reviewed by Vsevolod Vlasov.
773 Add layout test to verify home button behaviour. Exclude this test on
774 platforms that do not have eventSender object in test shell.
776 * inspector/editor/editor-test.js:
777 (initialize_EditorTests.lineWithCursor):
778 (initialize_EditorTests.InspectorTest.textWithSelection): Added helper method to add selection symbols in text.
779 * inspector/editor/text-editor-home-button-expected.txt: Added.
780 * inspector/editor/text-editor-home-button.html: Added.
781 * platform/efl/TestExpectations:
782 * platform/mac/TestExpectations:
783 * platform/qt/TestExpectations:
785 2013-02-11 Philippe Normand <pnormand@igalia.com>
787 Unreviewed, GTK gardening
789 * platform/gtk/TestExpectations: Flagging media tests affected
792 2013-02-11 Ádám Kallai <kadam@inf.u-szeged.hu>
794 [Qt] Unreviewed gardening. Skip faling test.
795 https://bugs.webkit.org/show_bug.cgi?id=109353.
797 * platform/qt/TestExpectations:
799 2013-02-10 Chris Fleizach <cfleizach@apple.com>
801 WebSpeech: Implement basic speaking/finished speaking behavior
802 https://bugs.webkit.org/show_bug.cgi?id=107135
804 Reviewed by Sam Weinig.
806 * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added.
807 * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added.
809 2013-02-10 Kentaro Hara <haraken@chromium.org>
811 Unreviewed gardening. Rebaselined an image.
813 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
815 2013-02-10 Kentaro Hara <haraken@chromium.org>
817 Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW.
819 * platform/chromium/TestExpectations:
821 2013-02-10 Kentaro Hara <haraken@chromium.org>
823 Unreviewed gardening. Rebaselined an image.
825 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
827 2013-02-10 Kentaro Hara <haraken@chromium.org>
829 Unreviewed gardening. Rebaselined an image.
831 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
833 2013-02-10 Kentaro Hara <haraken@chromium.org>
835 Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL.
837 * platform/chromium/TestExpectations:
839 2013-02-10 Kentaro Hara <haraken@chromium.org>
841 Unreviewed gardening. Rebaselined svg/custom/foreign-object-skew.svg.
843 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
845 2013-02-10 Tim Horton <timothy_horton@apple.com>
847 REGRESSION (r132422): Page content and scrollbars are incorrectly offset after restoring a page from the page cache
848 https://bugs.webkit.org/show_bug.cgi?id=109317
849 <rdar://problem/12649131>
851 Reviewed by Simon Fraser.
853 Add a test that ensures that scroll position is correctly restored for pages coming out of the page cache when tiled drawing is enabled.
855 * platform/mac-wk2/tiled-drawing/resources/go-back.html: Added.
856 * platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html: Added.
857 * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Added.
859 2013-02-10 Philippe Normand <pnormand@igalia.com>
861 Unreviewed, GTK gardening.
863 * platform/gtk/TestExpectations: Remove duplicate test expectation
864 for media/track/track-in-band-style.html.
866 2013-02-10 Philippe Normand <pnormand@igalia.com>
868 [GStreamer] media/video-controls-fullscreen-volume.html crashes
869 https://bugs.webkit.org/show_bug.cgi?id=108682
871 Reviewed by Martin Robinson.
873 * platform/gtk/TestExpectations: Unflag now passing tests.
875 2013-02-10 Kent Tamura <tkent@chromium.org>
877 [Chromium] Test expectation update
878 https://bugs.webkit.org/show_bug.cgi?id=109376
880 * platform/chromium/TestExpectations:
881 fast/frames/seamless/seamless-inherited-origin.html is failing on debug bots.
883 2013-02-10 Philippe Normand <pnormand@igalia.com>
885 Unreviewed, GTK gardening.
887 * platform/gtk/TestExpectations: Flag new failing media/track test.
889 2013-02-10 Kent Tamura <tkent@chromium.org>
891 [Chromium] Test expectation update
892 https://bugs.webkit.org/show_bug.cgi?id=92941
894 * platform/chromium/TestExpectations:
895 accessibility/loading-iframe-updates-axtree.html is [ Timeout ].
897 2013-02-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
899 Unreviewed EFL gardening.
901 Unskip fast/encoding/parser-tests-*.html tests now that the crashes
902 have been fixed by r142385.
904 * platform/efl-wk2/TestExpectations:
906 2013-02-09 James Robinson <jamesr@chromium.org>
910 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
911 * platform/chromium/TestExpectations:
913 2013-02-09 Dominic Mazzoni <dmazzoni@google.com>
915 fast/encoding/parser-tests-*.html tests sometimes crash
916 https://bugs.webkit.org/show_bug.cgi?id=108058
918 Reviewed by Chris Fleizach.
920 Make test less brittle by (1) giving the iframe an aria-role so
921 it's never ignored, and (2) using accessibilityElementById instead
922 of assuming an element is in a specific place in the AX tree.
924 * accessibility/loading-iframe-updates-axtree.html:
926 2013-02-09 Stephen Chenney <schenney@chromium.org>
928 [Chromium] Reverting earlier change now
930 Unreviewed expectations.
932 * platform/chromium/TestExpectations: Removed all the expectations added earlier.
934 2013-02-09 Philip Rogers <pdr@google.com>
936 Sanitize m_keyTimes for paced value animations
937 https://bugs.webkit.org/show_bug.cgi?id=108828
939 Reviewed by Dirk Schulze.
941 * svg/animations/animate-keytimes-crash-expected.html: Added.
942 * svg/animations/animate-keytimes-crash.html: Added.
944 2013-02-09 Stephen Chenney <schenney@chromium.org>
946 [Chromium] Trying to turn the build.webkit.org builders greener
948 Unreviewed expectations.
950 We seem to have an issue with build.webkit.org test bots and
951 Chromium.WebKit test bots doing different things. This is temporary
952 until we figure out what went wrong.
954 * platform/chromium/TestExpectations: Re-adding all the changes due to Skia flags.
956 2013-02-09 Kent Tamura <tkent@chromium.org>
958 Fix crash by img[ismap] with content property
959 https://bugs.webkit.org/show_bug.cgi?id=108702
961 Reviewed by Adam Barth.
963 * fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt: Added.
964 * fast/dom/HTMLAnchorElement/anchor-ismap-crash.html: Added.
966 2013-02-09 Kent Tamura <tkent@chromium.org>
968 [Chromium] Test expectation update.
970 * platform/chromium/TestExpectations:
971 Correct encrypted-media-v2-*.html expectation.
973 2013-02-09 Zan Dobersek <zdobersek@igalia.com>
975 Unreviewed GTK gardening.
977 * platform/gtk/TestExpectations: Adding a failure expectation for the test introduced in r142335.
979 2013-02-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
981 Unreviewed EFL gardening.
983 Rebaseline fast/text/international/bidi-ignored-for-first-child-inline.html
986 * platform/efl/TestExpectations:
987 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
988 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
990 2013-02-09 Andrey Lushnikov <lushnikov@chromium.org>
992 Web Inspector: show whitespace characters in DTE
993 https://bugs.webkit.org/show_bug.cgi?id=108947
995 Reviewed by Pavel Feldman.
997 Add layout test to verify whitespace highlight functionality.
999 * inspector/editor/text-editor-show-whitespace-expected.txt: Added.
1000 * inspector/editor/text-editor-show-whitespace.html: Added.
1002 2013-02-08 Eric Carlson <eric.carlson@apple.com>
1004 [Mac] respect in-band caption color
1005 https://bugs.webkit.org/show_bug.cgi?id=109203
1007 Reviewed by Dean Jackson.
1009 * media/track/track-in-band-style-expected.txt: Added.
1010 * media/track/track-in-band-style.html: Added.
1012 * platform/chromium/TestExpectations: Skip new test.
1013 * platform/efl/TestExpectations: Ditto.
1014 * platform/gtk/TestExpectations: Ditto.
1015 * platform/mac/TestExpectations: Ditto.
1016 * platform/qt/TestExpectations: Ditto.
1017 * platform/win/TestExpectations: Ditto.
1019 2013-02-08 Gregg Tavares <gman@chromium.org>
1021 Disable All WebGL Tests on WebKit for Windows
1022 https://bugs.webkit.org/show_bug.cgi?id=109207
1024 Unreviewed expectations update.
1026 * platform/win/TestExpectations:
1028 2013-02-08 Tim Horton <timothy_horton@apple.com>
1030 Some tiled drawing tests use scalePageBy() incorrectly
1031 https://bugs.webkit.org/show_bug.cgi?id=109336
1033 Rubber-stamped by Simon Fraser.
1035 scalePageBy takes (scale, x, y). Some of the tiled drawing tests are incorrectly handing them (scale, scale).
1036 Adjust the tests and the expected results.
1038 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html:
1039 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
1040 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
1041 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
1042 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html:
1043 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html:
1045 2013-02-08 Andy Estes <aestes@apple.com>
1047 Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint()
1048 https://bugs.webkit.org/show_bug.cgi?id=109277
1050 Reviewed by Simon Fraser.
1052 Remove test added by r118852 and add a test that verifies the original
1055 * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Removed.
1056 * fast/css/text-overflow-ellipsis-hit-test.html: Removed.
1057 * fast/flexbox/line-clamp-link-after-ellipsis-expected.txt: Added.
1058 * fast/flexbox/line-clamp-link-after-ellipsis.html: Added.
1060 2013-02-08 Stephen Chenney <schenney@chromium.org>
1062 [Chromium] Expectation modification after r142327
1064 Unreviewed expectations update.
1066 The test from "Bring WebKit up to speed with latest Encrypted Media spec" is slow.
1068 * platform/chromium/TestExpectations:
1070 2013-02-08 Stephen Chenney <schenney@chromium.org>
1072 [Chromium] Expectations as a result of removing Skia code suppressions
1074 Unreviewed expectations update.
1076 A remaining textual fix.
1078 * editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1079 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1080 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1081 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1083 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
1085 [Mac] Unreviewed rebaseline
1087 * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed.
1088 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
1090 2013-02-08 Jer Noble <jer.noble@apple.com>
1092 Bring WebKit up to speed with latest Encrypted Media spec.
1093 https://bugs.webkit.org/show_bug.cgi?id=97037
1095 Reviewed by Eric Carlson.
1097 Added new tests for the updated Encrypted Media Extensions spec.
1099 * media/encrypted-media/encrypted-media-v2-events-expected.txt: Added.
1100 * media/encrypted-media/encrypted-media-v2-events.html: Added.
1101 * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Added.
1102 * media/encrypted-media/encrypted-media-v2-syntax.html: Added.
1103 * platform/Chromium/TestExpectations: Skip the new media/encrypted-media/ v2 tests.
1104 * platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
1106 2013-02-08 Stephen Chenney <schenney@chromium.org>
1108 [Chromium] Expectations as a result of removing Skia code suppressions
1110 Unreviewed expectations update.
1112 Why does this test always fail to be correctly rebaselined during mass updates?
1114 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
1116 2013-02-08 Joshua Bell <jsbell@chromium.org>
1118 IndexedDB: De-flake open-during-transaction layout test
1119 https://bugs.webkit.org/show_bug.cgi?id=109072
1121 Reviewed by Tony Chang.
1123 This test was observed to be flaky in local runs; sometimes the transaction
1124 would terminate after the third open() call rather than the second, resulting
1125 in a TEXT difference. Added code to keep the transaction alive until all of
1126 the open() calls are complete, and changed expectations to match.
1128 * storage/indexeddb/open-during-transaction-expected.txt:
1129 * storage/indexeddb/resources/open-during-transaction.js:
1131 2013-02-08 Stephen Chenney <schenney@chromium.org>
1133 [Chromium] Expectations as a result of removing Skia code suppressions
1135 Unreviewed expectations update.
1137 Cleaning up the remaining failures. With luck this is it, although probably not.
1139 * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
1140 * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
1141 * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
1142 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
1143 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
1144 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
1145 * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1146 * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
1147 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1148 * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
1149 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
1150 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
1151 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1152 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
1153 * platform/chromium-win/media/video-zoom-controls-expected.png:
1155 2013-02-08 Stephen Chenney <schenney@chromium.org>
1157 Expectations as a result of removing Skia code suppressions
1159 Unreviewed expectations update.
1161 Round 19. The last, except for cleanup. Too many to list.
1163 * platform/chromium/TestExpectations:
1165 2013-02-08 Stephen Chenney <schenney@chromium.org>
1167 Expectations as a result of removing Skia code suppressions
1169 Unreviewed expectations update.
1171 Round 18. SVG all but dynamic-updates and custom tests. List omitted
1172 except for changes touching other ports.
1174 * platform/chromium/TestExpectations:
1175 * platform/efl-wk2/svg/css/circle-in-mask-with-shadow-expected.png: Added.
1176 * platform/efl-wk2/svg/css/group-with-shadow-expected.png: Added.
1177 * platform/efl-wk2/svg/css/text-gradient-shadow-expected.png: Added.
1178 * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
1179 * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
1180 * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
1181 * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Removed.
1182 * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
1183 * platform/efl/svg/css/text-gradient-shadow-expected.png: Removed.
1184 * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
1185 * platform/win-future/svg/batik/text/textPosition2-expected.txt: Added.
1186 * svg/batik/text/textPosition2-expected.txt: Replaced.
1188 2013-02-08 Stephen Chenney <schenney@chromium.org>
1190 Expectations as a result of removing Skia code suppressions
1192 Unreviewed expectations update.
1194 Round 17. SVG W3C tests. List omitted.
1196 * platform/chromium/TestExpectations:
1198 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
1200 [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode
1202 * platform/mac/TestExpectations:
1204 2013-02-08 Stephen Chenney <schenney@chromium.org>
1206 Expectations as a result of removing Skia code suppressions
1208 Unreviewed expectations update.
1210 Round 16. Everything done but SVG, and cleanup.
1212 * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Removed.
1213 * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Removed.
1214 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
1215 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
1216 * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Removed.
1217 * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Removed.
1218 * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Removed.
1219 * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Removed.
1220 * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Removed.
1221 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Removed.
1222 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Removed.
1223 * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Removed.
1224 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
1225 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
1226 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
1227 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Removed.
1228 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Removed.
1229 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Removed.
1230 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Removed.
1231 * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Removed.
1232 * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Removed.
1233 * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Removed.
1234 * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Removed.
1235 * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Removed.
1236 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Removed.
1237 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
1238 * platform/chromium-linux-x86/tables/mozilla/core: Removed.
1239 * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Removed.
1240 * platform/chromium-linux-x86/tables/mozilla/dom: Removed.
1241 * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Removed.
1242 * platform/chromium-linux-x86/tables/mozilla/other: Removed.
1243 * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Removed.
1244 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
1245 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
1246 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Removed.
1247 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
1248 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
1249 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
1250 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Removed.
1251 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Removed.
1252 * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Removed.
1253 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
1254 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
1255 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
1256 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
1257 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
1258 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
1259 * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
1260 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
1261 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
1262 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
1263 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
1264 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
1265 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
1266 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
1267 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
1268 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
1269 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
1270 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
1271 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
1272 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
1273 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
1274 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
1275 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
1276 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
1277 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
1278 * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
1279 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
1280 * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
1281 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
1282 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1283 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
1284 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
1285 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
1286 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
1287 * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
1288 * platform/chromium/TestExpectations:
1290 2013-02-08 Stephen Chenney <schenney@chromium.org>
1292 Expectations as a result of removing Skia code suppressions
1294 Unreviewed expectations update.
1296 Round 15. platform/. Too many to list.
1298 * platform/chromium/TestExpectations:
1300 2013-02-08 Stephen Chenney <schenney@chromium.org>
1302 Expectations as a result of removing Skia code suppressions
1304 Unreviewed expectations update.
1306 Round 14. Remaining tests up to platform in sorted order. Too many to list.
1308 * platform/chromium/TestExpectations:
1310 2013-02-08 Stephen Chenney <schenney@chromium.org>
1312 Expectations as a result of removing Skia code suppressions
1314 Unreviewed expectations update.
1316 Round 13. Last of the fast tests. Too many to list. Still listing efl changes.
1318 * platform/chromium/TestExpectations:
1319 * platform/chromium/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
1320 * platform/efl-wk2/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
1321 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
1322 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
1323 * platform/efl-wk2/fast/repaint/shadow-multiple-vertical-expected.png: Added.
1324 * platform/efl-wk2/fast/text: Added.
1325 * platform/efl-wk2/fast/text/stroking-decorations-expected.png: Added.
1326 * platform/efl-wk2/fast/text/stroking-expected.png: Added.
1327 * platform/efl-wk2/fast/transforms: Added.
1328 * platform/efl-wk2/fast/transforms/shadows-expected.png: Added.
1329 * platform/efl-wk2/fast/transforms/transformed-focused-text-input-expected.png: Added.
1330 * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
1331 * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
1332 * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
1333 * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
1334 * platform/efl/fast/text/stroking-decorations-expected.png: Removed.
1335 * platform/efl/fast/text/stroking-expected.png: Removed.
1336 * platform/efl/fast/transforms/shadows-expected.png: Removed.
1337 * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: Removed.
1338 * platform/mac/fast/replaced/three-selects-break-expected.png: Removed.
1340 2013-02-08 Stephen Chenney <schenney@chromium.org>
1342 Expectations as a result of removing Skia code suppressions
1344 Unreviewed expectations update.
1346 Round 12. More fast tests. Too many to list.
1348 * platform/chromium/TestExpectations:
1350 2013-02-08 Stephen Chenney <schenney@chromium.org>
1352 [Chromium] Flakey test expectations update
1354 Unreviewed gardening.
1356 * platform/chromium/TestExpectations:
1358 2013-02-08 Stephen Chenney <schenney@chromium.org>
1360 Expectations as a result of removing Skia code suppressions
1362 Unreviewed expectations update.
1364 Round 11. Some fast tests. Elided.
1366 * platform/chromium/TestExpectations:
1368 2013-02-08 Stephen Chenney <schenney@chromium.org>
1370 Expectations as a result of removing Skia code suppressions
1372 Unreviewed expectations update.
1374 Round 10. Mac 10.6 results were wrong. This simplifies things a lot.
1376 * fast/repaint/scale-page-shrink-expected.png: Added.
1377 * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png:
1378 * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png:
1379 * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1380 * platform/chromium/fast/repaint/scale-page-shrink-expected.png: Removed.
1381 * platform/mac/fast/repaint/scale-page-shrink-expected.png: Removed.
1383 2013-02-08 Stephen Chenney <schenney@chromium.org>
1385 Expectations as a result of removing Skia code suppressions
1387 Unreviewed expectations update.
1389 Round 9. These were rebaselined earlier before all the bots were done.
1391 * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
1392 * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
1393 * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
1394 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
1395 * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
1396 * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
1397 * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
1398 * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
1399 * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
1400 * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
1401 * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
1402 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
1403 * platform/chromium-mac/svg/text/selection-styles-expected.png:
1404 * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
1405 * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
1406 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
1407 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
1408 * platform/chromium-win/svg/text/selection-styles-expected.png:
1410 2013-02-08 Stephen Chenney <schenney@chromium.org>
1412 Expectations as a result of removing Skia code suppressions
1414 Unreviewed expectations update.
1416 Round 8. Outstanding mac failure.
1418 * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1419 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1420 * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1421 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1423 2013-02-08 Stephen Chenney <schenney@chromium.org>
1425 Expectations as a result of removing Skia code suppressions
1427 Unreviewed expectations update.
1429 Round 7. Outstanding failing linux tests
1431 * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Removed.
1432 * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Removed.
1434 2013-02-08 Stephen Chenney <schenney@chromium.org>
1436 Expectations as a result of removing Skia code suppressions
1438 Unreviewed expectations update.
1440 Round 6. Outstanding failing linux tests
1442 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
1444 2013-02-08 Stephen Chenney <schenney@chromium.org>
1446 Expectations as a result of removing Skia code suppressions
1448 Unreviewed expectations update.
1450 Round 5. Editing expectations.
1452 File list truncated to remove the hundreds of files that have been updated.
1454 * platform/chromium/TestExpectations: Removed the temp expectations and re-added one mac failure case
1455 * platform/efl-wk1/editing/selection: Added.
1456 * platform/efl-wk1/editing/selection/move-by-character-6-expected.png: Added.
1457 * platform/efl/editing/selection/move-by-character-6-expected.png: Removed.
1459 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1461 [Qt] Unreviewed gardening. Update platform specific expected files after r142280.
1463 * platform/qt/fast/block/float/024-expected.txt: Update after r142280.
1464 * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Update after r142280.
1466 2013-02-08 Stephen White <senorblanco@chromium.org>
1468 [chromium] Unreviewed gardening. Remove effect-reference-hw from test expectations, since it's now passing.
1469 https://bugs.webkit.org/show_bug.cgi?id=104289
1471 * platform/chromium/TestExpectations:
1473 2013-02-08 Kent Tamura <tkent@chromium.org>
1475 [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME
1476 https://bugs.webkit.org/show_bug.cgi?id=109272
1478 Reviewed by Kentaro Hara.
1480 * platform/chromium/TestExpectations:
1481 Skip fast/forms/datetime and datetime-multiple-fields
1483 2013-02-08 Stephen Chenney <schenney@chromium.org>
1485 Expectations as a result of removing Skia code suppressions
1487 Unreviewed expectations update.
1489 Round 4. CSS expectations.
1491 * platform/chromium-linux-x86/css1/box_properties: Removed.
1492 * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Removed.
1493 * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
1494 * platform/chromium-linux-x86/css3/images: Removed.
1495 * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Removed.
1496 * platform/chromium-linux-x86/css3/selectors3/html: Removed.
1497 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
1498 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
1499 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Removed.
1500 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Removed.
1501 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Removed.
1502 * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
1503 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
1504 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
1505 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Removed.
1506 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Removed.
1507 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Removed.
1508 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
1509 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
1510 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Removed.
1511 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Removed.
1512 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Removed.
1513 * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
1514 * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
1515 * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
1516 * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.png:
1517 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
1518 * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png: Removed.
1519 * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png:
1520 * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png:
1521 * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png:
1522 * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
1523 * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
1524 * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
1525 * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
1526 * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
1527 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1528 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
1529 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
1530 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
1531 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
1532 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
1533 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
1534 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
1535 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
1536 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
1537 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
1538 * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
1539 * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
1540 * platform/chromium-mac-lion/css3/images: Removed.
1541 * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Removed.
1542 * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1543 * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
1544 * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
1545 * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Removed.
1546 * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1547 * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
1548 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
1549 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
1550 * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
1551 * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
1552 * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
1553 * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
1554 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
1555 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
1556 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.png:
1557 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
1558 * platform/chromium-win-xp/css3/images: Removed.
1559 * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Removed.
1560 * platform/chromium-win-xp/css3/selectors3: Removed.
1561 * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
1562 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
1563 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.txt:
1564 * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
1565 * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
1566 * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
1567 * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
1568 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1569 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
1570 * platform/chromium/TestExpectations:
1571 * platform/chromium/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
1572 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Removed.
1573 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Removed.
1575 2013-02-08 Stephen Chenney <schenney@chromium.org>
1577 Expectations as a result of removing Skia code suppressions
1579 Unreviewed expectations update.
1581 Round 3. Remaining expected failures that had platform-specific supppressions
1583 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
1584 * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1585 * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
1586 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
1587 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
1588 * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png:
1589 * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
1590 * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
1591 * platform/chromium-mac-lion/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
1592 * platform/chromium-mac-lion/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
1593 * platform/chromium-mac-lion/fast/css/nested-rounded-corners-expected.png:
1594 * platform/chromium-mac-lion/fast/dom/52776-expected.png:
1595 * platform/chromium-mac-lion/fast/frames/iframe-scaling-with-scroll-expected.png:
1596 * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1597 * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png:
1598 * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
1599 * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1600 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
1601 * platform/chromium-mac/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
1602 * platform/chromium-mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
1603 * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
1604 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
1605 * platform/chromium-mac/fast/dom/52776-expected.png:
1606 * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
1607 * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
1608 * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1609 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
1610 * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1611 * platform/chromium-win/fast/css/background-clip-radius-values-expected.png:
1612 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
1613 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
1614 * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
1615 * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
1616 * platform/chromium/TestExpectations:
1617 * platform/chromium/editing/pasteboard/emacs-cntl-y-001-expected.png: Removed.
1618 * platform/chromium/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Removed.
1620 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1622 [Qt] Reviewin Qt TestExpectations. Rebaseline and unskip passing tests.
1624 * platform/qt/TestExpectations:
1625 * platform/qt/svg/css/arrow-with-shadow-expected.png:
1626 * platform/qt/svg/css/arrow-with-shadow-expected.txt:
1627 * platform/qt/svg/css/clippath-with-shadow-expected.png:
1628 * platform/qt/svg/css/clippath-with-shadow-expected.txt:
1629 * platform/qt/svg/css/composite-shadow-text-expected.png:
1630 * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
1631 * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
1632 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.png: Copied from LayoutTests/platform/qt/svg/css/clippath-with-shadow-expected.png.
1633 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
1635 2013-02-08 Stephen Chenney <schenney@chromium.org>
1637 Expectations as a result of removing Skia code suppressions
1639 Unreviewed expectations update.
1641 Round 2. Failing Linux tests with no expectations
1643 * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
1644 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
1645 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
1646 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
1647 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1648 * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
1649 * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
1650 * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
1651 * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
1652 * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
1653 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
1654 * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
1655 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
1656 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
1657 * platform/chromium-linux/svg/text/selection-styles-expected.png:
1658 * platform/efl-wk2/fast/repaint: Added.
1659 * platform/efl-wk2/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
1660 * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
1661 * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
1663 2013-02-08 Stephen Chenney <schenney@chromium.org>
1665 Expectations as a result of removing Skia code suppressions
1667 Unreviewed expectations update.
1669 Round 1. Some tests that have existing expectations.
1671 * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
1672 * fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
1673 * platform/chromium-linux-x86/editing/input: Removed.
1674 * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1675 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1676 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png:
1677 * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1678 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1679 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
1680 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1681 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
1682 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
1683 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1684 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
1685 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1686 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
1687 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1688 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
1689 * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
1690 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1691 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
1692 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
1693 * platform/chromium-win-xp/editing/input: Removed.
1694 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1695 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
1696 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1697 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
1698 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
1699 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
1700 * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1701 * platform/chromium/TestExpectations:
1702 * platform/chromium/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1703 * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1704 * platform/efl-wk2/editing/input: Added.
1705 * platform/efl-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
1706 * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1707 * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1709 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1711 [Qt] Unreviewed gardening.
1712 https://bugs.webkit.org/show_bug.cgi?id=109209.
1714 * platform/qt/TestExpectations:
1715 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added after r142152.
1716 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Added after r142152.
1718 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1720 [Qt][Wk2] Unreviewed gardening. Skip failing tests.
1721 https://bugs.webkit.org/show_bug.cgi?id=109291.
1723 * platform/qt-5.0-wk2/TestExpectations:
1725 2013-02-08 Stephen Chenney <schenney@chromium.org>
1727 Expectations as a result of removing Skia code suppressions
1729 Unreviewed expectations update.
1731 These are tests that failed due to bad expectations.
1733 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
1734 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1735 * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
1736 * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
1737 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
1738 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
1739 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
1740 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
1741 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
1742 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
1743 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
1744 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
1745 * platform/chromium-win/platform/chromium/rubberbanding: Added.
1746 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
1747 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.txt: Added.
1748 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
1749 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.txt: Added.
1750 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
1751 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.txt: Added.
1752 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
1753 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.txt: Added.
1754 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
1755 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.txt: Added.
1756 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
1757 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.txt: Added.
1758 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
1759 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.txt: Added.
1760 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
1761 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.txt: Added.
1762 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
1763 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1764 * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
1765 * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png:
1766 * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
1767 * platform/chromium/TestExpectations:
1769 2013-02-08 Stephen Chenney <schenney@chromium.org>
1771 Expectations as a result of removing Skia code suppressions
1773 Unreviewed gardening.
1775 * platform/chromium/TestExpectations: Last of the Win failures.
1777 2013-02-08 Stephen Chenney <schenney@chromium.org>
1779 Expectations as a result of removing Skia code suppressions
1781 Unreviewed gardening.
1783 * platform/chromium/TestExpectations: Adding Mac rubberbanding failures
1785 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
1787 Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
1788 https://bugs.webkit.org/show_bug.cgi?id=109282
1790 Reviewed by Alexander Pavlov.
1792 * http/tests/inspector-enabled/dynamic-scripts.html:
1793 * http/tests/inspector/compiler-script-mapping.html:
1794 * http/tests/inspector/workspace-test.js:
1795 (initialize_WorkspaceTest.InspectorTest.createWorkspace):
1796 * inspector/debugger/breakpoint-manager.html:
1797 * inspector/debugger/dynamic-scripts.html:
1798 * inspector/debugger/script-snippet-model.html:
1799 * inspector/debugger/scripts-file-selector.html:
1800 * inspector/debugger/scripts-panel.html:
1801 * inspector/debugger/scripts-sorting-expected.txt:
1802 * inspector/debugger/scripts-sorting.html:
1803 * inspector/uisourcecode-revisions.html:
1805 2013-02-08 Stephen Chenney <schenney@chromium.org>
1807 Expectations as a result of removing Skia code suppressions
1809 Unreviewed gardening.
1811 * platform/chromium/TestExpectations: Outstanding Win failures
1813 2013-02-08 Stephen Chenney <schenney@chromium.org>
1815 Expectations as a result of removing Skia code suppressions
1817 Unreviewed gardening.
1819 * platform/chromium/TestExpectations: One more to get all bots green again ready for rebaselining.
1821 2013-02-08 Stephen Chenney <schenney@chromium.org>
1823 Expectations as a result of removing Skia code suppressions
1825 Unreviewed gardening.
1827 * platform/chromium/TestExpectations: Modified a MountainLion expectation
1829 2013-02-08 Stephen Chenney <schenney@chromium.org>
1831 Expectations as a result of removing Skia code suppressions
1833 Unreviewed gardening.
1835 * platform/chromium/TestExpectations:
1837 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
1839 Web Inspector: Replace workspace with project in UISourceCode constructor.
1840 https://bugs.webkit.org/show_bug.cgi?id=109256
1842 Reviewed by Alexander Pavlov.
1844 * inspector/debugger/breakpoint-manager-expected.txt:
1845 * inspector/debugger/breakpoint-manager.html:
1846 * inspector/debugger/script-formatter-search.html:
1847 * inspector/debugger/scripts-file-selector.html:
1848 * inspector/debugger/scripts-panel.html:
1849 * inspector/debugger/scripts-sorting.html:
1850 * inspector/debugger/ui-source-code-display-name.html:
1851 * inspector/debugger/ui-source-code.html:
1852 * inspector/uisourcecode-revisions.html:
1854 2013-02-08 Zan Dobersek <zdobersek@igalia.com>
1856 Unreviewed GTK gardening.
1858 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205.
1860 2013-02-08 Stephen Chenney <schenney@chromium.org>
1862 Remove Skia code suppressions
1864 Unreviewed enabling of existing optimizations
1866 Removing all skia_webkit.gyp code suppressions and adding expectations
1869 * platform/chromium/TestExpectations:
1871 2013-02-08 Stephen Chenney <schenney@chromium.org>
1873 [chromium] Unreviewed gardening. Adjusting expectations for two failures.
1875 Unreviewed Chromium expectations
1877 * platform/chromium/TestExpectations:
1879 2013-02-08 Matt Falkenhagen <falken@chromium.org>
1881 [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests.
1882 https://bugs.webkit.org/show_bug.cgi?id=96441
1884 * platform/chromium/TestExpectations:
1886 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1888 [Qt] Unreviewed gardening. Skip failing tests.
1890 * platform/qt-5.0/fast/js/global-constructors-expected.txt: Removed.
1891 * platform/qt/TestExpectations:
1892 * platform/qt/fast/js/global-constructors-expected.txt: Added after r142149.
1894 2013-02-08 KwangYong Choi <ky0.choi@samsung.com>
1896 [EFL] Mark some tests as passing with incorrect expectations
1897 https://bugs.webkit.org/show_bug.cgi?id=109173
1899 Unreviewed EFL gardening.
1901 Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.
1903 Currently, the tests are passing with their generated incorrect expectations.
1904 It should be checked if the test starts failing. It means, the test can be passing now.
1906 Below tests are marked as passing tests with incorrect expectations.
1908 fast/forms/basic-textareas-quirks.html
1909 fast/forms/input-disabled-color.html
1910 fast/forms/input-readonly-dimmed.html
1911 fast/forms/listbox-hit-test-zoomed.html
1912 fast/forms/menulist-narrow-width.html
1913 fast/forms/menulist-style-color.html
1914 fast/forms/plaintext-mode-2.html
1915 fast/forms/search-cancel-button-style-sharing.html
1916 fast/forms/search-rtl.html
1917 fast/forms/select-baseline.html
1918 fast/forms/select-style.html
1919 fast/forms/zoomed-controls.html
1921 * platform/efl-wk1/TestExpectations:
1922 * platform/efl-wk2/TestExpectations:
1923 * platform/efl/TestExpectations:
1925 2013-02-08 Kentaro Hara <haraken@chromium.org>
1927 Support a relatedTarget attribute on focus/blur events
1928 https://bugs.webkit.org/show_bug.cgi?id=109176
1930 Reviewed by Ojan Vafai.
1932 In bug 76216, we supported a relatedTarget attribute on
1933 focusin/focusout events. We should also support it on focus/blur events.
1935 See http://lists.w3.org/Archives/Public/www-dom/2012OctDec/0061.html
1936 for the www-dom discussion.
1938 * fast/dom/shadow/shadow-boundary-events-expected.txt:
1939 * fast/dom/shadow/shadow-boundary-events.html:
1940 * fast/events/related-target-focusevent-expected.txt:
1941 * fast/events/related-target-focusevent.html:
1943 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
1945 Web Inspector: reduce number of native memory instrumentation categories
1946 https://bugs.webkit.org/show_bug.cgi?id=109146
1948 Reviewed by Pavel Feldman.
1950 Updated tests to use new memory categories.
1952 * inspector-protocol/nmi-webaudio-expected.txt:
1953 * inspector-protocol/nmi-webaudio-leak-test-expected.txt:
1954 * inspector-protocol/nmi-webaudio-leak-test.html:
1955 * inspector-protocol/nmi-webaudio.html:
1956 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
1957 * inspector/profiler/memory-instrumentation-cached-images.html:
1958 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
1959 * inspector/profiler/memory-instrumentation-canvas.html:
1961 2013-02-07 Matt Falkenhagen <falken@chromium.org>
1963 [chromium] Unreviewed gardening. Flakiness on table-cell-before-after-content-around-table-row.html
1964 https://bugs.webkit.org/show_bug.cgi?id=109262
1966 An assert is sometimes hit in WebCore::RenderTableCell::styleDidChange.
1968 * platform/chromium/TestExpectations:
1970 2013-02-07 Mike West <mkwst@chromium.org>
1972 <iframe seamless> should avoid vertical scrollbars during the initial layout passes.
1973 https://bugs.webkit.org/show_bug.cgi?id=87707
1975 Reviewed by Eric Seidel.
1977 * fast/frames/seamless/seamless-float-expected.txt:
1978 * fast/frames/seamless/seamless-inline-expected.txt:
1979 Rebaseline the now-passing bits of these tests.
1981 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
1983 Unreviewed rebaseline.
1985 * 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.
1986 * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
1987 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
1988 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
1989 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
1990 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Added.
1991 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
1992 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
1993 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
1995 2013-02-07 Kent Tamura <tkent@chromium.org>
1997 document.activeElement should not return a non-focusable element
1998 https://bugs.webkit.org/show_bug.cgi?id=86707
2000 Reviewed by Hajime Morita.
2002 * fast/dom/HTMLDocument/set-focus-on-valid-element-expected.txt: Added.
2003 * fast/dom/HTMLDocument/set-focus-on-valid-element.html: Added.
2004 This test verifies that document.activeElement does not return an
2005 invalid or non-focusable element.
2007 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2009 [chromium] Unreviewed gardening. Two webgl/conformance/context tests are timing out.
2011 See https://bugs.webkit.org/show_bug.cgi?id=109114
2013 * platform/chromium/TestExpectations:
2015 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
2017 Cleaning up after r142208
2018 https://bugs.webkit.org/show_bug.cgi?id=109228
2022 The commit-queue didn't remove these files for some reason. Removing them manually.
2024 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2025 * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2026 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2027 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2028 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2029 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2030 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2032 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
2034 Rebaseline text output for contentOpaque
2035 https://bugs.webkit.org/show_bug.cgi?id=108656
2037 Unreviewed rebaseline.
2039 * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
2040 * platform/chromium/TestExpectations:
2041 * platform/chromium/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
2042 * platform/mac/TestExpectations:
2043 * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
2044 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
2046 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2048 Unreviewed gardening. Rebaseline bidi-ignored-for-first-child-inline.html
2049 which was failing on Chromium Mac after r142152.
2051 * 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.
2053 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
2055 Unreviewed, rolling out r142113.
2056 http://trac.webkit.org/changeset/142113
2057 https://bugs.webkit.org/show_bug.cgi?id=109244
2059 tests started failing after r142081 was rolled out in r142166
2060 (Requested by falken on #webkit).
2062 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
2063 * inspector/profiler/memory-instrumentation-cached-images.html:
2064 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
2065 * inspector/profiler/memory-instrumentation-canvas.html:
2067 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
2069 getComputedStyle() doesn't report intermediate values during a transition of a pseudo element
2070 https://bugs.webkit.org/show_bug.cgi?id=106535
2072 Reviewed by Ojan Vafai.
2074 Update tests to also check getComputedStyle during animations and transitions.
2076 * fast/css-generated-content/pseudo-animation-expected.txt:
2077 * fast/css-generated-content/pseudo-animation.html:
2078 * fast/css-generated-content/pseudo-transition-expected.txt:
2079 * fast/css-generated-content/pseudo-transition.html:
2081 2013-02-07 Kent Tamura <tkent@chromium.org>
2083 [Chromium-Android] Disable input[type=datetime]
2084 https://bugs.webkit.org/show_bug.cgi?id=107614
2086 Reviewed by Kentaro Hara.
2088 * platform/chromium/TestExpectations:
2089 Tetsts in fast/forms/datetime/ fail.
2091 2013-02-07 Jeffrey Pfau <jpfau@apple.com>
2093 [Mac] Unreviewed, skip crashing test
2095 * platform/mac/TestExpectations:
2097 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
2099 [CSS Regions] Turn selecting-text-through-different-region-flows test into a reftest
2100 https://bugs.webkit.org/show_bug.cgi?id=109228
2102 Reviewed by Eric Seidel.
2104 Simplify and turn the test into a reftest, remove the unnecessary expected files.
2106 * fast/regions/selecting-text-through-different-region-flows-expected.html: Added.
2107 * fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2108 * fast/regions/selecting-text-through-different-region-flows.html:
2109 * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2110 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2111 * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2112 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2113 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2114 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2115 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2116 * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2117 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2118 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2120 2013-02-07 Alexei Svitkine <asvitkine@chromium.org>
2122 Chromium: Hang parsing bidi control chars on Mac OS X 10.6
2123 https://bugs.webkit.org/show_bug.cgi?id=108877
2125 This was broken a while ago by:
2126 https://bugs.webkit.org/show_bug.cgi?id=83045
2128 On 10.6, CoreText will not produce any runs covering the
2129 Unicode BiDi RTL mark control char, which causes an infinite
2130 loop in ComplexTextController::indexOfCurrentRun() due to no
2131 run covering the character at offset 0.
2133 This patch fixes that issue by finding the earliest run
2134 explicitly via the minimum stringBegin() index instead of
2135 relying on a run existing that covers offset 0.
2137 Fixes hang on many BiDi wikipedia pages on Chromium/Mac10.6.
2138 Chromium bug: http://crbug.com/167844
2140 New test in the same style as harfbuzz-buffer-overrun.html
2143 Reviewed by Eric Seidel.
2145 * fast/text/international/rtl-mark-expected.txt: Added.
2146 * fast/text/international/rtl-mark.html: Added.
2148 2013-02-07 Kentaro Hara <haraken@chromium.org>
2150 Implement FocusEvent constructor
2151 https://bugs.webkit.org/show_bug.cgi?id=109170
2153 Reviewed by Adam Barth.
2155 Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
2157 FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR
2158 flag, which is enabled on Chromium and Safari.
2160 * fast/dom/constructed-objects-prototypes-expected.txt:
2161 * fast/events/constructors/focus-event-constructor-expected.txt: Added.
2162 * fast/events/constructors/focus-event-constructor.html: Added.
2163 * platform/efl/TestExpectations:
2164 * platform/gtk/TestExpectations:
2165 * platform/qt/TestExpectations:
2166 * platform/win/TestExpectations:
2167 * platform/wincairo/TestExpectations:
2169 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
2171 HTML parser should queue MutationRecords for its operations
2172 https://bugs.webkit.org/show_bug.cgi?id=89351
2174 Reviewed by Eric Seidel.
2176 Add new test mutation records in the parser and fix shadow-dom.html
2177 test since it used setTimeout and sometimes could observe parser
2180 * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
2181 * fast/dom/MutationObserver/parser-mutations.html: Added.
2182 * fast/dom/MutationObserver/shadow-dom-expected.txt:
2183 * fast/dom/MutationObserver/shadow-dom.html:
2185 2013-02-07 Adam Barth <abarth@webkit.org>
2187 fast/parser/document-write-noscript.html fails for threaded HTML parser
2188 https://bugs.webkit.org/show_bug.cgi?id=109237
2190 Reviewed by Eric Seidel.
2192 This tests basic document.write functionality. There doesn't appear to
2193 be another fast/parser test that covers this basic case (although it's
2194 convered in some more complicated test cases incidentally.)
2196 * fast/parser/document-write-basic-expected.txt: Added.
2197 * fast/parser/document-write-basic.html: Added.
2199 2013-02-07 Keishi Hattori <keishi@webkit.org>
2201 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
2202 https://bugs.webkit.org/show_bug.cgi?id=109136
2204 Reviewed by Kent Tamura.
2206 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
2207 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
2208 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
2209 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
2210 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
2211 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
2212 * platform/chromium/TestExpectations:
2214 2013-02-07 Terry Anderson <tdanderson@chromium.org>
2216 Non-scrollable divs and non-scrollable iframes can scroll with touch
2217 https://bugs.webkit.org/show_bug.cgi?id=109087
2219 Reviewed by Eric Seidel.
2221 Two new layout tests added to demonstrate that the changes to
2222 RenderLayer::scrollBy() and closestScrollableNodeCandidate() in
2223 EventHandler.cpp are both necessary to ensure that non-scrollable
2224 divs and non-scrollable iframes cannot be scrolled with touch.
2226 * fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
2227 * fast/events/touch/gesture/touch-gesture-noscroll-div.html: Added.
2228 * fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
2229 * fast/events/touch/gesture/touch-gesture-noscroll-iframe.html: Added.
2230 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
2231 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
2233 2013-02-07 Michelangelo De Simone <michelangelo@webkit.org>
2235 [CSS Shaders] Add the last blending step
2236 https://bugs.webkit.org/show_bug.cgi?id=104012
2238 Added a test to check the correct blending in presence of a transparent backdrop.
2240 Reviewed by Dean Jackson.
2242 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Added.
2243 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Added.
2244 * platform/mac/TestExpectations: This test is currently skipped on Mac for slight color
2245 differences, please see the relevant bug: http://webkit.org/b/107487
2247 2013-02-07 Hans Muller <hmuller@adobe.com>
2249 [CSS Exclusions] Ignore ExclusionPolygon edges above minLogicalIntervalTop
2250 https://bugs.webkit.org/show_bug.cgi?id=107566
2252 Reviewed by David Hyatt.
2254 Added a simple polygonal shape-inside test where only a subset of the polygon edges
2255 should contribute to each line's offset edges.
2257 * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html: Added.
2258 * fast/exclusions/shape-inside/shape-inside-first-fit-004.html: Added.
2260 2013-02-07 James Craig <jcraig@apple.com>
2262 Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
2263 https://bugs.webkit.org/show_bug.cgi?id=109027
2265 Reviewed by Chris Fleizach.
2267 New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles.
2269 * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
2270 * platform/mac/accessibility/role-subrole-roledescription.html: Added.
2272 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
2274 Unreviewed GTK gardening.
2276 * platform/gtk/TestExpectations: Adding a failure expectation for a test in r142122.
2277 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142149.
2279 2013-02-07 Benjamin Poulain <bpoulain@apple.com>
2281 Move pauseAnimation/pauseTransition from TestRunner to Internals
2282 https://bugs.webkit.org/show_bug.cgi?id=109107
2284 Reviewed by Anders Carlsson.
2286 Change the tests with the following:
2287 -Use the methods on Internals instead of TestRunner.
2288 -Adapt the calls to pass a particular element instead of an ID.
2289 -Remove feature detection. Having Internals implies having the feature.
2291 * animations/animation-hit-test-transform.html:
2292 * animations/animation-hit-test.html:
2293 * animations/animation-internals-api-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-expected.txt.
2294 * animations/animation-internals-api-multiple-keyframes-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes-expected.txt.
2295 * animations/animation-internals-api-multiple-keyframes.html: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes.html.
2296 * animations/animation-internals-api.html: Renamed from LayoutTests/animations/animation-drt-api.html.
2297 * animations/change-keyframes-name.html:
2298 * animations/change-transform-style-during-animation.html:
2299 * animations/missing-from-to-transforms.html:
2300 * animations/missing-from-to.html:
2301 * animations/resources/animation-test-helpers.js:
2302 (checkExpectedValue):
2304 * css3/calc/transitions-dependent.html:
2305 * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
2306 * transitions/opacity-transition-zindex.html:
2307 * transitions/resources/transition-test-helpers.js:
2309 * transitions/transition-drt-api-delay.html:
2310 * transitions/transition-drt-api.html:
2311 * transitions/transition-hit-test-transform.html:
2312 * transitions/transition-hit-test.html:
2314 2013-02-07 Rik Cabanier <cabanier@adobe.com>
2316 Add support for parsing of -webkit-background-blend-mode
2317 https://bugs.webkit.org/show_bug.cgi?id=108547
2319 Reviewed by David Hyatt.
2321 Added parsing and general CSS handling of -webkit-background-blend-mode per
2322 https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#background-blend-mode
2324 * css3/compositing/background-blend-mode-property-expected.txt: Added.
2325 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2326 * css3/compositing/background-blend-mode-property-parsing.html: Added.
2327 * css3/compositing/background-blend-mode-property.html: Added.
2328 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
2331 (testBlendModeRule):
2332 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
2335 * css3/compositing/background-blend-mode-property-expected.txt: Added.
2336 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2337 * css3/compositing/background-blend-mode-property-parsing.html: Added.
2338 * css3/compositing/background-blend-mode-property.html: Added.
2339 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
2342 (testBlendModeRule):
2343 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
2345 * platform/chromium/css3/compositing/background-blend-mode-property-expected.txt: Added.
2346 * platform/chromium/css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2348 2013-02-07 Gavin Peters <gavinp@chromium.org>
2350 Unreviewed, rolling out r142142.
2351 http://trac.webkit.org/changeset/142142
2352 https://bugs.webkit.org/show_bug.cgi?id=109154
2354 Mac expectations were not right. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Feditor%2Ftext-editor-home-button.html
2356 * inspector/editor/text-editor-home-button-expected.txt: Removed.
2357 * inspector/editor/text-editor-home-button.html: Removed.
2358 * platform/efl/TestExpectations:
2359 * platform/mac/TestExpectations:
2360 * platform/qt/TestExpectations:
2362 2013-02-07 Bear Travis <betravis@adobe.com>
2364 [CSS Exclusions] shape-inside does not properly handle padding or border
2365 https://bugs.webkit.org/show_bug.cgi?id=102715
2367 Reviewed by David Hyatt.
2369 Test that borders and padding are properly accounted for when laying out text in
2372 * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Modified to no longer
2374 * fast/exclusions/shape-inside/shape-inside-box-sizing-expected.html: Added.
2375 * fast/exclusions/shape-inside/shape-inside-box-sizing.html: Added.
2377 2013-01-27 Robert Hogan <robert@webkit.org>
2379 CSS 2.1 failure: floats-149 fails
2380 https://bugs.webkit.org/show_bug.cgi?id=95772
2382 Reviewed by David Hyatt.
2384 * css2.1/20110323/floats-149-expected.html: Added.
2385 * css2.1/20110323/floats-149.htm: Added.
2386 * fast/inline/inline-with-empty-inline-children-expected.txt: Added.
2387 * fast/inline/inline-with-empty-inline-children.html: Added.
2388 * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
2390 2013-02-07 Max Vujovic <mvujovic@adobe.com>
2392 [CSS Shaders] Add WebKitCSSFilterRule to DOMWindow.idl
2393 https://bugs.webkit.org/show_bug.cgi?id=109082
2395 Move the at-rule parsing tests to the recently added folder named
2396 "custom-with-at-rule-parsing".
2398 Remove the "custom-filter" prefix from the test filenames to
2399 match the new convention.
2401 Update the tests to use the "shouldHaveConstructor" JS helper function instead of the
2402 "shouldBeType" JS helper function. Among other things, using "shouldHaveConstructor" tests
2403 that window.WebKitCSSFilterRule is defined. "shouldHaveConstructor" has the same
2404 behavior in JSC and V8, unlike "shouldBeType". Therefore, remove the Chromium-specific text
2405 expectation file that was previously needed for "shouldBeType".
2407 Reviewed by Dean Jackson.
2409 * 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.
2410 * 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.
2411 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Added.
2412 * 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.
2413 * 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.
2414 (testInvalidFilterAtRule):
2415 * 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.
2419 * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
2420 * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
2422 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
2424 Web Inspector: Remove unused workspace field from NetworkUISourceCodeProvider
2425 https://bugs.webkit.org/show_bug.cgi?id=109201
2427 Reviewed by Pavel Feldman.
2429 * inspector/debugger/network-uisourcecode-provider.html:
2431 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
2433 Web Inspector: home button behaviour is wrong in DTE
2434 https://bugs.webkit.org/show_bug.cgi?id=109154
2436 Reviewed by Vsevolod Vlasov.
2438 Add layout test to verify home button behaviour. Exclude this test on
2439 platforms that do not have eventSender object in test shell.
2441 * inspector/editor/text-editor-home-button-expected.txt: Added.
2442 * inspector/editor/text-editor-home-button.html: Added.
2443 * platform/efl/TestExpectations:
2444 * platform/mac/TestExpectations:
2445 * platform/qt/TestExpectations:
2447 2013-02-07 Allan Sandfeld Jensen <allan.jensen@digia.com>
2449 Scrollbars misplaced with accelerated compositing for overflow scroll
2450 https://bugs.webkit.org/show_bug.cgi?id=108625
2452 Reviewed by Simon Fraser.
2454 Update the results for the one test that explicitly set accelerated compositing for overflow scroll,
2455 and used to have bad results for non-chromium. The new baselines are almost identical to chomium baseline.
2457 * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
2458 * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
2460 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
2462 [Qt] Unreviewed gardening. Added platform specific expected files after r140693.
2463 https://bugs.webkit.org/show_bug.cgi?id=107567.
2465 * platform/qt/TestExpectations:
2466 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
2467 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
2468 * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
2469 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
2470 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
2471 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
2472 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
2473 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
2474 * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
2475 * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
2476 * platform/qt/fast/text/whitespace/006-expected.png:
2477 * platform/qt/fast/text/whitespace/006-expected.txt:
2478 * platform/qt/fast/text/whitespace/007-expected.png:
2479 * platform/qt/fast/text/whitespace/007-expected.txt:
2480 * platform/qt/svg/batik/text/xmlSpace-expected.png:
2481 * platform/qt/svg/batik/text/xmlSpace-expected.txt:
2482 * platform/qt/svg/carto.net/combobox-expected.png:
2483 * platform/qt/svg/carto.net/combobox-expected.txt:
2484 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
2485 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
2486 * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
2487 * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
2488 * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
2489 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
2491 2013-02-07 Gavin Peters <gavinp@chromium.org>
2493 Unreviewed, rolling out r142111.
2494 http://trac.webkit.org/changeset/142111
2495 https://bugs.webkit.org/show_bug.cgi?id=108055
2497 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
2499 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
2500 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
2501 * platform/chromium/TestExpectations:
2502 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Removed.
2503 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Removed.
2504 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Removed.
2505 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Removed.
2507 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
2509 Web Inspector: [Regression] Map.size() returns negative values.
2510 https://bugs.webkit.org/show_bug.cgi?id=109174
2512 Reviewed by Yury Semikhatsky.
2514 * inspector/map-expected.txt:
2515 * inspector/map.html:
2517 2013-02-07 Kent Tamura <tkent@chromium.org>
2519 Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers
2520 https://bugs.webkit.org/show_bug.cgi?id=109160
2522 Reviewed by Kentaro Hara.
2524 * fast/forms/number/number-l10n-input-expected.txt: Added.
2525 * fast/forms/number/number-l10n-input.html: Added.
2527 2013-02-07 Stephen White <senorblanco@chromium.org>
2529 [chromium] New baselines for GPU-accelerated reference filters tests. Unreviewed.
2530 https://bugs.webkit.org/show_bug.cgi?id=104289
2532 * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
2533 * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png:
2534 * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
2535 * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
2536 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
2537 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
2538 * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
2539 * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
2540 * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png:
2541 * platform/chromium/TestExpectations:
2543 2013-02-07 Peter Rybin <prybin@chromium.org>
2545 Web Inspector: support JavaScript variable mutation in protocol and V8 bindings
2546 https://bugs.webkit.org/show_bug.cgi?id=107829
2548 Reviewed by Pavel Feldman.
2550 * inspector-protocol/debugger-setVariableValue-expected.txt: Added.
2551 * inspector-protocol/debugger-setVariableValue.html: Added.
2552 * inspector/console/command-line-api-expected.txt:
2553 * platform/chromium/inspector-protocol/debugger-setVariableValue-expected.txt: Added.
2555 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
2557 Web Inspector: reduce number of native memory instrumentation categories
2558 https://bugs.webkit.org/show_bug.cgi?id=109146
2560 Reviewed by Pavel Feldman.
2562 Fix layout tests that started failing after r142081.
2564 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
2565 * inspector/profiler/memory-instrumentation-cached-images.html:
2566 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
2567 * inspector/profiler/memory-instrumentation-canvas.html:
2569 2013-02-07 Keishi Hattori <keishi@webkit.org>
2571 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
2572 https://bugs.webkit.org/show_bug.cgi?id=108055
2574 Reviewed by Kent Tamura.
2576 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
2577 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
2578 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
2579 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
2580 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
2581 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
2582 * platform/chromium/TestExpectations:
2584 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
2586 [Qt] Unreviewed gardening. Skip failing test.
2588 * platform/qt/TestExpectations:
2590 2013-02-07 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2592 [Qt] Unreviwed gardening. Rebaselining and skipping new failures.
2594 * platform/qt/TestExpectations:
2595 * platform/qt/fast/dynamic/002-expected.txt:
2596 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
2597 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
2599 2013-02-07 Gregg Tavares <gman@chromium.org>
2601 Add WebGL Conformance Tests state, renderbuffers, and reading folders.
2602 https://bugs.webkit.org/show_bug.cgi?id=109121
2604 Reviewed by Kenneth Russell.
2606 * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
2607 * webgl/conformance/reading/read-pixels-pack-alignment.html: Added.
2608 * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
2609 * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
2610 * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Added.
2611 * webgl/conformance/renderbuffers/framebuffer-test.html: Added.
2612 * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
2613 * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Added.
2614 * webgl/conformance/state/gl-enable-enum-test-expected.txt: Added.
2615 * webgl/conformance/state/gl-enable-enum-test.html: Added.
2616 * webgl/conformance/state/gl-enum-tests-expected.txt: Added.
2617 * webgl/conformance/state/gl-enum-tests.html: Added.
2618 * webgl/conformance/state/gl-get-calls-expected.txt: Added.
2619 * webgl/conformance/state/gl-get-calls.html: Added.
2620 * webgl/conformance/state/gl-geterror-expected.txt: Added.
2621 * webgl/conformance/state/gl-geterror.html: Added.
2622 * webgl/conformance/state/gl-getstring-expected.txt: Added.
2623 * webgl/conformance/state/gl-getstring.html: Added.
2624 * webgl/resources/webgl_test_files/conformance/reading/00_test_list.txt: Added.
2625 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Added.
2626 * webgl/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Added.
2627 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
2628 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Added.
2629 * webgl/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Added.
2630 * webgl/resources/webgl_test_files/conformance/state/00_test_list.txt: Added.
2631 * webgl/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Added.
2632 * webgl/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Added.
2633 * webgl/resources/webgl_test_files/conformance/state/gl-get-calls.html: Added.
2634 * webgl/resources/webgl_test_files/conformance/state/gl-geterror.html: Added.
2635 * webgl/resources/webgl_test_files/conformance/state/gl-getstring.html: Added.
2637 2013-02-07 Gregg Tavares <gman@chromium.org>
2639 Add WebGL Conformance Tests rendering folder.
2640 https://bugs.webkit.org/show_bug.cgi?id=109122
2642 Reviewed by Kenneth Russell.
2644 * webgl/conformance/rendering/culling-expected.txt: Added.
2645 * webgl/conformance/rendering/culling.html: Added.
2646 * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
2647 * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
2648 * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
2649 * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Added.
2650 * webgl/conformance/rendering/gl-clear-expected.txt: Added.
2651 * webgl/conformance/rendering/gl-clear.html: Added.
2652 * webgl/conformance/rendering/gl-drawelements-expected.txt: Added.
2653 * webgl/conformance/rendering/gl-drawelements.html: Added.
2654 * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
2655 * webgl/conformance/rendering/gl-scissor-fbo-test.html: Added.
2656 * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
2657 * webgl/conformance/rendering/line-loop-tri-fan.html: Added.
2658 * webgl/conformance/rendering/simple-expected.txt: Added.
2659 * webgl/conformance/rendering/simple.html: Added.
2660 * webgl/conformance/rendering/triangle-expected.txt: Added.
2661 * webgl/conformance/rendering/triangle.html: Added.
2662 * webgl/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Added.
2663 * webgl/resources/webgl_test_files/conformance/rendering/culling.html: Added.
2664 * webgl/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
2665 * webgl/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Added.
2666 * webgl/resources/webgl_test_files/conformance/rendering/gl-clear.html: Added.
2667 * webgl/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Added.
2668 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-fbo-test.html: Added.
2669 * webgl/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Added.
2670 * webgl/resources/webgl_test_files/conformance/rendering/simple.html: Added.
2671 * webgl/resources/webgl_test_files/conformance/rendering/triangle.html: Added.
2672 * webgl/resources/webgl_test_files/conformance/rendering/vertex-texture-fetch.html: Added.
2674 2013-02-07 Gregg Tavares <gman@chromium.org>
2676 Add WebGL Conformance Tests programs folder.
2677 https://bugs.webkit.org/show_bug.cgi?id=109120
2679 Reviewed by Kenneth Russell.
2681 * webgl/conformance/programs/get-active-test-expected.txt: Added.
2682 * webgl/conformance/programs/get-active-test.html: Added.
2683 * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
2684 * webgl/conformance/programs/gl-bind-attrib-location-test.html: Added.
2685 * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Added.
2686 * webgl/conformance/programs/gl-get-active-attribute.html: Added.
2687 * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Added.
2688 * webgl/conformance/programs/gl-get-active-uniform.html: Added.
2689 * webgl/conformance/programs/gl-getshadersource-expected.txt: Added.
2690 * webgl/conformance/programs/gl-getshadersource.html: Added.
2691 * webgl/conformance/programs/gl-shader-test-expected.txt: Added.
2692 * webgl/conformance/programs/gl-shader-test.html: Added.
2693 * webgl/conformance/programs/invalid-UTF-16-expected.txt: Added.
2694 * webgl/conformance/programs/invalid-UTF-16.html: Added.
2695 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
2696 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
2697 * webgl/resources/webgl_test_files/conformance/programs/00_test_list.txt: Added.
2698 * webgl/resources/webgl_test_files/conformance/programs/get-active-test.html: Added.
2699 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Added.
2700 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Added.
2701 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Added.
2702 * webgl/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Added.
2703 * webgl/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Added.
2704 * webgl/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Added.
2705 * webgl/resources/webgl_test_files/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
2707 2013-02-07 Gregg Tavares <gman@chromium.org>
2709 Add WebGL Conformance Tests context folder.
2710 https://bugs.webkit.org/show_bug.cgi?id=109114
2712 Reviewed by Kenneth Russell.
2714 * webgl/conformance/context/constants-expected.txt: Added.
2715 * webgl/conformance/context/constants.html: Added.
2716 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
2717 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
2718 * webgl/conformance/context/context-lost-expected.txt: Added.
2719 * webgl/conformance/context/context-lost-restored-expected.txt: Added.
2720 * webgl/conformance/context/context-lost-restored.html: Added.
2721 * webgl/conformance/context/context-lost.html: Added.
2722 * webgl/conformance/context/context-release-upon-reload-expected.txt: Added.
2723 * webgl/conformance/context/context-release-upon-reload.html: Added.
2724 * webgl/conformance/context/context-release-with-workers-expected.txt: Added.
2725 * webgl/conformance/context/context-release-with-workers.html: Added.
2726 * webgl/conformance/context/context-type-test-expected.txt: Added.
2727 * webgl/conformance/context/context-type-test.html: Added.
2728 * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
2729 * webgl/conformance/context/incorrect-context-object-behaviour.html: Added.
2730 * webgl/conformance/context/methods-expected.txt: Added.
2731 * webgl/conformance/context/methods.html: Added.
2732 * webgl/conformance/context/premultiplyalpha-test-expected.txt: Added.
2733 * webgl/conformance/context/premultiplyalpha-test.html: Added.
2734 * webgl/conformance/context/resource-sharing-test-expected.txt: Added.
2735 * webgl/conformance/context/resource-sharing-test.html: Added.
2736 * webgl/resources/webgl_test_files/conformance/context/00_test_list.txt: Added.
2737 * webgl/resources/webgl_test_files/conformance/context/constants.html: Added.
2738 * webgl/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
2739 * webgl/resources/webgl_test_files/conformance/context/context-lost-restored.html: Added.
2740 * webgl/resources/webgl_test_files/conformance/context/context-lost.html: Added.
2741 * webgl/resources/webgl_test_files/conformance/context/context-release-upon-reload.html: Added.
2742 * webgl/resources/webgl_test_files/conformance/context/context-release-with-workers.html: Added.
2743 * webgl/resources/webgl_test_files/conformance/context/context-type-test.html: Added.
2744 * webgl/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Added.
2745 * webgl/resources/webgl_test_files/conformance/context/methods.html: Added.
2746 * webgl/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Added.
2747 * webgl/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Added.
2748 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-child-with-worker.html: Added.
2749 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-upon-reload-child.html: Added.
2750 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-worker.js: Added.
2752 2013-02-07 Gregg Tavares <gman@chromium.org>
2754 Add WebGL Conformance Tests uniforms folder.
2755 https://bugs.webkit.org/show_bug.cgi?id=109112
2757 Reviewed by Kenneth Russell.
2759 * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
2760 * webgl/conformance/uniforms/gl-uniform-bool.html: Added.
2761 * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
2762 * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
2763 * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
2764 * webgl/conformance/uniforms/gl-unknown-uniform.html: Added.
2765 * webgl/conformance/uniforms/null-uniform-location-expected.txt: Added.
2766 * webgl/conformance/uniforms/null-uniform-location.html: Added.
2767 * webgl/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Added.
2768 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Added.
2769 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-packing-restrictions.html: Added.
2770 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-struct-unused.html: Added.
2771 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-unused-array-elements-get-truncated.html: Added.
2772 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
2773 * webgl/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Added.
2774 * webgl/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Added.
2775 * webgl/resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.
2777 2013-02-07 Gregg Tavares <gman@chromium.org>
2779 Add WebGL Conformance Tests canvas folder.
2780 https://bugs.webkit.org/show_bug.cgi?id=109113
2782 Reviewed by Kenneth Russell.
2784 * webgl/conformance/canvas/canvas-test-expected.txt: Added.
2785 * webgl/conformance/canvas/canvas-test.html: Added.
2786 * webgl/conformance/canvas/canvas-zero-size-expected.txt: Added.
2787 * webgl/conformance/canvas/canvas-zero-size.html: Added.
2788 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
2789 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
2790 * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
2791 * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
2792 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
2793 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
2794 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
2795 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
2796 * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
2797 * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
2798 * webgl/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Added.
2799 * webgl/resources/webgl_test_files/conformance/canvas/canvas-test.html: Added.
2800 * webgl/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Added.
2801 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
2802 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
2803 * webgl/resources/webgl_test_files/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
2804 * webgl/resources/webgl_test_files/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
2805 * webgl/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
2807 2013-02-07 Gregg Tavares <gman@chromium.org>
2809 Add WebGL Conformance Tests texture folder.
2810 https://bugs.webkit.org/show_bug.cgi?id=109111
2812 Reviewed by Kenneth Russell.
2814 * webgl/conformance/textures/compressed-tex-image-expected.txt: Added.
2815 * webgl/conformance/textures/compressed-tex-image.html: Added.
2816 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Added.
2817 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
2818 * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Added.
2819 * webgl/conformance/textures/gl-get-tex-parameter.html: Added.
2820 * webgl/conformance/textures/gl-teximage-expected.txt: Added.
2821 * webgl/conformance/textures/gl-teximage.html: Added.
2822 * webgl/conformance/textures/mipmap-fbo-expected.txt: Added.
2823 * webgl/conformance/textures/mipmap-fbo.html: Added.
2824 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
2825 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
2826 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
2827 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
2828 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
2829 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
2830 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
2831 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
2832 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
2833 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
2834 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Added.
2835 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
2836 * webgl/conformance/textures/tex-image-webgl-expected.txt: Added.
2837 * webgl/conformance/textures/tex-image-webgl.html: Added.
2838 * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Added.
2839 * webgl/conformance/textures/tex-image-with-format-and-type.html: Added.
2840 * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Added.
2841 * webgl/conformance/textures/tex-image-with-invalid-data.html: Added.
2842 * webgl/conformance/textures/tex-input-validation-expected.txt: Added.
2843 * webgl/conformance/textures/tex-input-validation.html: Added.
2844 * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Added.
2845 * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
2846 * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Added.
2847 * webgl/conformance/textures/tex-sub-image-2d.html: Added.
2848 * webgl/conformance/textures/texparameter-test-expected.txt: Added.
2849 * webgl/conformance/textures/texparameter-test.html: Added.
2850 * webgl/conformance/textures/texture-attachment-formats-expected.txt: Added.
2851 * webgl/conformance/textures/texture-attachment-formats.html: Added.
2852 * webgl/conformance/textures/texture-clear-expected.txt: Added.
2853 * webgl/conformance/textures/texture-clear.html: Added.
2854 * webgl/conformance/textures/texture-complete-expected.txt: Added.
2855 * webgl/conformance/textures/texture-complete.html: Added.
2856 * webgl/conformance/textures/texture-formats-test-expected.txt: Added.
2857 * webgl/conformance/textures/texture-formats-test.html: Added.
2858 * webgl/conformance/textures/texture-hd-dpi-expected.txt: Added.
2859 * webgl/conformance/textures/texture-hd-dpi.html: Added.
2860 * webgl/conformance/textures/texture-npot-expected.txt: Added.
2861 * webgl/conformance/textures/texture-npot.html: Added.
2862 * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Added.
2863 * webgl/conformance/textures/texture-size-cube-maps.html: Added.
2864 * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Added.
2865 * webgl/conformance/textures/texture-sub-image-cube-maps.html: Added.
2866 * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Added.
2867 * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Added.
2868 * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Added.
2869 * webgl/conformance/textures/texture-upload-cube-maps.html: Added.
2870 * webgl/resources/webgl_test_files/conformance/textures/00_test_list.txt: Added.
2871 * webgl/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Added.
2872 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
2873 * webgl/resources/webgl_test_files/conformance/textures/gl-get-tex-parameter.html: Added.
2874 * webgl/resources/webgl_test_files/conformance/textures/gl-teximage.html: Added.
2875 * webgl/resources/webgl_test_files/conformance/textures/mipmap-fbo.html: Added.
2876 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
2877 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
2878 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
2879 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
2880 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
2881 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
2882 * webgl/resources/webgl_test_files/conformance/textures/tex-image-webgl.html: Added.
2883 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Added.
2884 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Added.
2885 * webgl/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Added.
2886 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
2887 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Added.
2888 * webgl/resources/webgl_test_files/conformance/textures/texparameter-test.html: Added.
2889 * webgl/resources/webgl_test_files/conformance/textures/texture-attachment-formats.html: Added.
2890 * webgl/resources/webgl_test_files/conformance/textures/texture-clear.html: Added.
2891 * webgl/resources/webgl_test_files/conformance/textures/texture-complete.html: Added.
2892 * webgl/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Added.
2893 * webgl/resources/webgl_test_files/conformance/textures/texture-hd-dpi.html: Added.
2894 * webgl/resources/webgl_test_files/conformance/textures/texture-npot.html: Added.
2895 * webgl/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Added.
2896 * webgl/resources/webgl_test_files/conformance/textures/texture-sub-image-cube-maps.html: Added.
2897 * webgl/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Added.
2898 * webgl/resources/webgl_test_files/conformance/textures/texture-upload-cube-maps.html: Added.
2900 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
2902 Web Inspector: highlight matching braces in DTE.
2903 https://bugs.webkit.org/show_bug.cgi?id=108697
2905 Reviewed by Pavel Feldman.
2907 New layout test to verify brace matching functionality. Fix some
2908 layout test expectations as the patch removes braces from highlight
2911 * inspector/editor/brace-matcher-expected.txt: Added.
2912 * inspector/editor/brace-matcher.html: Added.
2913 * inspector/editor/highlighter-basics-expected.txt:
2914 * inspector/editor/text-editor-long-line-expected.txt:
2916 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2918 Rollout r142058 various crashes and timeouts on AppleMac and Chromium
2919 https://bugs.webkit.org/show_bug.cgi?id=109152
2921 Reviewed by Pavel Feldman.
2923 Unreviewed gardening. r142058 added failing tests and marked many as
2924 Skip or Failure but there are also Timeouts and Crashes causing
2927 * platform/chromium/TestExpectations:
2928 * platform/mac/TestExpectations:
2929 * platform/win/TestExpectations:
2930 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
2931 * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
2932 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
2933 * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
2934 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
2935 * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
2936 * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
2937 * webgl/conformance/canvas/to-data-url-test.html: Removed.
2938 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
2939 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
2940 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
2941 * webgl/conformance/context/context-creation-and-destruction.html: Removed.
2942 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
2943 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
2944 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
2945 * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
2946 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
2947 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
2948 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
2949 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
2950 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
2951 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
2952 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
2953 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
2954 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
2955 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
2956 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
2957 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
2958 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
2959 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
2960 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
2961 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
2962 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
2963 * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
2964 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
2965 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
2966 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
2967 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
2968 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
2969 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
2970 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
2971 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
2972 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
2973 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
2974 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
2975 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
2976 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
2977 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
2978 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
2979 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
2980 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
2981 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
2982 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
2983 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
2984 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
2985 * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
2986 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
2987 * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
2988 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
2989 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
2990 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
2991 * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
2992 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
2993 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
2994 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
2995 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
2996 * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
2997 * webgl/conformance/more/functions/drawArrays.html: Removed.
2998 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
2999 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
3000 * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
3001 * webgl/conformance/more/functions/drawElements.html: Removed.
3002 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
3003 * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
3004 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
3005 * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
3006 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
3007 * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
3008 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
3009 * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
3010 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
3011 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
3012 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
3013 * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
3014 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
3015 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
3016 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
3017 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
3018 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
3019 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
3020 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
3021 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
3022 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
3023 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
3024 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
3025 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
3026 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
3027 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
3028 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
3029 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
3030 * webgl/conformance/programs/program-test-expected.txt: Removed.
3031 * webgl/conformance/programs/program-test.html: Removed.
3032 * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
3033 * webgl/conformance/reading/read-pixels-test.html: Removed.
3034 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
3035 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
3036 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
3037 * webgl/conformance/rendering/gl-scissor-test.html: Removed.
3038 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
3039 * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
3040 * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
3041 * webgl/conformance/rendering/multisample-corruption.html: Removed.
3042 * webgl/conformance/rendering/point-size-expected.txt: Removed.
3043 * webgl/conformance/rendering/point-size.html: Removed.
3044 * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
3045 * webgl/conformance/state/gl-object-get-calls.html: Removed.
3046 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
3047 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
3048 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
3049 * webgl/conformance/textures/gl-pixelstorei.html: Removed.
3050 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
3051 * webgl/conformance/textures/origin-clean-conformance.html: Removed.
3052 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
3053 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
3054 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
3055 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
3056 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
3057 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
3058 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
3059 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
3060 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
3061 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
3062 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
3063 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
3064 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
3065 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
3066 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
3067 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
3068 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
3069 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
3070 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
3071 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
3072 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
3073 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
3074 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
3075 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
3076 * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
3077 * webgl/conformance/textures/texture-active-bind-2.html: Removed.
3078 * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
3079 * webgl/conformance/textures/texture-active-bind.html: Removed.
3080 * webgl/conformance/textures/texture-mips-expected.txt: Removed.
3081 * webgl/conformance/textures/texture-mips.html: Removed.
3082 * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
3083 * webgl/conformance/textures/texture-npot-video.html: Removed.
3084 * webgl/conformance/textures/texture-size-expected.txt: Removed.
3085 * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
3086 * webgl/conformance/textures/texture-size-limit.html: Removed.
3087 * webgl/conformance/textures/texture-size.html: Removed.
3088 * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
3089 * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
3090 * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
3091 * webgl/conformance/uniforms/uniform-default-values.html: Removed.
3092 * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
3093 * webgl/conformance/uniforms/uniform-location.html: Removed.
3094 * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
3095 * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
3096 * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
3097 * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
3098 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
3099 * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Removed.
3100 * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
3101 * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Removed.
3102 * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
3103 * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Removed.
3104 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
3105 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
3106 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
3107 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
3108 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
3109 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
3110 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
3111 * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Removed.
3112 * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
3113 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
3114 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
3115 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
3116 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
3117 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
3118 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
3119 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
3120 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
3121 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
3122 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
3123 * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
3124 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
3125 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
3126 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
3127 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
3128 * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
3129 * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
3130 * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
3131 * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
3132 * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
3133 * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
3134 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
3135 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
3136 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
3137 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
3138 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
3139 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
3140 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
3141 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
3142 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Removed.
3143 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
3144 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
3145 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
3146 * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
3147 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
3148 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
3149 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
3150 * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
3151 * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Removed.
3152 * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
3153 * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
3154 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Removed.
3155 * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
3156 * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
3157 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
3158 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
3159 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
3160 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
3161 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
3162 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
3163 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
3164 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
3165 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
3166 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
3167 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
3168 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
3169 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
3170 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
3171 * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
3172 * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
3173 * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Removed.
3174 * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
3175 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
3176 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Removed.
3177 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
3178 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
3180 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
3182 [Qt] Unreviewed gardening. Skip failing WebGL tests.
3184 * platform/qt/TestExpectations:
3186 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
3188 Unreviewed, rolling out r142067.
3189 http://trac.webkit.org/changeset/142067
3190 https://bugs.webkit.org/show_bug.cgi?id=109147
3192 adding Slow modifier did not help completely (Requested by
3195 * platform/chromium/TestExpectations:
3197 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
3199 Unreviewed GTK gardening.
3201 Expanding failure expectation for fast/dom/Window/slow-unload-handler.html.
3202 Adding failure expectation for the new fast/css/negative-text-indent-in-inline-block.html
3205 * platform/gtk/TestExpectations:
3207 2013-02-03 Kentaro Hara <haraken@chromium.org>
3209 WebKit's focus events are UIEvents (instead of FocusEvent) and thus don't expose .relatedTarget
3210 https://bugs.webkit.org/show_bug.cgi?id=76216
3212 Reviewed by Eric Seidel.
3214 Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-FocusEvent
3216 This patch creates a new FocusEvent class with a relatedTarget attribute.
3217 Now when focusin or focusout events are dispatched, a FocusEvent is created with
3218 the relatedTarget attribute set accordingly.
3220 * fast/dom/shadow/shadow-boundary-events-expected.txt:
3221 * fast/dom/shadow/shadow-boundary-events.html:
3222 * fast/events/related-target-focusevent-expected.txt: Added.
3223 * fast/events/related-target-focusevent.html: Added.
3225 2013-02-06 Mike West <mkwst@chromium.org>
3227 Entity-header extension headers honored on 304 responses.
3228 https://bugs.webkit.org/show_bug.cgi?id=72414
3230 Reviewed by Alexey Proskuryakov.
3232 * http/tests/security/XFrameOptions/resources/nph-cached-xfo.pl: Added.
3233 * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: Added.
3234 * http/tests/security/XFrameOptions/x-frame-options-cached.html: Added.
3235 * http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt: Added.
3236 * http/tests/security/contentSecurityPolicy/cached-frame-csp.html: Added.
3237 * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: Added.
3238 * http/tests/security/xssAuditor/cached-frame-expected.txt: Added.
3239 * http/tests/security/xssAuditor/cached-frame.html: Added.
3240 * http/tests/security/xssAuditor/resources/nph-cached.pl: Added.
3242 2013-02-06 Matt Falkenhagen <falken@chromium.org>
3244 Unreviewed gardening. Marking all webgl/conformance tests as slow.
3246 * platform/chromium/TestExpectations:
3248 2013-02-06 Tom Sepez <tsepez@chromium.org>
3250 document.referrer leakage with XSS Auditor page block
3251 https://bugs.webkit.org/show_bug.cgi?id=109089
3253 Reviewed by Adam Barth.
3255 Test prints the referrer to show it isn't leaked.
3257 * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
3258 * http/tests/security/xssAuditor/full-block-script-tag.html:
3260 2013-02-06 Matt Falkenhagen <falken@chromium.org>
3262 Unreviewed gardening. Marking gl-vertexattribpointer.html as slow.
3264 * platform/chromium/TestExpectations:
3266 2013-02-06 Gregg Tavares <gman@chromium.org>
3268 Adds failing WebGL Conformance Tests.
3269 https://bugs.webkit.org/show_bug.cgi?id=109075
3271 Reviewed by Kenneth Russell.
3273 * platform/chromium/TestExpectations:
3274 * platform/mac/TestExpectations:
3275 * platform/win/TestExpectations:
3276 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
3277 * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
3278 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
3279 * webgl/conformance/canvas/buffer-preserve-test.html: Added.
3280 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
3281 * webgl/conformance/canvas/drawingbuffer-test.html: Added.
3282 * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
3283 * webgl/conformance/canvas/to-data-url-test.html: Added.
3284 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
3285 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
3286 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
3287 * webgl/conformance/context/context-creation-and-destruction.html: Added.
3288 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
3289 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
3290 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
3291 * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
3292 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
3293 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
3294 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
3295 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
3296 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
3297 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
3298 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
3299 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
3300 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
3301 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
3302 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
3303 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
3304 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
3305 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
3306 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
3307 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
3308 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
3309 * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
3310 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
3311 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
3312 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
3313 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
3314 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
3315 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
3316 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
3317 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
3318 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
3319 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
3320 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
3321 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
3322 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
3323 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
3324 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
3325 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
3326 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
3327 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
3328 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
3329 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
3330 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
3331 * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
3332 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
3333 * webgl/conformance/more/functions/copyTexImage2D.html: Added.
3334 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
3335 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
3336 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
3337 * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
3338 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
3339 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
3340 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
3341 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
3342 * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
3343 * webgl/conformance/more/functions/drawArrays.html: Added.
3344 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
3345 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
3346 * webgl/conformance/more/functions/drawElements-expected.txt: Added.
3347 * webgl/conformance/more/functions/drawElements.html: Added.
3348 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
3349 * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
3350 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
3351 * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
3352 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
3353 * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
3354 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
3355 * webgl/conformance/more/functions/texImage2DHTML.html: Added.
3356 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
3357 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
3358 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
3359 * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
3360 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
3361 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
3362 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
3363 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
3364 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
3365 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
3366 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
3367 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
3368 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
3369 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
3370 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
3371 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
3372 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
3373 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
3374 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
3375 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
3376 * webgl/conformance/programs/program-test-expected.txt: Added.
3377 * webgl/conformance/programs/program-test.html: Added.
3378 * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
3379 * webgl/conformance/reading/read-pixels-test.html: Added.
3380 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
3381 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
3382 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
3383 * webgl/conformance/rendering/gl-scissor-test.html: Added.
3384 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
3385 * webgl/conformance/rendering/more-than-65536-indices.html: Added.
3386 * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
3387 * webgl/conformance/rendering/multisample-corruption.html: Added.
3388 * webgl/conformance/rendering/point-size-expected.txt: Added.
3389 * webgl/conformance/rendering/point-size.html: Added.
3390 * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
3391 * webgl/conformance/state/gl-object-get-calls.html: Added.
3392 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
3393 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
3394 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
3395 * webgl/conformance/textures/gl-pixelstorei.html: Added.
3396 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
3397 * webgl/conformance/textures/origin-clean-conformance.html: Added.
3398 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
3399 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
3400 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
3401 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
3402 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
3403 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
3404 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
3405 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
3406 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
3407 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
3408 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
3409 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
3410 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
3411 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
3412 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
3413 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
3414 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
3415 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.