1 2013-02-12 Zan Dobersek <zdobersek@igalia.com>
3 [GTK] Enable CSS Variables feature in development builds
4 https://bugs.webkit.org/show_bug.cgi?id=109474
6 Reviewed by Martin Robinson.
8 * platform/gtk/TestExpectations: Remove the expectations for tests that now pass.
10 2013-02-12 Sheriff Bot <webkit.review.bot@gmail.com>
12 Unreviewed, rolling out r142531.
13 http://trac.webkit.org/changeset/142531
14 https://bugs.webkit.org/show_bug.cgi?id=109569
16 Causes html5lib/run-template layout test to crash. (Requested
17 by atwilson_ on #webkit).
19 * html5lib/resources/template.dat:
21 2013-02-12 Zan Dobersek <zdobersek@igalia.com>
23 [GTK] Enable CSS image-set support in development builds
24 https://bugs.webkit.org/show_bug.cgi?id=109475
26 Reviewed by Martin Robinson.
28 * platform/gtk/TestExpectations: Reclassify two failures that now fail due to
29 cursor images not loading while the other expectations are removed as the tests
31 * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Removed. The generic
32 expectation now matches the test output.
34 2013-02-12 Zan Dobersek <zdobersek@igalia.com>
36 [GTK] Enable DOM4 events constructors in development builds
37 https://bugs.webkit.org/show_bug.cgi?id=109471
39 Reviewed by Martin Robinson.
41 * platform/gtk/TestExpectations: Remove the failure expectations, the related
44 2013-02-12 Andrey Kosyakov <caseq@chromium.org>
46 Unreviewed -- suppress stray console message that emerged after r142486.
48 * inspector/extensions/extensions-events.html:
50 2013-02-12 Ryosuke Niwa <rniwa@webkit.org>
52 REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
53 https://bugs.webkit.org/show_bug.cgi?id=109557
55 Build fix. Also move this test into platform/mac as done in r142559.
57 * fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
58 * fast/dom/Element/id-in-deletebutton.html: Removed.
59 * platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
60 * platform/chromium/TestExpectations:
61 * platform/efl/TestExpectations:
62 * platform/gtk/TestExpectations:
63 * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton-expected.txt.
64 * platform/mac/editing/deleting/id-in-deletebutton.html: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton.html.
65 * platform/win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
66 * platform/wincairo/TestExpectations:
67 * platform/wk2/TestExpectations:
69 2013-02-12 Andrey Lushnikov <lushnikov@chromium.org>
71 Web Inspector: move showWhitespace option into experiments
72 https://bugs.webkit.org/show_bug.cgi?id=109552
74 Reviewed by Vsevolod Vlasov.
76 Fix layout test to switch on experiment instead of toggling one of the
79 * inspector/editor/text-editor-show-whitespace-expected.txt:
80 * inspector/editor/text-editor-show-whitespace.html:
82 2013-02-11 Yury Semikhatsky <yurys@chromium.org>
84 Web Inspector: stack trace is cut at native bind if inspector is closed
85 https://bugs.webkit.org/show_bug.cgi?id=109427
87 Reviewed by Pavel Feldman.
89 Test that stack trace for uncaught exceptions is collected when inspector
92 * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
93 * http/tests/inspector-enabled/console-exception-while-no-inspector.html: Added.
94 * platform/chromium/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
96 2013-02-12 Jochen Eisinger <jochen@chromium.org>
98 [chromium] move webrtc mocks to testrunner library
99 https://bugs.webkit.org/show_bug.cgi?id=109041
101 Reviewed by Adam Barth.
103 Temporarily disable two WebRTC tests that fail due to a bug in
104 webkit_support's getCurrentTimeMillsecond.
106 * platform/chromium/TestExpectations:
108 2013-02-12 Kent Tamura <tkent@chromium.org>
110 INPUT_MULTIPLE_FIELDS_UI: Mouse click not on sub-fields in multiple fields input should not move focus
111 https://bugs.webkit.org/show_bug.cgi?id=109544
113 Reviewed by Kentaro Hara.
115 * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt:
116 * fast/forms/time-multiple-fields/time-multiple-fields-focus.html:
117 Add test to click a delimiter.
119 2013-02-11 KwangYong Choi <ky0.choi@samsung.com>
121 [EFL] Remove webintents from TestExpectations
122 https://bugs.webkit.org/show_bug.cgi?id=109537
124 Unreviewed. webintents tests no longer exist.
126 * platform/efl/TestExpectations:
128 2013-02-11 Viatcheslav Ostapenko <sl.ostapenko@samsung.com>
130 [EFL][WebGL] WebGL content is not painted after resizing the viewport.
131 https://bugs.webkit.org/show_bug.cgi?id=106358
133 Reviewed by Noam Rosenthal.
135 Add test checking that canvas painting is correct if layer parameters were changed,
136 but webgl canvas didn't change.
138 * fast/canvas/webgl/webgl-layer-update-expected.png: Added.
139 * fast/canvas/webgl/webgl-layer-update-expected.txt: Added.
140 * fast/canvas/webgl/webgl-layer-update.html: Added.
142 2013-02-11 KwangYong Choi <ky0.choi@samsung.com>
144 [EFL] Some placeholder paint order tests are passing now
145 https://bugs.webkit.org/show_bug.cgi?id=109164
147 Unreviewed efl gardening.
149 fast/forms/input-placeholder-paint-order.html and
150 fast/forms/textarea/textarea-placeholder-paint-order.html are passing now.
152 RenderTheme::shouldShowPlaceholderWhenFocused() returns true by r127723
153 and the expectations are added by r140149.
155 * platform/efl/TestExpectations:
157 2013-02-11 KwangYong Choi <ky0.choi@samsung.com>
159 [EFL] Remove editing/deleting/deletionUI-single-instance.html from TestExpectations
160 https://bugs.webkit.org/show_bug.cgi?id=109538
162 Unreviewed. This test is removed by r142559.
164 * platform/efl/TestExpectations:
166 2013-02-11 Eric Carlson <eric.carlson@apple.com>
168 [Mac] Track language selection should be sticky
169 https://bugs.webkit.org/show_bug.cgi?id=109466
171 Reviewed by Dean Jackson.
173 * media/track/track-user-preferences-expected.txt: Added.
174 * media/track/track-user-preferences.html: Added.
176 * platform/chromium/TestExpectations: Skip new test, it depends on the track menu.
177 * platform/efl/TestExpectations: Ditto.
178 * platform/gtk/TestExpectations: Ditto.
179 * platform/qt/TestExpectations: Ditto.
180 * platform/win/TestExpectations: Ditto.
182 2013-02-11 Keishi Hattori <keishi@webkit.org>
184 REGRESSION (r140778):Calendar Picker buttons are wrong when rtl
185 https://bugs.webkit.org/show_bug.cgi?id=109158
187 Reviewed by Kent Tamura.
189 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
190 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
191 * platform/chromium/TestExpectations:
192 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.txt: Added.
193 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html: Added.
195 2013-02-11 Ryosuke Niwa <rniwa@webkit.org>
197 Move deletionUI tests into platform/mac
198 https://bugs.webkit.org/show_bug.cgi?id=109517
200 Reviewed by Benjamin Poulain.
202 Moved deletionUI tests into platform/mac since Mac is the only port that ships this feature.
204 * editing/deleting/5408255-expected.txt: Removed.
205 * editing/deleting/5408255.html: Removed.
206 * editing/deleting/deletionUI-single-instance.html: Removed.
207 * platform/chromium/editing/deleting/deletionUI-single-instance-expected.png: Removed.
208 * platform/chromium/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
209 * platform/efl/TestExpectations:
210 * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Copied from LayoutTests/editing/deleting/5408255-expected.txt.
211 * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Copied from LayoutTests/editing/deleting/5408255.html.
212 * platform/mac/editing/deleting/deletionUI-single-instance.html: Copied from LayoutTests/editing/deleting/deletionUI-single-instance.html.
213 * platform/qt-mac/TestExpectations:
214 * platform/qt/editing/deleting/deletionUI-single-instance-expected.png: Removed.
215 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
216 * platform/win/TestExpectations:
217 * platform/wincairo/TestExpectations:
218 * platform/wk2/TestExpectations:
220 2013-02-11 Adam Barth <abarth@webkit.org>
222 Load event fires too early with threaded HTML parser (take 2)
223 https://bugs.webkit.org/show_bug.cgi?id=109485
225 Reviewed by Eric Seidel.
227 This patch also fixes a bug whereby removing an iframe during the load
228 event would trigger DumpRenderTree to dump the test in the middle of
229 the load event. We now wait until the load event is over.
231 * compositing/iframes/remove-iframe-crash-expected.txt:
232 * fast/frames/iframe-access-screen-of-deleted-expected.txt:
233 * fast/frames/remove-frame-during-load-event-expected.txt: Added.
234 * fast/frames/remove-frame-during-load-event.html: Added.
235 * http/tests/misc/xslt-bad-import-expected.txt:
237 2013-02-11 Nico Weber <thakis@chromium.org>
239 Remove web intents code
240 https://bugs.webkit.org/show_bug.cgi?id=109501
242 Reviewed by Eric Seidel.
244 See thread "Removing ENABLE(WEB_INTENTS) code" on webkit-dev.
246 * webintents/intent-tag-expected.txt: Removed.
247 * webintents/intent-tag.html: Removed.
248 * webintents/resources/pass.html: Removed.
249 * webintents/resources/web-intents-reload-orig.html: Removed.
250 * webintents/resources/web-intents-testing.js: Removed.
251 * webintents/web-intents-api-expected.txt: Removed.
252 * webintents/web-intents-api.html: Removed.
253 * webintents/web-intents-delivery-expected.txt: Removed.
254 * webintents/web-intents-delivery-reuse-expected.txt: Removed.
255 * webintents/web-intents-delivery-reuse.html: Removed.
256 * webintents/web-intents-delivery.html: Removed.
257 * webintents/web-intents-failure-expected.txt: Removed.
258 * webintents/web-intents-failure.html: Removed.
259 * webintents/web-intents-invoke-expected.txt: Removed.
260 * webintents/web-intents-invoke-port-expected.txt: Removed.
261 * webintents/web-intents-invoke-port.html: Removed.
262 * webintents/web-intents-invoke.html: Removed.
263 * webintents/web-intents-obj-constructor-expected.txt: Removed.
264 * webintents/web-intents-obj-constructor.html: Removed.
265 * webintents/web-intents-reload-expected.txt: Removed.
266 * webintents/web-intents-reload.html: Removed.
267 * webintents/web-intents-reply-expected.txt: Removed.
268 * webintents/web-intents-reply.html: Removed.
270 2013-02-11 Stephen Chenney <schenney@chromium.org>
272 SVG DOM manipulation crash
273 https://bugs.webkit.org/show_bug.cgi?id=108709
275 Reviewed by Eric Seidel.
277 Adding a test for the case where an SVG <use> tree is rebuild due to
278 one event listener and a subsequent listener tries to access it. This
279 does not crash in WebKit but has caused problems in browser code where
280 the listener tries to access and use toNode on the target of the
281 event. The test prevents regressions and gives automated security
282 tests something to work on.
284 * svg/custom/use-listener-append-crash-expected.txt: Added.
285 * svg/custom/use-listener-append-crash.html: Added.
287 2013-02-11 Filip Pizlo <fpizlo@apple.com>
289 Strange bug in DFG OSR in JSC
290 https://bugs.webkit.org/show_bug.cgi?id=109491
292 Reviewed by Mark Hahnenberg.
294 Added one version of the test (dfg-int32-to-double-on-set-local-and-exit) that is based
295 exactly on Gabor's original test, and another that ought to fail even if I fix other bugs
296 in the future (see https://bugs.webkit.org/show_bug.cgi?id=109511).
298 * fast/js/dfg-int32-to-double-on-set-local-and-exit-expected.txt: Added.
299 * fast/js/dfg-int32-to-double-on-set-local-and-exit.html: Added.
300 * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt: Added.
301 * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit.html: Added.
302 * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-exit.js: Added.
308 * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-sometimes-exit.js: Added.
315 2013-02-11 Emil A Eklund <eae@chromium.org>
317 Change RenderFrameSet::paint to use m-rows/m_cols directly.
318 https://bugs.webkit.org/show_bug.cgi?id=108503
320 Reviewed by Eric Seidel.
322 Add test for how we render an invalid frameset.
324 * fast/frames/invalid-frameset-expected.html: Added.
325 * fast/frames/invalid-frameset.html: Added.
327 2013-02-11 Rafael Weinstein <rafaelw@chromium.org>
329 [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
330 https://bugs.webkit.org/show_bug.cgi?id=109338
332 Reviewed by Adam Barth.
334 * html5lib/resources/template.dat:
336 2013-02-11 Bem Jones-Bey <bjonesbe@adobe.com>
338 [CSS Exclusions] Handle shape-outside changing a float's overhang behavior
339 https://bugs.webkit.org/show_bug.cgi?id=106927
341 Reviewed by Julien Chaffraix.
343 This is also tested by the existing tests for shape outside on floats positioning.
345 * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang-expected.html: Added.
346 * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html: Added.
348 2013-02-11 Tim Horton <timothy_horton@apple.com>
350 FrameView::setScrollPosition should clamp scroll position before handing it to
351 ScrollingCoordinator instead of depending on ScrollView to do this
352 https://bugs.webkit.org/show_bug.cgi?id=109497
353 <rdar://problem/12631789>
355 Reviewed by Simon Fraser.
357 Adjust some test results which previously expected out-of-bounds scrolling to happen.
359 Add a test that ensures that out-of-bounds scrolling doesn't happen.
361 * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls-expected.txt: Added.
362 * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html: Added.
363 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt:
364 * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt:
365 * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt:
366 * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
368 2013-02-11 Adam Barth <abarth@webkit.org>
370 The threaded HTML parser should pass all the fast/parser tests
371 https://bugs.webkit.org/show_bug.cgi?id=109486
373 Reviewed by Tony Gentilcore.
375 * fast/parser/document-close-iframe-load-partial-entity-expected.txt: Added.
376 * fast/parser/document-close-iframe-load-partial-entity.html: Added.
378 2013-02-11 Julien Chaffraix <jchaffraix@webkit.org>
380 Unreviewed Chromium rebaselining after r142500.
382 * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
383 * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png:
384 * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
385 * platform/chromium-mac/fast/repaint/selection-after-remove-expected.png:
386 * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
387 Slight painting regression that brings us back to pre-r132591 baselines.
389 2013-02-11 Joshua Bell <jsbell@chromium.org>
391 IndexedDB: database connections don't close after versionchange transaction aborts
392 https://bugs.webkit.org/show_bug.cgi?id=102298
394 Reviewed by Tony Chang.
396 Added dedicated test, updated tests dependent on buggy behavior.
398 * storage/indexeddb/aborted-versionchange-closes-expected.txt: Added.
399 * storage/indexeddb/aborted-versionchange-closes.html: Added.
400 * storage/indexeddb/lazy-index-population-expected.txt:
401 * storage/indexeddb/lazy-index-population.html: Remove manual closing.
402 * storage/indexeddb/objectstore-basics-expected.txt:
403 * storage/indexeddb/objectstore-basics-workers-expected.txt:
404 * storage/indexeddb/resources/aborted-versionchange-closes.js: Added.
405 * storage/indexeddb/resources/objectstore-basics.js: Removed dependency on bug.
407 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
409 [EFL] fast/forms/number/number-l10n-input.html is failing
410 https://bugs.webkit.org/show_bug.cgi?id=109440
412 Reviewed by Laszlo Gombos.
414 Unskip fast/forms/number/number-l10n-input.html on EFL port
417 * platform/efl/TestExpectations:
419 2013-02-11 Adam Barth <abarth@webkit.org>
421 Remove failure expectation now that this test is passing.
423 * platform/chromium/TestExpectations:
425 2013-02-11 Benjamin Poulain <benjamin@webkit.org>
427 Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings
428 https://bugs.webkit.org/show_bug.cgi?id=109349
430 Reviewed by Sam Weinig.
432 Update the tests to use InternalSettings.
434 * fast/dom/timer-increase-min-interval-and-reset-part-1.html:
435 * fast/dom/timer-increase-min-interval-repeating.html:
436 * fast/dom/timer-increase-min-interval.html:
437 * fast/dom/timer-increase-then-decrease-min-interval-repeating.html:
438 * fast/dom/timer-increase-then-decrease-min-interval.html:
440 2013-02-11 Mike West <mkwst@chromium.org>
442 CSP reports for blocked 'data:' URLs should report the scheme only.
443 https://bugs.webkit.org/show_bug.cgi?id=109429
445 Reviewed by Adam Barth.
447 * http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
448 * http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html: Added.
450 2013-02-11 Julien Chaffraix <jchaffraix@webkit.org>
452 Regression(r131539): Heap-use-after-free in WebCore::RenderBlock::willBeDestroyed
453 https://bugs.webkit.org/show_bug.cgi?id=107189
455 Reviewed by Abhishek Arya.
457 * fast/dynamic/continuation-detach-crash-expected.txt: Added.
458 * fast/dynamic/continuation-detach-crash.html: Added.
460 2013-02-11 Tony Chang <tony@chromium.org>
462 Move setFrameFlatteningEnabled from layoutTestController to window.internals.settings
463 https://bugs.webkit.org/show_bug.cgi?id=87149
465 Reviewed by Simon Fraser.
467 Update tests to use internal.settings.setFrameFlatteningEnabled, which is automatically
468 generated from Settings.in.
469 Add a Mac only test that uses overridePreference to test the API.
471 * fast/frames/flattening/crash-svg-document.html:
472 * fast/frames/flattening/frameset-flattening-advanced.html:
473 * fast/frames/flattening/frameset-flattening-grid.html:
474 * fast/frames/flattening/frameset-flattening-simple.html:
475 * fast/frames/flattening/frameset-flattening-subframe-resize.html:
476 * fast/frames/flattening/frameset-flattening-subframesets.html:
477 * fast/frames/flattening/iframe-flattening-crash.html:
478 * fast/frames/flattening/iframe-flattening-fixed-height.html:
479 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
480 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
481 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
482 * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
483 * fast/frames/flattening/iframe-flattening-fixed-width.html:
484 * fast/frames/flattening/iframe-flattening-nested.html:
485 * fast/frames/flattening/iframe-flattening-offscreen.html:
486 * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
487 * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
488 * fast/frames/flattening/iframe-flattening-out-of-view.html:
489 * fast/frames/flattening/iframe-flattening-selection-crash.html:
490 * fast/frames/flattening/iframe-flattening-simple.html:
491 * fast/frames/flattening/iframe-tiny.html:
492 * fast/spatial-navigation/snav-iframe-flattening-simple.html:
493 * fast/text-autosizing/narrow-iframe-flattened.html:
494 * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
495 * platform/chromium/TestExpectations: Chromium doesn't use frame flattening on mobile either.
496 * plugins/frameset-with-plugin-frame.html:
497 * fast/frames/flattening/crash-svg-document.html:
498 * fast/frames/flattening/frameset-flattening-advanced.html:
499 * fast/frames/flattening/frameset-flattening-grid.html:
500 * fast/frames/flattening/frameset-flattening-simple.html:
501 * fast/frames/flattening/frameset-flattening-subframe-resize.html:
502 * fast/frames/flattening/frameset-flattening-subframesets.html:
503 * fast/frames/flattening/iframe-flattening-crash.html:
504 * fast/frames/flattening/iframe-flattening-fixed-height.html:
505 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
506 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
507 * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
508 * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
509 * fast/frames/flattening/iframe-flattening-fixed-width.html:
510 * fast/frames/flattening/iframe-flattening-nested.html:
511 * fast/frames/flattening/iframe-flattening-offscreen.html:
512 * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
513 * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
514 * fast/frames/flattening/iframe-flattening-out-of-view.html:
515 * fast/frames/flattening/iframe-flattening-selection-crash.html:
516 * fast/frames/flattening/iframe-flattening-simple.html:
517 * fast/frames/flattening/iframe-tiny.html:
518 * fast/spatial-navigation/snav-iframe-flattening-simple.html:
519 * fast/text-autosizing/narrow-iframe-flattened.html:
520 * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
521 * platform/chromium/TestExpectations:
522 * platform/mac/fast/frames/flattening/set-preference-expected.txt: Added.
523 * platform/mac/fast/frames/flattening/set-preference.html: Added.
524 * plugins/frameset-with-plugin-frame.html:
526 2013-02-11 Adam Barth <abarth@webkit.org>
528 document.write during window.onload can trigger DumpRenderTree to dump the render tree
529 https://bugs.webkit.org/show_bug.cgi?id=109465
531 Reviewed by Eric Seidel.
533 * fast/parser/document-write-during-load-expected.txt: Added.
534 * fast/parser/document-write-during-load.html: Added.
536 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
538 Unreviewed EFL gardening.
540 Mark fast/flexbox/line-clamp-link-after-ellipsis.html as failing
541 on EFL port. This test was introduced in r142335.
543 * platform/efl/TestExpectations:
545 2013-02-11 Andrey Kosyakov <caseq@chromium.org>
547 Web Inspector: Timeline: invalidate and force locations are same for Layout records caused by style recalculaiton
548 https://bugs.webkit.org/show_bug.cgi?id=109294
550 Reviewed by Pavel Feldman.
552 * inspector/timeline/timeline-layout-reason-expected.txt: Added.
553 * inspector/timeline/timeline-layout-reason.html: Added.
554 * inspector/timeline/timeline-test.js:
555 (initialize_Timeline.step2):
556 (initialize_Timeline.InspectorTest.evaluateWithTimeline): Extracted "performActions" step from performActionsAndPrint()
557 (initialize_Timeline.):
558 (initialize_Timeline.InspectorTest.performActionsAndPrint):
559 (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
560 (initialize_Timeline.InspectorTest.findPresentationRecord):
562 2013-02-01 Andrey Kosyakov <caseq@chromium.org>
564 Web Inspector: [Extension API] adjust inspectedWindow.eval() callback parameters to expose non-exceptional error
565 https://bugs.webkit.org/show_bug.cgi?id=108640
567 Reviewed by Vsevolod Vlasov.
569 Rebase tests following change in exception parameter to inspectedWindow.eval() callback.
571 * inspector/extensions/extensions-eval-expected.txt:
572 * inspector/extensions/extensions-eval.html:
573 * inspector/extensions/extensions-sidebar-expected.txt:
575 2013-02-11 Andrey Kosyakov <caseq@chromium.org>
577 Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API
578 https://bugs.webkit.org/show_bug.cgi?id=109443
580 Reviewed by Vsevolod Vlasov.
582 - replace additional message ports used for evaluating code in front-end with normal extension transport.
584 * http/tests/inspector/extensions-test.js:
585 (initialize_ExtensionsTest.window.buildPlatformExtensionAPI):
586 (initialize_ExtensionsTest.InspectorTest._replyToExtension):
587 (initialize_ExtensionsTest.onEvaluate):
588 * http/tests/inspector/resources/extension-main.js:
589 * inspector/extensions/extensions-audits.html:
591 2013-02-11 Joshua Bell <jsbell@chromium.org>
593 [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler
594 https://bugs.webkit.org/show_bug.cgi?id=108670
596 Reviewed by Kentaro Hara.
598 * storage/indexeddb/database-wrapper-expected.txt: Added.
599 * storage/indexeddb/database-wrapper.html: Added.
600 * storage/indexeddb/resources/database-wrapper.js: Added.
604 (openSuccess.get request.onsuccess):
611 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
613 Unreviewed EFL gardening.
615 Skip fast/forms/number/number-l10n-input.html that was added in r142122
616 but fails on EFL port.
618 * platform/efl/TestExpectations:
620 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
622 Unreviewed revert test fix attempt and skip it.
624 * inspector/editor/text-editor-home-button.html:
625 * platform/chromium/TestExpectations:
627 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
629 Web Inspector: WebInspector.Project refactorings.
630 https://bugs.webkit.org/show_bug.cgi?id=109433
632 Reviewed by Alexander Pavlov.
634 * inspector/debugger/live-edit-breakpoints.html:
635 * inspector/uisourcecode-revisions.html:
637 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
639 Unreviewed EFL gardening.
641 - Rebaseline fast/dynamic/002.html on EFL port after r142015.
642 - Skip several compositing test cases that started failing after r142112.
643 - Skip several new Kronos WebGL conformance tests that are failing on EFL WK2.
645 * platform/efl-wk2/TestExpectations:
646 * platform/efl/fast/dynamic/002-expected.png:
647 * platform/efl/fast/dynamic/002-expected.txt:
649 2013-02-11 Zan Dobersek <zdobersek@igalia.com>
651 Unreviewed GTK gardening.
653 * platform/gtk/TestExpectations: Adding a failure expectation for the
654 cssom/cssvalue-comparison.html, the test was added in r142444 and is failing
655 due to CSS image-set functionality not yet enabled in the GTK port.
657 2013-02-11 Alexei Filippov <alph@chromium.org>
659 Web Inspector: Split Profiler domain in protocol into Profiler and HeapProfiler
660 https://bugs.webkit.org/show_bug.cgi?id=108653
662 Reviewed by Yury Semikhatsky.
664 Currently CPU and heap profilers share the same domain 'Profiler' in the protocol.
665 In fact these two profile types have not too much in common. So put each into its own domain.
666 It should also help when Profiles panel gets split into several tools.
667 This is the phase 1 which adds InspectorHeapProfilerAgent but doesn't
668 change the original InspectorProfilerAgent.
670 * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js:
671 (InspectorTest.takeHeapSnapshot.InspectorTest.eventHandler.string_appeared_here):
672 (InspectorTest.takeHeapSnapshot):
673 * inspector-protocol/nmi-webaudio-leak-test.html:
674 * inspector/profiler/heap-snapshot-get-profile-crash.html:
675 * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
676 * inspector/profiler/heap-snapshot-loader.html:
677 * inspector/profiler/heap-snapshot-test.js:
678 (initialize_HeapSnapshotTest):
680 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
682 Unreviewed EFL gardening.
684 Rebaseline EFL expectation for fast/js/global-constructors.html after
687 * platform/efl/fast/js/global-constructors-expected.txt:
689 2013-02-11 Vsevolod Vlasov <vsevik@chromium.org>
691 Unreviewed r142439 follow-up: test fix.
693 * inspector/editor/text-editor-home-button.html:
695 2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com>
697 Unreviewed EFL gardening.
699 Mark 2 webgl/conformance test cases as crashing on EFL WK2.
701 * platform/efl-wk2/TestExpectations:
703 2013-02-11 Kentaro Hara <haraken@chromium.org>
705 Unreviewed gardening. Marked editing/spelling/spellcheck-async.html
708 * platform/chromium/TestExpectations:
710 2013-02-11 Kentaro Hara <haraken@chromium.org>
712 Unreviewed gardening. Added [Timeout] to http/tests/misc/window-dot-stop.html.
714 * platform/chromium/TestExpectations:
716 2013-02-11 Zan Dobersek <zdobersek@igalia.com>
718 Unreviewed GTK gardening.
720 Adjusted expectations for two flaky crashers.
721 Removed failure expectations for tests that pass.
723 * platform/gtk/TestExpectations:
725 2013-02-11 Alexander Pavlov <apavlov@chromium.org>
727 Web Inspector: Implement position-based sourcemapping for stylesheets
728 https://bugs.webkit.org/show_bug.cgi?id=109168
730 Added test for the stylesheet source mappings, followed the API changes,
731 removed RangeBasedSourceMap tests as this type of sourcemap is gone.
733 Reviewed by Vsevolod Vlasov.
735 * http/tests/inspector/compiler-script-mapping-expected.txt:
736 * http/tests/inspector/compiler-script-mapping.html:
737 * http/tests/inspector/resources/example.css.map: Added.
738 * http/tests/inspector/resources/example.scss: Added.
739 * http/tests/inspector/stylesheet-source-mapping-expected.txt: Added.
740 * http/tests/inspector/stylesheet-source-mapping.html: Added.
741 * inspector/styles/range-based-mapping-expected.txt: Removed.
742 * inspector/styles/range-based-mapping.html: Removed.
744 2013-02-11 Alexander Shalamov <alexander.shalamov@intel.com>
746 Implement CSSValue::equals(const CSSValue&) to optimise CSSValue comparison
747 https://bugs.webkit.org/show_bug.cgi?id=102901
749 Reviewed by Antti Koivisto.
751 New layout test to verify that CSSValue objects comparison works properly.
753 * cssom/cssvalue-comparison-expected.txt: Added.
754 * cssom/cssvalue-comparison.html: Added.
756 2013-02-11 Kentaro Hara <haraken@chromium.org>
758 Unreviewed gardening. Mark svg/custom/foreign-object-skew.svg
759 as [ ImageOnlyFailure Pass ].
761 * platform/chromium/TestExpectations:
763 2013-02-11 John J. Barton <johnjbarton@chromium.org>
765 Web Inspector: Don't throw exceptions in WebInspector.Color
766 https://bugs.webkit.org/show_bug.cgi?id=104835
768 Reviewed by Vsevolod Vlasov.
770 Added case to test parsing 'none' from border style
772 * inspector/styles/styles-invalid-color-values-expected.txt:
773 * inspector/styles/styles-invalid-color-values.html:
775 2013-02-11 Andrey Lushnikov <lushnikov@chromium.org>
777 Web Inspector: home button behaviour is wrong in DTE
778 https://bugs.webkit.org/show_bug.cgi?id=109154
780 Reviewed by Vsevolod Vlasov.
782 Add layout test to verify home button behaviour. Exclude this test on
783 platforms that do not have eventSender object in test shell.
785 * inspector/editor/editor-test.js:
786 (initialize_EditorTests.lineWithCursor):
787 (initialize_EditorTests.InspectorTest.textWithSelection): Added helper method to add selection symbols in text.
788 * inspector/editor/text-editor-home-button-expected.txt: Added.
789 * inspector/editor/text-editor-home-button.html: Added.
790 * platform/efl/TestExpectations:
791 * platform/mac/TestExpectations:
792 * platform/qt/TestExpectations:
794 2013-02-11 Philippe Normand <pnormand@igalia.com>
796 Unreviewed, GTK gardening
798 * platform/gtk/TestExpectations: Flagging media tests affected
801 2013-02-11 Ádám Kallai <kadam@inf.u-szeged.hu>
803 [Qt] Unreviewed gardening. Skip faling test.
804 https://bugs.webkit.org/show_bug.cgi?id=109353.
806 * platform/qt/TestExpectations:
808 2013-02-10 Chris Fleizach <cfleizach@apple.com>
810 WebSpeech: Implement basic speaking/finished speaking behavior
811 https://bugs.webkit.org/show_bug.cgi?id=107135
813 Reviewed by Sam Weinig.
815 * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added.
816 * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added.
818 2013-02-10 Kentaro Hara <haraken@chromium.org>
820 Unreviewed gardening. Rebaselined an image.
822 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
824 2013-02-10 Kentaro Hara <haraken@chromium.org>
826 Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW.
828 * platform/chromium/TestExpectations:
830 2013-02-10 Kentaro Hara <haraken@chromium.org>
832 Unreviewed gardening. Rebaselined an image.
834 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
836 2013-02-10 Kentaro Hara <haraken@chromium.org>
838 Unreviewed gardening. Rebaselined an image.
840 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
842 2013-02-10 Kentaro Hara <haraken@chromium.org>
844 Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL.
846 * platform/chromium/TestExpectations:
848 2013-02-10 Kentaro Hara <haraken@chromium.org>
850 Unreviewed gardening. Rebaselined svg/custom/foreign-object-skew.svg.
852 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
854 2013-02-10 Tim Horton <timothy_horton@apple.com>
856 REGRESSION (r132422): Page content and scrollbars are incorrectly offset after restoring a page from the page cache
857 https://bugs.webkit.org/show_bug.cgi?id=109317
858 <rdar://problem/12649131>
860 Reviewed by Simon Fraser.
862 Add a test that ensures that scroll position is correctly restored for pages coming out of the page cache when tiled drawing is enabled.
864 * platform/mac-wk2/tiled-drawing/resources/go-back.html: Added.
865 * platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html: Added.
866 * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Added.
868 2013-02-10 Philippe Normand <pnormand@igalia.com>
870 Unreviewed, GTK gardening.
872 * platform/gtk/TestExpectations: Remove duplicate test expectation
873 for media/track/track-in-band-style.html.
875 2013-02-10 Philippe Normand <pnormand@igalia.com>
877 [GStreamer] media/video-controls-fullscreen-volume.html crashes
878 https://bugs.webkit.org/show_bug.cgi?id=108682
880 Reviewed by Martin Robinson.
882 * platform/gtk/TestExpectations: Unflag now passing tests.
884 2013-02-10 Kent Tamura <tkent@chromium.org>
886 [Chromium] Test expectation update
887 https://bugs.webkit.org/show_bug.cgi?id=109376
889 * platform/chromium/TestExpectations:
890 fast/frames/seamless/seamless-inherited-origin.html is failing on debug bots.
892 2013-02-10 Philippe Normand <pnormand@igalia.com>
894 Unreviewed, GTK gardening.
896 * platform/gtk/TestExpectations: Flag new failing media/track test.
898 2013-02-10 Kent Tamura <tkent@chromium.org>
900 [Chromium] Test expectation update
901 https://bugs.webkit.org/show_bug.cgi?id=92941
903 * platform/chromium/TestExpectations:
904 accessibility/loading-iframe-updates-axtree.html is [ Timeout ].
906 2013-02-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
908 Unreviewed EFL gardening.
910 Unskip fast/encoding/parser-tests-*.html tests now that the crashes
911 have been fixed by r142385.
913 * platform/efl-wk2/TestExpectations:
915 2013-02-09 James Robinson <jamesr@chromium.org>
919 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
920 * platform/chromium/TestExpectations:
922 2013-02-09 Dominic Mazzoni <dmazzoni@google.com>
924 fast/encoding/parser-tests-*.html tests sometimes crash
925 https://bugs.webkit.org/show_bug.cgi?id=108058
927 Reviewed by Chris Fleizach.
929 Make test less brittle by (1) giving the iframe an aria-role so
930 it's never ignored, and (2) using accessibilityElementById instead
931 of assuming an element is in a specific place in the AX tree.
933 * accessibility/loading-iframe-updates-axtree.html:
935 2013-02-09 Stephen Chenney <schenney@chromium.org>
937 [Chromium] Reverting earlier change now
939 Unreviewed expectations.
941 * platform/chromium/TestExpectations: Removed all the expectations added earlier.
943 2013-02-09 Philip Rogers <pdr@google.com>
945 Sanitize m_keyTimes for paced value animations
946 https://bugs.webkit.org/show_bug.cgi?id=108828
948 Reviewed by Dirk Schulze.
950 * svg/animations/animate-keytimes-crash-expected.html: Added.
951 * svg/animations/animate-keytimes-crash.html: Added.
953 2013-02-09 Stephen Chenney <schenney@chromium.org>
955 [Chromium] Trying to turn the build.webkit.org builders greener
957 Unreviewed expectations.
959 We seem to have an issue with build.webkit.org test bots and
960 Chromium.WebKit test bots doing different things. This is temporary
961 until we figure out what went wrong.
963 * platform/chromium/TestExpectations: Re-adding all the changes due to Skia flags.
965 2013-02-09 Kent Tamura <tkent@chromium.org>
967 Fix crash by img[ismap] with content property
968 https://bugs.webkit.org/show_bug.cgi?id=108702
970 Reviewed by Adam Barth.
972 * fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt: Added.
973 * fast/dom/HTMLAnchorElement/anchor-ismap-crash.html: Added.
975 2013-02-09 Kent Tamura <tkent@chromium.org>
977 [Chromium] Test expectation update.
979 * platform/chromium/TestExpectations:
980 Correct encrypted-media-v2-*.html expectation.
982 2013-02-09 Zan Dobersek <zdobersek@igalia.com>
984 Unreviewed GTK gardening.
986 * platform/gtk/TestExpectations: Adding a failure expectation for the test introduced in r142335.
988 2013-02-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
990 Unreviewed EFL gardening.
992 Rebaseline fast/text/international/bidi-ignored-for-first-child-inline.html
995 * platform/efl/TestExpectations:
996 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
997 * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
999 2013-02-09 Andrey Lushnikov <lushnikov@chromium.org>
1001 Web Inspector: show whitespace characters in DTE
1002 https://bugs.webkit.org/show_bug.cgi?id=108947
1004 Reviewed by Pavel Feldman.
1006 Add layout test to verify whitespace highlight functionality.
1008 * inspector/editor/text-editor-show-whitespace-expected.txt: Added.
1009 * inspector/editor/text-editor-show-whitespace.html: Added.
1011 2013-02-08 Eric Carlson <eric.carlson@apple.com>
1013 [Mac] respect in-band caption color
1014 https://bugs.webkit.org/show_bug.cgi?id=109203
1016 Reviewed by Dean Jackson.
1018 * media/track/track-in-band-style-expected.txt: Added.
1019 * media/track/track-in-band-style.html: Added.
1021 * platform/chromium/TestExpectations: Skip new test.
1022 * platform/efl/TestExpectations: Ditto.
1023 * platform/gtk/TestExpectations: Ditto.
1024 * platform/mac/TestExpectations: Ditto.
1025 * platform/qt/TestExpectations: Ditto.
1026 * platform/win/TestExpectations: Ditto.
1028 2013-02-08 Gregg Tavares <gman@chromium.org>
1030 Disable All WebGL Tests on WebKit for Windows
1031 https://bugs.webkit.org/show_bug.cgi?id=109207
1033 Unreviewed expectations update.
1035 * platform/win/TestExpectations:
1037 2013-02-08 Tim Horton <timothy_horton@apple.com>
1039 Some tiled drawing tests use scalePageBy() incorrectly
1040 https://bugs.webkit.org/show_bug.cgi?id=109336
1042 Rubber-stamped by Simon Fraser.
1044 scalePageBy takes (scale, x, y). Some of the tiled drawing tests are incorrectly handing them (scale, scale).
1045 Adjust the tests and the expected results.
1047 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html:
1048 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
1049 * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
1050 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
1051 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html:
1052 * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html:
1054 2013-02-08 Andy Estes <aestes@apple.com>
1056 Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint()
1057 https://bugs.webkit.org/show_bug.cgi?id=109277
1059 Reviewed by Simon Fraser.
1061 Remove test added by r118852 and add a test that verifies the original
1064 * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Removed.
1065 * fast/css/text-overflow-ellipsis-hit-test.html: Removed.
1066 * fast/flexbox/line-clamp-link-after-ellipsis-expected.txt: Added.
1067 * fast/flexbox/line-clamp-link-after-ellipsis.html: Added.
1069 2013-02-08 Stephen Chenney <schenney@chromium.org>
1071 [Chromium] Expectation modification after r142327
1073 Unreviewed expectations update.
1075 The test from "Bring WebKit up to speed with latest Encrypted Media spec" is slow.
1077 * platform/chromium/TestExpectations:
1079 2013-02-08 Stephen Chenney <schenney@chromium.org>
1081 [Chromium] Expectations as a result of removing Skia code suppressions
1083 Unreviewed expectations update.
1085 A remaining textual fix.
1087 * editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1088 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1089 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1090 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1092 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
1094 [Mac] Unreviewed rebaseline
1096 * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed.
1097 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
1099 2013-02-08 Jer Noble <jer.noble@apple.com>
1101 Bring WebKit up to speed with latest Encrypted Media spec.
1102 https://bugs.webkit.org/show_bug.cgi?id=97037
1104 Reviewed by Eric Carlson.
1106 Added new tests for the updated Encrypted Media Extensions spec.
1108 * media/encrypted-media/encrypted-media-v2-events-expected.txt: Added.
1109 * media/encrypted-media/encrypted-media-v2-events.html: Added.
1110 * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Added.
1111 * media/encrypted-media/encrypted-media-v2-syntax.html: Added.
1112 * platform/Chromium/TestExpectations: Skip the new media/encrypted-media/ v2 tests.
1113 * platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
1115 2013-02-08 Stephen Chenney <schenney@chromium.org>
1117 [Chromium] Expectations as a result of removing Skia code suppressions
1119 Unreviewed expectations update.
1121 Why does this test always fail to be correctly rebaselined during mass updates?
1123 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
1125 2013-02-08 Joshua Bell <jsbell@chromium.org>
1127 IndexedDB: De-flake open-during-transaction layout test
1128 https://bugs.webkit.org/show_bug.cgi?id=109072
1130 Reviewed by Tony Chang.
1132 This test was observed to be flaky in local runs; sometimes the transaction
1133 would terminate after the third open() call rather than the second, resulting
1134 in a TEXT difference. Added code to keep the transaction alive until all of
1135 the open() calls are complete, and changed expectations to match.
1137 * storage/indexeddb/open-during-transaction-expected.txt:
1138 * storage/indexeddb/resources/open-during-transaction.js:
1140 2013-02-08 Stephen Chenney <schenney@chromium.org>
1142 [Chromium] Expectations as a result of removing Skia code suppressions
1144 Unreviewed expectations update.
1146 Cleaning up the remaining failures. With luck this is it, although probably not.
1148 * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
1149 * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
1150 * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
1151 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
1152 * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
1153 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
1154 * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1155 * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
1156 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1157 * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
1158 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
1159 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
1160 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1161 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
1162 * platform/chromium-win/media/video-zoom-controls-expected.png:
1164 2013-02-08 Stephen Chenney <schenney@chromium.org>
1166 Expectations as a result of removing Skia code suppressions
1168 Unreviewed expectations update.
1170 Round 19. The last, except for cleanup. Too many to list.
1172 * platform/chromium/TestExpectations:
1174 2013-02-08 Stephen Chenney <schenney@chromium.org>
1176 Expectations as a result of removing Skia code suppressions
1178 Unreviewed expectations update.
1180 Round 18. SVG all but dynamic-updates and custom tests. List omitted
1181 except for changes touching other ports.
1183 * platform/chromium/TestExpectations:
1184 * platform/efl-wk2/svg/css/circle-in-mask-with-shadow-expected.png: Added.
1185 * platform/efl-wk2/svg/css/group-with-shadow-expected.png: Added.
1186 * platform/efl-wk2/svg/css/text-gradient-shadow-expected.png: Added.
1187 * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
1188 * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
1189 * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
1190 * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Removed.
1191 * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
1192 * platform/efl/svg/css/text-gradient-shadow-expected.png: Removed.
1193 * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
1194 * platform/win-future/svg/batik/text/textPosition2-expected.txt: Added.
1195 * svg/batik/text/textPosition2-expected.txt: Replaced.
1197 2013-02-08 Stephen Chenney <schenney@chromium.org>
1199 Expectations as a result of removing Skia code suppressions
1201 Unreviewed expectations update.
1203 Round 17. SVG W3C tests. List omitted.
1205 * platform/chromium/TestExpectations:
1207 2013-02-08 Jeffrey Pfau <jpfau@apple.com>
1209 [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode
1211 * platform/mac/TestExpectations:
1213 2013-02-08 Stephen Chenney <schenney@chromium.org>
1215 Expectations as a result of removing Skia code suppressions
1217 Unreviewed expectations update.
1219 Round 16. Everything done but SVG, and cleanup.
1221 * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Removed.
1222 * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Removed.
1223 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
1224 * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
1225 * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Removed.
1226 * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Removed.
1227 * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Removed.
1228 * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Removed.
1229 * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Removed.
1230 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Removed.
1231 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Removed.
1232 * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Removed.
1233 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
1234 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
1235 * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
1236 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Removed.
1237 * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Removed.
1238 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Removed.
1239 * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Removed.
1240 * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Removed.
1241 * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Removed.
1242 * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Removed.
1243 * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Removed.
1244 * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Removed.
1245 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Removed.
1246 * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
1247 * platform/chromium-linux-x86/tables/mozilla/core: Removed.
1248 * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Removed.
1249 * platform/chromium-linux-x86/tables/mozilla/dom: Removed.
1250 * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Removed.
1251 * platform/chromium-linux-x86/tables/mozilla/other: Removed.
1252 * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Removed.
1253 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
1254 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
1255 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Removed.
1256 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
1257 * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
1258 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
1259 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Removed.
1260 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Removed.
1261 * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Removed.
1262 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
1263 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
1264 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
1265 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
1266 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
1267 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
1268 * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
1269 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
1270 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
1271 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
1272 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
1273 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
1274 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
1275 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
1276 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
1277 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
1278 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
1279 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
1280 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
1281 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
1282 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
1283 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
1284 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
1285 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
1286 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
1287 * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
1288 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
1289 * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
1290 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
1291 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1292 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
1293 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
1294 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
1295 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
1296 * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
1297 * platform/chromium/TestExpectations:
1299 2013-02-08 Stephen Chenney <schenney@chromium.org>
1301 Expectations as a result of removing Skia code suppressions
1303 Unreviewed expectations update.
1305 Round 15. platform/. Too many to list.
1307 * platform/chromium/TestExpectations:
1309 2013-02-08 Stephen Chenney <schenney@chromium.org>
1311 Expectations as a result of removing Skia code suppressions
1313 Unreviewed expectations update.
1315 Round 14. Remaining tests up to platform in sorted order. Too many to list.
1317 * platform/chromium/TestExpectations:
1319 2013-02-08 Stephen Chenney <schenney@chromium.org>
1321 Expectations as a result of removing Skia code suppressions
1323 Unreviewed expectations update.
1325 Round 13. Last of the fast tests. Too many to list. Still listing efl changes.
1327 * platform/chromium/TestExpectations:
1328 * platform/chromium/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
1329 * platform/efl-wk2/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
1330 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
1331 * platform/efl-wk2/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
1332 * platform/efl-wk2/fast/repaint/shadow-multiple-vertical-expected.png: Added.
1333 * platform/efl-wk2/fast/text: Added.
1334 * platform/efl-wk2/fast/text/stroking-decorations-expected.png: Added.
1335 * platform/efl-wk2/fast/text/stroking-expected.png: Added.
1336 * platform/efl-wk2/fast/transforms: Added.
1337 * platform/efl-wk2/fast/transforms/shadows-expected.png: Added.
1338 * platform/efl-wk2/fast/transforms/transformed-focused-text-input-expected.png: Added.
1339 * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
1340 * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
1341 * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
1342 * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
1343 * platform/efl/fast/text/stroking-decorations-expected.png: Removed.
1344 * platform/efl/fast/text/stroking-expected.png: Removed.
1345 * platform/efl/fast/transforms/shadows-expected.png: Removed.
1346 * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: Removed.
1347 * platform/mac/fast/replaced/three-selects-break-expected.png: Removed.
1349 2013-02-08 Stephen Chenney <schenney@chromium.org>
1351 Expectations as a result of removing Skia code suppressions
1353 Unreviewed expectations update.
1355 Round 12. More fast tests. Too many to list.
1357 * platform/chromium/TestExpectations:
1359 2013-02-08 Stephen Chenney <schenney@chromium.org>
1361 [Chromium] Flakey test expectations update
1363 Unreviewed gardening.
1365 * platform/chromium/TestExpectations:
1367 2013-02-08 Stephen Chenney <schenney@chromium.org>
1369 Expectations as a result of removing Skia code suppressions
1371 Unreviewed expectations update.
1373 Round 11. Some fast tests. Elided.
1375 * platform/chromium/TestExpectations:
1377 2013-02-08 Stephen Chenney <schenney@chromium.org>
1379 Expectations as a result of removing Skia code suppressions
1381 Unreviewed expectations update.
1383 Round 10. Mac 10.6 results were wrong. This simplifies things a lot.
1385 * fast/repaint/scale-page-shrink-expected.png: Added.
1386 * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png:
1387 * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png:
1388 * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1389 * platform/chromium/fast/repaint/scale-page-shrink-expected.png: Removed.
1390 * platform/mac/fast/repaint/scale-page-shrink-expected.png: Removed.
1392 2013-02-08 Stephen Chenney <schenney@chromium.org>
1394 Expectations as a result of removing Skia code suppressions
1396 Unreviewed expectations update.
1398 Round 9. These were rebaselined earlier before all the bots were done.
1400 * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
1401 * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
1402 * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
1403 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
1404 * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
1405 * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
1406 * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
1407 * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
1408 * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
1409 * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
1410 * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
1411 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
1412 * platform/chromium-mac/svg/text/selection-styles-expected.png:
1413 * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
1414 * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
1415 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
1416 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
1417 * platform/chromium-win/svg/text/selection-styles-expected.png:
1419 2013-02-08 Stephen Chenney <schenney@chromium.org>
1421 Expectations as a result of removing Skia code suppressions
1423 Unreviewed expectations update.
1425 Round 8. Outstanding mac failure.
1427 * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1428 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
1429 * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1430 * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
1432 2013-02-08 Stephen Chenney <schenney@chromium.org>
1434 Expectations as a result of removing Skia code suppressions
1436 Unreviewed expectations update.
1438 Round 7. Outstanding failing linux tests
1440 * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Removed.
1441 * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Removed.
1443 2013-02-08 Stephen Chenney <schenney@chromium.org>
1445 Expectations as a result of removing Skia code suppressions
1447 Unreviewed expectations update.
1449 Round 6. Outstanding failing linux tests
1451 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
1453 2013-02-08 Stephen Chenney <schenney@chromium.org>
1455 Expectations as a result of removing Skia code suppressions
1457 Unreviewed expectations update.
1459 Round 5. Editing expectations.
1461 File list truncated to remove the hundreds of files that have been updated.
1463 * platform/chromium/TestExpectations: Removed the temp expectations and re-added one mac failure case
1464 * platform/efl-wk1/editing/selection: Added.
1465 * platform/efl-wk1/editing/selection/move-by-character-6-expected.png: Added.
1466 * platform/efl/editing/selection/move-by-character-6-expected.png: Removed.
1468 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1470 [Qt] Unreviewed gardening. Update platform specific expected files after r142280.
1472 * platform/qt/fast/block/float/024-expected.txt: Update after r142280.
1473 * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Update after r142280.
1475 2013-02-08 Stephen White <senorblanco@chromium.org>
1477 [chromium] Unreviewed gardening. Remove effect-reference-hw from test expectations, since it's now passing.
1478 https://bugs.webkit.org/show_bug.cgi?id=104289
1480 * platform/chromium/TestExpectations:
1482 2013-02-08 Kent Tamura <tkent@chromium.org>
1484 [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME
1485 https://bugs.webkit.org/show_bug.cgi?id=109272
1487 Reviewed by Kentaro Hara.
1489 * platform/chromium/TestExpectations:
1490 Skip fast/forms/datetime and datetime-multiple-fields
1492 2013-02-08 Stephen Chenney <schenney@chromium.org>
1494 Expectations as a result of removing Skia code suppressions
1496 Unreviewed expectations update.
1498 Round 4. CSS expectations.
1500 * platform/chromium-linux-x86/css1/box_properties: Removed.
1501 * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Removed.
1502 * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
1503 * platform/chromium-linux-x86/css3/images: Removed.
1504 * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Removed.
1505 * platform/chromium-linux-x86/css3/selectors3/html: Removed.
1506 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
1507 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
1508 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Removed.
1509 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Removed.
1510 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Removed.
1511 * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
1512 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
1513 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
1514 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Removed.
1515 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Removed.
1516 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Removed.
1517 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
1518 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
1519 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Removed.
1520 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Removed.
1521 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Removed.
1522 * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
1523 * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
1524 * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
1525 * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.png:
1526 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
1527 * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png: Removed.
1528 * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png:
1529 * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png:
1530 * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png:
1531 * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
1532 * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
1533 * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
1534 * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
1535 * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
1536 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1537 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
1538 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
1539 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
1540 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
1541 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
1542 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
1543 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
1544 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
1545 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
1546 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
1547 * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
1548 * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
1549 * platform/chromium-mac-lion/css3/images: Removed.
1550 * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Removed.
1551 * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1552 * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
1553 * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
1554 * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Removed.
1555 * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1556 * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
1557 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
1558 * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
1559 * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
1560 * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
1561 * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
1562 * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
1563 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
1564 * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
1565 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.png:
1566 * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
1567 * platform/chromium-win-xp/css3/images: Removed.
1568 * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Removed.
1569 * platform/chromium-win-xp/css3/selectors3: Removed.
1570 * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
1571 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
1572 * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.txt:
1573 * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
1574 * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
1575 * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
1576 * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
1577 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
1578 * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
1579 * platform/chromium/TestExpectations:
1580 * platform/chromium/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
1581 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Removed.
1582 * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Removed.
1584 2013-02-08 Stephen Chenney <schenney@chromium.org>
1586 Expectations as a result of removing Skia code suppressions
1588 Unreviewed expectations update.
1590 Round 3. Remaining expected failures that had platform-specific supppressions
1592 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
1593 * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1594 * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
1595 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
1596 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
1597 * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png:
1598 * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
1599 * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
1600 * platform/chromium-mac-lion/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
1601 * platform/chromium-mac-lion/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
1602 * platform/chromium-mac-lion/fast/css/nested-rounded-corners-expected.png:
1603 * platform/chromium-mac-lion/fast/dom/52776-expected.png:
1604 * platform/chromium-mac-lion/fast/frames/iframe-scaling-with-scroll-expected.png:
1605 * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1606 * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png:
1607 * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
1608 * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1609 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
1610 * platform/chromium-mac/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
1611 * platform/chromium-mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
1612 * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
1613 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
1614 * platform/chromium-mac/fast/dom/52776-expected.png:
1615 * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
1616 * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
1617 * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1618 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
1619 * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
1620 * platform/chromium-win/fast/css/background-clip-radius-values-expected.png:
1621 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
1622 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
1623 * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
1624 * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
1625 * platform/chromium/TestExpectations:
1626 * platform/chromium/editing/pasteboard/emacs-cntl-y-001-expected.png: Removed.
1627 * platform/chromium/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Removed.
1629 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1631 [Qt] Reviewin Qt TestExpectations. Rebaseline and unskip passing tests.
1633 * platform/qt/TestExpectations:
1634 * platform/qt/svg/css/arrow-with-shadow-expected.png:
1635 * platform/qt/svg/css/arrow-with-shadow-expected.txt:
1636 * platform/qt/svg/css/clippath-with-shadow-expected.png:
1637 * platform/qt/svg/css/clippath-with-shadow-expected.txt:
1638 * platform/qt/svg/css/composite-shadow-text-expected.png:
1639 * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
1640 * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
1641 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.png: Copied from LayoutTests/platform/qt/svg/css/clippath-with-shadow-expected.png.
1642 * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
1644 2013-02-08 Stephen Chenney <schenney@chromium.org>
1646 Expectations as a result of removing Skia code suppressions
1648 Unreviewed expectations update.
1650 Round 2. Failing Linux tests with no expectations
1652 * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
1653 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
1654 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
1655 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
1656 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1657 * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
1658 * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
1659 * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
1660 * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
1661 * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
1662 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
1663 * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
1664 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
1665 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
1666 * platform/chromium-linux/svg/text/selection-styles-expected.png:
1667 * platform/efl-wk2/fast/repaint: Added.
1668 * platform/efl-wk2/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
1669 * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
1670 * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
1672 2013-02-08 Stephen Chenney <schenney@chromium.org>
1674 Expectations as a result of removing Skia code suppressions
1676 Unreviewed expectations update.
1678 Round 1. Some tests that have existing expectations.
1680 * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
1681 * fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
1682 * platform/chromium-linux-x86/editing/input: Removed.
1683 * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1684 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1685 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png:
1686 * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1687 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1688 * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
1689 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1690 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
1691 * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
1692 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1693 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
1694 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1695 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
1696 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1697 * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
1698 * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
1699 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1700 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
1701 * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
1702 * platform/chromium-win-xp/editing/input: Removed.
1703 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
1704 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
1705 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
1706 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
1707 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
1708 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
1709 * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1710 * platform/chromium/TestExpectations:
1711 * platform/chromium/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1712 * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1713 * platform/efl-wk2/editing/input: Added.
1714 * platform/efl-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
1715 * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1716 * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
1718 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1720 [Qt] Unreviewed gardening.
1721 https://bugs.webkit.org/show_bug.cgi?id=109209.
1723 * platform/qt/TestExpectations:
1724 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added after r142152.
1725 * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Added after r142152.
1727 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1729 [Qt][Wk2] Unreviewed gardening. Skip failing tests.
1730 https://bugs.webkit.org/show_bug.cgi?id=109291.
1732 * platform/qt-5.0-wk2/TestExpectations:
1734 2013-02-08 Stephen Chenney <schenney@chromium.org>
1736 Expectations as a result of removing Skia code suppressions
1738 Unreviewed expectations update.
1740 These are tests that failed due to bad expectations.
1742 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
1743 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1744 * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
1745 * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
1746 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
1747 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
1748 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
1749 * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
1750 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
1751 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
1752 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
1753 * platform/chromium-mac/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
1754 * platform/chromium-win/platform/chromium/rubberbanding: Added.
1755 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
1756 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.txt: Added.
1757 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
1758 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.txt: Added.
1759 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
1760 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.txt: Added.
1761 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
1762 * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.txt: Added.
1763 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
1764 * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.txt: Added.
1765 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
1766 * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.txt: Added.
1767 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
1768 * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.txt: Added.
1769 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
1770 * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.txt: Added.
1771 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
1772 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1773 * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
1774 * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png:
1775 * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
1776 * platform/chromium/TestExpectations:
1778 2013-02-08 Stephen Chenney <schenney@chromium.org>
1780 Expectations as a result of removing Skia code suppressions
1782 Unreviewed gardening.
1784 * platform/chromium/TestExpectations: Last of the Win failures.
1786 2013-02-08 Stephen Chenney <schenney@chromium.org>
1788 Expectations as a result of removing Skia code suppressions
1790 Unreviewed gardening.
1792 * platform/chromium/TestExpectations: Adding Mac rubberbanding failures
1794 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
1796 Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
1797 https://bugs.webkit.org/show_bug.cgi?id=109282
1799 Reviewed by Alexander Pavlov.
1801 * http/tests/inspector-enabled/dynamic-scripts.html:
1802 * http/tests/inspector/compiler-script-mapping.html:
1803 * http/tests/inspector/workspace-test.js:
1804 (initialize_WorkspaceTest.InspectorTest.createWorkspace):
1805 * inspector/debugger/breakpoint-manager.html:
1806 * inspector/debugger/dynamic-scripts.html:
1807 * inspector/debugger/script-snippet-model.html:
1808 * inspector/debugger/scripts-file-selector.html:
1809 * inspector/debugger/scripts-panel.html:
1810 * inspector/debugger/scripts-sorting-expected.txt:
1811 * inspector/debugger/scripts-sorting.html:
1812 * inspector/uisourcecode-revisions.html:
1814 2013-02-08 Stephen Chenney <schenney@chromium.org>
1816 Expectations as a result of removing Skia code suppressions
1818 Unreviewed gardening.
1820 * platform/chromium/TestExpectations: Outstanding Win failures
1822 2013-02-08 Stephen Chenney <schenney@chromium.org>
1824 Expectations as a result of removing Skia code suppressions
1826 Unreviewed gardening.
1828 * platform/chromium/TestExpectations: One more to get all bots green again ready for rebaselining.
1830 2013-02-08 Stephen Chenney <schenney@chromium.org>
1832 Expectations as a result of removing Skia code suppressions
1834 Unreviewed gardening.
1836 * platform/chromium/TestExpectations: Modified a MountainLion expectation
1838 2013-02-08 Stephen Chenney <schenney@chromium.org>
1840 Expectations as a result of removing Skia code suppressions
1842 Unreviewed gardening.
1844 * platform/chromium/TestExpectations:
1846 2013-02-08 Vsevolod Vlasov <vsevik@chromium.org>
1848 Web Inspector: Replace workspace with project in UISourceCode constructor.
1849 https://bugs.webkit.org/show_bug.cgi?id=109256
1851 Reviewed by Alexander Pavlov.
1853 * inspector/debugger/breakpoint-manager-expected.txt:
1854 * inspector/debugger/breakpoint-manager.html:
1855 * inspector/debugger/script-formatter-search.html:
1856 * inspector/debugger/scripts-file-selector.html:
1857 * inspector/debugger/scripts-panel.html:
1858 * inspector/debugger/scripts-sorting.html:
1859 * inspector/debugger/ui-source-code-display-name.html:
1860 * inspector/debugger/ui-source-code.html:
1861 * inspector/uisourcecode-revisions.html:
1863 2013-02-08 Zan Dobersek <zdobersek@igalia.com>
1865 Unreviewed GTK gardening.
1867 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205.
1869 2013-02-08 Stephen Chenney <schenney@chromium.org>
1871 Remove Skia code suppressions
1873 Unreviewed enabling of existing optimizations
1875 Removing all skia_webkit.gyp code suppressions and adding expectations
1878 * platform/chromium/TestExpectations:
1880 2013-02-08 Stephen Chenney <schenney@chromium.org>
1882 [chromium] Unreviewed gardening. Adjusting expectations for two failures.
1884 Unreviewed Chromium expectations
1886 * platform/chromium/TestExpectations:
1888 2013-02-08 Matt Falkenhagen <falken@chromium.org>
1890 [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests.
1891 https://bugs.webkit.org/show_bug.cgi?id=96441
1893 * platform/chromium/TestExpectations:
1895 2013-02-08 Ádám Kallai <kadam@inf.u-szeged.hu>
1897 [Qt] Unreviewed gardening. Skip failing tests.
1899 * platform/qt-5.0/fast/js/global-constructors-expected.txt: Removed.
1900 * platform/qt/TestExpectations:
1901 * platform/qt/fast/js/global-constructors-expected.txt: Added after r142149.
1903 2013-02-08 KwangYong Choi <ky0.choi@samsung.com>
1905 [EFL] Mark some tests as passing with incorrect expectations
1906 https://bugs.webkit.org/show_bug.cgi?id=109173
1908 Unreviewed EFL gardening.
1910 Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.
1912 Currently, the tests are passing with their generated incorrect expectations.
1913 It should be checked if the test starts failing. It means, the test can be passing now.
1915 Below tests are marked as passing tests with incorrect expectations.
1917 fast/forms/basic-textareas-quirks.html
1918 fast/forms/input-disabled-color.html
1919 fast/forms/input-readonly-dimmed.html
1920 fast/forms/listbox-hit-test-zoomed.html
1921 fast/forms/menulist-narrow-width.html
1922 fast/forms/menulist-style-color.html
1923 fast/forms/plaintext-mode-2.html
1924 fast/forms/search-cancel-button-style-sharing.html
1925 fast/forms/search-rtl.html
1926 fast/forms/select-baseline.html
1927 fast/forms/select-style.html
1928 fast/forms/zoomed-controls.html
1930 * platform/efl-wk1/TestExpectations:
1931 * platform/efl-wk2/TestExpectations:
1932 * platform/efl/TestExpectations:
1934 2013-02-08 Kentaro Hara <haraken@chromium.org>
1936 Support a relatedTarget attribute on focus/blur events
1937 https://bugs.webkit.org/show_bug.cgi?id=109176
1939 Reviewed by Ojan Vafai.
1941 In bug 76216, we supported a relatedTarget attribute on
1942 focusin/focusout events. We should also support it on focus/blur events.
1944 See http://lists.w3.org/Archives/Public/www-dom/2012OctDec/0061.html
1945 for the www-dom discussion.
1947 * fast/dom/shadow/shadow-boundary-events-expected.txt:
1948 * fast/dom/shadow/shadow-boundary-events.html:
1949 * fast/events/related-target-focusevent-expected.txt:
1950 * fast/events/related-target-focusevent.html:
1952 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
1954 Web Inspector: reduce number of native memory instrumentation categories
1955 https://bugs.webkit.org/show_bug.cgi?id=109146
1957 Reviewed by Pavel Feldman.
1959 Updated tests to use new memory categories.
1961 * inspector-protocol/nmi-webaudio-expected.txt:
1962 * inspector-protocol/nmi-webaudio-leak-test-expected.txt:
1963 * inspector-protocol/nmi-webaudio-leak-test.html:
1964 * inspector-protocol/nmi-webaudio.html:
1965 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
1966 * inspector/profiler/memory-instrumentation-cached-images.html:
1967 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
1968 * inspector/profiler/memory-instrumentation-canvas.html:
1970 2013-02-07 Matt Falkenhagen <falken@chromium.org>
1972 [chromium] Unreviewed gardening. Flakiness on table-cell-before-after-content-around-table-row.html
1973 https://bugs.webkit.org/show_bug.cgi?id=109262
1975 An assert is sometimes hit in WebCore::RenderTableCell::styleDidChange.
1977 * platform/chromium/TestExpectations:
1979 2013-02-07 Mike West <mkwst@chromium.org>
1981 <iframe seamless> should avoid vertical scrollbars during the initial layout passes.
1982 https://bugs.webkit.org/show_bug.cgi?id=87707
1984 Reviewed by Eric Seidel.
1986 * fast/frames/seamless/seamless-float-expected.txt:
1987 * fast/frames/seamless/seamless-inline-expected.txt:
1988 Rebaseline the now-passing bits of these tests.
1990 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
1992 Unreviewed rebaseline.
1994 * 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.
1995 * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
1996 * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
1997 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
1998 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
1999 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Added.
2000 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
2001 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
2002 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
2004 2013-02-07 Kent Tamura <tkent@chromium.org>
2006 document.activeElement should not return a non-focusable element
2007 https://bugs.webkit.org/show_bug.cgi?id=86707
2009 Reviewed by Hajime Morita.
2011 * fast/dom/HTMLDocument/set-focus-on-valid-element-expected.txt: Added.
2012 * fast/dom/HTMLDocument/set-focus-on-valid-element.html: Added.
2013 This test verifies that document.activeElement does not return an
2014 invalid or non-focusable element.
2016 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2018 [chromium] Unreviewed gardening. Two webgl/conformance/context tests are timing out.
2020 See https://bugs.webkit.org/show_bug.cgi?id=109114
2022 * platform/chromium/TestExpectations:
2024 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
2026 Cleaning up after r142208
2027 https://bugs.webkit.org/show_bug.cgi?id=109228
2031 The commit-queue didn't remove these files for some reason. Removing them manually.
2033 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2034 * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2035 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2036 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2037 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2038 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2039 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2041 2013-02-07 Alok Priyadarshi <alokp@chromium.org>
2043 Rebaseline text output for contentOpaque
2044 https://bugs.webkit.org/show_bug.cgi?id=108656
2046 Unreviewed rebaseline.
2048 * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
2049 * platform/chromium/TestExpectations:
2050 * platform/chromium/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
2051 * platform/mac/TestExpectations:
2052 * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
2053 * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
2055 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2057 Unreviewed gardening. Rebaseline bidi-ignored-for-first-child-inline.html
2058 which was failing on Chromium Mac after r142152.
2060 * 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.
2062 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
2064 Unreviewed, rolling out r142113.
2065 http://trac.webkit.org/changeset/142113
2066 https://bugs.webkit.org/show_bug.cgi?id=109244
2068 tests started failing after r142081 was rolled out in r142166
2069 (Requested by falken on #webkit).
2071 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
2072 * inspector/profiler/memory-instrumentation-cached-images.html:
2073 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
2074 * inspector/profiler/memory-instrumentation-canvas.html:
2076 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
2078 getComputedStyle() doesn't report intermediate values during a transition of a pseudo element
2079 https://bugs.webkit.org/show_bug.cgi?id=106535
2081 Reviewed by Ojan Vafai.
2083 Update tests to also check getComputedStyle during animations and transitions.
2085 * fast/css-generated-content/pseudo-animation-expected.txt:
2086 * fast/css-generated-content/pseudo-animation.html:
2087 * fast/css-generated-content/pseudo-transition-expected.txt:
2088 * fast/css-generated-content/pseudo-transition.html:
2090 2013-02-07 Kent Tamura <tkent@chromium.org>
2092 [Chromium-Android] Disable input[type=datetime]
2093 https://bugs.webkit.org/show_bug.cgi?id=107614
2095 Reviewed by Kentaro Hara.
2097 * platform/chromium/TestExpectations:
2098 Tetsts in fast/forms/datetime/ fail.
2100 2013-02-07 Jeffrey Pfau <jpfau@apple.com>
2102 [Mac] Unreviewed, skip crashing test
2104 * platform/mac/TestExpectations:
2106 2013-02-07 Zoltan Horvath <zoltan@webkit.org>
2108 [CSS Regions] Turn selecting-text-through-different-region-flows test into a reftest
2109 https://bugs.webkit.org/show_bug.cgi?id=109228
2111 Reviewed by Eric Seidel.
2113 Simplify and turn the test into a reftest, remove the unnecessary expected files.
2115 * fast/regions/selecting-text-through-different-region-flows-expected.html: Added.
2116 * fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2117 * fast/regions/selecting-text-through-different-region-flows.html:
2118 * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2119 * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2120 * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2121 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2122 * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2123 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2124 * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2125 * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2126 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
2127 * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
2129 2013-02-07 Alexei Svitkine <asvitkine@chromium.org>
2131 Chromium: Hang parsing bidi control chars on Mac OS X 10.6
2132 https://bugs.webkit.org/show_bug.cgi?id=108877
2134 This was broken a while ago by:
2135 https://bugs.webkit.org/show_bug.cgi?id=83045
2137 On 10.6, CoreText will not produce any runs covering the
2138 Unicode BiDi RTL mark control char, which causes an infinite
2139 loop in ComplexTextController::indexOfCurrentRun() due to no
2140 run covering the character at offset 0.
2142 This patch fixes that issue by finding the earliest run
2143 explicitly via the minimum stringBegin() index instead of
2144 relying on a run existing that covers offset 0.
2146 Fixes hang on many BiDi wikipedia pages on Chromium/Mac10.6.
2147 Chromium bug: http://crbug.com/167844
2149 New test in the same style as harfbuzz-buffer-overrun.html
2152 Reviewed by Eric Seidel.
2154 * fast/text/international/rtl-mark-expected.txt: Added.
2155 * fast/text/international/rtl-mark.html: Added.
2157 2013-02-07 Kentaro Hara <haraken@chromium.org>
2159 Implement FocusEvent constructor
2160 https://bugs.webkit.org/show_bug.cgi?id=109170
2162 Reviewed by Adam Barth.
2164 Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
2166 FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR
2167 flag, which is enabled on Chromium and Safari.
2169 * fast/dom/constructed-objects-prototypes-expected.txt:
2170 * fast/events/constructors/focus-event-constructor-expected.txt: Added.
2171 * fast/events/constructors/focus-event-constructor.html: Added.
2172 * platform/efl/TestExpectations:
2173 * platform/gtk/TestExpectations:
2174 * platform/qt/TestExpectations:
2175 * platform/win/TestExpectations:
2176 * platform/wincairo/TestExpectations:
2178 2013-02-07 Elliott Sprehn <esprehn@chromium.org>
2180 HTML parser should queue MutationRecords for its operations
2181 https://bugs.webkit.org/show_bug.cgi?id=89351
2183 Reviewed by Eric Seidel.
2185 Add new test mutation records in the parser and fix shadow-dom.html
2186 test since it used setTimeout and sometimes could observe parser
2189 * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
2190 * fast/dom/MutationObserver/parser-mutations.html: Added.
2191 * fast/dom/MutationObserver/shadow-dom-expected.txt:
2192 * fast/dom/MutationObserver/shadow-dom.html:
2194 2013-02-07 Adam Barth <abarth@webkit.org>
2196 fast/parser/document-write-noscript.html fails for threaded HTML parser
2197 https://bugs.webkit.org/show_bug.cgi?id=109237
2199 Reviewed by Eric Seidel.
2201 This tests basic document.write functionality. There doesn't appear to
2202 be another fast/parser test that covers this basic case (although it's
2203 convered in some more complicated test cases incidentally.)
2205 * fast/parser/document-write-basic-expected.txt: Added.
2206 * fast/parser/document-write-basic.html: Added.
2208 2013-02-07 Keishi Hattori <keishi@webkit.org>
2210 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
2211 https://bugs.webkit.org/show_bug.cgi?id=109136
2213 Reviewed by Kent Tamura.
2215 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
2216 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
2217 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
2218 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
2219 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
2220 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
2221 * platform/chromium/TestExpectations:
2223 2013-02-07 Terry Anderson <tdanderson@chromium.org>
2225 Non-scrollable divs and non-scrollable iframes can scroll with touch
2226 https://bugs.webkit.org/show_bug.cgi?id=109087
2228 Reviewed by Eric Seidel.
2230 Two new layout tests added to demonstrate that the changes to
2231 RenderLayer::scrollBy() and closestScrollableNodeCandidate() in
2232 EventHandler.cpp are both necessary to ensure that non-scrollable
2233 divs and non-scrollable iframes cannot be scrolled with touch.
2235 * fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
2236 * fast/events/touch/gesture/touch-gesture-noscroll-div.html: Added.
2237 * fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
2238 * fast/events/touch/gesture/touch-gesture-noscroll-iframe.html: Added.
2239 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
2240 * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
2242 2013-02-07 Michelangelo De Simone <michelangelo@webkit.org>
2244 [CSS Shaders] Add the last blending step
2245 https://bugs.webkit.org/show_bug.cgi?id=104012
2247 Added a test to check the correct blending in presence of a transparent backdrop.
2249 Reviewed by Dean Jackson.
2251 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Added.
2252 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Added.
2253 * platform/mac/TestExpectations: This test is currently skipped on Mac for slight color
2254 differences, please see the relevant bug: http://webkit.org/b/107487
2256 2013-02-07 Hans Muller <hmuller@adobe.com>
2258 [CSS Exclusions] Ignore ExclusionPolygon edges above minLogicalIntervalTop
2259 https://bugs.webkit.org/show_bug.cgi?id=107566
2261 Reviewed by David Hyatt.
2263 Added a simple polygonal shape-inside test where only a subset of the polygon edges
2264 should contribute to each line's offset edges.
2266 * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html: Added.
2267 * fast/exclusions/shape-inside/shape-inside-first-fit-004.html: Added.
2269 2013-02-07 James Craig <jcraig@apple.com>
2271 Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
2272 https://bugs.webkit.org/show_bug.cgi?id=109027
2274 Reviewed by Chris Fleizach.
2276 New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles.
2278 * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
2279 * platform/mac/accessibility/role-subrole-roledescription.html: Added.
2281 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
2283 Unreviewed GTK gardening.
2285 * platform/gtk/TestExpectations: Adding a failure expectation for a test in r142122.
2286 * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142149.
2288 2013-02-07 Benjamin Poulain <bpoulain@apple.com>
2290 Move pauseAnimation/pauseTransition from TestRunner to Internals
2291 https://bugs.webkit.org/show_bug.cgi?id=109107
2293 Reviewed by Anders Carlsson.
2295 Change the tests with the following:
2296 -Use the methods on Internals instead of TestRunner.
2297 -Adapt the calls to pass a particular element instead of an ID.
2298 -Remove feature detection. Having Internals implies having the feature.
2300 * animations/animation-hit-test-transform.html:
2301 * animations/animation-hit-test.html:
2302 * animations/animation-internals-api-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-expected.txt.
2303 * animations/animation-internals-api-multiple-keyframes-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes-expected.txt.
2304 * animations/animation-internals-api-multiple-keyframes.html: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes.html.
2305 * animations/animation-internals-api.html: Renamed from LayoutTests/animations/animation-drt-api.html.
2306 * animations/change-keyframes-name.html:
2307 * animations/change-transform-style-during-animation.html:
2308 * animations/missing-from-to-transforms.html:
2309 * animations/missing-from-to.html:
2310 * animations/resources/animation-test-helpers.js:
2311 (checkExpectedValue):
2313 * css3/calc/transitions-dependent.html:
2314 * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
2315 * transitions/opacity-transition-zindex.html:
2316 * transitions/resources/transition-test-helpers.js:
2318 * transitions/transition-drt-api-delay.html:
2319 * transitions/transition-drt-api.html:
2320 * transitions/transition-hit-test-transform.html:
2321 * transitions/transition-hit-test.html:
2323 2013-02-07 Rik Cabanier <cabanier@adobe.com>
2325 Add support for parsing of -webkit-background-blend-mode
2326 https://bugs.webkit.org/show_bug.cgi?id=108547
2328 Reviewed by David Hyatt.
2330 Added parsing and general CSS handling of -webkit-background-blend-mode per
2331 https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#background-blend-mode
2333 * css3/compositing/background-blend-mode-property-expected.txt: Added.
2334 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2335 * css3/compositing/background-blend-mode-property-parsing.html: Added.
2336 * css3/compositing/background-blend-mode-property.html: Added.
2337 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
2340 (testBlendModeRule):
2341 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
2344 * css3/compositing/background-blend-mode-property-expected.txt: Added.
2345 * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2346 * css3/compositing/background-blend-mode-property-parsing.html: Added.
2347 * css3/compositing/background-blend-mode-property.html: Added.
2348 * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
2351 (testBlendModeRule):
2352 * css3/compositing/script-tests/background-blend-mode-property.js: Added.
2354 * platform/chromium/css3/compositing/background-blend-mode-property-expected.txt: Added.
2355 * platform/chromium/css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
2357 2013-02-07 Gavin Peters <gavinp@chromium.org>
2359 Unreviewed, rolling out r142142.
2360 http://trac.webkit.org/changeset/142142
2361 https://bugs.webkit.org/show_bug.cgi?id=109154
2363 Mac expectations were not right. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Feditor%2Ftext-editor-home-button.html
2365 * inspector/editor/text-editor-home-button-expected.txt: Removed.
2366 * inspector/editor/text-editor-home-button.html: Removed.
2367 * platform/efl/TestExpectations:
2368 * platform/mac/TestExpectations:
2369 * platform/qt/TestExpectations:
2371 2013-02-07 Bear Travis <betravis@adobe.com>
2373 [CSS Exclusions] shape-inside does not properly handle padding or border
2374 https://bugs.webkit.org/show_bug.cgi?id=102715
2376 Reviewed by David Hyatt.
2378 Test that borders and padding are properly accounted for when laying out text in
2381 * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Modified to no longer
2383 * fast/exclusions/shape-inside/shape-inside-box-sizing-expected.html: Added.
2384 * fast/exclusions/shape-inside/shape-inside-box-sizing.html: Added.
2386 2013-01-27 Robert Hogan <robert@webkit.org>
2388 CSS 2.1 failure: floats-149 fails
2389 https://bugs.webkit.org/show_bug.cgi?id=95772
2391 Reviewed by David Hyatt.
2393 * css2.1/20110323/floats-149-expected.html: Added.
2394 * css2.1/20110323/floats-149.htm: Added.
2395 * fast/inline/inline-with-empty-inline-children-expected.txt: Added.
2396 * fast/inline/inline-with-empty-inline-children.html: Added.
2397 * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
2399 2013-02-07 Max Vujovic <mvujovic@adobe.com>
2401 [CSS Shaders] Add WebKitCSSFilterRule to DOMWindow.idl
2402 https://bugs.webkit.org/show_bug.cgi?id=109082
2404 Move the at-rule parsing tests to the recently added folder named
2405 "custom-with-at-rule-parsing".
2407 Remove the "custom-filter" prefix from the test filenames to
2408 match the new convention.
2410 Update the tests to use the "shouldHaveConstructor" JS helper function instead of the
2411 "shouldBeType" JS helper function. Among other things, using "shouldHaveConstructor" tests
2412 that window.WebKitCSSFilterRule is defined. "shouldHaveConstructor" has the same
2413 behavior in JSC and V8, unlike "shouldBeType". Therefore, remove the Chromium-specific text
2414 expectation file that was previously needed for "shouldBeType".
2416 Reviewed by Dean Jackson.
2418 * 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.
2419 * 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.
2420 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Added.
2421 * 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.
2422 * 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.
2423 (testInvalidFilterAtRule):
2424 * 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.
2428 * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
2429 * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
2431 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
2433 Web Inspector: Remove unused workspace field from NetworkUISourceCodeProvider
2434 https://bugs.webkit.org/show_bug.cgi?id=109201
2436 Reviewed by Pavel Feldman.
2438 * inspector/debugger/network-uisourcecode-provider.html:
2440 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
2442 Web Inspector: home button behaviour is wrong in DTE
2443 https://bugs.webkit.org/show_bug.cgi?id=109154
2445 Reviewed by Vsevolod Vlasov.
2447 Add layout test to verify home button behaviour. Exclude this test on
2448 platforms that do not have eventSender object in test shell.
2450 * inspector/editor/text-editor-home-button-expected.txt: Added.
2451 * inspector/editor/text-editor-home-button.html: Added.
2452 * platform/efl/TestExpectations:
2453 * platform/mac/TestExpectations:
2454 * platform/qt/TestExpectations:
2456 2013-02-07 Allan Sandfeld Jensen <allan.jensen@digia.com>
2458 Scrollbars misplaced with accelerated compositing for overflow scroll
2459 https://bugs.webkit.org/show_bug.cgi?id=108625
2461 Reviewed by Simon Fraser.
2463 Update the results for the one test that explicitly set accelerated compositing for overflow scroll,
2464 and used to have bad results for non-chromium. The new baselines are almost identical to chomium baseline.
2466 * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
2467 * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
2469 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
2471 [Qt] Unreviewed gardening. Added platform specific expected files after r140693.
2472 https://bugs.webkit.org/show_bug.cgi?id=107567.
2474 * platform/qt/TestExpectations:
2475 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
2476 * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
2477 * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
2478 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
2479 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
2480 * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
2481 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
2482 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
2483 * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
2484 * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
2485 * platform/qt/fast/text/whitespace/006-expected.png:
2486 * platform/qt/fast/text/whitespace/006-expected.txt:
2487 * platform/qt/fast/text/whitespace/007-expected.png:
2488 * platform/qt/fast/text/whitespace/007-expected.txt:
2489 * platform/qt/svg/batik/text/xmlSpace-expected.png:
2490 * platform/qt/svg/batik/text/xmlSpace-expected.txt:
2491 * platform/qt/svg/carto.net/combobox-expected.png:
2492 * platform/qt/svg/carto.net/combobox-expected.txt:
2493 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
2494 * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
2495 * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
2496 * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
2497 * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
2498 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
2500 2013-02-07 Gavin Peters <gavinp@chromium.org>
2502 Unreviewed, rolling out r142111.
2503 http://trac.webkit.org/changeset/142111
2504 https://bugs.webkit.org/show_bug.cgi?id=108055
2506 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
2508 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
2509 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
2510 * platform/chromium/TestExpectations:
2511 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Removed.
2512 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Removed.
2513 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Removed.
2514 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Removed.
2516 2013-02-07 Vsevolod Vlasov <vsevik@chromium.org>
2518 Web Inspector: [Regression] Map.size() returns negative values.
2519 https://bugs.webkit.org/show_bug.cgi?id=109174
2521 Reviewed by Yury Semikhatsky.
2523 * inspector/map-expected.txt:
2524 * inspector/map.html:
2526 2013-02-07 Kent Tamura <tkent@chromium.org>
2528 Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers
2529 https://bugs.webkit.org/show_bug.cgi?id=109160
2531 Reviewed by Kentaro Hara.
2533 * fast/forms/number/number-l10n-input-expected.txt: Added.
2534 * fast/forms/number/number-l10n-input.html: Added.
2536 2013-02-07 Stephen White <senorblanco@chromium.org>
2538 [chromium] New baselines for GPU-accelerated reference filters tests. Unreviewed.
2539 https://bugs.webkit.org/show_bug.cgi?id=104289
2541 * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
2542 * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png:
2543 * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
2544 * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
2545 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
2546 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
2547 * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
2548 * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
2549 * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png:
2550 * platform/chromium/TestExpectations:
2552 2013-02-07 Peter Rybin <prybin@chromium.org>
2554 Web Inspector: support JavaScript variable mutation in protocol and V8 bindings
2555 https://bugs.webkit.org/show_bug.cgi?id=107829
2557 Reviewed by Pavel Feldman.
2559 * inspector-protocol/debugger-setVariableValue-expected.txt: Added.
2560 * inspector-protocol/debugger-setVariableValue.html: Added.
2561 * inspector/console/command-line-api-expected.txt:
2562 * platform/chromium/inspector-protocol/debugger-setVariableValue-expected.txt: Added.
2564 2013-02-07 Yury Semikhatsky <yurys@chromium.org>
2566 Web Inspector: reduce number of native memory instrumentation categories
2567 https://bugs.webkit.org/show_bug.cgi?id=109146
2569 Reviewed by Pavel Feldman.
2571 Fix layout tests that started failing after r142081.
2573 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
2574 * inspector/profiler/memory-instrumentation-cached-images.html:
2575 * inspector/profiler/memory-instrumentation-canvas-expected.txt:
2576 * inspector/profiler/memory-instrumentation-canvas.html:
2578 2013-02-07 Keishi Hattori <keishi@webkit.org>
2580 REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
2581 https://bugs.webkit.org/show_bug.cgi?id=108055
2583 Reviewed by Kent Tamura.
2585 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
2586 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
2587 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
2588 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
2589 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
2590 * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
2591 * platform/chromium/TestExpectations:
2593 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
2595 [Qt] Unreviewed gardening. Skip failing test.
2597 * platform/qt/TestExpectations:
2599 2013-02-07 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2601 [Qt] Unreviwed gardening. Rebaselining and skipping new failures.
2603 * platform/qt/TestExpectations:
2604 * platform/qt/fast/dynamic/002-expected.txt:
2605 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
2606 * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
2608 2013-02-07 Gregg Tavares <gman@chromium.org>
2610 Add WebGL Conformance Tests state, renderbuffers, and reading folders.
2611 https://bugs.webkit.org/show_bug.cgi?id=109121
2613 Reviewed by Kenneth Russell.
2615 * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
2616 * webgl/conformance/reading/read-pixels-pack-alignment.html: Added.
2617 * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
2618 * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
2619 * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Added.
2620 * webgl/conformance/renderbuffers/framebuffer-test.html: Added.
2621 * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
2622 * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Added.
2623 * webgl/conformance/state/gl-enable-enum-test-expected.txt: Added.
2624 * webgl/conformance/state/gl-enable-enum-test.html: Added.
2625 * webgl/conformance/state/gl-enum-tests-expected.txt: Added.
2626 * webgl/conformance/state/gl-enum-tests.html: Added.
2627 * webgl/conformance/state/gl-get-calls-expected.txt: Added.
2628 * webgl/conformance/state/gl-get-calls.html: Added.
2629 * webgl/conformance/state/gl-geterror-expected.txt: Added.
2630 * webgl/conformance/state/gl-geterror.html: Added.
2631 * webgl/conformance/state/gl-getstring-expected.txt: Added.
2632 * webgl/conformance/state/gl-getstring.html: Added.
2633 * webgl/resources/webgl_test_files/conformance/reading/00_test_list.txt: Added.
2634 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Added.
2635 * webgl/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Added.
2636 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
2637 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Added.
2638 * webgl/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Added.
2639 * webgl/resources/webgl_test_files/conformance/state/00_test_list.txt: Added.
2640 * webgl/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Added.
2641 * webgl/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Added.
2642 * webgl/resources/webgl_test_files/conformance/state/gl-get-calls.html: Added.
2643 * webgl/resources/webgl_test_files/conformance/state/gl-geterror.html: Added.
2644 * webgl/resources/webgl_test_files/conformance/state/gl-getstring.html: Added.
2646 2013-02-07 Gregg Tavares <gman@chromium.org>
2648 Add WebGL Conformance Tests rendering folder.
2649 https://bugs.webkit.org/show_bug.cgi?id=109122
2651 Reviewed by Kenneth Russell.
2653 * webgl/conformance/rendering/culling-expected.txt: Added.
2654 * webgl/conformance/rendering/culling.html: Added.
2655 * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
2656 * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
2657 * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
2658 * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Added.
2659 * webgl/conformance/rendering/gl-clear-expected.txt: Added.
2660 * webgl/conformance/rendering/gl-clear.html: Added.
2661 * webgl/conformance/rendering/gl-drawelements-expected.txt: Added.
2662 * webgl/conformance/rendering/gl-drawelements.html: Added.
2663 * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
2664 * webgl/conformance/rendering/gl-scissor-fbo-test.html: Added.
2665 * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
2666 * webgl/conformance/rendering/line-loop-tri-fan.html: Added.
2667 * webgl/conformance/rendering/simple-expected.txt: Added.
2668 * webgl/conformance/rendering/simple.html: Added.
2669 * webgl/conformance/rendering/triangle-expected.txt: Added.
2670 * webgl/conformance/rendering/triangle.html: Added.
2671 * webgl/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Added.
2672 * webgl/resources/webgl_test_files/conformance/rendering/culling.html: Added.
2673 * webgl/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
2674 * webgl/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Added.
2675 * webgl/resources/webgl_test_files/conformance/rendering/gl-clear.html: Added.
2676 * webgl/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Added.
2677 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-fbo-test.html: Added.
2678 * webgl/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Added.
2679 * webgl/resources/webgl_test_files/conformance/rendering/simple.html: Added.
2680 * webgl/resources/webgl_test_files/conformance/rendering/triangle.html: Added.
2681 * webgl/resources/webgl_test_files/conformance/rendering/vertex-texture-fetch.html: Added.
2683 2013-02-07 Gregg Tavares <gman@chromium.org>
2685 Add WebGL Conformance Tests programs folder.
2686 https://bugs.webkit.org/show_bug.cgi?id=109120
2688 Reviewed by Kenneth Russell.
2690 * webgl/conformance/programs/get-active-test-expected.txt: Added.
2691 * webgl/conformance/programs/get-active-test.html: Added.
2692 * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
2693 * webgl/conformance/programs/gl-bind-attrib-location-test.html: Added.
2694 * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Added.
2695 * webgl/conformance/programs/gl-get-active-attribute.html: Added.
2696 * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Added.
2697 * webgl/conformance/programs/gl-get-active-uniform.html: Added.
2698 * webgl/conformance/programs/gl-getshadersource-expected.txt: Added.
2699 * webgl/conformance/programs/gl-getshadersource.html: Added.
2700 * webgl/conformance/programs/gl-shader-test-expected.txt: Added.
2701 * webgl/conformance/programs/gl-shader-test.html: Added.
2702 * webgl/conformance/programs/invalid-UTF-16-expected.txt: Added.
2703 * webgl/conformance/programs/invalid-UTF-16.html: Added.
2704 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
2705 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
2706 * webgl/resources/webgl_test_files/conformance/programs/00_test_list.txt: Added.
2707 * webgl/resources/webgl_test_files/conformance/programs/get-active-test.html: Added.
2708 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Added.
2709 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Added.
2710 * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Added.
2711 * webgl/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Added.
2712 * webgl/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Added.
2713 * webgl/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Added.
2714 * webgl/resources/webgl_test_files/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
2716 2013-02-07 Gregg Tavares <gman@chromium.org>
2718 Add WebGL Conformance Tests context folder.
2719 https://bugs.webkit.org/show_bug.cgi?id=109114
2721 Reviewed by Kenneth Russell.
2723 * webgl/conformance/context/constants-expected.txt: Added.
2724 * webgl/conformance/context/constants.html: Added.
2725 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
2726 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
2727 * webgl/conformance/context/context-lost-expected.txt: Added.
2728 * webgl/conformance/context/context-lost-restored-expected.txt: Added.
2729 * webgl/conformance/context/context-lost-restored.html: Added.
2730 * webgl/conformance/context/context-lost.html: Added.
2731 * webgl/conformance/context/context-release-upon-reload-expected.txt: Added.
2732 * webgl/conformance/context/context-release-upon-reload.html: Added.
2733 * webgl/conformance/context/context-release-with-workers-expected.txt: Added.
2734 * webgl/conformance/context/context-release-with-workers.html: Added.
2735 * webgl/conformance/context/context-type-test-expected.txt: Added.
2736 * webgl/conformance/context/context-type-test.html: Added.
2737 * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
2738 * webgl/conformance/context/incorrect-context-object-behaviour.html: Added.
2739 * webgl/conformance/context/methods-expected.txt: Added.
2740 * webgl/conformance/context/methods.html: Added.
2741 * webgl/conformance/context/premultiplyalpha-test-expected.txt: Added.
2742 * webgl/conformance/context/premultiplyalpha-test.html: Added.
2743 * webgl/conformance/context/resource-sharing-test-expected.txt: Added.
2744 * webgl/conformance/context/resource-sharing-test.html: Added.
2745 * webgl/resources/webgl_test_files/conformance/context/00_test_list.txt: Added.
2746 * webgl/resources/webgl_test_files/conformance/context/constants.html: Added.
2747 * webgl/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
2748 * webgl/resources/webgl_test_files/conformance/context/context-lost-restored.html: Added.
2749 * webgl/resources/webgl_test_files/conformance/context/context-lost.html: Added.
2750 * webgl/resources/webgl_test_files/conformance/context/context-release-upon-reload.html: Added.
2751 * webgl/resources/webgl_test_files/conformance/context/context-release-with-workers.html: Added.
2752 * webgl/resources/webgl_test_files/conformance/context/context-type-test.html: Added.
2753 * webgl/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Added.
2754 * webgl/resources/webgl_test_files/conformance/context/methods.html: Added.
2755 * webgl/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Added.
2756 * webgl/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Added.
2757 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-child-with-worker.html: Added.
2758 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-upon-reload-child.html: Added.
2759 * webgl/resources/webgl_test_files/conformance/context/resources/context-release-worker.js: Added.
2761 2013-02-07 Gregg Tavares <gman@chromium.org>
2763 Add WebGL Conformance Tests uniforms folder.
2764 https://bugs.webkit.org/show_bug.cgi?id=109112
2766 Reviewed by Kenneth Russell.
2768 * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
2769 * webgl/conformance/uniforms/gl-uniform-bool.html: Added.
2770 * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
2771 * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
2772 * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
2773 * webgl/conformance/uniforms/gl-unknown-uniform.html: Added.
2774 * webgl/conformance/uniforms/null-uniform-location-expected.txt: Added.
2775 * webgl/conformance/uniforms/null-uniform-location.html: Added.
2776 * webgl/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Added.
2777 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Added.
2778 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-packing-restrictions.html: Added.
2779 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-struct-unused.html: Added.
2780 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-unused-array-elements-get-truncated.html: Added.
2781 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
2782 * webgl/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Added.
2783 * webgl/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Added.
2784 * webgl/resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.
2786 2013-02-07 Gregg Tavares <gman@chromium.org>
2788 Add WebGL Conformance Tests canvas folder.
2789 https://bugs.webkit.org/show_bug.cgi?id=109113
2791 Reviewed by Kenneth Russell.
2793 * webgl/conformance/canvas/canvas-test-expected.txt: Added.
2794 * webgl/conformance/canvas/canvas-test.html: Added.
2795 * webgl/conformance/canvas/canvas-zero-size-expected.txt: Added.
2796 * webgl/conformance/canvas/canvas-zero-size.html: Added.
2797 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
2798 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
2799 * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
2800 * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
2801 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
2802 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
2803 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
2804 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
2805 * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
2806 * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
2807 * webgl/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Added.
2808 * webgl/resources/webgl_test_files/conformance/canvas/canvas-test.html: Added.
2809 * webgl/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Added.
2810 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
2811 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
2812 * webgl/resources/webgl_test_files/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
2813 * webgl/resources/webgl_test_files/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
2814 * webgl/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
2816 2013-02-07 Gregg Tavares <gman@chromium.org>
2818 Add WebGL Conformance Tests texture folder.
2819 https://bugs.webkit.org/show_bug.cgi?id=109111
2821 Reviewed by Kenneth Russell.
2823 * webgl/conformance/textures/compressed-tex-image-expected.txt: Added.
2824 * webgl/conformance/textures/compressed-tex-image.html: Added.
2825 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Added.
2826 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
2827 * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Added.
2828 * webgl/conformance/textures/gl-get-tex-parameter.html: Added.
2829 * webgl/conformance/textures/gl-teximage-expected.txt: Added.
2830 * webgl/conformance/textures/gl-teximage.html: Added.
2831 * webgl/conformance/textures/mipmap-fbo-expected.txt: Added.
2832 * webgl/conformance/textures/mipmap-fbo.html: Added.
2833 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
2834 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
2835 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
2836 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
2837 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
2838 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
2839 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
2840 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
2841 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
2842 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
2843 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Added.
2844 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
2845 * webgl/conformance/textures/tex-image-webgl-expected.txt: Added.
2846 * webgl/conformance/textures/tex-image-webgl.html: Added.
2847 * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Added.
2848 * webgl/conformance/textures/tex-image-with-format-and-type.html: Added.
2849 * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Added.
2850 * webgl/conformance/textures/tex-image-with-invalid-data.html: Added.
2851 * webgl/conformance/textures/tex-input-validation-expected.txt: Added.
2852 * webgl/conformance/textures/tex-input-validation.html: Added.
2853 * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Added.
2854 * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
2855 * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Added.
2856 * webgl/conformance/textures/tex-sub-image-2d.html: Added.
2857 * webgl/conformance/textures/texparameter-test-expected.txt: Added.
2858 * webgl/conformance/textures/texparameter-test.html: Added.
2859 * webgl/conformance/textures/texture-attachment-formats-expected.txt: Added.
2860 * webgl/conformance/textures/texture-attachment-formats.html: Added.
2861 * webgl/conformance/textures/texture-clear-expected.txt: Added.
2862 * webgl/conformance/textures/texture-clear.html: Added.
2863 * webgl/conformance/textures/texture-complete-expected.txt: Added.
2864 * webgl/conformance/textures/texture-complete.html: Added.
2865 * webgl/conformance/textures/texture-formats-test-expected.txt: Added.
2866 * webgl/conformance/textures/texture-formats-test.html: Added.
2867 * webgl/conformance/textures/texture-hd-dpi-expected.txt: Added.
2868 * webgl/conformance/textures/texture-hd-dpi.html: Added.
2869 * webgl/conformance/textures/texture-npot-expected.txt: Added.
2870 * webgl/conformance/textures/texture-npot.html: Added.
2871 * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Added.
2872 * webgl/conformance/textures/texture-size-cube-maps.html: Added.
2873 * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Added.
2874 * webgl/conformance/textures/texture-sub-image-cube-maps.html: Added.
2875 * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Added.
2876 * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Added.
2877 * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Added.
2878 * webgl/conformance/textures/texture-upload-cube-maps.html: Added.
2879 * webgl/resources/webgl_test_files/conformance/textures/00_test_list.txt: Added.
2880 * webgl/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Added.
2881 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
2882 * webgl/resources/webgl_test_files/conformance/textures/gl-get-tex-parameter.html: Added.
2883 * webgl/resources/webgl_test_files/conformance/textures/gl-teximage.html: Added.
2884 * webgl/resources/webgl_test_files/conformance/textures/mipmap-fbo.html: Added.
2885 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
2886 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
2887 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
2888 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
2889 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
2890 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
2891 * webgl/resources/webgl_test_files/conformance/textures/tex-image-webgl.html: Added.
2892 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Added.
2893 * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Added.
2894 * webgl/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Added.
2895 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
2896 * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Added.
2897 * webgl/resources/webgl_test_files/conformance/textures/texparameter-test.html: Added.
2898 * webgl/resources/webgl_test_files/conformance/textures/texture-attachment-formats.html: Added.
2899 * webgl/resources/webgl_test_files/conformance/textures/texture-clear.html: Added.
2900 * webgl/resources/webgl_test_files/conformance/textures/texture-complete.html: Added.
2901 * webgl/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Added.
2902 * webgl/resources/webgl_test_files/conformance/textures/texture-hd-dpi.html: Added.
2903 * webgl/resources/webgl_test_files/conformance/textures/texture-npot.html: Added.
2904 * webgl/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Added.
2905 * webgl/resources/webgl_test_files/conformance/textures/texture-sub-image-cube-maps.html: Added.
2906 * webgl/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Added.
2907 * webgl/resources/webgl_test_files/conformance/textures/texture-upload-cube-maps.html: Added.
2909 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
2911 Web Inspector: highlight matching braces in DTE.
2912 https://bugs.webkit.org/show_bug.cgi?id=108697
2914 Reviewed by Pavel Feldman.
2916 New layout test to verify brace matching functionality. Fix some
2917 layout test expectations as the patch removes braces from highlight
2920 * inspector/editor/brace-matcher-expected.txt: Added.
2921 * inspector/editor/brace-matcher.html: Added.
2922 * inspector/editor/highlighter-basics-expected.txt:
2923 * inspector/editor/text-editor-long-line-expected.txt:
2925 2013-02-07 Matt Falkenhagen <falken@chromium.org>
2927 Rollout r142058 various crashes and timeouts on AppleMac and Chromium
2928 https://bugs.webkit.org/show_bug.cgi?id=109152
2930 Reviewed by Pavel Feldman.
2932 Unreviewed gardening. r142058 added failing tests and marked many as
2933 Skip or Failure but there are also Timeouts and Crashes causing
2936 * platform/chromium/TestExpectations:
2937 * platform/mac/TestExpectations:
2938 * platform/win/TestExpectations:
2939 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
2940 * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
2941 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
2942 * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
2943 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
2944 * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
2945 * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
2946 * webgl/conformance/canvas/to-data-url-test.html: Removed.
2947 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
2948 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
2949 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
2950 * webgl/conformance/context/context-creation-and-destruction.html: Removed.
2951 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
2952 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
2953 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
2954 * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
2955 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
2956 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
2957 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
2958 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
2959 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
2960 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
2961 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
2962 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
2963 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
2964 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
2965 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
2966 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
2967 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
2968 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
2969 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
2970 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
2971 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
2972 * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
2973 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
2974 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
2975 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
2976 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
2977 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
2978 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
2979 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
2980 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
2981 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
2982 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
2983 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
2984 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
2985 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
2986 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
2987 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
2988 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
2989 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
2990 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
2991 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
2992 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
2993 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
2994 * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
2995 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
2996 * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
2997 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
2998 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
2999 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
3000 * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
3001 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
3002 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
3003 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
3004 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
3005 * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
3006 * webgl/conformance/more/functions/drawArrays.html: Removed.
3007 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
3008 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
3009 * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
3010 * webgl/conformance/more/functions/drawElements.html: Removed.
3011 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
3012 * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
3013 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
3014 * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
3015 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
3016 * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
3017 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
3018 * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
3019 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
3020 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
3021 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
3022 * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
3023 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
3024 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
3025 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
3026 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
3027 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
3028 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
3029 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
3030 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
3031 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
3032 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
3033 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
3034 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
3035 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
3036 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
3037 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
3038 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
3039 * webgl/conformance/programs/program-test-expected.txt: Removed.
3040 * webgl/conformance/programs/program-test.html: Removed.
3041 * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
3042 * webgl/conformance/reading/read-pixels-test.html: Removed.
3043 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
3044 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
3045 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
3046 * webgl/conformance/rendering/gl-scissor-test.html: Removed.
3047 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
3048 * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
3049 * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
3050 * webgl/conformance/rendering/multisample-corruption.html: Removed.
3051 * webgl/conformance/rendering/point-size-expected.txt: Removed.
3052 * webgl/conformance/rendering/point-size.html: Removed.
3053 * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
3054 * webgl/conformance/state/gl-object-get-calls.html: Removed.
3055 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
3056 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
3057 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
3058 * webgl/conformance/textures/gl-pixelstorei.html: Removed.
3059 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
3060 * webgl/conformance/textures/origin-clean-conformance.html: Removed.
3061 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
3062 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
3063 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
3064 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
3065 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
3066 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
3067 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
3068 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
3069 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
3070 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
3071 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
3072 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
3073 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
3074 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
3075 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
3076 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
3077 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
3078 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
3079 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
3080 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
3081 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
3082 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
3083 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
3084 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
3085 * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
3086 * webgl/conformance/textures/texture-active-bind-2.html: Removed.
3087 * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
3088 * webgl/conformance/textures/texture-active-bind.html: Removed.
3089 * webgl/conformance/textures/texture-mips-expected.txt: Removed.
3090 * webgl/conformance/textures/texture-mips.html: Removed.
3091 * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
3092 * webgl/conformance/textures/texture-npot-video.html: Removed.
3093 * webgl/conformance/textures/texture-size-expected.txt: Removed.
3094 * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
3095 * webgl/conformance/textures/texture-size-limit.html: Removed.
3096 * webgl/conformance/textures/texture-size.html: Removed.
3097 * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
3098 * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
3099 * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
3100 * webgl/conformance/uniforms/uniform-default-values.html: Removed.
3101 * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
3102 * webgl/conformance/uniforms/uniform-location.html: Removed.
3103 * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
3104 * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
3105 * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
3106 * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
3107 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
3108 * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Removed.
3109 * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
3110 * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Removed.
3111 * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
3112 * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Removed.
3113 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
3114 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
3115 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
3116 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
3117 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
3118 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
3119 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
3120 * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Removed.
3121 * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
3122 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
3123 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
3124 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
3125 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
3126 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
3127 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
3128 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
3129 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
3130 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
3131 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
3132 * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
3133 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
3134 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
3135 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
3136 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
3137 * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
3138 * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
3139 * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
3140 * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
3141 * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
3142 * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
3143 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
3144 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
3145 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
3146 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
3147 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
3148 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
3149 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
3150 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
3151 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Removed.
3152 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
3153 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
3154 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
3155 * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
3156 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
3157 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
3158 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
3159 * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
3160 * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Removed.
3161 * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
3162 * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
3163 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Removed.
3164 * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
3165 * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
3166 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
3167 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
3168 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
3169 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
3170 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
3171 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
3172 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
3173 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
3174 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
3175 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
3176 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
3177 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
3178 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
3179 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
3180 * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
3181 * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
3182 * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Removed.
3183 * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
3184 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
3185 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Removed.
3186 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
3187 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
3189 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
3191 [Qt] Unreviewed gardening. Skip failing WebGL tests.
3193 * platform/qt/TestExpectations:
3195 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
3197 Unreviewed, rolling out r142067.
3198 http://trac.webkit.org/changeset/142067
3199 https://bugs.webkit.org/show_bug.cgi?id=109147
3201 adding Slow modifier did not help completely (Requested by
3204 * platform/chromium/TestExpectations:
3206 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
3208 Unreviewed GTK gardening.
3210 Expanding failure expectation for fast/dom/Window/slow-unload-handler.html.
3211 Adding failure expectation for the new fast/css/negative-text-indent-in-inline-block.html
3214 * platform/gtk/TestExpectations:
3216 2013-02-03 Kentaro Hara <haraken@chromium.org>
3218 WebKit's focus events are UIEvents (instead of FocusEvent) and thus don't expose .relatedTarget
3219 https://bugs.webkit.org/show_bug.cgi?id=76216
3221 Reviewed by Eric Seidel.
3223 Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-FocusEvent
3225 This patch creates a new FocusEvent class with a relatedTarget attribute.
3226 Now when focusin or focusout events are dispatched, a FocusEvent is created with
3227 the relatedTarget attribute set accordingly.
3229 * fast/dom/shadow/shadow-boundary-events-expected.txt:
3230 * fast/dom/shadow/shadow-boundary-events.html:
3231 * fast/events/related-target-focusevent-expected.txt: Added.
3232 * fast/events/related-target-focusevent.html: Added.
3234 2013-02-06 Mike West <mkwst@chromium.org>
3236 Entity-header extension headers honored on 304 responses.
3237 https://bugs.webkit.org/show_bug.cgi?id=72414
3239 Reviewed by Alexey Proskuryakov.
3241 * http/tests/security/XFrameOptions/resources/nph-cached-xfo.pl: Added.
3242 * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: Added.
3243 * http/tests/security/XFrameOptions/x-frame-options-cached.html: Added.
3244 * http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt: Added.
3245 * http/tests/security/contentSecurityPolicy/cached-frame-csp.html: Added.
3246 * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: Added.
3247 * http/tests/security/xssAuditor/cached-frame-expected.txt: Added.
3248 * http/tests/security/xssAuditor/cached-frame.html: Added.
3249 * http/tests/security/xssAuditor/resources/nph-cached.pl: Added.
3251 2013-02-06 Matt Falkenhagen <falken@chromium.org>
3253 Unreviewed gardening. Marking all webgl/conformance tests as slow.
3255 * platform/chromium/TestExpectations:
3257 2013-02-06 Tom Sepez <tsepez@chromium.org>
3259 document.referrer leakage with XSS Auditor page block
3260 https://bugs.webkit.org/show_bug.cgi?id=109089
3262 Reviewed by Adam Barth.
3264 Test prints the referrer to show it isn't leaked.
3266 * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
3267 * http/tests/security/xssAuditor/full-block-script-tag.html:
3269 2013-02-06 Matt Falkenhagen <falken@chromium.org>
3271 Unreviewed gardening. Marking gl-vertexattribpointer.html as slow.
3273 * platform/chromium/TestExpectations:
3275 2013-02-06 Gregg Tavares <gman@chromium.org>
3277 Adds failing WebGL Conformance Tests.
3278 https://bugs.webkit.org/show_bug.cgi?id=109075
3280 Reviewed by Kenneth Russell.
3282 * platform/chromium/TestExpectations:
3283 * platform/mac/TestExpectations:
3284 * platform/win/TestExpectations:
3285 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
3286 * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
3287 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
3288 * webgl/conformance/canvas/buffer-preserve-test.html: Added.
3289 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
3290 * webgl/conformance/canvas/drawingbuffer-test.html: Added.
3291 * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
3292 * webgl/conformance/canvas/to-data-url-test.html: Added.
3293 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
3294 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
3295 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
3296 * webgl/conformance/context/context-creation-and-destruction.html: Added.
3297 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
3298 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
3299 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
3300 * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
3301 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
3302 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
3303 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
3304 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
3305 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
3306 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
3307 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
3308 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
3309 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
3310 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
3311 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
3312 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
3313 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
3314 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
3315 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
3316 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
3317 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
3318 * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
3319 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
3320 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
3321 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
3322 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
3323 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
3324 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
3325 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
3326 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
3327 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
3328 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
3329 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
3330 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
3331 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
3332 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
3333 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
3334 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
3335 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
3336 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
3337 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
3338 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
3339 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
3340 * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
3341 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
3342 * webgl/conformance/more/functions/copyTexImage2D.html: Added.
3343 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
3344 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
3345 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
3346 * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
3347 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
3348 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
3349 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
3350 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
3351 * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
3352 * webgl/conformance/more/functions/drawArrays.html: Added.
3353 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
3354 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
3355 * webgl/conformance/more/functions/drawElements-expected.txt: Added.
3356 * webgl/conformance/more/functions/drawElements.html: Added.
3357 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
3358 * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
3359 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
3360 * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
3361 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
3362 * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
3363 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
3364 * webgl/conformance/more/functions/texImage2DHTML.html: Added.
3365 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
3366 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
3367 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
3368 * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
3369 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
3370 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
3371 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
3372 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
3373 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
3374 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
3375 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
3376 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
3377 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
3378 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
3379 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
3380 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
3381 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
3382 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
3383 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
3384 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
3385 * webgl/conformance/programs/program-test-expected.txt: Added.
3386 * webgl/conformance/programs/program-test.html: Added.
3387 * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
3388 * webgl/conformance/reading/read-pixels-test.html: Added.
3389 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
3390 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
3391 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
3392 * webgl/conformance/rendering/gl-scissor-test.html: Added.
3393 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
3394 * webgl/conformance/rendering/more-than-65536-indices.html: Added.
3395 * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
3396 * webgl/conformance/rendering/multisample-corruption.html: Added.
3397 * webgl/conformance/rendering/point-size-expected.txt: Added.
3398 * webgl/conformance/rendering/point-size.html: Added.
3399 * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
3400 * webgl/conformance/state/gl-object-get-calls.html: Added.
3401 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
3402 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
3403 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
3404 * webgl/conformance/textures/gl-pixelstorei.html: Added.
3405 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
3406 * webgl/conformance/textures/origin-clean-conformance.html: Added.
3407 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
3408 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
3409 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
3410 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
3411 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
3412 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
3413 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
3414 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
3415 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-